[Met_help] [rt.rap.ucar.edu #84896] History for patching issues

Julie Prestopnik via RT met_help at ucar.edu
Wed May 2 10:03:07 MDT 2018


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Since doing the patch met-7.0_patches_20180403.tar, I have been getting 
this issue, as well as tests failing

make[2]: Entering directory 
'/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
/f951
                  from ../../../../src/basic/vx_config/vx_config.h:15,
                  from pb2nc_conf_info.h:18,
                  from pb2nc.cc:75:
../../../../src/basic/vx_config/temp_file.h:20:21: note: initializing 
argument 2 of 'ConcatString make_temp_file_name(const char*, const char*)'
  extern ConcatString make_temp_file_name(const char *, const char *);
                      ^~~~~~~~~~~~~~~~~~~
pb2nc.cc: In function 'void process_pbfile_metadata(int)':
pb2nc.cc:1616:52: warning: invalid conversion from 'char' to 'const 
char*' [-fpermissive]
     blk_file = make_temp_file_name(blk_prefix2, '\0');
                                                     ^
In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
                  from 
../../../../src/basic/vx_config/config_constants.h:14,
                  from ../../../../src/basic/vx_config/vx_config.h:15,
                  from pb2nc_conf_info.h:18,
                  from pb2nc.cc:75:
../../../../src/basic/vx_config/temp_file.h:20:21: note: initializing 
argument 2 of 'ConcatString make_temp_file_name(const char*, const char*)'
  extern ConcatString make_temp_file_name(const char *, const char *);
                      ^~~~~~~~~~~~~~~~~~~
pb2nc.cc:1632:51: warning: invalid conversion from 'char' to 'const 
char*' [-fpermissive]
     blk_file = make_temp_file_name(blk_prefix, '\0');
                                                    ^
In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
                  from 
../../../../src/basic/vx_config/config_constants.h:14,
                  from ../../../../src/basic/vx_config/vx_config.h:15,
                  from pb2nc_conf_info.h:18,
                  from pb2nc.cc:75:
../../../../src/basic/vx_config/temp_file.h:20:21: note: initializing 
argument 2 of 'ConcatString make_temp_file_name(const char*, const char*)'
  extern ConcatString make_temp_file_name(const char *, const char *);
                      ^~~~~~~~~~~~~~~~~~~
mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src/basic/vx_cal 
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log 
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util 
-I../../../../src/libcode/vx_afm 
-I../../../../src/libcode/vx_analysis_util 
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d 
-I../../../../src/libcode/vx_data2d_factory 
-I../../../../src/libcode/vx_data2d_grib 
-I../../../../src/libcode/vx_data2d_grib2 
-I../../../../src/libcode/vx_data2d_nccf 
-I../../../../src/libcode/vx_data2d_nc_met 
-I../../../../src/libcode/vx_data2d_nc_pinterp 
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis 
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid 
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav 
-I../../../../src/libcode/vx_nc_util 
-I../../../../src/libcode/vx_pb_util 
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps 
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render 
-I../../../../src/libcode/vx_regrid 
-I../../../../src/libcode/vx_shapedata 
-I../../../../src/libcode/vx_solar 
-I../../../../src/libcode/vx_statistics 
-I../../../../src/libcode/vx_stat_out 
-I../../../../src/libcode/vx_summary 
-I../../../../src/libcode/vx_time_series 
-I../../../../src/libcode/vx_tc_util 
-I/usr/local/gfortran-7.3/include/include -I/usr/local/gfortran-7.3 
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include 
-I/usr/local/gfortran-7.3/include/hdfeos5/include 
-I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2 
-DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC -m64 
-fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF 
.deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o `test -f 
'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-pb2nc_conf_info.Po
gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
f951: Warning: Nonexistent include directory '-c' [-Wmissing-include-dirs]
/usr/lib/../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
/tmp/cc2R7r8w.o: In function `numpbmsg_':
numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:496: numpbmsg.o] Error 1
make[5]: Leaving directory 
'/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
make[4]: *** [Makefile:371: all-recursive] Error 1
make[4]: Leaving directory 
'/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
make[3]: *** [Makefile:357: all-recursive] Error 1
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0/src/tools'
make[2]: *** [Makefile:354: all-recursive] Error 1
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0/src'
make[1]: *** [Makefile:410: all-recursive] Error 1
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0'
make: *** [Makefile:350: all] Error 2
Making install in data



Tests failing - I have always got the HDF5 mismatch although I have 
checked the setup and am sure I have it set correctly to 1.10.2, 
although I do have another
older hdf5 in /usr/local, that is should not be accessing


Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application 
continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1, 
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
         SUMMARY OF THE HDF5 CONFIGURATION
         =================================

General Information:
-------------------
                    HDF5 Version: 1.10.2
                   Configured on: Mon Apr 23 14:30:04 MDT 2018
                   Configured by: root at linux256.psd.ad
                     Host system: x86_64-unknown-linux-gnu
               Uname information: Linux linux256.psd.ad 
2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64 
GNU/Linux
                        Byte sex: little-endian
              Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                      Build Mode: production
               Debugging Symbols: no
                         Asserts: no
                       Profiling: no
              Optimization Level: high

Linking Options:
----------------
                       Libraries: static, shared
   Statically Linked Executables:
                         LDFLAGS:
                      H5_LDFLAGS:
                      AM_LDFLAGS:
                 Extra libraries: -lrt -lz -ldl -lm
                        Archiver: ar
                        AR_FLAGS: cr
                          Ranlib: ranlib

Languages:
----------
                               C: yes
                      C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc 
(GCC) 7.3.0)
                        CPPFLAGS:
                     H5_CPPFLAGS: -D_GNU_SOURCE 
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                     AM_CPPFLAGS:
                         C Flags: -w -fPIC -m64
                      H5 C Flags:   -std=c99 -pedantic -Wall -Wextra 
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion 
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal 
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations 
-Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs 
-Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-decls 
-Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef 
-Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings 
-finline-functions -s -Wno-inline -Wno-aggregate-return 
-Wno-missing-format-attribute -Wno-missing-noreturn -O
                      AM C Flags:
                Shared C Library: yes
                Static C Library: yes


                         Fortran: yes
                Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran ( 
GNU Fortran (GCC) 7.3.0)
                   Fortran Flags: -w -fPIC -m64
                H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow 
-Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
                AM Fortran Flags:
          Shared Fortran Library: yes
          Static Fortran Library: yes

                             C++: no

                            Java: no


Features:
---------
                   Parallel HDF5: no
              High-level library: yes
                    Threadsafety: no
             Default API mapping: v110
  With deprecated public symbols: yes
          I/O filters (external): deflate(zlib)
                             MPE: no
                      Direct VFD: no
                         dmalloc: no
  Packages w/ extra debug output: none
                     API tracing: no
            Using memory checker: no
Memory allocation sanity checks: no
             Metadata trace file: no
          Function stack tracing: no
       Strict file format checks: no
    Optimization instrumentation: no
DEBUG 1: Loading forecast raw color table: 
/usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
DEBUG 1: Loading observation raw color table: 
/usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
DEBUG 1: Creating postscript file: 
../out/mode/mode_120000L_20050807_120000V_000000A.ps

*** Running MODE-Analysis to compute column summaries for simple 
forecast objects ***
../src/tools/core/mode_analysis/mode_analysis \
        -lookin ../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt \
        -summary \
        -column AREA -column LENGTH -column WIDTH -column CURVATURE 
-column INTENSITY_50 \
        -fcst -config config/MODEAnalysisConfig \
        -dump_row ../out/mode_analysis/job_summary_APCP_12_simple_fcst.txt \
        -out ../out/mode_analysis/job_summary_APCP_12_simple_fcst.out \
        -v 2
DEBUG 1: Default Config File: 
/usr/local/gfortran-7.3/met/share/met/config/MODEAnalysisConfig_default
DEBUG 1: User Config File: config/MODEAnalysisConfig
DEBUG 2: Total mode lines read = 24
DEBUG 2: Total mode lines kept = 7

*** Running MODE-Analysis to compute column summaries for simple 
observation objects ***
../src/tools/core/mode_analysis/mode_analysis \
        -lookin ../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt \
        -summary \
        -column AREA -column LENGTH -column WIDTH -column CURVATURE 
-column INTENSITY_50 \
        -obs -config config/MODEAnalysisConfig \
        -dump_row ../out/mode_analysis/job_summary_APCP_12_simple_obs.txt \
        -out ../out/mode_analysis/job_summary_APCP_12_simple_obs.out \
        -v 2
DEBUG 1: Default Config File: 
/usr/local/gfortran-7.3/met/share/met/config/MODEAnalysisConfig_default
DEBUG 1: User Config File: config/MODEAnalysisConfig
DEBUG 2: Total mode lines read = 24
DEBUG 2: Total mode lines kept = 4

*** Running MODE-Analysis to summarize by case ***
../src/tools/core/mode_analysis/mode_analysis \
        -lookin ../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt \
        -lookin ../out/mode/mode_240000L_20050808_000000V_240000A_obj.txt \
        -bycase -single -simple \
        -dump_row ../out/mode_analysis/job_summary_bycase.txt \
        -out      ../out/mode_analysis/job_summary_bycase.out \
        -v 2
DEBUG 2: Total mode lines read = 44
DEBUG 2: Total mode lines kept = 21
g++ -fPIC -m64 -fpermissive ../src/tools/other/mode_time_domain/mtd.cc   
-o ../src/tools/other/mode_time_domain/mtd
In file included from 
../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
                  from ../src/tools/other/mode_time_domain/mtd.cc:55:
../src/tools/other/mode_time_domain/data2d_factory.h:16:10: fatal error: 
data_class.h: No such file or directory
  #include "data_class.h"
           ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [<builtin>: ../src/tools/other/mode_time_domain/mtd] Error 1
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0/scripts'
make: *** [Makefile:843: test] Error 2
[root at linux256 met]#
-- 

Barry McInnes
325 Broadway
Boulder CO 80304
(303)4976231
barry.j.mcinnes at noaa.gov



----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: patching issues
From: Julie Prestopnik
Time: Thu Apr 26 10:35:29 2018

Hi Barry.

I see you're having problems with MET.  It's a little hard to fully
tell
what's going on.  In the future, if you could please attach the full
log
file from your configure run and the full log from make_install and
make_test, that would be helpful.

You shouldn't be experiencing those HDF5 mismatch problems.  I would
suggest rebuilding your HDF5 and NetCDF libraries in the manner
described
in the tutorial and using the versions described in the tutorial on
this
page:

https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=configure

While the instructions are from the met-6.1 tutorial, they are the
same for
the met-7.0 code as well.

I have installed met-7.0 including the patches (some have the 20180403
patches but some have older patches) on various NOAA machines.  You
can
find the location of those installs on this page:

https://dtcenter.org/met/users/downloads/existing_met_builds/METv7.0_existing_met_builds.php

If possible, you could utilize those for your MET use.  I'm also happy
to
help you work through any problems you're experiencing installing it
yourself. Please try reinstalling HDF5 and the NetCDF libraries as
indicated above and let me know how it goes.  If it is not successful
please include your log files as attachments and we'll go from there.

Thanks!

Julie


On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate) via
RT <
met_help at ucar.edu> wrote:

>
> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
>        Queue: met_help
>      Subject: patching issues
>        Owner: Nobody
>   Requestors: barry.j.mcinnes at noaa.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>
>
> Since doing the patch met-7.0_patches_20180403.tar, I have been
getting
> this issue, as well as tests failing
>
> make[2]: Entering directory
> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> /f951
>                   from
../../../../src/basic/vx_config/vx_config.h:15,
>                   from pb2nc_conf_info.h:18,
>                   from pb2nc.cc:75:
> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>   extern ConcatString make_temp_file_name(const char *, const char
*);
>                       ^~~~~~~~~~~~~~~~~~~
> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to 'const
> char*' [-fpermissive]
>      blk_file = make_temp_file_name(blk_prefix2, '\0');
>                                                      ^
> In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
>                   from
> ../../../../src/basic/vx_config/config_constants.h:14,
>                   from
../../../../src/basic/vx_config/vx_config.h:15,
>                   from pb2nc_conf_info.h:18,
>                   from pb2nc.cc:75:
> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>   extern ConcatString make_temp_file_name(const char *, const char
*);
>                       ^~~~~~~~~~~~~~~~~~~
> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to 'const
> char*' [-fpermissive]
>      blk_file = make_temp_file_name(blk_prefix, '\0');
>                                                     ^
> In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
>                   from
> ../../../../src/basic/vx_config/config_constants.h:14,
>                   from
../../../../src/basic/vx_config/vx_config.h:15,
>                   from pb2nc_conf_info.h:18,
>                   from pb2nc.cc:75:
> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>   extern ConcatString make_temp_file_name(const char *, const char
*);
>                       ^~~~~~~~~~~~~~~~~~~
> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
> g++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src/basic/vx_cal
> -I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
> -I../../../../src/libcode/vx_afm
> -I../../../../src/libcode/vx_analysis_util
> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_data2d
> -I../../../../src/libcode/vx_data2d_factory
> -I../../../../src/libcode/vx_data2d_grib
> -I../../../../src/libcode/vx_data2d_grib2
> -I../../../../src/libcode/vx_data2d_nccf
> -I../../../../src/libcode/vx_data2d_nc_met
> -I../../../../src/libcode/vx_data2d_nc_pinterp
> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_nav
> -I../../../../src/libcode/vx_nc_util
> -I../../../../src/libcode/vx_pb_util
> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_ps
> -I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
> -I../../../../src/libcode/vx_regrid
> -I../../../../src/libcode/vx_shapedata
> -I../../../../src/libcode/vx_solar
> -I../../../../src/libcode/vx_statistics
> -I../../../../src/libcode/vx_stat_out
> -I../../../../src/libcode/vx_summary
> -I../../../../src/libcode/vx_time_series
> -I../../../../src/libcode/vx_tc_util
> -I/usr/local/gfortran-7.3/include/include -I/usr/local/gfortran-7.3
> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
> -I/usr/local/gfortran-7.3/include/hdfeos5/include
> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC -m64
> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o `test
-f
> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-pb2nc_conf_info.Po
> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
> f951: Warning: Nonexistent include directory '-c' [-Wmissing-
include-dirs]
> /usr/lib/../lib64/crt1.o: In function `_start':
> (.text+0x20): undefined reference to `main'
> /tmp/cc2R7r8w.o: In function `numpbmsg_':
> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
> collect2: error: ld returned 1 exit status
> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
> make[5]: Leaving directory
> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
> make[4]: *** [Makefile:371: all-recursive] Error 1
> make[4]: Leaving directory
> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
> make[3]: *** [Makefile:357: all-recursive] Error 1
> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src/tools'
> make[2]: *** [Makefile:354: all-recursive] Error 1
> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0/src'
> make[1]: *** [Makefile:410: all-recursive] Error 1
> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0'
> make: *** [Makefile:350: all] Error 2
> Making install in data
>
>
>
> Tests failing - I have always got the HDF5 mismatch although I have
> checked the setup and am sure I have it set correctly to 1.10.2,
> although I do have another
> older hdf5 in /usr/local, that is should not be accessing
>
>
> Warning! ***HDF5 library version mismatched error***
> The HDF5 header files used to compile this application do not match
> the version used by the HDF5 library to which this application is
linked.
> Data corruption or segmentation faults may occur if the application
> continues.
> This can happen when an application was compiled by one version of
HDF5 but
> linked with a different version of static or shared HDF5 library.
> You should recompile the application or check your shared library
related
> settings such as 'LD_LIBRARY_PATH'.
> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
> application will
> continue at your own risk.
> Headers are 1.10.1, library is 1.10.2
>          SUMMARY OF THE HDF5 CONFIGURATION
>          =================================
>
> General Information:
> -------------------
>                     HDF5 Version: 1.10.2
>                    Configured on: Mon Apr 23 14:30:04 MDT 2018
>                    Configured by: root at linux256.psd.ad
>                      Host system: x86_64-unknown-linux-gnu
>                Uname information: Linux linux256.psd.ad
> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
> GNU/Linux
>                         Byte sex: little-endian
>               Installation point: /usr/local/gfortran-7.3
>
> Compiling Options:
> ------------------
>                       Build Mode: production
>                Debugging Symbols: no
>                          Asserts: no
>                        Profiling: no
>               Optimization Level: high
>
> Linking Options:
> ----------------
>                        Libraries: static, shared
>    Statically Linked Executables:
>                          LDFLAGS:
>                       H5_LDFLAGS:
>                       AM_LDFLAGS:
>                  Extra libraries: -lrt -lz -ldl -lm
>                         Archiver: ar
>                         AR_FLAGS: cr
>                           Ranlib: ranlib
>
> Languages:
> ----------
>                                C: yes
>                       C Compiler: /usr/local/gfortran-7.3/bin/gcc (
gcc
> (GCC) 7.3.0)
>                         CPPFLAGS:
>                      H5_CPPFLAGS: -D_GNU_SOURCE
> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
>                      AM_CPPFLAGS:
>                          C Flags: -w -fPIC -m64
>                       H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-decls
> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef
> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
> -finline-functions -s -Wno-inline -Wno-aggregate-return
> -Wno-missing-format-attribute -Wno-missing-noreturn -O
>                       AM C Flags:
>                 Shared C Library: yes
>                 Static C Library: yes
>
>
>                          Fortran: yes
>                 Fortran Compiler: /usr/local/gfortran-
7.3/bin/gfortran (
> GNU Fortran (GCC) 7.3.0)
>                    Fortran Flags: -w -fPIC -m64
>                 H5 Fortran Flags:  -pedantic -Wall -Wextra
-Wunderflow
> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
>                 AM Fortran Flags:
>           Shared Fortran Library: yes
>           Static Fortran Library: yes
>
>                              C++: no
>
>                             Java: no
>
>
> Features:
> ---------
>                    Parallel HDF5: no
>               High-level library: yes
>                     Threadsafety: no
>              Default API mapping: v110
>   With deprecated public symbols: yes
>           I/O filters (external): deflate(zlib)
>                              MPE: no
>                       Direct VFD: no
>                          dmalloc: no
>   Packages w/ extra debug output: none
>                      API tracing: no
>             Using memory checker: no
> Memory allocation sanity checks: no
>              Metadata trace file: no
>           Function stack tracing: no
>        Strict file format checks: no
>     Optimization instrumentation: no
> DEBUG 1: Loading forecast raw color table:
> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
> DEBUG 1: Loading observation raw color table:
> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
> DEBUG 1: Creating postscript file:
> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
>
> *** Running MODE-Analysis to compute column summaries for simple
> forecast objects ***
> ../src/tools/core/mode_analysis/mode_analysis \
>         -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
> \
>         -summary \
>         -column AREA -column LENGTH -column WIDTH -column CURVATURE
> -column INTENSITY_50 \
>         -fcst -config config/MODEAnalysisConfig \
>         -dump_row
../out/mode_analysis/job_summary_APCP_12_simple_fcst.txt
> \
>         -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.out \
>         -v 2
> DEBUG 1: Default Config File:
> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
> DEBUG 1: User Config File: config/MODEAnalysisConfig
> DEBUG 2: Total mode lines read = 24
> DEBUG 2: Total mode lines kept = 7
>
> *** Running MODE-Analysis to compute column summaries for simple
> observation objects ***
> ../src/tools/core/mode_analysis/mode_analysis \
>         -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
> \
>         -summary \
>         -column AREA -column LENGTH -column WIDTH -column CURVATURE
> -column INTENSITY_50 \
>         -obs -config config/MODEAnalysisConfig \
>         -dump_row
../out/mode_analysis/job_summary_APCP_12_simple_obs.txt
> \
>         -out ../out/mode_analysis/job_summary_APCP_12_simple_obs.out
\
>         -v 2
> DEBUG 1: Default Config File:
> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
> DEBUG 1: User Config File: config/MODEAnalysisConfig
> DEBUG 2: Total mode lines read = 24
> DEBUG 2: Total mode lines kept = 4
>
> *** Running MODE-Analysis to summarize by case ***
> ../src/tools/core/mode_analysis/mode_analysis \
>         -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
> \
>         -lookin
../out/mode/mode_240000L_20050808_000000V_240000A_obj.txt
> \
>         -bycase -single -simple \
>         -dump_row ../out/mode_analysis/job_summary_bycase.txt \
>         -out      ../out/mode_analysis/job_summary_bycase.out \
>         -v 2
> DEBUG 2: Total mode lines read = 44
> DEBUG 2: Total mode lines kept = 21
> g++ -fPIC -m64 -fpermissive
../src/tools/other/mode_time_domain/mtd.cc
> -o ../src/tools/other/mode_time_domain/mtd
> In file included from
> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
>                   from
../src/tools/other/mode_time_domain/mtd.cc:55:
> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10: fatal
error:
> data_class.h: No such file or directory
>   #include "data_class.h"
>            ^~~~~~~~~~~~~~
> compilation terminated.
> make[1]: *** [<builtin>: ../src/tools/other/mode_time_domain/mtd]
Error 1
> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/scripts'
> make: *** [Makefile:843: test] Error 2
> [root at linux256 met]#
> --
>
> Barry McInnes
> 325 Broadway
> Boulder CO 80304
> (303)4976231
> barry.j.mcinnes at noaa.gov
>
>
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #84896] patching issues
From: Barry McInnes (NOAA Affiliate)
Time: Thu Apr 26 11:21:00 2018

Hi Julie,
thanks for getting back. I will try a few changes to my build script,
and use the bugfix mods.
Its good to know its working on other NOAA machines.
I will send the log files if I am still stuck.
thanks barry


On 4/26/18 10:35, Julie Prestopnik via RT wrote:
> Hi Barry.
>
> I see you're having problems with MET.  It's a little hard to fully
tell
> what's going on.  In the future, if you could please attach the full
log
> file from your configure run and the full log from make_install and
> make_test, that would be helpful.
>
> You shouldn't be experiencing those HDF5 mismatch problems.  I would
> suggest rebuilding your HDF5 and NetCDF libraries in the manner
described
> in the tutorial and using the versions described in the tutorial on
this
> page:
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=configure
>
> While the instructions are from the met-6.1 tutorial, they are the
same for
> the met-7.0 code as well.
>
> I have installed met-7.0 including the patches (some have the
20180403
> patches but some have older patches) on various NOAA machines.  You
can
> find the location of those installs on this page:
>
>
https://dtcenter.org/met/users/downloads/existing_met_builds/METv7.0_existing_met_builds.php
>
> If possible, you could utilize those for your MET use.  I'm also
happy to
> help you work through any problems you're experiencing installing it
> yourself. Please try reinstalling HDF5 and the NetCDF libraries as
> indicated above and let me know how it goes.  If it is not
successful
> please include your log files as attachments and we'll go from
there.
>
> Thanks!
>
> Julie
>
>
> On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate) via
RT <
> met_help at ucar.edu> wrote:
>
>> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
>> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
>>         Queue: met_help
>>       Subject: patching issues
>>         Owner: Nobody
>>    Requestors: barry.j.mcinnes at noaa.gov
>>        Status: new
>>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>>
>>
>> Since doing the patch met-7.0_patches_20180403.tar, I have been
getting
>> this issue, as well as tests failing
>>
>> make[2]: Entering directory
>> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
>> test -z "" || rm -f
>> test . = "." || test -z "" || rm -f
>> /f951
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
>> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to 'const
>> char*' [-fpermissive]
>>       blk_file = make_temp_file_name(blk_prefix2, '\0');
>>                                                       ^
>> In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
>>                    from
>> ../../../../src/basic/vx_config/config_constants.h:14,
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to 'const
>> char*' [-fpermissive]
>>       blk_file = make_temp_file_name(blk_prefix, '\0');
>>                                                      ^
>> In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
>>                    from
>> ../../../../src/basic/vx_config/config_constants.h:14,
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
>> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
>> -I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
>> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
>> -I../../../../src/libcode/vx_afm
>> -I../../../../src/libcode/vx_analysis_util
>> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_data2d
>> -I../../../../src/libcode/vx_data2d_factory
>> -I../../../../src/libcode/vx_data2d_grib
>> -I../../../../src/libcode/vx_data2d_grib2
>> -I../../../../src/libcode/vx_data2d_nccf
>> -I../../../../src/libcode/vx_data2d_nc_met
>> -I../../../../src/libcode/vx_data2d_nc_pinterp
>> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
>> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
>> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_nav
>> -I../../../../src/libcode/vx_nc_util
>> -I../../../../src/libcode/vx_pb_util
>> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_ps
>> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
>> -I../../../../src/libcode/vx_regrid
>> -I../../../../src/libcode/vx_shapedata
>> -I../../../../src/libcode/vx_solar
>> -I../../../../src/libcode/vx_statistics
>> -I../../../../src/libcode/vx_stat_out
>> -I../../../../src/libcode/vx_summary
>> -I../../../../src/libcode/vx_time_series
>> -I../../../../src/libcode/vx_tc_util
>> -I/usr/local/gfortran-7.3/include/include -I/usr/local/gfortran-7.3
>> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
>> -I/usr/local/gfortran-7.3/include/hdfeos5/include
>> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
>> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC -m64
>> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
>> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o `test
-f
>> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
>> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
>> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
>> f951: Warning: Nonexistent include directory '-c' [-Wmissing-
include-dirs]
>> /usr/lib/../lib64/crt1.o: In function `_start':
>> (.text+0x20): undefined reference to `main'
>> /tmp/cc2R7r8w.o: In function `numpbmsg_':
>> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
>> collect2: error: ld returned 1 exit status
>> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
>> make[5]: Leaving directory
>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
>> make[4]: *** [Makefile:371: all-recursive] Error 1
>> make[4]: Leaving directory
>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
>> make[3]: *** [Makefile:357: all-recursive] Error 1
>> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src/tools'
>> make[2]: *** [Makefile:354: all-recursive] Error 1
>> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
>> make[1]: *** [Makefile:410: all-recursive] Error 1
>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0'
>> make: *** [Makefile:350: all] Error 2
>> Making install in data
>>
>>
>>
>> Tests failing - I have always got the HDF5 mismatch although I have
>> checked the setup and am sure I have it set correctly to 1.10.2,
>> although I do have another
>> older hdf5 in /usr/local, that is should not be accessing
>>
>>
>> Warning! ***HDF5 library version mismatched error***
>> The HDF5 header files used to compile this application do not match
>> the version used by the HDF5 library to which this application is
linked.
>> Data corruption or segmentation faults may occur if the application
>> continues.
>> This can happen when an application was compiled by one version of
HDF5 but
>> linked with a different version of static or shared HDF5 library.
>> You should recompile the application or check your shared library
related
>> settings such as 'LD_LIBRARY_PATH'.
>> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
>> application will
>> continue at your own risk.
>> Headers are 1.10.1, library is 1.10.2
>>           SUMMARY OF THE HDF5 CONFIGURATION
>>           =================================
>>
>> General Information:
>> -------------------
>>                      HDF5 Version: 1.10.2
>>                     Configured on: Mon Apr 23 14:30:04 MDT 2018
>>                     Configured by: root at linux256.psd.ad
>>                       Host system: x86_64-unknown-linux-gnu
>>                 Uname information: Linux linux256.psd.ad
>> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
>> GNU/Linux
>>                          Byte sex: little-endian
>>                Installation point: /usr/local/gfortran-7.3
>>
>> Compiling Options:
>> ------------------
>>                        Build Mode: production
>>                 Debugging Symbols: no
>>                           Asserts: no
>>                         Profiling: no
>>                Optimization Level: high
>>
>> Linking Options:
>> ----------------
>>                         Libraries: static, shared
>>     Statically Linked Executables:
>>                           LDFLAGS:
>>                        H5_LDFLAGS:
>>                        AM_LDFLAGS:
>>                   Extra libraries: -lrt -lz -ldl -lm
>>                          Archiver: ar
>>                          AR_FLAGS: cr
>>                            Ranlib: ranlib
>>
>> Languages:
>> ----------
>>                                 C: yes
>>                        C Compiler: /usr/local/gfortran-7.3/bin/gcc
( gcc
>> (GCC) 7.3.0)
>>                          CPPFLAGS:
>>                       H5_CPPFLAGS: -D_GNU_SOURCE
>> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
>>                       AM_CPPFLAGS:
>>                           C Flags: -w -fPIC -m64
>>                        H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
>> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
>> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
>> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
>> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
>> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-decls
>> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef
>> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
>> -finline-functions -s -Wno-inline -Wno-aggregate-return
>> -Wno-missing-format-attribute -Wno-missing-noreturn -O
>>                        AM C Flags:
>>                  Shared C Library: yes
>>                  Static C Library: yes
>>
>>
>>                           Fortran: yes
>>                  Fortran Compiler: /usr/local/gfortran-
7.3/bin/gfortran (
>> GNU Fortran (GCC) 7.3.0)
>>                     Fortran Flags: -w -fPIC -m64
>>                  H5 Fortran Flags:  -pedantic -Wall -Wextra
-Wunderflow
>> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
>>                  AM Fortran Flags:
>>            Shared Fortran Library: yes
>>            Static Fortran Library: yes
>>
>>                               C++: no
>>
>>                              Java: no
>>
>>
>> Features:
>> ---------
>>                     Parallel HDF5: no
>>                High-level library: yes
>>                      Threadsafety: no
>>               Default API mapping: v110
>>    With deprecated public symbols: yes
>>            I/O filters (external): deflate(zlib)
>>                               MPE: no
>>                        Direct VFD: no
>>                           dmalloc: no
>>    Packages w/ extra debug output: none
>>                       API tracing: no
>>              Using memory checker: no
>> Memory allocation sanity checks: no
>>               Metadata trace file: no
>>            Function stack tracing: no
>>         Strict file format checks: no
>>      Optimization instrumentation: no
>> DEBUG 1: Loading forecast raw color table:
>> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
>> DEBUG 1: Loading observation raw color table:
>> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
>> DEBUG 1: Creating postscript file:
>> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
>>
>> *** Running MODE-Analysis to compute column summaries for simple
>> forecast objects ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -summary \
>>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>> -column INTENSITY_50 \
>>          -fcst -config config/MODEAnalysisConfig \
>>          -dump_row
../out/mode_analysis/job_summary_APCP_12_simple_fcst.txt
>> \
>>          -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.out \
>>          -v 2
>> DEBUG 1: Default Config File:
>> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>> DEBUG 2: Total mode lines read = 24
>> DEBUG 2: Total mode lines kept = 7
>>
>> *** Running MODE-Analysis to compute column summaries for simple
>> observation objects ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -summary \
>>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>> -column INTENSITY_50 \
>>          -obs -config config/MODEAnalysisConfig \
>>          -dump_row
../out/mode_analysis/job_summary_APCP_12_simple_obs.txt
>> \
>>          -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out \
>>          -v 2
>> DEBUG 1: Default Config File:
>> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>> DEBUG 2: Total mode lines read = 24
>> DEBUG 2: Total mode lines kept = 4
>>
>> *** Running MODE-Analysis to summarize by case ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -lookin
../out/mode/mode_240000L_20050808_000000V_240000A_obj.txt
>> \
>>          -bycase -single -simple \
>>          -dump_row ../out/mode_analysis/job_summary_bycase.txt \
>>          -out      ../out/mode_analysis/job_summary_bycase.out \
>>          -v 2
>> DEBUG 2: Total mode lines read = 44
>> DEBUG 2: Total mode lines kept = 21
>> g++ -fPIC -m64 -fpermissive
../src/tools/other/mode_time_domain/mtd.cc
>> -o ../src/tools/other/mode_time_domain/mtd
>> In file included from
>> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
>>                    from
../src/tools/other/mode_time_domain/mtd.cc:55:
>> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10: fatal
error:
>> data_class.h: No such file or directory
>>    #include "data_class.h"
>>             ^~~~~~~~~~~~~~
>> compilation terminated.
>> make[1]: *** [<builtin>: ../src/tools/other/mode_time_domain/mtd]
Error 1
>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/scripts'
>> make: *** [Makefile:843: test] Error 2
>> [root at linux256 met]#
>> --
>>
>> Barry McInnes
>> 325 Broadway
>> Boulder CO 80304
>> (303)4976231
>> barry.j.mcinnes at noaa.gov
>>
>>
>>

--

Barry McInnes
325 Broadway
Boulder CO 80304
(303)4976231
barry.j.mcinnes at noaa.gov


------------------------------------------------
Subject: patching issues
From: Julie Prestopnik
Time: Thu Apr 26 11:24:12 2018

Ok. Sounds good.  Yes, please send your log files and let me know if
you
need assistance.  I'm happy to help.

Julie

On Thu, Apr 26, 2018 at 11:21 AM, Barry McInnes (NOAA Affiliate) via
RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>
> Hi Julie,
> thanks for getting back. I will try a few changes to my build
script,
> and use the bugfix mods.
> Its good to know its working on other NOAA machines.
> I will send the log files if I am still stuck.
> thanks barry
>
>
> On 4/26/18 10:35, Julie Prestopnik via RT wrote:
> > Hi Barry.
> >
> > I see you're having problems with MET.  It's a little hard to
fully tell
> > what's going on.  In the future, if you could please attach the
full log
> > file from your configure run and the full log from make_install
and
> > make_test, that would be helpful.
> >
> > You shouldn't be experiencing those HDF5 mismatch problems.  I
would
> > suggest rebuilding your HDF5 and NetCDF libraries in the manner
described
> > in the tutorial and using the versions described in the tutorial
on this
> > page:
> >
> > https://dtcenter.org/met/users/support/online_tutorial/
> METv6.1/tutorial.php?name=compilation&category=configure
> >
> > While the instructions are from the met-6.1 tutorial, they are the
same
> for
> > the met-7.0 code as well.
> >
> > I have installed met-7.0 including the patches (some have the
20180403
> > patches but some have older patches) on various NOAA machines.
You can
> > find the location of those installs on this page:
> >
> > https://dtcenter.org/met/users/downloads/existing_met_
> builds/METv7.0_existing_met_builds.php
> >
> > If possible, you could utilize those for your MET use.  I'm also
happy to
> > help you work through any problems you're experiencing installing
it
> > yourself. Please try reinstalling HDF5 and the NetCDF libraries as
> > indicated above and let me know how it goes.  If it is not
successful
> > please include your log files as attachments and we'll go from
there.
> >
> > Thanks!
> >
> > Julie
> >
> >
> > On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate)
via RT <
> > met_help at ucar.edu> wrote:
> >
> >> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
> >> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
> >>         Queue: met_help
> >>       Subject: patching issues
> >>         Owner: Nobody
> >>    Requestors: barry.j.mcinnes at noaa.gov
> >>        Status: new
> >>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896
> >
> >>
> >>
> >> Since doing the patch met-7.0_patches_20180403.tar, I have been
getting
> >> this issue, as well as tests failing
> >>
> >> make[2]: Entering directory
> >> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
> >> test -z "" || rm -f
> >> test . = "." || test -z "" || rm -f
> >> /f951
> >>                    from
../../../../src/basic/vx_config/vx_config.h:15,
> >>                    from pb2nc_conf_info.h:18,
> >>                    from pb2nc.cc:75:
> >> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> char*)'
> >>    extern ConcatString make_temp_file_name(const char *, const
char *);
> >>                        ^~~~~~~~~~~~~~~~~~~
> >> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
> >> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to
'const
> >> char*' [-fpermissive]
> >>       blk_file = make_temp_file_name(blk_prefix2, '\0');
> >>                                                       ^
> >> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
> >>                    from
> >> ../../../../src/basic/vx_config/config_constants.h:14,
> >>                    from
../../../../src/basic/vx_config/vx_config.h:15,
> >>                    from pb2nc_conf_info.h:18,
> >>                    from pb2nc.cc:75:
> >> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> char*)'
> >>    extern ConcatString make_temp_file_name(const char *, const
char *);
> >>                        ^~~~~~~~~~~~~~~~~~~
> >> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to
'const
> >> char*' [-fpermissive]
> >>       blk_file = make_temp_file_name(blk_prefix, '\0');
> >>                                                      ^
> >> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
> >>                    from
> >> ../../../../src/basic/vx_config/config_constants.h:14,
> >>                    from
../../../../src/basic/vx_config/vx_config.h:15,
> >>                    from pb2nc_conf_info.h:18,
> >>                    from pb2nc.cc:75:
> >> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> char*)'
> >>    extern ConcatString make_temp_file_name(const char *, const
char *);
> >>                        ^~~~~~~~~~~~~~~~~~~
> >> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
> >> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
> >> -I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
> >> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
> >> -I../../../../src/libcode/vx_afm
> >> -I../../../../src/libcode/vx_analysis_util
> >> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_data2d
> >> -I../../../../src/libcode/vx_data2d_factory
> >> -I../../../../src/libcode/vx_data2d_grib
> >> -I../../../../src/libcode/vx_data2d_grib2
> >> -I../../../../src/libcode/vx_data2d_nccf
> >> -I../../../../src/libcode/vx_data2d_nc_met
> >> -I../../../../src/libcode/vx_data2d_nc_pinterp
> >> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
> >> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
> >> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_nav
> >> -I../../../../src/libcode/vx_nc_util
> >> -I../../../../src/libcode/vx_pb_util
> >> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_ps
> >> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
> >> -I../../../../src/libcode/vx_regrid
> >> -I../../../../src/libcode/vx_shapedata
> >> -I../../../../src/libcode/vx_solar
> >> -I../../../../src/libcode/vx_statistics
> >> -I../../../../src/libcode/vx_stat_out
> >> -I../../../../src/libcode/vx_summary
> >> -I../../../../src/libcode/vx_time_series
> >> -I../../../../src/libcode/vx_tc_util
> >> -I/usr/local/gfortran-7.3/include/include -I/usr/local/gfortran-
7.3
> >> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-
7.3/include
> >> -I/usr/local/gfortran-7.3/include/hdfeos5/include
> >> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
> >> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC
-m64
> >> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
> >> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o
`test -f
> >> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
> >> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
> >> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
> >> f951: Warning: Nonexistent include directory '-c'
> [-Wmissing-include-dirs]
> >> /usr/lib/../lib64/crt1.o: In function `_start':
> >> (.text+0x20): undefined reference to `main'
> >> /tmp/cc2R7r8w.o: In function `numpbmsg_':
> >> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
> >> collect2: error: ld returned 1 exit status
> >> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
> >> make[5]: Leaving directory
> >> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
> >> make[4]: *** [Makefile:371: all-recursive] Error 1
> >> make[4]: Leaving directory
> >> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
> >> make[3]: *** [Makefile:357: all-recursive] Error 1
> >> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/
> met-7.0/src/tools'
> >> make[2]: *** [Makefile:354: all-recursive] Error 1
> >> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
> >> make[1]: *** [Makefile:410: all-recursive] Error 1
> >> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0'
> >> make: *** [Makefile:350: all] Error 2
> >> Making install in data
> >>
> >>
> >>
> >> Tests failing - I have always got the HDF5 mismatch although I
have
> >> checked the setup and am sure I have it set correctly to 1.10.2,
> >> although I do have another
> >> older hdf5 in /usr/local, that is should not be accessing
> >>
> >>
> >> Warning! ***HDF5 library version mismatched error***
> >> The HDF5 header files used to compile this application do not
match
> >> the version used by the HDF5 library to which this application is
> linked.
> >> Data corruption or segmentation faults may occur if the
application
> >> continues.
> >> This can happen when an application was compiled by one version
of HDF5
> but
> >> linked with a different version of static or shared HDF5 library.
> >> You should recompile the application or check your shared library
> related
> >> settings such as 'LD_LIBRARY_PATH'.
> >> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
> >> application will
> >> continue at your own risk.
> >> Headers are 1.10.1, library is 1.10.2
> >>           SUMMARY OF THE HDF5 CONFIGURATION
> >>           =================================
> >>
> >> General Information:
> >> -------------------
> >>                      HDF5 Version: 1.10.2
> >>                     Configured on: Mon Apr 23 14:30:04 MDT 2018
> >>                     Configured by: root at linux256.psd.ad
> >>                       Host system: x86_64-unknown-linux-gnu
> >>                 Uname information: Linux linux256.psd.ad
> >> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
> >> GNU/Linux
> >>                          Byte sex: little-endian
> >>                Installation point: /usr/local/gfortran-7.3
> >>
> >> Compiling Options:
> >> ------------------
> >>                        Build Mode: production
> >>                 Debugging Symbols: no
> >>                           Asserts: no
> >>                         Profiling: no
> >>                Optimization Level: high
> >>
> >> Linking Options:
> >> ----------------
> >>                         Libraries: static, shared
> >>     Statically Linked Executables:
> >>                           LDFLAGS:
> >>                        H5_LDFLAGS:
> >>                        AM_LDFLAGS:
> >>                   Extra libraries: -lrt -lz -ldl -lm
> >>                          Archiver: ar
> >>                          AR_FLAGS: cr
> >>                            Ranlib: ranlib
> >>
> >> Languages:
> >> ----------
> >>                                 C: yes
> >>                        C Compiler: /usr/local/gfortran-
7.3/bin/gcc (
> gcc
> >> (GCC) 7.3.0)
> >>                          CPPFLAGS:
> >>                       H5_CPPFLAGS: -D_GNU_SOURCE
> >> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
> >>                       AM_CPPFLAGS:
> >>                           C Flags: -w -fPIC -m64
> >>                        H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
> >> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
> >> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-
equal
> >> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
> >> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
> >> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-decls
> >> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum
-Wundef
> >> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
> >> -finline-functions -s -Wno-inline -Wno-aggregate-return
> >> -Wno-missing-format-attribute -Wno-missing-noreturn -O
> >>                        AM C Flags:
> >>                  Shared C Library: yes
> >>                  Static C Library: yes
> >>
> >>
> >>                           Fortran: yes
> >>                  Fortran Compiler: /usr/local/gfortran-
7.3/bin/gfortran
> (
> >> GNU Fortran (GCC) 7.3.0)
> >>                     Fortran Flags: -w -fPIC -m64
> >>                  H5 Fortran Flags:  -pedantic -Wall -Wextra
-Wunderflow
> >> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
> >>                  AM Fortran Flags:
> >>            Shared Fortran Library: yes
> >>            Static Fortran Library: yes
> >>
> >>                               C++: no
> >>
> >>                              Java: no
> >>
> >>
> >> Features:
> >> ---------
> >>                     Parallel HDF5: no
> >>                High-level library: yes
> >>                      Threadsafety: no
> >>               Default API mapping: v110
> >>    With deprecated public symbols: yes
> >>            I/O filters (external): deflate(zlib)
> >>                               MPE: no
> >>                        Direct VFD: no
> >>                           dmalloc: no
> >>    Packages w/ extra debug output: none
> >>                       API tracing: no
> >>              Using memory checker: no
> >> Memory allocation sanity checks: no
> >>               Metadata trace file: no
> >>            Function stack tracing: no
> >>         Strict file format checks: no
> >>      Optimization instrumentation: no
> >> DEBUG 1: Loading forecast raw color table:
> >> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
> >> DEBUG 1: Loading observation raw color table:
> >> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
> >> DEBUG 1: Creating postscript file:
> >> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
> >>
> >> *** Running MODE-Analysis to compute column summaries for simple
> >> forecast objects ***
> >> ../src/tools/core/mode_analysis/mode_analysis \
> >>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
> txt
> >> \
> >>          -summary \
> >>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
> >> -column INTENSITY_50 \
> >>          -fcst -config config/MODEAnalysisConfig \
> >>          -dump_row ../out/mode_analysis/job_
> summary_APCP_12_simple_fcst.txt
> >> \
> >>          -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.out
> \
> >>          -v 2
> >> DEBUG 1: Default Config File:
> >> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
> >> DEBUG 1: User Config File: config/MODEAnalysisConfig
> >> DEBUG 2: Total mode lines read = 24
> >> DEBUG 2: Total mode lines kept = 7
> >>
> >> *** Running MODE-Analysis to compute column summaries for simple
> >> observation objects ***
> >> ../src/tools/core/mode_analysis/mode_analysis \
> >>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
> txt
> >> \
> >>          -summary \
> >>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
> >> -column INTENSITY_50 \
> >>          -obs -config config/MODEAnalysisConfig \
> >>          -dump_row ../out/mode_analysis/job_
> summary_APCP_12_simple_obs.txt
> >> \
> >>          -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out \
> >>          -v 2
> >> DEBUG 1: Default Config File:
> >> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
> >> DEBUG 1: User Config File: config/MODEAnalysisConfig
> >> DEBUG 2: Total mode lines read = 24
> >> DEBUG 2: Total mode lines kept = 4
> >>
> >> *** Running MODE-Analysis to summarize by case ***
> >> ../src/tools/core/mode_analysis/mode_analysis \
> >>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
> txt
> >> \
> >>          -lookin
../out/mode/mode_240000L_20050808_000000V_240000A_obj.
> txt
> >> \
> >>          -bycase -single -simple \
> >>          -dump_row ../out/mode_analysis/job_summary_bycase.txt \
> >>          -out      ../out/mode_analysis/job_summary_bycase.out \
> >>          -v 2
> >> DEBUG 2: Total mode lines read = 44
> >> DEBUG 2: Total mode lines kept = 21
> >> g++ -fPIC -m64 -fpermissive
../src/tools/other/mode_time_domain/mtd.cc
> >> -o ../src/tools/other/mode_time_domain/mtd
> >> In file included from
> >> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
> >>                    from
../src/tools/other/mode_time_domain/mtd.cc:55:
> >> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10: fatal
> error:
> >> data_class.h: No such file or directory
> >>    #include "data_class.h"
> >>             ^~~~~~~~~~~~~~
> >> compilation terminated.
> >> make[1]: *** [<builtin>: ../src/tools/other/mode_time_domain/mtd]
> Error 1
> >> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/
> met-7.0/scripts'
> >> make: *** [Makefile:843: test] Error 2
> >> [root at linux256 met]#
> >> --
> >>
> >> Barry McInnes
> >> 325 Broadway
> >> Boulder CO 80304
> >> (303)4976231
> >> barry.j.mcinnes at noaa.gov
> >>
> >>
> >>
>
> --
>
> Barry McInnes
> 325 Broadway
> Boulder CO 80304
> (303)4976231
> barry.j.mcinnes at noaa.gov
>
>
>

------------------------------------------------
Subject: patching issues
From: Barry McInnes (NOAA Affiliate)
Time: Thu Apr 26 13:30:23 2018

Hi Julie,
after fixing the latest grib2 build and getting libgrib2c updated, I
get
a build of met with the only issue being the HDF5 version warning.
I have attached the install.log, which does the make and make test
I have rebuilt hdf5 and netcdf to the latest versions, all are in the
separate directory $dir
thanks for your time,
barry



echo $dir

export PATH=$dir/bin:$PATH
export LD_LIBRARY_PATH=$dir/lib:$dir/lib64
export CC=gcc
export CFLAGS="-fPIC $1 -fpermissive"
export FC=$2
export FCFLAGS="-fPIC $1 -fpermissive"
export CXX=g++
export CXXFLAGS="-fPIC $1 -fpermissive"
export F77=$2

export MET_NETCDFINC=$dir/include
export MET_NETCDFLIB=$dir/lib
export MET_BUFR=/usr/local/src/BUFRLIB
export MET_GSL=$dir
export MET_GRIB2CINC=$dir/include
export MET_GRIB2CLIB=$dir/lib
export MET_HDFEOSINC=$dir/src/hdfeos5/include
export MET_HDFEOSLIB=$dir/src/hdfeos5/src/.libs
export MET_CAIROINC=$dir/include
export MET_CAIROLIB=$dir/lib

rm -rf $dir/met
mkdir $dir/met
make distclean

./configure \
--prefix=$dir/met \
--enable-grib2

make
make install
make test

On 4/26/18 10:35, Julie Prestopnik via RT wrote:
> Hi Barry.
>
> I see you're having problems with MET.  It's a little hard to fully
tell
> what's going on.  In the future, if you could please attach the full
log
> file from your configure run and the full log from make_install and
> make_test, that would be helpful.
>
> You shouldn't be experiencing those HDF5 mismatch problems.  I would
> suggest rebuilding your HDF5 and NetCDF libraries in the manner
described
> in the tutorial and using the versions described in the tutorial on
this
> page:
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=configure
>
> While the instructions are from the met-6.1 tutorial, they are the
same for
> the met-7.0 code as well.
>
> I have installed met-7.0 including the patches (some have the
20180403
> patches but some have older patches) on various NOAA machines.  You
can
> find the location of those installs on this page:
>
>
https://dtcenter.org/met/users/downloads/existing_met_builds/METv7.0_existing_met_builds.php
>
> If possible, you could utilize those for your MET use.  I'm also
happy to
> help you work through any problems you're experiencing installing it
> yourself. Please try reinstalling HDF5 and the NetCDF libraries as
> indicated above and let me know how it goes.  If it is not
successful
> please include your log files as attachments and we'll go from
there.
>
> Thanks!
>
> Julie
>
>
> On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate) via
RT <
> met_help at ucar.edu> wrote:
>
>> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
>> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
>>         Queue: met_help
>>       Subject: patching issues
>>         Owner: Nobody
>>    Requestors: barry.j.mcinnes at noaa.gov
>>        Status: new
>>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>>
>>
>> Since doing the patch met-7.0_patches_20180403.tar, I have been
getting
>> this issue, as well as tests failing
>>
>> make[2]: Entering directory
>> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
>> test -z "" || rm -f
>> test . = "." || test -z "" || rm -f
>> /f951
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
>> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to 'const
>> char*' [-fpermissive]
>>       blk_file = make_temp_file_name(blk_prefix2, '\0');
>>                                                       ^
>> In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
>>                    from
>> ../../../../src/basic/vx_config/config_constants.h:14,
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to 'const
>> char*' [-fpermissive]
>>       blk_file = make_temp_file_name(blk_prefix, '\0');
>>                                                      ^
>> In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
>>                    from
>> ../../../../src/basic/vx_config/config_constants.h:14,
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
>> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
>> -I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
>> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
>> -I../../../../src/libcode/vx_afm
>> -I../../../../src/libcode/vx_analysis_util
>> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_data2d
>> -I../../../../src/libcode/vx_data2d_factory
>> -I../../../../src/libcode/vx_data2d_grib
>> -I../../../../src/libcode/vx_data2d_grib2
>> -I../../../../src/libcode/vx_data2d_nccf
>> -I../../../../src/libcode/vx_data2d_nc_met
>> -I../../../../src/libcode/vx_data2d_nc_pinterp
>> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
>> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
>> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_nav
>> -I../../../../src/libcode/vx_nc_util
>> -I../../../../src/libcode/vx_pb_util
>> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_ps
>> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
>> -I../../../../src/libcode/vx_regrid
>> -I../../../../src/libcode/vx_shapedata
>> -I../../../../src/libcode/vx_solar
>> -I../../../../src/libcode/vx_statistics
>> -I../../../../src/libcode/vx_stat_out
>> -I../../../../src/libcode/vx_summary
>> -I../../../../src/libcode/vx_time_series
>> -I../../../../src/libcode/vx_tc_util
>> -I/usr/local/gfortran-7.3/include/include -I/usr/local/gfortran-7.3
>> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
>> -I/usr/local/gfortran-7.3/include/hdfeos5/include
>> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
>> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC -m64
>> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
>> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o `test
-f
>> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
>> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
>> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
>> f951: Warning: Nonexistent include directory '-c' [-Wmissing-
include-dirs]
>> /usr/lib/../lib64/crt1.o: In function `_start':
>> (.text+0x20): undefined reference to `main'
>> /tmp/cc2R7r8w.o: In function `numpbmsg_':
>> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
>> collect2: error: ld returned 1 exit status
>> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
>> make[5]: Leaving directory
>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
>> make[4]: *** [Makefile:371: all-recursive] Error 1
>> make[4]: Leaving directory
>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
>> make[3]: *** [Makefile:357: all-recursive] Error 1
>> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src/tools'
>> make[2]: *** [Makefile:354: all-recursive] Error 1
>> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
>> make[1]: *** [Makefile:410: all-recursive] Error 1
>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0'
>> make: *** [Makefile:350: all] Error 2
>> Making install in data
>>
>>
>>
>> Tests failing - I have always got the HDF5 mismatch although I have
>> checked the setup and am sure I have it set correctly to 1.10.2,
>> although I do have another
>> older hdf5 in /usr/local, that is should not be accessing
>>
>>
>> Warning! ***HDF5 library version mismatched error***
>> The HDF5 header files used to compile this application do not match
>> the version used by the HDF5 library to which this application is
linked.
>> Data corruption or segmentation faults may occur if the application
>> continues.
>> This can happen when an application was compiled by one version of
HDF5 but
>> linked with a different version of static or shared HDF5 library.
>> You should recompile the application or check your shared library
related
>> settings such as 'LD_LIBRARY_PATH'.
>> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
>> application will
>> continue at your own risk.
>> Headers are 1.10.1, library is 1.10.2
>>           SUMMARY OF THE HDF5 CONFIGURATION
>>           =================================
>>
>> General Information:
>> -------------------
>>                      HDF5 Version: 1.10.2
>>                     Configured on: Mon Apr 23 14:30:04 MDT 2018
>>                     Configured by: root at linux256.psd.ad
>>                       Host system: x86_64-unknown-linux-gnu
>>                 Uname information: Linux linux256.psd.ad
>> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
>> GNU/Linux
>>                          Byte sex: little-endian
>>                Installation point: /usr/local/gfortran-7.3
>>
>> Compiling Options:
>> ------------------
>>                        Build Mode: production
>>                 Debugging Symbols: no
>>                           Asserts: no
>>                         Profiling: no
>>                Optimization Level: high
>>
>> Linking Options:
>> ----------------
>>                         Libraries: static, shared
>>     Statically Linked Executables:
>>                           LDFLAGS:
>>                        H5_LDFLAGS:
>>                        AM_LDFLAGS:
>>                   Extra libraries: -lrt -lz -ldl -lm
>>                          Archiver: ar
>>                          AR_FLAGS: cr
>>                            Ranlib: ranlib
>>
>> Languages:
>> ----------
>>                                 C: yes
>>                        C Compiler: /usr/local/gfortran-7.3/bin/gcc
( gcc
>> (GCC) 7.3.0)
>>                          CPPFLAGS:
>>                       H5_CPPFLAGS: -D_GNU_SOURCE
>> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
>>                       AM_CPPFLAGS:
>>                           C Flags: -w -fPIC -m64
>>                        H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
>> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
>> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
>> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
>> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
>> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-decls
>> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef
>> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
>> -finline-functions -s -Wno-inline -Wno-aggregate-return
>> -Wno-missing-format-attribute -Wno-missing-noreturn -O
>>                        AM C Flags:
>>                  Shared C Library: yes
>>                  Static C Library: yes
>>
>>
>>                           Fortran: yes
>>                  Fortran Compiler: /usr/local/gfortran-
7.3/bin/gfortran (
>> GNU Fortran (GCC) 7.3.0)
>>                     Fortran Flags: -w -fPIC -m64
>>                  H5 Fortran Flags:  -pedantic -Wall -Wextra
-Wunderflow
>> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
>>                  AM Fortran Flags:
>>            Shared Fortran Library: yes
>>            Static Fortran Library: yes
>>
>>                               C++: no
>>
>>                              Java: no
>>
>>
>> Features:
>> ---------
>>                     Parallel HDF5: no
>>                High-level library: yes
>>                      Threadsafety: no
>>               Default API mapping: v110
>>    With deprecated public symbols: yes
>>            I/O filters (external): deflate(zlib)
>>                               MPE: no
>>                        Direct VFD: no
>>                           dmalloc: no
>>    Packages w/ extra debug output: none
>>                       API tracing: no
>>              Using memory checker: no
>> Memory allocation sanity checks: no
>>               Metadata trace file: no
>>            Function stack tracing: no
>>         Strict file format checks: no
>>      Optimization instrumentation: no
>> DEBUG 1: Loading forecast raw color table:
>> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
>> DEBUG 1: Loading observation raw color table:
>> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
>> DEBUG 1: Creating postscript file:
>> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
>>
>> *** Running MODE-Analysis to compute column summaries for simple
>> forecast objects ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -summary \
>>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>> -column INTENSITY_50 \
>>          -fcst -config config/MODEAnalysisConfig \
>>          -dump_row
../out/mode_analysis/job_summary_APCP_12_simple_fcst.txt
>> \
>>          -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.out \
>>          -v 2
>> DEBUG 1: Default Config File:
>> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>> DEBUG 2: Total mode lines read = 24
>> DEBUG 2: Total mode lines kept = 7
>>
>> *** Running MODE-Analysis to compute column summaries for simple
>> observation objects ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -summary \
>>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>> -column INTENSITY_50 \
>>          -obs -config config/MODEAnalysisConfig \
>>          -dump_row
../out/mode_analysis/job_summary_APCP_12_simple_obs.txt
>> \
>>          -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out \
>>          -v 2
>> DEBUG 1: Default Config File:
>> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>> DEBUG 2: Total mode lines read = 24
>> DEBUG 2: Total mode lines kept = 4
>>
>> *** Running MODE-Analysis to summarize by case ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -lookin
../out/mode/mode_240000L_20050808_000000V_240000A_obj.txt
>> \
>>          -bycase -single -simple \
>>          -dump_row ../out/mode_analysis/job_summary_bycase.txt \
>>          -out      ../out/mode_analysis/job_summary_bycase.out \
>>          -v 2
>> DEBUG 2: Total mode lines read = 44
>> DEBUG 2: Total mode lines kept = 21
>> g++ -fPIC -m64 -fpermissive
../src/tools/other/mode_time_domain/mtd.cc
>> -o ../src/tools/other/mode_time_domain/mtd
>> In file included from
>> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
>>                    from
../src/tools/other/mode_time_domain/mtd.cc:55:
>> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10: fatal
error:
>> data_class.h: No such file or directory
>>    #include "data_class.h"
>>             ^~~~~~~~~~~~~~
>> compilation terminated.
>> make[1]: *** [<builtin>: ../src/tools/other/mode_time_domain/mtd]
Error 1
>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/scripts'
>> make: *** [Makefile:843: test] Error 2
>> [root at linux256 met]#
>> --
>>
>> Barry McInnes
>> 325 Broadway
>> Boulder CO 80304
>> (303)4976231
>> barry.j.mcinnes at noaa.gov
>>
>>
>>

--

Barry McInnes
325 Broadway
Boulder CO 80304
(303)4976231
barry.j.mcinnes at noaa.gov


------------------------------------------------
Subject: patching issues
From: Barry McInnes (NOAA Affiliate)
Time: Thu Apr 26 13:30:23 2018

/usr/local/gfortran-7.3
Making distclean in data
make[1]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
Making distclean in colortables
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
Making distclean in NCL_colortables
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables/NCL_colortables'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables/NCL_colortables'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
Making distclean in config
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/config'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/config'
Making distclean in map
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
Making distclean in admin_by_country
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map/admin_by_country'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map/admin_by_country'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
Making distclean in poly
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
Making distclean in HMT_masks
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/HMT_masks'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/HMT_masks'
Making distclean in NCEP_masks
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/NCEP_masks'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/NCEP_masks'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
Making distclean in ps
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/ps'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/ps'
Making distclean in table_files
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/table_files'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/table_files'
Making distclean in tc_data
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/tc_data'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/tc_data'
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
rm -f Makefile
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
Making distclean in src
make[1]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
Making distclean in basic
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
Making distclean in vx_log
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_log'
test -z "libvx_log.a" || rm -f libvx_log.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_log'
Making distclean in vx_cal
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_cal'
test -z "libvx_cal.a" || rm -f libvx_cal.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_cal'
Making distclean in enum_to_string
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/enum_to_string'
test -z "enum_to_string" || rm -f enum_to_string
test -z "enum_scanner.cc enum_parser.cc lex.yy.c" || rm -f
enum_scanner.cc enum_parser.cc lex.yy.c
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/enum_to_string'
Making distclean in vx_math
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_math'
test -z "libvx_math.a" || rm -f libvx_math.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_math'
Making distclean in vx_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_util'
test -z "libvx_util.a" || rm -f libvx_util.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_util'
Making distclean in vx_config
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_config'
test -z "" || rm -f
test -z "libvx_config.a" || rm -f libvx_config.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_config'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
Making distclean in libcode
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
Making distclean in vx_grid
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_grid'
test -z "libvx_grid.a" || rm -f libvx_grid.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_grid'
Making distclean in vx_nc_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nc_util'
test -z "libvx_nc_util.a" || rm -f libvx_nc_util.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nc_util'
Making distclean in vx_data2d
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d'
test -z "libvx_data2d.a" || rm -f libvx_data2d.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d'
Making distclean in vx_data2d_grib
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib'
test -z "libvx_data2d_grib.a" || rm -f libvx_data2d_grib.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib'
Making distclean in vx_data2d_nc_met
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_met'
test -z "libvx_data2d_nc_met.a" || rm -f libvx_data2d_nc_met.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_met'
Making distclean in vx_data2d_nccf
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nccf'
test -z "libvx_data2d_nccf.a" || rm -f libvx_data2d_nccf.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nccf'
Making distclean in vx_data2d_nc_pinterp
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_pinterp'
test -z "libvx_data2d_nc_pinterp.a" || rm -f libvx_data2d_nc_pinterp.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_pinterp'
Making distclean in vx_data2d_grib2
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib2'
test -z "libvx_data2d_grib2.a" || rm -f libvx_data2d_grib2.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib2'
Making distclean in vx_data2d_factory
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_factory'
test -z "libvx_data2d_factory.a" || rm -f libvx_data2d_factory.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_factory'
Making distclean in vx_gsl_prob
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gsl_prob'
test -z "libvx_gsl_prob.a" || rm -f libvx_gsl_prob.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gsl_prob'
Making distclean in vx_gnomon
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gnomon'
test -z "libvx_gnomon.a" || rm -f libvx_gnomon.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gnomon'
Making distclean in vx_geodesy
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_geodesy'
test -z "libvx_geodesy.a" || rm -f libvx_geodesy.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_geodesy'
Making distclean in vx_gis
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gis'
test -z "libvx_gis.a" || rm -f libvx_gis.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gis'
Making distclean in vx_nav
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nav'
test -z "libvx_nav.a" || rm -f libvx_nav.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nav'
Making distclean in vx_pb_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pb_util'
test -z "libvx_pb_util.a" || rm -f libvx_pb_util.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pb_util'
Making distclean in vx_afm
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_afm'
test -z "libvx_afm.a" || rm -f libvx_afm.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_afm'
Making distclean in vx_color
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_color'
test -z "" || rm -f
test -z "libvx_color.a" || rm -f libvx_color.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_color'
Making distclean in vx_pxm
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pxm'
test -z "libvx_pxm.a" || rm -f libvx_pxm.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pxm'
Making distclean in vx_render
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_render'
test -z "libvx_render.a" || rm -f libvx_render.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_render'
Making distclean in vx_ps
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_ps'
test -z "libvx_ps.a" || rm -f libvx_ps.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_ps'
Making distclean in vx_plot_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_plot_util'
test -z "libvx_plot_util.a" || rm -f libvx_plot_util.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_plot_util'
Making distclean in vx_shapedata
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_shapedata'
test -z "libvx_shapedata.a" || rm -f libvx_shapedata.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_shapedata'
Making distclean in vx_statistics
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_statistics'
test -z "libvx_statistics.a" || rm -f libvx_statistics.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_statistics'
Making distclean in vx_stat_out
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_stat_out'
test -z "libvx_stat_out.a" || rm -f libvx_stat_out.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_stat_out'
Making distclean in vx_analysis_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_analysis_util'
test -z "libvx_analysis_util.a" || rm -f libvx_analysis_util.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_analysis_util'
Making distclean in vx_tc_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_tc_util'
test -z "libvx_tc_util.a" || rm -f libvx_tc_util.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_tc_util'
Making distclean in vx_summary
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_summary'
test -z "libvx_summary.a" || rm -f libvx_summary.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_summary'
Making distclean in vx_time_series
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_time_series'
test -z "libvx_time_series.a" || rm -f libvx_time_series.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_time_series'
Making distclean in vx_regrid
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_regrid'
test -z "libvx_regrid.a" || rm -f libvx_regrid.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_regrid'
Making distclean in vx_solar
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_solar'
test -z "libvx_solar.a" || rm -f libvx_solar.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_solar'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
rm -f Makefile
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
Making distclean in tools
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
Making distclean in core
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
Making distclean in ensemble_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/ensemble_stat'
test -z "ensemble_stat" || rm -f ensemble_stat
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/ensemble_stat'
Making distclean in grid_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/grid_stat'
test -z "grid_stat" || rm -f grid_stat
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/grid_stat'
Making distclean in mode
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode'
test -z "mode" || rm -f mode
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode'
Making distclean in mode_analysis
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode_analysis'
test -z "mode_analysis" || rm -f mode_analysis
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode_analysis'
Making distclean in pcp_combine
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/pcp_combine'
test -z "pcp_combine" || rm -f pcp_combine
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/pcp_combine'
Making distclean in point_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/point_stat'
test -z "point_stat" || rm -f point_stat
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/point_stat'
Making distclean in stat_analysis
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/stat_analysis'
test -z "stat_analysis" || rm -f stat_analysis
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/stat_analysis'
Making distclean in wavelet_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/wavelet_stat'
test -z "wavelet_stat" || rm -f wavelet_stat
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/wavelet_stat'
Making distclean in series_analysis
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/series_analysis'
test -z "series_analysis" || rm -f series_analysis
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/series_analysis'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
Making distclean in other
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
Making distclean in gen_vx_mask
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gen_vx_mask'
test -z "gen_vx_mask" || rm -f gen_vx_mask
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gen_vx_mask'
Making distclean in plot_data_plane
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_data_plane'
test -z "plot_data_plane" || rm -f plot_data_plane
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_data_plane'
Making distclean in plot_point_obs
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_point_obs'
test -z "plot_point_obs" || rm -f plot_point_obs
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_point_obs'
Making distclean in ascii2nc
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/ascii2nc'
test -z "ascii2nc" || rm -f ascii2nc
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/ascii2nc'
Making distclean in lidar2nc
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/lidar2nc'
test -z "lidar2nc" || rm -f lidar2nc
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/lidar2nc'
Making distclean in madis2nc
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/madis2nc'
test -z "madis2nc" || rm -f madis2nc
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/madis2nc'
Making distclean in pb2nc
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/pb2nc'
test -z "pb2nc" || rm -f pb2nc
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/pb2nc'
Making distclean in wwmca_tool
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/wwmca_tool'
test -z "wwmca_regrid wwmca_plot" || rm -f wwmca_regrid wwmca_plot
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/wwmca_tool'
Making distclean in modis_regrid
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/modis_regrid'
test -z "modis_regrid" || rm -f modis_regrid
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/modis_regrid'
Making distclean in mode_graphics
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_graphics'
test -z "plot_mode_field" || rm -f plot_mode_field
test -z "libvx_cgraph.a" || rm -f libvx_cgraph.a
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_graphics'
Making distclean in mode_time_domain
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_time_domain'
test -z "mtd" || rm -f mtd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_time_domain'
Making distclean in gsi_tools
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gsi_tools'
test -z "gsid2mpr gsidens2orank" || rm -f gsid2mpr gsidens2orank
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gsi_tools'
Making distclean in regrid_data_plane
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/regrid_data_plane'
test -z "regrid_data_plane" || rm -f regrid_data_plane
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/regrid_data_plane'
Making distclean in shift_data_plane
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/shift_data_plane'
test -z "shift_data_plane" || rm -f shift_data_plane
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/shift_data_plane'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
Making distclean in tc_utils
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
Making distclean in tc_dland
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_dland'
test -z "tc_dland" || rm -f tc_dland
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_dland'
Making distclean in tc_pairs
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_pairs'
test -z "tc_pairs" || rm -f tc_pairs
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_pairs'
Making distclean in tc_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_stat'
test -z "tc_stat" || rm -f tc_stat
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_stat'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
rm -f Makefile
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
Making distclean in dev_utils
/bin/sh: line 20: cd: dev_utils: No such file or directory
make[2]: *** [Makefile:357: distclean-recursive] Error 1
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[1]: *** [Makefile:354: distclean-recursive] Error 1
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
make: *** [Makefile:410: distclean-recursive] Error 1
checking for a BSD-compatible install... /usr/local/gfortran-
7.3/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/gfortran-
7.3/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
configure: -DBLOCK4 will be used in the compiles
configure: Dynamic linking will not be used in the compiles
configure: ascii2nc will be compiled
configure: lidar2nc will not be compiled
configure: ensemble_stat will be compiled
configure: gen_vx_mask will be compiled
configure: grid_stat will be compiled
configure: madis2nc will be compiled
configure: mode will be compiled
configure: mode_analysis will be compiled
configure: pb2nc will be compiled
configure: pcp_combine will be compiled
configure: plot_data_plane will be compiled
configure: regrid_data_plane will be compiled
configure: shift_data_plane will be compiled
configure: plot_point_obs will be compiled
configure: point_stat will be compiled
configure: stat_analysis will be compiled
configure: wavelet_stat will be compiled
configure: series_analysis will be compiled
configure: wwmca will be compiled
configure: modis will not be compiled
configure: mode_graphics will not be compiled
configure: mode_time_domain will be compiled
configure: tc_utils will be compiled
configure: gsi_tools will be compiled
configure: GRIB2 utilities will not be compiled
checking for bison... bison -y
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for ranlib... ranlib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...
-L/usr/local/gfortran-7.3/lib -L${MET_GSL}/lib -L${MET_BUFR}/lib
-L/usr/local/gfortran-7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0 -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib64
-L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-
gnu/lib -L/usr/local/gfortran-7.3/lib/gcc/x86_64-pc-linux-
gnu/7.3.0/../../.. -lgfortran -lm -lquadmath
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int8_t... yes
checking for off_t... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for dup2... yes
checking for floor... no
checking for gethostname... yes
checking for memset... yes
checking for mkdir... yes
checking for pow... no
checking for regcomp... yes
checking for select... yes
checking for setenv... yes
checking for sqrt... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for isatty... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/Rscripts/Makefile
config.status: creating scripts/Rscripts/include/Makefile
config.status: creating data/Makefile
config.status: creating data/colortables/Makefile
config.status: creating data/colortables/NCL_colortables/Makefile
config.status: creating data/config/Makefile
config.status: creating data/map/Makefile
config.status: creating data/map/admin_by_country/Makefile
config.status: creating data/poly/Makefile
config.status: creating data/poly/HMT_masks/Makefile
config.status: creating data/poly/NCEP_masks/Makefile
config.status: creating data/ps/Makefile
config.status: creating data/table_files/Makefile
config.status: creating data/tc_data/Makefile
config.status: creating src/Makefile
config.status: creating src/basic/Makefile
config.status: creating src/basic/enum_to_string/Makefile
config.status: creating src/basic/vx_cal/Makefile
config.status: creating src/basic/vx_config/Makefile
config.status: creating src/basic/vx_log/Makefile
config.status: creating src/basic/vx_math/Makefile
config.status: creating src/basic/vx_util/Makefile
config.status: creating src/libcode/Makefile
config.status: creating src/libcode/vx_afm/Makefile
config.status: creating src/libcode/vx_analysis_util/Makefile
config.status: creating src/libcode/vx_color/Makefile
config.status: creating src/libcode/vx_data2d/Makefile
config.status: creating src/libcode/vx_data2d_factory/Makefile
config.status: creating src/libcode/vx_data2d_grib/Makefile
config.status: creating src/libcode/vx_data2d_grib2/Makefile
config.status: creating src/libcode/vx_data2d_nc_met/Makefile
config.status: creating src/libcode/vx_data2d_nc_pinterp/Makefile
config.status: creating src/libcode/vx_data2d_nccf/Makefile
config.status: creating src/libcode/vx_geodesy/Makefile
config.status: creating src/libcode/vx_gis/Makefile
config.status: creating src/libcode/vx_gnomon/Makefile
config.status: creating src/libcode/vx_grid/Makefile
config.status: creating src/libcode/vx_gsl_prob/Makefile
config.status: creating src/libcode/vx_nav/Makefile
config.status: creating src/libcode/vx_solar/Makefile
config.status: creating src/libcode/vx_nc_util/Makefile
config.status: creating src/libcode/vx_pb_util/Makefile
config.status: creating src/libcode/vx_plot_util/Makefile
config.status: creating src/libcode/vx_ps/Makefile
config.status: creating src/libcode/vx_pxm/Makefile
config.status: creating src/libcode/vx_render/Makefile
config.status: creating src/libcode/vx_shapedata/Makefile
config.status: creating src/libcode/vx_stat_out/Makefile
config.status: creating src/libcode/vx_statistics/Makefile
config.status: creating src/libcode/vx_time_series/Makefile
config.status: creating src/libcode/vx_regrid/Makefile
config.status: creating src/libcode/vx_tc_util/Makefile
config.status: creating src/libcode/vx_summary/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/tools/core/Makefile
config.status: creating src/tools/core/ensemble_stat/Makefile
config.status: creating src/tools/core/grid_stat/Makefile
config.status: creating src/tools/core/mode/Makefile
config.status: creating src/tools/core/mode_analysis/Makefile
config.status: creating src/tools/core/pcp_combine/Makefile
config.status: creating src/tools/core/point_stat/Makefile
config.status: creating src/tools/core/series_analysis/Makefile
config.status: creating src/tools/core/stat_analysis/Makefile
config.status: creating src/tools/core/wavelet_stat/Makefile
config.status: creating src/tools/other/Makefile
config.status: creating src/tools/other/ascii2nc/Makefile
config.status: creating src/tools/other/lidar2nc/Makefile
config.status: creating src/tools/other/gen_vx_mask/Makefile
config.status: creating src/tools/other/madis2nc/Makefile
config.status: creating src/tools/other/mode_graphics/Makefile
config.status: creating src/tools/other/modis_regrid/Makefile
config.status: creating src/tools/other/pb2nc/Makefile
config.status: creating src/tools/other/plot_data_plane/Makefile
config.status: creating src/tools/other/plot_point_obs/Makefile
config.status: creating src/tools/other/wwmca_tool/Makefile
config.status: creating src/tools/other/gsi_tools/Makefile
config.status: creating src/tools/other/regrid_data_plane/Makefile
config.status: creating src/tools/other/shift_data_plane/Makefile
config.status: creating src/tools/other/mode_time_domain/Makefile
config.status: creating src/tools/tc_utils/Makefile
config.status: creating src/tools/tc_utils/tc_dland/Makefile
config.status: creating src/tools/tc_utils/tc_pairs/Makefile
config.status: creating src/tools/tc_utils/tc_stat/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix'
Making all in data
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
Making all in colortables
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
Making all in NCL_colortables
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables/NCL_colortables'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables/NCL_colortables'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
Making all in config
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/config'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/config'
Making all in map
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
Making all in admin_by_country
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map/admin_by_country'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map/admin_by_country'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
Making all in poly
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
Making all in HMT_masks
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/HMT_masks'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/HMT_masks'
Making all in NCEP_masks
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/NCEP_masks'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/NCEP_masks'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
Making all in ps
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/ps'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/ps'
Making all in table_files
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/table_files'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/table_files'
Making all in tc_data
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/tc_data'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/tc_data'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
Making all in src
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
Making all in basic
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
Making all in vx_log
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_log'
g++ -DHAVE_CONFIG_H -I. -I../../..   -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT concat_string.o -MD
-MP -MF .deps/concat_string.Tpo -c -o concat_string.o concat_string.cc
mv -f .deps/concat_string.Tpo .deps/concat_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..   -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT indent.o -MD -MP -MF
.deps/indent.Tpo -c -o indent.o indent.cc
mv -f .deps/indent.Tpo .deps/indent.Po
g++ -DHAVE_CONFIG_H -I. -I../../..   -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT logger.o -MD -MP -MF
.deps/logger.Tpo -c -o logger.o logger.cc
mv -f .deps/logger.Tpo .deps/logger.Po
g++ -DHAVE_CONFIG_H -I. -I../../..   -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT string_array.o -MD
-MP -MF .deps/string_array.Tpo -c -o string_array.o string_array.cc
mv -f .deps/string_array.Tpo .deps/string_array.Po
rm -f libvx_log.a
ar cru libvx_log.a concat_string.o indent.o logger.o string_array.o
ranlib libvx_log.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_log'
Making all in vx_cal
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_cal'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
date_to_mjd.o -MD -MP -MF .deps/libvx_cal_a-date_to_mjd.Tpo -c -o
libvx_cal_a-date_to_mjd.o `test -f 'date_to_mjd.cc' || echo
'./'`date_to_mjd.cc
mv -f .deps/libvx_cal_a-date_to_mjd.Tpo .deps/libvx_cal_a-
date_to_mjd.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
day_dif.o -MD -MP -MF .deps/libvx_cal_a-day_dif.Tpo -c -o libvx_cal_a-
day_dif.o `test -f 'day_dif.cc' || echo './'`day_dif.cc
mv -f .deps/libvx_cal_a-day_dif.Tpo .deps/libvx_cal_a-day_dif.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
day_of_week.o -MD -MP -MF .deps/libvx_cal_a-day_of_week.Tpo -c -o
libvx_cal_a-day_of_week.o `test -f 'day_of_week.cc' || echo
'./'`day_of_week.cc
mv -f .deps/libvx_cal_a-day_of_week.Tpo .deps/libvx_cal_a-
day_of_week.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
doyhms_to_unix.o -MD -MP -MF .deps/libvx_cal_a-doyhms_to_unix.Tpo -c
-o libvx_cal_a-doyhms_to_unix.o `test -f 'doyhms_to_unix.cc' || echo
'./'`doyhms_to_unix.cc
mv -f .deps/libvx_cal_a-doyhms_to_unix.Tpo .deps/libvx_cal_a-
doyhms_to_unix.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-is_dst.o
-MD -MP -MF .deps/libvx_cal_a-is_dst.Tpo -c -o libvx_cal_a-is_dst.o
`test -f 'is_dst.cc' || echo './'`is_dst.cc
mv -f .deps/libvx_cal_a-is_dst.Tpo .deps/libvx_cal_a-is_dst.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
is_leap_year.o -MD -MP -MF .deps/libvx_cal_a-is_leap_year.Tpo -c -o
libvx_cal_a-is_leap_year.o `test -f 'is_leap_year.cc' || echo
'./'`is_leap_year.cc
mv -f .deps/libvx_cal_a-is_leap_year.Tpo .deps/libvx_cal_a-
is_leap_year.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
mdyhms_to_unix.o -MD -MP -MF .deps/libvx_cal_a-mdyhms_to_unix.Tpo -c
-o libvx_cal_a-mdyhms_to_unix.o `test -f 'mdyhms_to_unix.cc' || echo
'./'`mdyhms_to_unix.cc
mv -f .deps/libvx_cal_a-mdyhms_to_unix.Tpo .deps/libvx_cal_a-
mdyhms_to_unix.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
mjd_to_date.o -MD -MP -MF .deps/libvx_cal_a-mjd_to_date.Tpo -c -o
libvx_cal_a-mjd_to_date.o `test -f 'mjd_to_date.cc' || echo
'./'`mjd_to_date.cc
mv -f .deps/libvx_cal_a-mjd_to_date.Tpo .deps/libvx_cal_a-
mjd_to_date.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
time_array.o -MD -MP -MF .deps/libvx_cal_a-time_array.Tpo -c -o
libvx_cal_a-time_array.o `test -f 'time_array.cc' || echo
'./'`time_array.cc
mv -f .deps/libvx_cal_a-time_array.Tpo .deps/libvx_cal_a-time_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
time_strings.o -MD -MP -MF .deps/libvx_cal_a-time_strings.Tpo -c -o
libvx_cal_a-time_strings.o `test -f 'time_strings.cc' || echo
'./'`time_strings.cc
mv -f .deps/libvx_cal_a-time_strings.Tpo .deps/libvx_cal_a-
time_strings.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
unix_to_mdyhms.o -MD -MP -MF .deps/libvx_cal_a-unix_to_mdyhms.Tpo -c
-o libvx_cal_a-unix_to_mdyhms.o `test -f 'unix_to_mdyhms.cc' || echo
'./'`unix_to_mdyhms.cc
mv -f .deps/libvx_cal_a-unix_to_mdyhms.Tpo .deps/libvx_cal_a-
unix_to_mdyhms.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_cal_a-
unix_string.o -MD -MP -MF .deps/libvx_cal_a-unix_string.Tpo -c -o
libvx_cal_a-unix_string.o `test -f 'unix_string.cc' || echo
'./'`unix_string.cc
mv -f .deps/libvx_cal_a-unix_string.Tpo .deps/libvx_cal_a-
unix_string.Po
rm -f libvx_cal.a
ar cru libvx_cal.a libvx_cal_a-date_to_mjd.o libvx_cal_a-day_dif.o
libvx_cal_a-day_of_week.o libvx_cal_a-doyhms_to_unix.o libvx_cal_a-
is_dst.o libvx_cal_a-is_leap_year.o libvx_cal_a-mdyhms_to_unix.o
libvx_cal_a-mjd_to_date.o libvx_cal_a-time_array.o libvx_cal_a-
time_strings.o libvx_cal_a-unix_to_mdyhms.o libvx_cal_a-unix_string.o
ranlib libvx_cal.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_cal'
Making all in vx_math
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_math'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-
viewgravity_to_string.o -MD -MP -MF .deps/libvx_math_a-
viewgravity_to_string.Tpo -c -o libvx_math_a-viewgravity_to_string.o
`test -f 'viewgravity_to_string.cc' || echo
'./'`viewgravity_to_string.cc
mv -f .deps/libvx_math_a-viewgravity_to_string.Tpo .deps/libvx_math_a-
viewgravity_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-
angles.o -MD -MP -MF .deps/libvx_math_a-angles.Tpo -c -o libvx_math_a-
angles.o `test -f 'angles.cc' || echo './'`angles.cc
mv -f .deps/libvx_math_a-angles.Tpo .deps/libvx_math_a-angles.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-hist.o
-MD -MP -MF .deps/libvx_math_a-hist.Tpo -c -o libvx_math_a-hist.o
`test -f 'hist.cc' || echo './'`hist.cc
mv -f .deps/libvx_math_a-hist.Tpo .deps/libvx_math_a-hist.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-nint.o
-MD -MP -MF .deps/libvx_math_a-nint.Tpo -c -o libvx_math_a-nint.o
`test -f 'nint.cc' || echo './'`nint.cc
mv -f .deps/libvx_math_a-nint.Tpo .deps/libvx_math_a-nint.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-nti.o
-MD -MP -MF .deps/libvx_math_a-nti.Tpo -c -o libvx_math_a-nti.o `test
-f 'nti.cc' || echo './'`nti.cc
mv -f .deps/libvx_math_a-nti.Tpo .deps/libvx_math_a-nti.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-ptile.o
-MD -MP -MF .deps/libvx_math_a-ptile.Tpo -c -o libvx_math_a-ptile.o
`test -f 'ptile.cc' || echo './'`ptile.cc
mv -f .deps/libvx_math_a-ptile.Tpo .deps/libvx_math_a-ptile.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-pwl.o
-MD -MP -MF .deps/libvx_math_a-pwl.Tpo -c -o libvx_math_a-pwl.o `test
-f 'pwl.cc' || echo './'`pwl.cc
mv -f .deps/libvx_math_a-pwl.Tpo .deps/libvx_math_a-pwl.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-
affine.o -MD -MP -MF .deps/libvx_math_a-affine.Tpo -c -o libvx_math_a-
affine.o `test -f 'affine.cc' || echo './'`affine.cc
mv -f .deps/libvx_math_a-affine.Tpo .deps/libvx_math_a-affine.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_math_a-
legendre.o -MD -MP -MF .deps/libvx_math_a-legendre.Tpo -c -o
libvx_math_a-legendre.o `test -f 'legendre.cc' || echo
'./'`legendre.cc
mv -f .deps/libvx_math_a-legendre.Tpo .deps/libvx_math_a-legendre.Po
rm -f libvx_math.a
ar cru libvx_math.a libvx_math_a-viewgravity_to_string.o libvx_math_a-
angles.o libvx_math_a-hist.o libvx_math_a-nint.o libvx_math_a-nti.o
libvx_math_a-ptile.o libvx_math_a-pwl.o libvx_math_a-affine.o
libvx_math_a-legendre.o
ranlib libvx_math.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_math'
Making all in vx_util
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_util'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
ascii_table.o -MD -MP -MF .deps/libvx_util_a-ascii_table.Tpo -c -o
libvx_util_a-ascii_table.o `test -f 'ascii_table.cc' || echo
'./'`ascii_table.cc
mv -f .deps/libvx_util_a-ascii_table.Tpo .deps/libvx_util_a-
ascii_table.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
asciitablejust_to_string.o -MD -MP -MF .deps/libvx_util_a-
asciitablejust_to_string.Tpo -c -o libvx_util_a-
asciitablejust_to_string.o `test -f 'asciitablejust_to_string.cc' ||
echo './'`asciitablejust_to_string.cc
mv -f .deps/libvx_util_a-asciitablejust_to_string.Tpo
.deps/libvx_util_a-asciitablejust_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
ascii_header.o -MD -MP -MF .deps/libvx_util_a-ascii_header.Tpo -c -o
libvx_util_a-ascii_header.o `test -f 'ascii_header.cc' || echo
'./'`ascii_header.cc
mv -f .deps/libvx_util_a-ascii_header.Tpo .deps/libvx_util_a-
ascii_header.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
check_endian.o -MD -MP -MF .deps/libvx_util_a-check_endian.Tpo -c -o
libvx_util_a-check_endian.o `test -f 'check_endian.cc' || echo
'./'`check_endian.cc
mv -f .deps/libvx_util_a-check_endian.Tpo .deps/libvx_util_a-
check_endian.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
comma_string.o -MD -MP -MF .deps/libvx_util_a-comma_string.Tpo -c -o
libvx_util_a-comma_string.o `test -f 'comma_string.cc' || echo
'./'`comma_string.cc
mv -f .deps/libvx_util_a-comma_string.Tpo .deps/libvx_util_a-
comma_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
conversions.o -MD -MP -MF .deps/libvx_util_a-conversions.Tpo -c -o
libvx_util_a-conversions.o `test -f 'conversions.cc' || echo
'./'`conversions.cc
mv -f .deps/libvx_util_a-conversions.Tpo .deps/libvx_util_a-
conversions.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
data_line.o -MD -MP -MF .deps/libvx_util_a-data_line.Tpo -c -o
libvx_util_a-data_line.o `test -f 'data_line.cc' || echo
'./'`data_line.cc
mv -f .deps/libvx_util_a-data_line.Tpo .deps/libvx_util_a-data_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
grib_constants.o -MD -MP -MF .deps/libvx_util_a-grib_constants.Tpo -c
-o libvx_util_a-grib_constants.o `test -f 'grib_constants.cc' || echo
'./'`grib_constants.cc
mv -f .deps/libvx_util_a-grib_constants.Tpo .deps/libvx_util_a-
grib_constants.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
is_number.o -MD -MP -MF .deps/libvx_util_a-is_number.Tpo -c -o
libvx_util_a-is_number.o `test -f 'is_number.cc' || echo
'./'`is_number.cc
mv -f .deps/libvx_util_a-is_number.Tpo .deps/libvx_util_a-is_number.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
long_array.o -MD -MP -MF .deps/libvx_util_a-long_array.Tpo -c -o
libvx_util_a-long_array.o `test -f 'long_array.cc' || echo
'./'`long_array.cc
mv -f .deps/libvx_util_a-long_array.Tpo .deps/libvx_util_a-
long_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
num_array.o -MD -MP -MF .deps/libvx_util_a-num_array.Tpo -c -o
libvx_util_a-num_array.o `test -f 'num_array.cc' || echo
'./'`num_array.cc
mv -f .deps/libvx_util_a-num_array.Tpo .deps/libvx_util_a-num_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
thresh_array.o -MD -MP -MF .deps/libvx_util_a-thresh_array.Tpo -c -o
libvx_util_a-thresh_array.o `test -f 'thresh_array.cc' || echo
'./'`thresh_array.cc
mv -f .deps/libvx_util_a-thresh_array.Tpo .deps/libvx_util_a-
thresh_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
make_path.o -MD -MP -MF .deps/libvx_util_a-make_path.Tpo -c -o
libvx_util_a-make_path.o `test -f 'make_path.cc' || echo
'./'`make_path.cc
mv -f .deps/libvx_util_a-make_path.Tpo .deps/libvx_util_a-make_path.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
memory.o -MD -MP -MF .deps/libvx_util_a-memory.Tpo -c -o libvx_util_a-
memory.o `test -f 'memory.cc' || echo './'`memory.cc
mv -f .deps/libvx_util_a-memory.Tpo .deps/libvx_util_a-memory.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
ordinal.o -MD -MP -MF .deps/libvx_util_a-ordinal.Tpo -c -o
libvx_util_a-ordinal.o `test -f 'ordinal.cc' || echo './'`ordinal.cc
mv -f .deps/libvx_util_a-ordinal.Tpo .deps/libvx_util_a-ordinal.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
roman_numeral.o -MD -MP -MF .deps/libvx_util_a-roman_numeral.Tpo -c -o
libvx_util_a-roman_numeral.o `test -f 'roman_numeral.cc' || echo
'./'`roman_numeral.cc
mv -f .deps/libvx_util_a-roman_numeral.Tpo .deps/libvx_util_a-
roman_numeral.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
string_fxns.o -MD -MP -MF .deps/libvx_util_a-string_fxns.Tpo -c -o
libvx_util_a-string_fxns.o `test -f 'string_fxns.cc' || echo
'./'`string_fxns.cc
mv -f .deps/libvx_util_a-string_fxns.Tpo .deps/libvx_util_a-
string_fxns.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
substring.o -MD -MP -MF .deps/libvx_util_a-substring.Tpo -c -o
libvx_util_a-substring.o `test -f 'substring.cc' || echo
'./'`substring.cc
mv -f .deps/libvx_util_a-substring.Tpo .deps/libvx_util_a-substring.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
fix_float.o -MD -MP -MF .deps/libvx_util_a-fix_float.Tpo -c -o
libvx_util_a-fix_float.o `test -f 'fix_float.cc' || echo
'./'`fix_float.cc
mv -f .deps/libvx_util_a-fix_float.Tpo .deps/libvx_util_a-fix_float.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
command_line.o -MD -MP -MF .deps/libvx_util_a-command_line.Tpo -c -o
libvx_util_a-command_line.o `test -f 'command_line.cc' || echo
'./'`command_line.cc
mv -f .deps/libvx_util_a-command_line.Tpo .deps/libvx_util_a-
command_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
file_size.o -MD -MP -MF .deps/libvx_util_a-file_size.Tpo -c -o
libvx_util_a-file_size.o `test -f 'file_size.cc' || echo
'./'`file_size.cc
mv -f .deps/libvx_util_a-file_size.Tpo .deps/libvx_util_a-file_size.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
file_exists.o -MD -MP -MF .deps/libvx_util_a-file_exists.Tpo -c -o
libvx_util_a-file_exists.o `test -f 'file_exists.cc' || echo
'./'`file_exists.cc
mv -f .deps/libvx_util_a-file_exists.Tpo .deps/libvx_util_a-
file_exists.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
file_linecount.o -MD -MP -MF .deps/libvx_util_a-file_linecount.Tpo -c
-o libvx_util_a-file_linecount.o `test -f 'file_linecount.cc' || echo
'./'`file_linecount.cc
mv -f .deps/libvx_util_a-file_linecount.Tpo .deps/libvx_util_a-
file_linecount.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
filename_suffix.o -MD -MP -MF .deps/libvx_util_a-filename_suffix.Tpo
-c -o libvx_util_a-filename_suffix.o `test -f 'filename_suffix.cc' ||
echo './'`filename_suffix.cc
mv -f .deps/libvx_util_a-filename_suffix.Tpo .deps/libvx_util_a-
filename_suffix.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
data_plane.o -MD -MP -MF .deps/libvx_util_a-data_plane.Tpo -c -o
libvx_util_a-data_plane.o `test -f 'data_plane.cc' || echo
'./'`data_plane.cc
mv -f .deps/libvx_util_a-data_plane.Tpo .deps/libvx_util_a-
data_plane.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
data_plane_util.o -MD -MP -MF .deps/libvx_util_a-data_plane_util.Tpo
-c -o libvx_util_a-data_plane_util.o `test -f 'data_plane_util.cc' ||
echo './'`data_plane_util.cc
mv -f .deps/libvx_util_a-data_plane_util.Tpo .deps/libvx_util_a-
data_plane_util.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
interp_mthd.o -MD -MP -MF .deps/libvx_util_a-interp_mthd.Tpo -c -o
libvx_util_a-interp_mthd.o `test -f 'interp_mthd.cc' || echo
'./'`interp_mthd.cc
mv -f .deps/libvx_util_a-interp_mthd.Tpo .deps/libvx_util_a-
interp_mthd.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
interp_util.o -MD -MP -MF .deps/libvx_util_a-interp_util.Tpo -c -o
libvx_util_a-interp_util.o `test -f 'interp_util.cc' || echo
'./'`interp_util.cc
mv -f .deps/libvx_util_a-interp_util.Tpo .deps/libvx_util_a-
interp_util.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
two_to_one.o -MD -MP -MF .deps/libvx_util_a-two_to_one.Tpo -c -o
libvx_util_a-two_to_one.o `test -f 'two_to_one.cc' || echo
'./'`two_to_one.cc
mv -f .deps/libvx_util_a-two_to_one.Tpo .deps/libvx_util_a-
two_to_one.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
get_filenames.o -MD -MP -MF .deps/libvx_util_a-get_filenames.Tpo -c -o
libvx_util_a-get_filenames.o `test -f 'get_filenames.cc' || echo
'./'`get_filenames.cc
mv -f .deps/libvx_util_a-get_filenames.Tpo .deps/libvx_util_a-
get_filenames.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
polyline.o -MD -MP -MF .deps/libvx_util_a-polyline.Tpo -c -o
libvx_util_a-polyline.o `test -f 'polyline.cc' || echo
'./'`polyline.cc
mv -f .deps/libvx_util_a-polyline.Tpo .deps/libvx_util_a-polyline.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
mask_poly.o -MD -MP -MF .deps/libvx_util_a-mask_poly.Tpo -c -o
libvx_util_a-mask_poly.o `test -f 'mask_poly.cc' || echo
'./'`mask_poly.cc
mv -f .deps/libvx_util_a-mask_poly.Tpo .deps/libvx_util_a-mask_poly.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
read_fortran_binary.o -MD -MP -MF .deps/libvx_util_a-
read_fortran_binary.Tpo -c -o libvx_util_a-read_fortran_binary.o `test
-f 'read_fortran_binary.cc' || echo './'`read_fortran_binary.cc
mv -f .deps/libvx_util_a-read_fortran_binary.Tpo .deps/libvx_util_a-
read_fortran_binary.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
met_buffer.o -MD -MP -MF .deps/libvx_util_a-met_buffer.Tpo -c -o
libvx_util_a-met_buffer.o `test -f 'met_buffer.cc' || echo
'./'`met_buffer.cc
mv -f .deps/libvx_util_a-met_buffer.Tpo .deps/libvx_util_a-
met_buffer.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
CircularTemplate.o -MD -MP -MF .deps/libvx_util_a-CircularTemplate.Tpo
-c -o libvx_util_a-CircularTemplate.o `test -f 'CircularTemplate.cc'
|| echo './'`CircularTemplate.cc
mv -f .deps/libvx_util_a-CircularTemplate.Tpo .deps/libvx_util_a-
CircularTemplate.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
GridTemplate.o -MD -MP -MF .deps/libvx_util_a-GridTemplate.Tpo -c -o
libvx_util_a-GridTemplate.o `test -f 'GridTemplate.cc' || echo
'./'`GridTemplate.cc
mv -f .deps/libvx_util_a-GridTemplate.Tpo .deps/libvx_util_a-
GridTemplate.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
GridPoint.o -MD -MP -MF .deps/libvx_util_a-GridPoint.Tpo -c -o
libvx_util_a-GridPoint.o `test -f 'GridPoint.cc' || echo
'./'`GridPoint.cc
mv -f .deps/libvx_util_a-GridPoint.Tpo .deps/libvx_util_a-GridPoint.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
GridOffset.o -MD -MP -MF .deps/libvx_util_a-GridOffset.Tpo -c -o
libvx_util_a-GridOffset.o `test -f 'GridOffset.cc' || echo
'./'`GridOffset.cc
mv -f .deps/libvx_util_a-GridOffset.Tpo .deps/libvx_util_a-
GridOffset.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
observation.o -MD -MP -MF .deps/libvx_util_a-observation.Tpo -c -o
libvx_util_a-observation.o `test -f 'observation.cc' || echo
'./'`observation.cc
mv -f .deps/libvx_util_a-observation.Tpo .deps/libvx_util_a-
observation.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_util_a-
RectangularTemplate.o -MD -MP -MF .deps/libvx_util_a-
RectangularTemplate.Tpo -c -o libvx_util_a-RectangularTemplate.o `test
-f 'RectangularTemplate.cc' || echo './'`RectangularTemplate.cc
mv -f .deps/libvx_util_a-RectangularTemplate.Tpo .deps/libvx_util_a-
RectangularTemplate.Po
rm -f libvx_util.a
ar cru libvx_util.a libvx_util_a-ascii_table.o libvx_util_a-
asciitablejust_to_string.o libvx_util_a-ascii_header.o libvx_util_a-
check_endian.o libvx_util_a-comma_string.o libvx_util_a-conversions.o
libvx_util_a-data_line.o libvx_util_a-grib_constants.o libvx_util_a-
is_number.o libvx_util_a-long_array.o libvx_util_a-num_array.o
libvx_util_a-thresh_array.o libvx_util_a-make_path.o libvx_util_a-
memory.o libvx_util_a-ordinal.o libvx_util_a-roman_numeral.o
libvx_util_a-string_fxns.o libvx_util_a-substring.o libvx_util_a-
fix_float.o libvx_util_a-command_line.o libvx_util_a-file_size.o
libvx_util_a-file_exists.o libvx_util_a-file_linecount.o libvx_util_a-
filename_suffix.o libvx_util_a-data_plane.o libvx_util_a-
data_plane_util.o libvx_util_a-interp_mthd.o libvx_util_a-
interp_util.o libvx_util_a-two_to_one.o libvx_util_a-get_filenames.o
libvx_util_a-polyline.o libvx_util_a-mask_poly.o libvx_util_a-
read_fortran_binary.o libvx_util_a-met_buffer.o libvx_util_a-
CircularTemplate.o libvx_util_a-GridTemplate.o libvx_util_a-
GridPoint.o libvx_util_a-GridOffset.o libvx_util_a-observation.o
libvx_util_a-RectangularTemplate.o
ranlib libvx_util.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_util'
Making all in vx_config
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_config'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
config.tab.o -MD -MP -MF .deps/libvx_config_a-config.tab.Tpo -c -o
libvx_config_a-config.tab.o `test -f 'config.tab.cc' || echo
'./'`config.tab.cc
mv -f .deps/libvx_config_a-config.tab.Tpo .deps/libvx_config_a-
config.tab.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
config_scanner.o -MD -MP -MF .deps/libvx_config_a-config_scanner.Tpo
-c -o libvx_config_a-config_scanner.o `test -f 'config_scanner.cc' ||
echo './'`config_scanner.cc
mv -f .deps/libvx_config_a-config_scanner.Tpo .deps/libvx_config_a-
config_scanner.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
configobjecttype_to_string.o -MD -MP -MF .deps/libvx_config_a-
configobjecttype_to_string.Tpo -c -o libvx_config_a-
configobjecttype_to_string.o `test -f 'configobjecttype_to_string.cc'
|| echo './'`configobjecttype_to_string.cc
mv -f .deps/libvx_config_a-configobjecttype_to_string.Tpo
.deps/libvx_config_a-configobjecttype_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
grdfiletype_to_string.o -MD -MP -MF .deps/libvx_config_a-
grdfiletype_to_string.Tpo -c -o libvx_config_a-grdfiletype_to_string.o
`test -f 'grdfiletype_to_string.cc' || echo
'./'`grdfiletype_to_string.cc
mv -f .deps/libvx_config_a-grdfiletype_to_string.Tpo
.deps/libvx_config_a-grdfiletype_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
celltype_to_string.o -MD -MP -MF .deps/libvx_config_a-
celltype_to_string.Tpo -c -o libvx_config_a-celltype_to_string.o `test
-f 'celltype_to_string.cc' || echo './'`celltype_to_string.cc
mv -f .deps/libvx_config_a-celltype_to_string.Tpo
.deps/libvx_config_a-celltype_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
dictionary.o -MD -MP -MF .deps/libvx_config_a-dictionary.Tpo -c -o
libvx_config_a-dictionary.o `test -f 'dictionary.cc' || echo
'./'`dictionary.cc
mv -f .deps/libvx_config_a-dictionary.Tpo .deps/libvx_config_a-
dictionary.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
config_file.o -MD -MP -MF .deps/libvx_config_a-config_file.Tpo -c -o
libvx_config_a-config_file.o `test -f 'config_file.cc' || echo
'./'`config_file.cc
mv -f .deps/libvx_config_a-config_file.Tpo .deps/libvx_config_a-
config_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
config_util.o -MD -MP -MF .deps/libvx_config_a-config_util.Tpo -c -o
libvx_config_a-config_util.o `test -f 'config_util.cc' || echo
'./'`config_util.cc
mv -f .deps/libvx_config_a-config_util.Tpo .deps/libvx_config_a-
config_util.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
temp_file.o -MD -MP -MF .deps/libvx_config_a-temp_file.Tpo -c -o
libvx_config_a-temp_file.o `test -f 'temp_file.cc' || echo
'./'`temp_file.cc
mv -f .deps/libvx_config_a-temp_file.Tpo .deps/libvx_config_a-
temp_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
threshold.o -MD -MP -MF .deps/libvx_config_a-threshold.Tpo -c -o
libvx_config_a-threshold.o `test -f 'threshold.cc' || echo
'./'`threshold.cc
mv -f .deps/libvx_config_a-threshold.Tpo .deps/libvx_config_a-
threshold.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
idstack.o -MD -MP -MF .deps/libvx_config_a-idstack.Tpo -c -o
libvx_config_a-idstack.o `test -f 'idstack.cc' || echo './'`idstack.cc
mv -f .deps/libvx_config_a-idstack.Tpo .deps/libvx_config_a-idstack.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
number_stack.o -MD -MP -MF .deps/libvx_config_a-number_stack.Tpo -c -o
libvx_config_a-number_stack.o `test -f 'number_stack.cc' || echo
'./'`number_stack.cc
mv -f .deps/libvx_config_a-number_stack.Tpo .deps/libvx_config_a-
number_stack.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
builtin.o -MD -MP -MF .deps/libvx_config_a-builtin.Tpo -c -o
libvx_config_a-builtin.o `test -f 'builtin.cc' || echo './'`builtin.cc
mv -f .deps/libvx_config_a-builtin.Tpo .deps/libvx_config_a-builtin.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
icode.o -MD -MP -MF .deps/libvx_config_a-icode.Tpo -c -o
libvx_config_a-icode.o `test -f 'icode.cc' || echo './'`icode.cc
mv -f .deps/libvx_config_a-icode.Tpo .deps/libvx_config_a-icode.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
calculator.o -MD -MP -MF .deps/libvx_config_a-calculator.Tpo -c -o
libvx_config_a-calculator.o `test -f 'calculator.cc' || echo
'./'`calculator.cc
mv -f .deps/libvx_config_a-calculator.Tpo .deps/libvx_config_a-
calculator.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_config_a-
config_funcs.o -MD -MP -MF .deps/libvx_config_a-config_funcs.Tpo -c -o
libvx_config_a-config_funcs.o `test -f 'config_funcs.cc' || echo
'./'`config_funcs.cc
mv -f .deps/libvx_config_a-config_funcs.Tpo .deps/libvx_config_a-
config_funcs.Po
rm -f libvx_config.a
ar cru libvx_config.a libvx_config_a-config.tab.o libvx_config_a-
config_scanner.o libvx_config_a-configobjecttype_to_string.o
libvx_config_a-grdfiletype_to_string.o libvx_config_a-
celltype_to_string.o libvx_config_a-dictionary.o libvx_config_a-
config_file.o libvx_config_a-config_util.o libvx_config_a-temp_file.o
libvx_config_a-threshold.o libvx_config_a-idstack.o libvx_config_a-
number_stack.o libvx_config_a-builtin.o libvx_config_a-icode.o
libvx_config_a-calculator.o libvx_config_a-config_funcs.o
ranlib libvx_config.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_config'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
Making all in libcode
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
Making all in vx_grid
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_grid'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_grid_a-
find_grid_by_name.o -MD -MP -MF .deps/libvx_grid_a-
find_grid_by_name.Tpo -c -o libvx_grid_a-find_grid_by_name.o `test -f
'find_grid_by_name.cc' || echo './'`find_grid_by_name.cc
mv -f .deps/libvx_grid_a-find_grid_by_name.Tpo .deps/libvx_grid_a-
find_grid_by_name.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_grid_a-
grid_base.o -MD -MP -MF .deps/libvx_grid_a-grid_base.Tpo -c -o
libvx_grid_a-grid_base.o `test -f 'grid_base.cc' || echo
'./'`grid_base.cc
mv -f .deps/libvx_grid_a-grid_base.Tpo .deps/libvx_grid_a-grid_base.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_grid_a-
latlon_grid.o -MD -MP -MF .deps/libvx_grid_a-latlon_grid.Tpo -c -o
libvx_grid_a-latlon_grid.o `test -f 'latlon_grid.cc' || echo
'./'`latlon_grid.cc
mv -f .deps/libvx_grid_a-latlon_grid.Tpo .deps/libvx_grid_a-
latlon_grid.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_grid_a-
lc_grid.o -MD -MP -MF .deps/libvx_grid_a-lc_grid.Tpo -c -o
libvx_grid_a-lc_grid.o `test -f 'lc_grid.cc' || echo './'`lc_grid.cc
mv -f .deps/libvx_grid_a-lc_grid.Tpo .deps/libvx_grid_a-lc_grid.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_grid_a-
merc_grid.o -MD -MP -MF .deps/libvx_grid_a-merc_grid.Tpo -c -o
libvx_grid_a-merc_grid.o `test -f 'merc_grid.cc' || echo
'./'`merc_grid.cc
mv -f .deps/libvx_grid_a-merc_grid.Tpo .deps/libvx_grid_a-merc_grid.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_grid_a-
gaussian_grid.o -MD -MP -MF .deps/libvx_grid_a-gaussian_grid.Tpo -c -o
libvx_grid_a-gaussian_grid.o `test -f 'gaussian_grid.cc' || echo
'./'`gaussian_grid.cc
mv -f .deps/libvx_grid_a-gaussian_grid.Tpo .deps/libvx_grid_a-
gaussian_grid.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_grid_a-
st_grid.o -MD -MP -MF .deps/libvx_grid_a-st_grid.Tpo -c -o
libvx_grid_a-st_grid.o `test -f 'st_grid.cc' || echo './'`st_grid.cc
mv -f .deps/libvx_grid_a-st_grid.Tpo .deps/libvx_grid_a-st_grid.Po
rm -f libvx_grid.a
ar cru libvx_grid.a libvx_grid_a-find_grid_by_name.o libvx_grid_a-
grid_base.o libvx_grid_a-latlon_grid.o libvx_grid_a-lc_grid.o
libvx_grid_a-merc_grid.o libvx_grid_a-gaussian_grid.o libvx_grid_a-
st_grid.o
ranlib libvx_grid.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_grid'
Making all in vx_nc_util
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nc_util'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_nc_util_a-
nc_var_info.o -MD -MP -MF .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
libvx_nc_util_a-nc_var_info.o `test -f 'nc_var_info.cc' || echo
'./'`nc_var_info.cc
mv -f .deps/libvx_nc_util_a-nc_var_info.Tpo .deps/libvx_nc_util_a-
nc_var_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_nc_util_a-
nc_utils.o -MD -MP -MF .deps/libvx_nc_util_a-nc_utils.Tpo -c -o
libvx_nc_util_a-nc_utils.o `test -f 'nc_utils.cc' || echo
'./'`nc_utils.cc
mv -f .deps/libvx_nc_util_a-nc_utils.Tpo .deps/libvx_nc_util_a-
nc_utils.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_nc_util_a-
write_netcdf.o -MD -MP -MF .deps/libvx_nc_util_a-write_netcdf.Tpo -c
-o libvx_nc_util_a-write_netcdf.o `test -f 'write_netcdf.cc' || echo
'./'`write_netcdf.cc
mv -f .deps/libvx_nc_util_a-write_netcdf.Tpo .deps/libvx_nc_util_a-
write_netcdf.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_nc_util_a-
grid_output.o -MD -MP -MF .deps/libvx_nc_util_a-grid_output.Tpo -c -o
libvx_nc_util_a-grid_output.o `test -f 'grid_output.cc' || echo
'./'`grid_output.cc
mv -f .deps/libvx_nc_util_a-grid_output.Tpo .deps/libvx_nc_util_a-
grid_output.Po
rm -f libvx_nc_util.a
ar cru libvx_nc_util.a libvx_nc_util_a-nc_var_info.o libvx_nc_util_a-
nc_utils.o libvx_nc_util_a-write_netcdf.o libvx_nc_util_a-
grid_output.o
ranlib libvx_nc_util.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nc_util'
Making all in vx_data2d
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_a-
leveltype_to_string.o -MD -MP -MF .deps/libvx_data2d_a-
leveltype_to_string.Tpo -c -o libvx_data2d_a-leveltype_to_string.o
`test -f 'leveltype_to_string.cc' || echo './'`leveltype_to_string.cc
mv -f .deps/libvx_data2d_a-leveltype_to_string.Tpo
.deps/libvx_data2d_a-leveltype_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_a-
level_info.o -MD -MP -MF .deps/libvx_data2d_a-level_info.Tpo -c -o
libvx_data2d_a-level_info.o `test -f 'level_info.cc' || echo
'./'`level_info.cc
mv -f .deps/libvx_data2d_a-level_info.Tpo .deps/libvx_data2d_a-
level_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_a-
var_info.o -MD -MP -MF .deps/libvx_data2d_a-var_info.Tpo -c -o
libvx_data2d_a-var_info.o `test -f 'var_info.cc' || echo
'./'`var_info.cc
mv -f .deps/libvx_data2d_a-var_info.Tpo .deps/libvx_data2d_a-
var_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_a-
data_class.o -MD -MP -MF .deps/libvx_data2d_a-data_class.Tpo -c -o
libvx_data2d_a-data_class.o `test -f 'data_class.cc' || echo
'./'`data_class.cc
mv -f .deps/libvx_data2d_a-data_class.Tpo .deps/libvx_data2d_a-
data_class.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_a-
data2d_utils.o -MD -MP -MF .deps/libvx_data2d_a-data2d_utils.Tpo -c -o
libvx_data2d_a-data2d_utils.o `test -f 'data2d_utils.cc' || echo
'./'`data2d_utils.cc
mv -f .deps/libvx_data2d_a-data2d_utils.Tpo .deps/libvx_data2d_a-
data2d_utils.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_a-
table_lookup.o -MD -MP -MF .deps/libvx_data2d_a-table_lookup.Tpo -c -o
libvx_data2d_a-table_lookup.o `test -f 'table_lookup.cc' || echo
'./'`table_lookup.cc
mv -f .deps/libvx_data2d_a-table_lookup.Tpo .deps/libvx_data2d_a-
table_lookup.Po
rm -f libvx_data2d.a
ar cru libvx_data2d.a libvx_data2d_a-leveltype_to_string.o
libvx_data2d_a-level_info.o libvx_data2d_a-var_info.o libvx_data2d_a-
data_class.o libvx_data2d_a-data2d_utils.o libvx_data2d_a-
table_lookup.o
ranlib libvx_data2d.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d'
Making all in vx_data2d_grib
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_grib_a-
grib_classes.o -MD -MP -MF .deps/libvx_data2d_grib_a-grib_classes.Tpo
-c -o libvx_data2d_grib_a-grib_classes.o `test -f 'grib_classes.cc' ||
echo './'`grib_classes.cc
mv -f .deps/libvx_data2d_grib_a-grib_classes.Tpo
.deps/libvx_data2d_grib_a-grib_classes.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_grib_a-
grib_strings.o -MD -MP -MF .deps/libvx_data2d_grib_a-grib_strings.Tpo
-c -o libvx_data2d_grib_a-grib_strings.o `test -f 'grib_strings.cc' ||
echo './'`grib_strings.cc
mv -f .deps/libvx_data2d_grib_a-grib_strings.Tpo
.deps/libvx_data2d_grib_a-grib_strings.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_grib_a-
grib_utils.o -MD -MP -MF .deps/libvx_data2d_grib_a-grib_utils.Tpo -c
-o libvx_data2d_grib_a-grib_utils.o `test -f 'grib_utils.cc' || echo
'./'`grib_utils.cc
mv -f .deps/libvx_data2d_grib_a-grib_utils.Tpo
.deps/libvx_data2d_grib_a-grib_utils.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_grib_a-
var_info_grib.o -MD -MP -MF .deps/libvx_data2d_grib_a-
var_info_grib.Tpo -c -o libvx_data2d_grib_a-var_info_grib.o `test -f
'var_info_grib.cc' || echo './'`var_info_grib.cc
mv -f .deps/libvx_data2d_grib_a-var_info_grib.Tpo
.deps/libvx_data2d_grib_a-var_info_grib.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_grib_a-
data2d_grib_utils.o -MD -MP -MF .deps/libvx_data2d_grib_a-
data2d_grib_utils.Tpo -c -o libvx_data2d_grib_a-data2d_grib_utils.o
`test -f 'data2d_grib_utils.cc' || echo './'`data2d_grib_utils.cc
mv -f .deps/libvx_data2d_grib_a-data2d_grib_utils.Tpo
.deps/libvx_data2d_grib_a-data2d_grib_utils.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_grib_a-
data2d_grib.o -MD -MP -MF .deps/libvx_data2d_grib_a-data2d_grib.Tpo -c
-o libvx_data2d_grib_a-data2d_grib.o `test -f 'data2d_grib.cc' || echo
'./'`data2d_grib.cc
mv -f .deps/libvx_data2d_grib_a-data2d_grib.Tpo
.deps/libvx_data2d_grib_a-data2d_grib.Po
rm -f libvx_data2d_grib.a
ar cru libvx_data2d_grib.a libvx_data2d_grib_a-grib_classes.o
libvx_data2d_grib_a-grib_strings.o libvx_data2d_grib_a-grib_utils.o
libvx_data2d_grib_a-var_info_grib.o libvx_data2d_grib_a-
data2d_grib_utils.o libvx_data2d_grib_a-data2d_grib.o
ranlib libvx_data2d_grib.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib'
Making all in vx_data2d_nc_met
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_met'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_nc_met_a-get_met_grid.o -MD -MP -MF
.deps/libvx_data2d_nc_met_a-get_met_grid.Tpo -c -o
libvx_data2d_nc_met_a-get_met_grid.o `test -f 'get_met_grid.cc' ||
echo './'`get_met_grid.cc
mv -f .deps/libvx_data2d_nc_met_a-get_met_grid.Tpo
.deps/libvx_data2d_nc_met_a-get_met_grid.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_nc_met_a-met_file.o -MD -MP -MF
.deps/libvx_data2d_nc_met_a-met_file.Tpo -c -o libvx_data2d_nc_met_a-
met_file.o `test -f 'met_file.cc' || echo './'`met_file.cc
mv -f .deps/libvx_data2d_nc_met_a-met_file.Tpo
.deps/libvx_data2d_nc_met_a-met_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_nc_met_a-var_info_nc_met.o -MD -MP -MF
.deps/libvx_data2d_nc_met_a-var_info_nc_met.Tpo -c -o
libvx_data2d_nc_met_a-var_info_nc_met.o `test -f 'var_info_nc_met.cc'
|| echo './'`var_info_nc_met.cc
mv -f .deps/libvx_data2d_nc_met_a-var_info_nc_met.Tpo
.deps/libvx_data2d_nc_met_a-var_info_nc_met.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_nc_met_a-data2d_nc_met.o -MD -MP -MF
.deps/libvx_data2d_nc_met_a-data2d_nc_met.Tpo -c -o
libvx_data2d_nc_met_a-data2d_nc_met.o `test -f 'data2d_nc_met.cc' ||
echo './'`data2d_nc_met.cc
mv -f .deps/libvx_data2d_nc_met_a-data2d_nc_met.Tpo
.deps/libvx_data2d_nc_met_a-data2d_nc_met.Po
rm -f libvx_data2d_nc_met.a
ar cru libvx_data2d_nc_met.a libvx_data2d_nc_met_a-get_met_grid.o
libvx_data2d_nc_met_a-met_file.o libvx_data2d_nc_met_a-
var_info_nc_met.o libvx_data2d_nc_met_a-data2d_nc_met.o
ranlib libvx_data2d_nc_met.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_met'
Making all in vx_data2d_nccf
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nccf'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_nccf_a-
nccf_file.o -MD -MP -MF .deps/libvx_data2d_nccf_a-nccf_file.Tpo -c -o
libvx_data2d_nccf_a-nccf_file.o `test -f 'nccf_file.cc' || echo
'./'`nccf_file.cc
mv -f .deps/libvx_data2d_nccf_a-nccf_file.Tpo
.deps/libvx_data2d_nccf_a-nccf_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_nccf_a-
var_info_nccf.o -MD -MP -MF .deps/libvx_data2d_nccf_a-
var_info_nccf.Tpo -c -o libvx_data2d_nccf_a-var_info_nccf.o `test -f
'var_info_nccf.cc' || echo './'`var_info_nccf.cc
mv -f .deps/libvx_data2d_nccf_a-var_info_nccf.Tpo
.deps/libvx_data2d_nccf_a-var_info_nccf.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_data2d_nccf_a-
data2d_nccf.o -MD -MP -MF .deps/libvx_data2d_nccf_a-data2d_nccf.Tpo -c
-o libvx_data2d_nccf_a-data2d_nccf.o `test -f 'data2d_nccf.cc' || echo
'./'`data2d_nccf.cc
mv -f .deps/libvx_data2d_nccf_a-data2d_nccf.Tpo
.deps/libvx_data2d_nccf_a-data2d_nccf.Po
rm -f libvx_data2d_nccf.a
ar cru libvx_data2d_nccf.a libvx_data2d_nccf_a-nccf_file.o
libvx_data2d_nccf_a-var_info_nccf.o libvx_data2d_nccf_a-data2d_nccf.o
ranlib libvx_data2d_nccf.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nccf'
Making all in vx_data2d_nc_pinterp
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_pinterp'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_nc_pinterp_a-get_pinterp_grid.o -MD -MP -MF
.deps/libvx_data2d_nc_pinterp_a-get_pinterp_grid.Tpo -c -o
libvx_data2d_nc_pinterp_a-get_pinterp_grid.o `test -f
'get_pinterp_grid.cc' || echo './'`get_pinterp_grid.cc
mv -f .deps/libvx_data2d_nc_pinterp_a-get_pinterp_grid.Tpo
.deps/libvx_data2d_nc_pinterp_a-get_pinterp_grid.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_nc_pinterp_a-pinterp_file.o -MD -MP -MF
.deps/libvx_data2d_nc_pinterp_a-pinterp_file.Tpo -c -o
libvx_data2d_nc_pinterp_a-pinterp_file.o `test -f 'pinterp_file.cc' ||
echo './'`pinterp_file.cc
mv -f .deps/libvx_data2d_nc_pinterp_a-pinterp_file.Tpo
.deps/libvx_data2d_nc_pinterp_a-pinterp_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_nc_pinterp_a-var_info_nc_pinterp.o -MD -MP -MF
.deps/libvx_data2d_nc_pinterp_a-var_info_nc_pinterp.Tpo -c -o
libvx_data2d_nc_pinterp_a-var_info_nc_pinterp.o `test -f
'var_info_nc_pinterp.cc' || echo './'`var_info_nc_pinterp.cc
mv -f .deps/libvx_data2d_nc_pinterp_a-var_info_nc_pinterp.Tpo
.deps/libvx_data2d_nc_pinterp_a-var_info_nc_pinterp.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_nc_pinterp_a-data2d_nc_pinterp.o -MD -MP -MF
.deps/libvx_data2d_nc_pinterp_a-data2d_nc_pinterp.Tpo -c -o
libvx_data2d_nc_pinterp_a-data2d_nc_pinterp.o `test -f
'data2d_nc_pinterp.cc' || echo './'`data2d_nc_pinterp.cc
mv -f .deps/libvx_data2d_nc_pinterp_a-data2d_nc_pinterp.Tpo
.deps/libvx_data2d_nc_pinterp_a-data2d_nc_pinterp.Po
rm -f libvx_data2d_nc_pinterp.a
ar cru libvx_data2d_nc_pinterp.a libvx_data2d_nc_pinterp_a-
get_pinterp_grid.o libvx_data2d_nc_pinterp_a-pinterp_file.o
libvx_data2d_nc_pinterp_a-var_info_nc_pinterp.o
libvx_data2d_nc_pinterp_a-data2d_nc_pinterp.o
ranlib libvx_data2d_nc_pinterp.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_pinterp'
Making all in vx_data2d_factory
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_factory'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_factory_a-is_netcdf_file.o -MD -MP -MF
.deps/libvx_data2d_factory_a-is_netcdf_file.Tpo -c -o
libvx_data2d_factory_a-is_netcdf_file.o `test -f 'is_netcdf_file.cc'
|| echo './'`is_netcdf_file.cc
mv -f .deps/libvx_data2d_factory_a-is_netcdf_file.Tpo
.deps/libvx_data2d_factory_a-is_netcdf_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_factory_a-is_grib_file.o -MD -MP -MF
.deps/libvx_data2d_factory_a-is_grib_file.Tpo -c -o
libvx_data2d_factory_a-is_grib_file.o `test -f 'is_grib_file.cc' ||
echo './'`is_grib_file.cc
mv -f .deps/libvx_data2d_factory_a-is_grib_file.Tpo
.deps/libvx_data2d_factory_a-is_grib_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_factory_a-is_bufr_file.o -MD -MP -MF
.deps/libvx_data2d_factory_a-is_bufr_file.Tpo -c -o
libvx_data2d_factory_a-is_bufr_file.o `test -f 'is_bufr_file.cc' ||
echo './'`is_bufr_file.cc
mv -f .deps/libvx_data2d_factory_a-is_bufr_file.Tpo
.deps/libvx_data2d_factory_a-is_bufr_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_factory_a-var_info_factory.o -MD -MP -MF
.deps/libvx_data2d_factory_a-var_info_factory.Tpo -c -o
libvx_data2d_factory_a-var_info_factory.o `test -f
'var_info_factory.cc' || echo './'`var_info_factory.cc
mv -f .deps/libvx_data2d_factory_a-var_info_factory.Tpo
.deps/libvx_data2d_factory_a-var_info_factory.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_factory_a-data2d_factory_utils.o -MD -MP -MF
.deps/libvx_data2d_factory_a-data2d_factory_utils.Tpo -c -o
libvx_data2d_factory_a-data2d_factory_utils.o `test -f
'data2d_factory_utils.cc' || echo './'`data2d_factory_utils.cc
mv -f .deps/libvx_data2d_factory_a-data2d_factory_utils.Tpo
.deps/libvx_data2d_factory_a-data2d_factory_utils.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_data2d_factory_a-data2d_factory.o -MD -MP -MF
.deps/libvx_data2d_factory_a-data2d_factory.Tpo -c -o
libvx_data2d_factory_a-data2d_factory.o `test -f 'data2d_factory.cc'
|| echo './'`data2d_factory.cc
mv -f .deps/libvx_data2d_factory_a-data2d_factory.Tpo
.deps/libvx_data2d_factory_a-data2d_factory.Po
rm -f libvx_data2d_factory.a
ar cru libvx_data2d_factory.a libvx_data2d_factory_a-is_netcdf_file.o
libvx_data2d_factory_a-is_grib_file.o libvx_data2d_factory_a-
is_bufr_file.o libvx_data2d_factory_a-var_info_factory.o
libvx_data2d_factory_a-data2d_factory_utils.o libvx_data2d_factory_a-
data2d_factory.o
ranlib libvx_data2d_factory.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_factory'
Making all in vx_gsl_prob
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gsl_prob'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gsl_prob_a-
gsl_bvn.o -MD -MP -MF .deps/libvx_gsl_prob_a-gsl_bvn.Tpo -c -o
libvx_gsl_prob_a-gsl_bvn.o `test -f 'gsl_bvn.cc' || echo
'./'`gsl_bvn.cc
mv -f .deps/libvx_gsl_prob_a-gsl_bvn.Tpo .deps/libvx_gsl_prob_a-
gsl_bvn.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gsl_prob_a-
gsl_cdf.o -MD -MP -MF .deps/libvx_gsl_prob_a-gsl_cdf.Tpo -c -o
libvx_gsl_prob_a-gsl_cdf.o `test -f 'gsl_cdf.cc' || echo
'./'`gsl_cdf.cc
mv -f .deps/libvx_gsl_prob_a-gsl_cdf.Tpo .deps/libvx_gsl_prob_a-
gsl_cdf.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gsl_prob_a-
gsl_randist.o -MD -MP -MF .deps/libvx_gsl_prob_a-gsl_randist.Tpo -c -o
libvx_gsl_prob_a-gsl_randist.o `test -f 'gsl_randist.cc' || echo
'./'`gsl_randist.cc
mv -f .deps/libvx_gsl_prob_a-gsl_randist.Tpo .deps/libvx_gsl_prob_a-
gsl_randist.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gsl_prob_a-
gsl_statistics.o -MD -MP -MF .deps/libvx_gsl_prob_a-gsl_statistics.Tpo
-c -o libvx_gsl_prob_a-gsl_statistics.o `test -f 'gsl_statistics.cc'
|| echo './'`gsl_statistics.cc
mv -f .deps/libvx_gsl_prob_a-gsl_statistics.Tpo
.deps/libvx_gsl_prob_a-gsl_statistics.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gsl_prob_a-
gsl_wavelet2d.o -MD -MP -MF .deps/libvx_gsl_prob_a-gsl_wavelet2d.Tpo
-c -o libvx_gsl_prob_a-gsl_wavelet2d.o `test -f 'gsl_wavelet2d.cc' ||
echo './'`gsl_wavelet2d.cc
mv -f .deps/libvx_gsl_prob_a-gsl_wavelet2d.Tpo .deps/libvx_gsl_prob_a-
gsl_wavelet2d.Po
rm -f libvx_gsl_prob.a
ar cru libvx_gsl_prob.a libvx_gsl_prob_a-gsl_bvn.o libvx_gsl_prob_a-
gsl_cdf.o libvx_gsl_prob_a-gsl_randist.o libvx_gsl_prob_a-
gsl_statistics.o libvx_gsl_prob_a-gsl_wavelet2d.o
ranlib libvx_gsl_prob.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gsl_prob'
Making all in vx_gnomon
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gnomon'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gnomon_a-
gnomon.o -MD -MP -MF .deps/libvx_gnomon_a-gnomon.Tpo -c -o
libvx_gnomon_a-gnomon.o `test -f 'gnomon.cc' || echo './'`gnomon.cc
mv -f .deps/libvx_gnomon_a-gnomon.Tpo .deps/libvx_gnomon_a-gnomon.Po
rm -f libvx_gnomon.a
ar cru libvx_gnomon.a libvx_gnomon_a-gnomon.o
ranlib libvx_gnomon.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gnomon'
Making all in vx_geodesy
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_geodesy'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_geodesy_a-
spheroid.o -MD -MP -MF .deps/libvx_geodesy_a-spheroid.Tpo -c -o
libvx_geodesy_a-spheroid.o `test -f 'spheroid.cc' || echo
'./'`spheroid.cc
mv -f .deps/libvx_geodesy_a-spheroid.Tpo .deps/libvx_geodesy_a-
spheroid.Po
rm -f libvx_geodesy.a
ar cru libvx_geodesy.a libvx_geodesy_a-spheroid.o
ranlib libvx_geodesy.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_geodesy'
Making all in vx_gis
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gis'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gis_a-
shapetype_to_string.o -MD -MP -MF .deps/libvx_gis_a-
shapetype_to_string.Tpo -c -o libvx_gis_a-shapetype_to_string.o `test
-f 'shapetype_to_string.cc' || echo './'`shapetype_to_string.cc
mv -f .deps/libvx_gis_a-shapetype_to_string.Tpo .deps/libvx_gis_a-
shapetype_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gis_a-
dbf_file.o -MD -MP -MF .deps/libvx_gis_a-dbf_file.Tpo -c -o
libvx_gis_a-dbf_file.o `test -f 'dbf_file.cc' || echo './'`dbf_file.cc
mv -f .deps/libvx_gis_a-dbf_file.Tpo .deps/libvx_gis_a-dbf_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gis_a-
shp_file.o -MD -MP -MF .deps/libvx_gis_a-shp_file.Tpo -c -o
libvx_gis_a-shp_file.o `test -f 'shp_file.cc' || echo './'`shp_file.cc
mv -f .deps/libvx_gis_a-shp_file.Tpo .deps/libvx_gis_a-shp_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_gis_a-
shx_file.o -MD -MP -MF .deps/libvx_gis_a-shx_file.Tpo -c -o
libvx_gis_a-shx_file.o `test -f 'shx_file.cc' || echo './'`shx_file.cc
mv -f .deps/libvx_gis_a-shx_file.Tpo .deps/libvx_gis_a-shx_file.Po
rm -f libvx_gis.a
ar cru libvx_gis.a libvx_gis_a-shapetype_to_string.o libvx_gis_a-
dbf_file.o libvx_gis_a-shp_file.o libvx_gis_a-shx_file.o
ranlib libvx_gis.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gis'
Making all in vx_nav
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nav'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_nav_a-nav.o
-MD -MP -MF .deps/libvx_nav_a-nav.Tpo -c -o libvx_nav_a-nav.o `test -f
'nav.cc' || echo './'`nav.cc
mv -f .deps/libvx_nav_a-nav.Tpo .deps/libvx_nav_a-nav.Po
rm -f libvx_nav.a
ar cru libvx_nav.a libvx_nav_a-nav.o
ranlib libvx_nav.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nav'
Making all in vx_pb_util
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pb_util'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pb_util_a-
pblock.o -MD -MP -MF .deps/libvx_pb_util_a-pblock.Tpo -c -o
libvx_pb_util_a-pblock.o `test -f 'pblock.cc' || echo './'`pblock.cc
mv -f .deps/libvx_pb_util_a-pblock.Tpo .deps/libvx_pb_util_a-pblock.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pb_util_a-
do_blocking.o -MD -MP -MF .deps/libvx_pb_util_a-do_blocking.Tpo -c -o
libvx_pb_util_a-do_blocking.o `test -f 'do_blocking.cc' || echo
'./'`do_blocking.cc
mv -f .deps/libvx_pb_util_a-do_blocking.Tpo .deps/libvx_pb_util_a-
do_blocking.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pb_util_a-
do_unblocking.o -MD -MP -MF .deps/libvx_pb_util_a-do_unblocking.Tpo -c
-o libvx_pb_util_a-do_unblocking.o `test -f 'do_unblocking.cc' || echo
'./'`do_unblocking.cc
mv -f .deps/libvx_pb_util_a-do_unblocking.Tpo .deps/libvx_pb_util_a-
do_unblocking.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pb_util_a-
copy_bytes.o -MD -MP -MF .deps/libvx_pb_util_a-copy_bytes.Tpo -c -o
libvx_pb_util_a-copy_bytes.o `test -f 'copy_bytes.cc' || echo
'./'`copy_bytes.cc
mv -f .deps/libvx_pb_util_a-copy_bytes.Tpo .deps/libvx_pb_util_a-
copy_bytes.Po
rm -f libvx_pb_util.a
ar cru libvx_pb_util.a libvx_pb_util_a-pblock.o libvx_pb_util_a-
do_blocking.o libvx_pb_util_a-do_unblocking.o libvx_pb_util_a-
copy_bytes.o
ranlib libvx_pb_util.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pb_util'
Making all in vx_afm
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_afm'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_afm_a-afm.o
-MD -MP -MF .deps/libvx_afm_a-afm.Tpo -c -o libvx_afm_a-afm.o `test -f
'afm.cc' || echo './'`afm.cc
mv -f .deps/libvx_afm_a-afm.Tpo .deps/libvx_afm_a-afm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_afm_a-
afm_keywords.o -MD -MP -MF .deps/libvx_afm_a-afm_keywords.Tpo -c -o
libvx_afm_a-afm_keywords.o `test -f 'afm_keywords.cc' || echo
'./'`afm_keywords.cc
mv -f .deps/libvx_afm_a-afm_keywords.Tpo .deps/libvx_afm_a-
afm_keywords.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_afm_a-
afm_line.o -MD -MP -MF .deps/libvx_afm_a-afm_line.Tpo -c -o
libvx_afm_a-afm_line.o `test -f 'afm_line.cc' || echo './'`afm_line.cc
mv -f .deps/libvx_afm_a-afm_line.Tpo .deps/libvx_afm_a-afm_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_afm_a-
afm_token.o -MD -MP -MF .deps/libvx_afm_a-afm_token.Tpo -c -o
libvx_afm_a-afm_token.o `test -f 'afm_token.cc' || echo
'./'`afm_token.cc
mv -f .deps/libvx_afm_a-afm_token.Tpo .deps/libvx_afm_a-afm_token.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_afm_a-
afmkeyword_to_string.o -MD -MP -MF .deps/libvx_afm_a-
afmkeyword_to_string.Tpo -c -o libvx_afm_a-afmkeyword_to_string.o
`test -f 'afmkeyword_to_string.cc' || echo
'./'`afmkeyword_to_string.cc
mv -f .deps/libvx_afm_a-afmkeyword_to_string.Tpo .deps/libvx_afm_a-
afmkeyword_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_afm_a-
afmtokentype_to_string.o -MD -MP -MF .deps/libvx_afm_a-
afmtokentype_to_string.Tpo -c -o libvx_afm_a-afmtokentype_to_string.o
`test -f 'afmtokentype_to_string.cc' || echo
'./'`afmtokentype_to_string.cc
mv -f .deps/libvx_afm_a-afmtokentype_to_string.Tpo .deps/libvx_afm_a-
afmtokentype_to_string.Po
rm -f libvx_afm.a
ar cru libvx_afm.a libvx_afm_a-afm.o libvx_afm_a-afm_keywords.o
libvx_afm_a-afm_line.o libvx_afm_a-afm_token.o libvx_afm_a-
afmkeyword_to_string.o libvx_afm_a-afmtokentype_to_string.o
ranlib libvx_afm.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_afm'
Making all in vx_color
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_color'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_color_a-
color_parser_yacc.o -MD -MP -MF .deps/libvx_color_a-
color_parser_yacc.Tpo -c -o libvx_color_a-color_parser_yacc.o `test -f
'color_parser_yacc.cc' || echo './'`color_parser_yacc.cc
mv -f .deps/libvx_color_a-color_parser_yacc.Tpo .deps/libvx_color_a-
color_parser_yacc.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_color_a-
color_scanner.o -MD -MP -MF .deps/libvx_color_a-color_scanner.Tpo -c
-o libvx_color_a-color_scanner.o `test -f 'color_scanner.cc' || echo
'./'`color_scanner.cc
mv -f .deps/libvx_color_a-color_scanner.Tpo .deps/libvx_color_a-
color_scanner.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_color_a-
color.o -MD -MP -MF .deps/libvx_color_a-color.Tpo -c -o libvx_color_a-
color.o `test -f 'color.cc' || echo './'`color.cc
mv -f .deps/libvx_color_a-color.Tpo .deps/libvx_color_a-color.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_color_a-
color_list.o -MD -MP -MF .deps/libvx_color_a-color_list.Tpo -c -o
libvx_color_a-color_list.o `test -f 'color_list.cc' || echo
'./'`color_list.cc
mv -f .deps/libvx_color_a-color_list.Tpo .deps/libvx_color_a-
color_list.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_color_a-
color_table.o -MD -MP -MF .deps/libvx_color_a-color_table.Tpo -c -o
libvx_color_a-color_table.o `test -f 'color_table.cc' || echo
'./'`color_table.cc
mv -f .deps/libvx_color_a-color_table.Tpo .deps/libvx_color_a-
color_table.Po
rm -f libvx_color.a
ar cru libvx_color.a libvx_color_a-color_parser_yacc.o libvx_color_a-
color_scanner.o libvx_color_a-color.o libvx_color_a-color_list.o
libvx_color_a-color_table.o
ranlib libvx_color.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_color'
Making all in vx_pxm
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pxm'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pxm_a-pbm.o
-MD -MP -MF .deps/libvx_pxm_a-pbm.Tpo -c -o libvx_pxm_a-pbm.o `test -f
'pbm.cc' || echo './'`pbm.cc
mv -f .deps/libvx_pxm_a-pbm.Tpo .deps/libvx_pxm_a-pbm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pxm_a-pcm.o
-MD -MP -MF .deps/libvx_pxm_a-pcm.Tpo -c -o libvx_pxm_a-pcm.o `test -f
'pcm.cc' || echo './'`pcm.cc
mv -f .deps/libvx_pxm_a-pcm.Tpo .deps/libvx_pxm_a-pcm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pxm_a-pgm.o
-MD -MP -MF .deps/libvx_pxm_a-pgm.Tpo -c -o libvx_pxm_a-pgm.o `test -f
'pgm.cc' || echo './'`pgm.cc
mv -f .deps/libvx_pxm_a-pgm.Tpo .deps/libvx_pxm_a-pgm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pxm_a-ppm.o
-MD -MP -MF .deps/libvx_pxm_a-ppm.Tpo -c -o libvx_pxm_a-ppm.o `test -f
'ppm.cc' || echo './'`ppm.cc
mv -f .deps/libvx_pxm_a-ppm.Tpo .deps/libvx_pxm_a-ppm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pxm_a-
pxm_base.o -MD -MP -MF .deps/libvx_pxm_a-pxm_base.Tpo -c -o
libvx_pxm_a-pxm_base.o `test -f 'pxm_base.cc' || echo './'`pxm_base.cc
mv -f .deps/libvx_pxm_a-pxm_base.Tpo .deps/libvx_pxm_a-pxm_base.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_pxm_a-
pxm_utils.o -MD -MP -MF .deps/libvx_pxm_a-pxm_utils.Tpo -c -o
libvx_pxm_a-pxm_utils.o `test -f 'pxm_utils.cc' || echo
'./'`pxm_utils.cc
mv -f .deps/libvx_pxm_a-pxm_utils.Tpo .deps/libvx_pxm_a-pxm_utils.Po
rm -f libvx_pxm.a
ar cru libvx_pxm.a libvx_pxm_a-pbm.o libvx_pxm_a-pcm.o libvx_pxm_a-
pgm.o libvx_pxm_a-ppm.o libvx_pxm_a-pxm_base.o libvx_pxm_a-pxm_utils.o
ranlib libvx_pxm.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pxm'
Making all in vx_render
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_render'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
ascii85_filter.o -MD -MP -MF .deps/libvx_render_a-ascii85_filter.Tpo
-c -o libvx_render_a-ascii85_filter.o `test -f 'ascii85_filter.cc' ||
echo './'`ascii85_filter.cc
mv -f .deps/libvx_render_a-ascii85_filter.Tpo .deps/libvx_render_a-
ascii85_filter.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
bit_filter.o -MD -MP -MF .deps/libvx_render_a-bit_filter.Tpo -c -o
libvx_render_a-bit_filter.o `test -f 'bit_filter.cc' || echo
'./'`bit_filter.cc
mv -f .deps/libvx_render_a-bit_filter.Tpo .deps/libvx_render_a-
bit_filter.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
hex_filter.o -MD -MP -MF .deps/libvx_render_a-hex_filter.Tpo -c -o
libvx_render_a-hex_filter.o `test -f 'hex_filter.cc' || echo
'./'`hex_filter.cc
mv -f .deps/libvx_render_a-hex_filter.Tpo .deps/libvx_render_a-
hex_filter.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
ps_filter.o -MD -MP -MF .deps/libvx_render_a-ps_filter.Tpo -c -o
libvx_render_a-ps_filter.o `test -f 'ps_filter.cc' || echo
'./'`ps_filter.cc
mv -f .deps/libvx_render_a-ps_filter.Tpo .deps/libvx_render_a-
ps_filter.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
psout_filter.o -MD -MP -MF .deps/libvx_render_a-psout_filter.Tpo -c -o
libvx_render_a-psout_filter.o `test -f 'psout_filter.cc' || echo
'./'`psout_filter.cc
mv -f .deps/libvx_render_a-psout_filter.Tpo .deps/libvx_render_a-
psout_filter.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
render_pbm.o -MD -MP -MF .deps/libvx_render_a-render_pbm.Tpo -c -o
libvx_render_a-render_pbm.o `test -f 'render_pbm.cc' || echo
'./'`render_pbm.cc
mv -f .deps/libvx_render_a-render_pbm.Tpo .deps/libvx_render_a-
render_pbm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
render_pcm.o -MD -MP -MF .deps/libvx_render_a-render_pcm.Tpo -c -o
libvx_render_a-render_pcm.o `test -f 'render_pcm.cc' || echo
'./'`render_pcm.cc
mv -f .deps/libvx_render_a-render_pcm.Tpo .deps/libvx_render_a-
render_pcm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
render_pgm.o -MD -MP -MF .deps/libvx_render_a-render_pgm.Tpo -c -o
libvx_render_a-render_pgm.o `test -f 'render_pgm.cc' || echo
'./'`render_pgm.cc
mv -f .deps/libvx_render_a-render_pgm.Tpo .deps/libvx_render_a-
render_pgm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
render_ppm.o -MD -MP -MF .deps/libvx_render_a-render_ppm.Tpo -c -o
libvx_render_a-render_ppm.o `test -f 'render_ppm.cc' || echo
'./'`render_ppm.cc
mv -f .deps/libvx_render_a-render_ppm.Tpo .deps/libvx_render_a-
render_ppm.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
renderinfo.o -MD -MP -MF .deps/libvx_render_a-renderinfo.Tpo -c -o
libvx_render_a-renderinfo.o `test -f 'renderinfo.cc' || echo
'./'`renderinfo.cc
mv -f .deps/libvx_render_a-renderinfo.Tpo .deps/libvx_render_a-
renderinfo.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
rle_filter.o -MD -MP -MF .deps/libvx_render_a-rle_filter.Tpo -c -o
libvx_render_a-rle_filter.o `test -f 'rle_filter.cc' || echo
'./'`rle_filter.cc
mv -f .deps/libvx_render_a-rle_filter.Tpo .deps/libvx_render_a-
rle_filter.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
flate_filter.o -MD -MP -MF .deps/libvx_render_a-flate_filter.Tpo -c -o
libvx_render_a-flate_filter.o `test -f 'flate_filter.cc' || echo
'./'`flate_filter.cc
mv -f .deps/libvx_render_a-flate_filter.Tpo .deps/libvx_render_a-
flate_filter.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_render_a-
uc_queue.o -MD -MP -MF .deps/libvx_render_a-uc_queue.Tpo -c -o
libvx_render_a-uc_queue.o `test -f 'uc_queue.cc' || echo
'./'`uc_queue.cc
mv -f .deps/libvx_render_a-uc_queue.Tpo .deps/libvx_render_a-
uc_queue.Po
rm -f libvx_render.a
ar cru libvx_render.a libvx_render_a-ascii85_filter.o libvx_render_a-
bit_filter.o libvx_render_a-hex_filter.o libvx_render_a-ps_filter.o
libvx_render_a-psout_filter.o libvx_render_a-render_pbm.o
libvx_render_a-render_pcm.o libvx_render_a-render_pgm.o
libvx_render_a-render_ppm.o libvx_render_a-renderinfo.o
libvx_render_a-rle_filter.o libvx_render_a-flate_filter.o
libvx_render_a-uc_queue.o
ranlib libvx_render.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_render'
Making all in vx_ps
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_ps'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_ps_a-
documentmedia_to_string.o -MD -MP -MF .deps/libvx_ps_a-
documentmedia_to_string.Tpo -c -o libvx_ps_a-documentmedia_to_string.o
`test -f 'documentmedia_to_string.cc' || echo
'./'`documentmedia_to_string.cc
mv -f .deps/libvx_ps_a-documentmedia_to_string.Tpo .deps/libvx_ps_a-
documentmedia_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_ps_a-
documentorientation_to_string.o -MD -MP -MF .deps/libvx_ps_a-
documentorientation_to_string.Tpo -c -o libvx_ps_a-
documentorientation_to_string.o `test -f
'documentorientation_to_string.cc' || echo
'./'`documentorientation_to_string.cc
mv -f .deps/libvx_ps_a-documentorientation_to_string.Tpo
.deps/libvx_ps_a-documentorientation_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_ps_a-
fontfamily_to_string.o -MD -MP -MF .deps/libvx_ps_a-
fontfamily_to_string.Tpo -c -o libvx_ps_a-fontfamily_to_string.o `test
-f 'fontfamily_to_string.cc' || echo './'`fontfamily_to_string.cc
mv -f .deps/libvx_ps_a-fontfamily_to_string.Tpo .deps/libvx_ps_a-
fontfamily_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_ps_a-vx_ps.o
-MD -MP -MF .deps/libvx_ps_a-vx_ps.Tpo -c -o libvx_ps_a-vx_ps.o `test
-f 'vx_ps.cc' || echo './'`vx_ps.cc
mv -f .deps/libvx_ps_a-vx_ps.Tpo .deps/libvx_ps_a-vx_ps.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_ps_a-ps_text.o
-MD -MP -MF .deps/libvx_ps_a-ps_text.Tpo -c -o libvx_ps_a-ps_text.o
`test -f 'ps_text.cc' || echo './'`ps_text.cc
mv -f .deps/libvx_ps_a-ps_text.Tpo .deps/libvx_ps_a-ps_text.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_ps_a-
table_helper.o -MD -MP -MF .deps/libvx_ps_a-table_helper.Tpo -c -o
libvx_ps_a-table_helper.o `test -f 'table_helper.cc' || echo
'./'`table_helper.cc
mv -f .deps/libvx_ps_a-table_helper.Tpo .deps/libvx_ps_a-
table_helper.Po
rm -f libvx_ps.a
ar cru libvx_ps.a libvx_ps_a-documentmedia_to_string.o libvx_ps_a-
documentorientation_to_string.o libvx_ps_a-fontfamily_to_string.o
libvx_ps_a-vx_ps.o libvx_ps_a-ps_text.o libvx_ps_a-table_helper.o
ranlib libvx_ps.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_ps'
Making all in vx_plot_util
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_plot_util'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_plot_util_a-
map_region.o -MD -MP -MF .deps/libvx_plot_util_a-map_region.Tpo -c -o
libvx_plot_util_a-map_region.o `test -f 'map_region.cc' || echo
'./'`map_region.cc
mv -f .deps/libvx_plot_util_a-map_region.Tpo .deps/libvx_plot_util_a-
map_region.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_plot_util_a-
vx_plot_util.o -MD -MP -MF .deps/libvx_plot_util_a-vx_plot_util.Tpo -c
-o libvx_plot_util_a-vx_plot_util.o `test -f 'vx_plot_util.cc' || echo
'./'`vx_plot_util.cc
mv -f .deps/libvx_plot_util_a-vx_plot_util.Tpo
.deps/libvx_plot_util_a-vx_plot_util.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_plot_util_a-
data_plane_plot.o -MD -MP -MF .deps/libvx_plot_util_a-
data_plane_plot.Tpo -c -o libvx_plot_util_a-data_plane_plot.o `test -f
'data_plane_plot.cc' || echo './'`data_plane_plot.cc
mv -f .deps/libvx_plot_util_a-data_plane_plot.Tpo
.deps/libvx_plot_util_a-data_plane_plot.Po
rm -f libvx_plot_util.a
ar cru libvx_plot_util.a libvx_plot_util_a-map_region.o
libvx_plot_util_a-vx_plot_util.o libvx_plot_util_a-data_plane_plot.o
ranlib libvx_plot_util.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_plot_util'
Making all in vx_shapedata
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_shapedata'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_shapedata_a-
moments.o -MD -MP -MF .deps/libvx_shapedata_a-moments.Tpo -c -o
libvx_shapedata_a-moments.o `test -f 'moments.cc' || echo
'./'`moments.cc
mv -f .deps/libvx_shapedata_a-moments.Tpo .deps/libvx_shapedata_a-
moments.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_shapedata_a-
node.o -MD -MP -MF .deps/libvx_shapedata_a-node.Tpo -c -o
libvx_shapedata_a-node.o `test -f 'node.cc' || echo './'`node.cc
mv -f .deps/libvx_shapedata_a-node.Tpo .deps/libvx_shapedata_a-node.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_shapedata_a-
shapedata.o -MD -MP -MF .deps/libvx_shapedata_a-shapedata.Tpo -c -o
libvx_shapedata_a-shapedata.o `test -f 'shapedata.cc' || echo
'./'`shapedata.cc
mv -f .deps/libvx_shapedata_a-shapedata.Tpo .deps/libvx_shapedata_a-
shapedata.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_shapedata_a-
set.o -MD -MP -MF .deps/libvx_shapedata_a-set.Tpo -c -o
libvx_shapedata_a-set.o `test -f 'set.cc' || echo './'`set.cc
mv -f .deps/libvx_shapedata_a-set.Tpo .deps/libvx_shapedata_a-set.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_shapedata_a-
interest.o -MD -MP -MF .deps/libvx_shapedata_a-interest.Tpo -c -o
libvx_shapedata_a-interest.o `test -f 'interest.cc' || echo
'./'`interest.cc
mv -f .deps/libvx_shapedata_a-interest.Tpo .deps/libvx_shapedata_a-
interest.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_shapedata_a-
mode_conf_info.o -MD -MP -MF .deps/libvx_shapedata_a-
mode_conf_info.Tpo -c -o libvx_shapedata_a-mode_conf_info.o `test -f
'mode_conf_info.cc' || echo './'`mode_conf_info.cc
mv -f .deps/libvx_shapedata_a-mode_conf_info.Tpo
.deps/libvx_shapedata_a-mode_conf_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_shapedata_a-
engine.o -MD -MP -MF .deps/libvx_shapedata_a-engine.Tpo -c -o
libvx_shapedata_a-engine.o `test -f 'engine.cc' || echo './'`engine.cc
mv -f .deps/libvx_shapedata_a-engine.Tpo .deps/libvx_shapedata_a-
engine.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_shapedata_a-
ihull.o -MD -MP -MF .deps/libvx_shapedata_a-ihull.Tpo -c -o
libvx_shapedata_a-ihull.o `test -f 'ihull.cc' || echo './'`ihull.cc
mv -f .deps/libvx_shapedata_a-ihull.Tpo .deps/libvx_shapedata_a-
ihull.Po
rm -f libvx_shapedata.a
ar cru libvx_shapedata.a libvx_shapedata_a-moments.o
libvx_shapedata_a-node.o libvx_shapedata_a-shapedata.o
libvx_shapedata_a-set.o libvx_shapedata_a-interest.o
libvx_shapedata_a-mode_conf_info.o libvx_shapedata_a-engine.o
libvx_shapedata_a-ihull.o
ranlib libvx_shapedata.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_shapedata'
Making all in vx_statistics
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_statistics'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
apply_mask.o -MD -MP -MF .deps/libvx_statistics_a-apply_mask.Tpo -c -o
libvx_statistics_a-apply_mask.o `test -f 'apply_mask.cc' || echo
'./'`apply_mask.cc
mv -f .deps/libvx_statistics_a-apply_mask.Tpo
.deps/libvx_statistics_a-apply_mask.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
compute_ci.o -MD -MP -MF .deps/libvx_statistics_a-compute_ci.Tpo -c -o
libvx_statistics_a-compute_ci.o `test -f 'compute_ci.cc' || echo
'./'`compute_ci.cc
compute_ci.cc: In function 'void compute_cts_stats_ci_bca(const
gsl_rng*, const NumArray&, const NumArray&, int, CTSInfo*&, int, int,
int, const char*)':
compute_ci.cc:347:55: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
       cts_i_file[i] = make_temp_file_name(prefix, '\0');
                                                       ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc:350:55: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
       cts_r_file[i] = make_temp_file_name(prefix, '\0');
                                                       ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_mcts_stats_ci_bca(const
gsl_rng*, const NumArray&, const NumArray&, int, MCTSInfo&, int, int,
const char*)':
compute_ci.cc:774:50: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    mcts_i_file = make_temp_file_name(prefix, '\0');
                                                  ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc:777:50: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    mcts_r_file = make_temp_file_name(prefix, '\0');
                                                  ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_cnt_stats_ci_bca(const
gsl_rng*, const NumArray&, const NumArray&, const NumArray&, const
NumArray&, int, int, int, CNTInfo&, const char*)':
compute_ci.cc:978:49: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    cnt_i_file = make_temp_file_name(prefix, '\0');
                                                 ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc:981:49: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    cnt_r_file = make_temp_file_name(prefix, '\0');
                                                 ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_cts_stats_ci_perc(const
gsl_rng*, const NumArray&, const NumArray&, int, double, CTSInfo*&,
int, int, int, const char*)':
compute_ci.cc:1437:55: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
       cts_r_file[i] = make_temp_file_name(prefix, '\0');
                                                       ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_mcts_stats_ci_perc(const
gsl_rng*, const NumArray&, const NumArray&, int, double, MCTSInfo&,
int, int, const char*)':
compute_ci.cc:1819:50: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    mcts_r_file = make_temp_file_name(prefix, '\0');
                                                  ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_cnt_stats_ci_perc(const
gsl_rng*, const NumArray&, const NumArray&, const NumArray&, const
NumArray&, int, int, int, double, CNTInfo&, const char*)':
compute_ci.cc:2000:49: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    cnt_r_file = make_temp_file_name(prefix, '\0');
                                                 ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_nbrcts_stats_ci_bca(const
gsl_rng*, const NumArray&, const NumArray&, int, NBRCTSInfo*&, int,
int, const char*)':
compute_ci.cc:2411:58: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
       nbrcts_i_file[i] = make_temp_file_name(prefix, '\0');
                                                          ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc:2414:58: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
       nbrcts_r_file[i] = make_temp_file_name(prefix, '\0');
                                                          ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_nbrcnt_stats_ci_bca(const
gsl_rng*, const NumArray&, const NumArray&, const NumArray&, const
NumArray&, const NumArray&, int, NBRCNTInfo&, int, const char*)':
compute_ci.cc:2823:52: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    nbrcnt_i_file = make_temp_file_name(prefix, '\0');
                                                    ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc:2826:52: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    nbrcnt_r_file = make_temp_file_name(prefix, '\0');
                                                    ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_nbrcts_stats_ci_perc(const
gsl_rng*, const NumArray&, const NumArray&, int, double, NBRCTSInfo*&,
int, int, const char*)':
compute_ci.cc:3058:58: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
       nbrcts_r_file[i] = make_temp_file_name(prefix, '\0');
                                                          ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
compute_ci.cc: In function 'void compute_nbrcnt_stats_ci_perc(const
gsl_rng*, const NumArray&, const NumArray&, const NumArray&, const
NumArray&, const NumArray&, int, double, NBRCNTInfo&, int, const
char*)':
compute_ci.cc:3426:52: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    nbrcnt_r_file = make_temp_file_name(prefix, '\0');
                                                    ^
In file included from ../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../src/libcode/vx_gsl_prob/gsl_randist.h:17,
                 from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:19,
                 from compute_ci.h:16,
                 from compute_ci.cc:23:
../../../src/basic/vx_config/temp_file.h:20:21: note:   initializing
argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
mv -f .deps/libvx_statistics_a-compute_ci.Tpo
.deps/libvx_statistics_a-compute_ci.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
contable.o -MD -MP -MF .deps/libvx_statistics_a-contable.Tpo -c -o
libvx_statistics_a-contable.o `test -f 'contable.cc' || echo
'./'`contable.cc
mv -f .deps/libvx_statistics_a-contable.Tpo .deps/libvx_statistics_a-
contable.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
contable_stats.o -MD -MP -MF .deps/libvx_statistics_a-
contable_stats.Tpo -c -o libvx_statistics_a-contable_stats.o `test -f
'contable_stats.cc' || echo './'`contable_stats.cc
mv -f .deps/libvx_statistics_a-contable_stats.Tpo
.deps/libvx_statistics_a-contable_stats.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
contable_nx2.o -MD -MP -MF .deps/libvx_statistics_a-contable_nx2.Tpo
-c -o libvx_statistics_a-contable_nx2.o `test -f 'contable_nx2.cc' ||
echo './'`contable_nx2.cc
mv -f .deps/libvx_statistics_a-contable_nx2.Tpo
.deps/libvx_statistics_a-contable_nx2.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
met_stats.o -MD -MP -MF .deps/libvx_statistics_a-met_stats.Tpo -c -o
libvx_statistics_a-met_stats.o `test -f 'met_stats.cc' || echo
'./'`met_stats.cc
mv -f .deps/libvx_statistics_a-met_stats.Tpo .deps/libvx_statistics_a-
met_stats.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
pair_base.o -MD -MP -MF .deps/libvx_statistics_a-pair_base.Tpo -c -o
libvx_statistics_a-pair_base.o `test -f 'pair_base.cc' || echo
'./'`pair_base.cc
mv -f .deps/libvx_statistics_a-pair_base.Tpo .deps/libvx_statistics_a-
pair_base.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
pair_data_point.o -MD -MP -MF .deps/libvx_statistics_a-
pair_data_point.Tpo -c -o libvx_statistics_a-pair_data_point.o `test
-f 'pair_data_point.cc' || echo './'`pair_data_point.cc
mv -f .deps/libvx_statistics_a-pair_data_point.Tpo
.deps/libvx_statistics_a-pair_data_point.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
pair_data_ensemble.o -MD -MP -MF .deps/libvx_statistics_a-
pair_data_ensemble.Tpo -c -o libvx_statistics_a-pair_data_ensemble.o
`test -f 'pair_data_ensemble.cc' || echo './'`pair_data_ensemble.cc
mv -f .deps/libvx_statistics_a-pair_data_ensemble.Tpo
.deps/libvx_statistics_a-pair_data_ensemble.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_statistics_a-
read_climo.o -MD -MP -MF .deps/libvx_statistics_a-read_climo.Tpo -c -o
libvx_statistics_a-read_climo.o `test -f 'read_climo.cc' || echo
'./'`read_climo.cc
mv -f .deps/libvx_statistics_a-read_climo.Tpo
.deps/libvx_statistics_a-read_climo.Po
rm -f libvx_statistics.a
ar cru libvx_statistics.a libvx_statistics_a-apply_mask.o
libvx_statistics_a-compute_ci.o libvx_statistics_a-contable.o
libvx_statistics_a-contable_stats.o libvx_statistics_a-contable_nx2.o
libvx_statistics_a-met_stats.o libvx_statistics_a-pair_base.o
libvx_statistics_a-pair_data_point.o libvx_statistics_a-
pair_data_ensemble.o libvx_statistics_a-read_climo.o
ranlib libvx_statistics.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_statistics'
Making all in vx_stat_out
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_stat_out'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_stat_out_a-
stat_columns.o -MD -MP -MF .deps/libvx_stat_out_a-stat_columns.Tpo -c
-o libvx_stat_out_a-stat_columns.o `test -f 'stat_columns.cc' || echo
'./'`stat_columns.cc
mv -f .deps/libvx_stat_out_a-stat_columns.Tpo .deps/libvx_stat_out_a-
stat_columns.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_stat_out_a-
stat_hdr_columns.o -MD -MP -MF .deps/libvx_stat_out_a-
stat_hdr_columns.Tpo -c -o libvx_stat_out_a-stat_hdr_columns.o `test
-f 'stat_hdr_columns.cc' || echo './'`stat_hdr_columns.cc
mv -f .deps/libvx_stat_out_a-stat_hdr_columns.Tpo
.deps/libvx_stat_out_a-stat_hdr_columns.Po
rm -f libvx_stat_out.a
ar cru libvx_stat_out.a libvx_stat_out_a-stat_columns.o
libvx_stat_out_a-stat_hdr_columns.o
ranlib libvx_stat_out.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_stat_out'
Making all in vx_analysis_util
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_analysis_util'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_analysis_util_a-analysis_utils.o -MD -MP -MF
.deps/libvx_analysis_util_a-analysis_utils.Tpo -c -o
libvx_analysis_util_a-analysis_utils.o `test -f 'analysis_utils.cc' ||
echo './'`analysis_utils.cc
mv -f .deps/libvx_analysis_util_a-analysis_utils.Tpo
.deps/libvx_analysis_util_a-analysis_utils.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_analysis_util_a-by_case_info.o -MD -MP -MF
.deps/libvx_analysis_util_a-by_case_info.Tpo -c -o
libvx_analysis_util_a-by_case_info.o `test -f 'by_case_info.cc' ||
echo './'`by_case_info.cc
mv -f .deps/libvx_analysis_util_a-by_case_info.Tpo
.deps/libvx_analysis_util_a-by_case_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_analysis_util_a-mode_atts.o -MD -MP -MF
.deps/libvx_analysis_util_a-mode_atts.Tpo -c -o libvx_analysis_util_a-
mode_atts.o `test -f 'mode_atts.cc' || echo './'`mode_atts.cc
mv -f .deps/libvx_analysis_util_a-mode_atts.Tpo
.deps/libvx_analysis_util_a-mode_atts.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_analysis_util_a-mode_job.o -MD -MP -MF
.deps/libvx_analysis_util_a-mode_job.Tpo -c -o libvx_analysis_util_a-
mode_job.o `test -f 'mode_job.cc' || echo './'`mode_job.cc
mv -f .deps/libvx_analysis_util_a-mode_job.Tpo
.deps/libvx_analysis_util_a-mode_job.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_analysis_util_a-mode_line.o -MD -MP -MF
.deps/libvx_analysis_util_a-mode_line.Tpo -c -o libvx_analysis_util_a-
mode_line.o `test -f 'mode_line.cc' || echo './'`mode_line.cc
mv -f .deps/libvx_analysis_util_a-mode_line.Tpo
.deps/libvx_analysis_util_a-mode_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_analysis_util_a-stat_job.o -MD -MP -MF
.deps/libvx_analysis_util_a-stat_job.Tpo -c -o libvx_analysis_util_a-
stat_job.o `test -f 'stat_job.cc' || echo './'`stat_job.cc
mv -f .deps/libvx_analysis_util_a-stat_job.Tpo
.deps/libvx_analysis_util_a-stat_job.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_analysis_util_a-stat_line.o -MD -MP -MF
.deps/libvx_analysis_util_a-stat_line.Tpo -c -o libvx_analysis_util_a-
stat_line.o `test -f 'stat_line.cc' || echo './'`stat_line.cc
mv -f .deps/libvx_analysis_util_a-stat_line.Tpo
.deps/libvx_analysis_util_a-stat_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT
libvx_analysis_util_a-time_series.o -MD -MP -MF
.deps/libvx_analysis_util_a-time_series.Tpo -c -o
libvx_analysis_util_a-time_series.o `test -f 'time_series.cc' || echo
'./'`time_series.cc
mv -f .deps/libvx_analysis_util_a-time_series.Tpo
.deps/libvx_analysis_util_a-time_series.Po
rm -f libvx_analysis_util.a
ar cru libvx_analysis_util.a libvx_analysis_util_a-analysis_utils.o
libvx_analysis_util_a-by_case_info.o libvx_analysis_util_a-mode_atts.o
libvx_analysis_util_a-mode_job.o libvx_analysis_util_a-mode_line.o
libvx_analysis_util_a-stat_job.o libvx_analysis_util_a-stat_line.o
libvx_analysis_util_a-time_series.o
ranlib libvx_analysis_util.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_analysis_util'
Making all in vx_tc_util
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_tc_util'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
atcf_line_base.o -MD -MP -MF .deps/libvx_tc_util_a-atcf_line_base.Tpo
-c -o libvx_tc_util_a-atcf_line_base.o `test -f 'atcf_line_base.cc' ||
echo './'`atcf_line_base.cc
mv -f .deps/libvx_tc_util_a-atcf_line_base.Tpo .deps/libvx_tc_util_a-
atcf_line_base.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
atcf_track_line.o -MD -MP -MF .deps/libvx_tc_util_a-
atcf_track_line.Tpo -c -o libvx_tc_util_a-atcf_track_line.o `test -f
'atcf_track_line.cc' || echo './'`atcf_track_line.cc
mv -f .deps/libvx_tc_util_a-atcf_track_line.Tpo .deps/libvx_tc_util_a-
atcf_track_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
atcf_prob_line.o -MD -MP -MF .deps/libvx_tc_util_a-atcf_prob_line.Tpo
-c -o libvx_tc_util_a-atcf_prob_line.o `test -f 'atcf_prob_line.cc' ||
echo './'`atcf_prob_line.cc
mv -f .deps/libvx_tc_util_a-atcf_prob_line.Tpo .deps/libvx_tc_util_a-
atcf_prob_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
track_point.o -MD -MP -MF .deps/libvx_tc_util_a-track_point.Tpo -c -o
libvx_tc_util_a-track_point.o `test -f 'track_point.cc' || echo
'./'`track_point.cc
mv -f .deps/libvx_tc_util_a-track_point.Tpo .deps/libvx_tc_util_a-
track_point.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
track_info.o -MD -MP -MF .deps/libvx_tc_util_a-track_info.Tpo -c -o
libvx_tc_util_a-track_info.o `test -f 'track_info.cc' || echo
'./'`track_info.cc
mv -f .deps/libvx_tc_util_a-track_info.Tpo .deps/libvx_tc_util_a-
track_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
track_pair_info.o -MD -MP -MF .deps/libvx_tc_util_a-
track_pair_info.Tpo -c -o libvx_tc_util_a-track_pair_info.o `test -f
'track_pair_info.cc' || echo './'`track_pair_info.cc
mv -f .deps/libvx_tc_util_a-track_pair_info.Tpo .deps/libvx_tc_util_a-
track_pair_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
prob_info_base.o -MD -MP -MF .deps/libvx_tc_util_a-prob_info_base.Tpo
-c -o libvx_tc_util_a-prob_info_base.o `test -f 'prob_info_base.cc' ||
echo './'`prob_info_base.cc
mv -f .deps/libvx_tc_util_a-prob_info_base.Tpo .deps/libvx_tc_util_a-
prob_info_base.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
prob_info_array.o -MD -MP -MF .deps/libvx_tc_util_a-
prob_info_array.Tpo -c -o libvx_tc_util_a-prob_info_array.o `test -f
'prob_info_array.cc' || echo './'`prob_info_array.cc
mv -f .deps/libvx_tc_util_a-prob_info_array.Tpo .deps/libvx_tc_util_a-
prob_info_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
prob_rirw_info.o -MD -MP -MF .deps/libvx_tc_util_a-prob_rirw_info.Tpo
-c -o libvx_tc_util_a-prob_rirw_info.o `test -f 'prob_rirw_info.cc' ||
echo './'`prob_rirw_info.cc
mv -f .deps/libvx_tc_util_a-prob_rirw_info.Tpo .deps/libvx_tc_util_a-
prob_rirw_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
prob_rirw_pair_info.o -MD -MP -MF .deps/libvx_tc_util_a-
prob_rirw_pair_info.Tpo -c -o libvx_tc_util_a-prob_rirw_pair_info.o
`test -f 'prob_rirw_pair_info.cc' || echo './'`prob_rirw_pair_info.cc
mv -f .deps/libvx_tc_util_a-prob_rirw_pair_info.Tpo
.deps/libvx_tc_util_a-prob_rirw_pair_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
tc_hdr_columns.o -MD -MP -MF .deps/libvx_tc_util_a-tc_hdr_columns.Tpo
-c -o libvx_tc_util_a-tc_hdr_columns.o `test -f 'tc_hdr_columns.cc' ||
echo './'`tc_hdr_columns.cc
mv -f .deps/libvx_tc_util_a-tc_hdr_columns.Tpo .deps/libvx_tc_util_a-
tc_hdr_columns.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
tc_columns.o -MD -MP -MF .deps/libvx_tc_util_a-tc_columns.Tpo -c -o
libvx_tc_util_a-tc_columns.o `test -f 'tc_columns.cc' || echo
'./'`tc_columns.cc
mv -f .deps/libvx_tc_util_a-tc_columns.Tpo .deps/libvx_tc_util_a-
tc_columns.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_tc_util_a-
tc_stat_line.o -MD -MP -MF .deps/libvx_tc_util_a-tc_stat_line.Tpo -c
-o libvx_tc_util_a-tc_stat_line.o `test -f 'tc_stat_line.cc' || echo
'./'`tc_stat_line.cc
mv -f .deps/libvx_tc_util_a-tc_stat_line.Tpo .deps/libvx_tc_util_a-
tc_stat_line.Po
rm -f libvx_tc_util.a
ar cru libvx_tc_util.a libvx_tc_util_a-atcf_line_base.o
libvx_tc_util_a-atcf_track_line.o libvx_tc_util_a-atcf_prob_line.o
libvx_tc_util_a-track_point.o libvx_tc_util_a-track_info.o
libvx_tc_util_a-track_pair_info.o libvx_tc_util_a-prob_info_base.o
libvx_tc_util_a-prob_info_array.o libvx_tc_util_a-prob_rirw_info.o
libvx_tc_util_a-prob_rirw_pair_info.o libvx_tc_util_a-tc_hdr_columns.o
libvx_tc_util_a-tc_columns.o libvx_tc_util_a-tc_stat_line.o
ranlib libvx_tc_util.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_tc_util'
Making all in vx_summary
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_summary'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_calc.o -MD -MP -MF .deps/libvx_summary_a-summary_calc.Tpo -c
-o libvx_summary_a-summary_calc.o `test -f 'summary_calc.cc' || echo
'./'`summary_calc.cc
mv -f .deps/libvx_summary_a-summary_calc.Tpo .deps/libvx_summary_a-
summary_calc.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_calc_max.o -MD -MP -MF .deps/libvx_summary_a-
summary_calc_max.Tpo -c -o libvx_summary_a-summary_calc_max.o `test -f
'summary_calc_max.cc' || echo './'`summary_calc_max.cc
mv -f .deps/libvx_summary_a-summary_calc_max.Tpo
.deps/libvx_summary_a-summary_calc_max.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_calc_mean.o -MD -MP -MF .deps/libvx_summary_a-
summary_calc_mean.Tpo -c -o libvx_summary_a-summary_calc_mean.o `test
-f 'summary_calc_mean.cc' || echo './'`summary_calc_mean.cc
mv -f .deps/libvx_summary_a-summary_calc_mean.Tpo
.deps/libvx_summary_a-summary_calc_mean.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_calc_median.o -MD -MP -MF .deps/libvx_summary_a-
summary_calc_median.Tpo -c -o libvx_summary_a-summary_calc_median.o
`test -f 'summary_calc_median.cc' || echo './'`summary_calc_median.cc
mv -f .deps/libvx_summary_a-summary_calc_median.Tpo
.deps/libvx_summary_a-summary_calc_median.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_calc_min.o -MD -MP -MF .deps/libvx_summary_a-
summary_calc_min.Tpo -c -o libvx_summary_a-summary_calc_min.o `test -f
'summary_calc_min.cc' || echo './'`summary_calc_min.cc
mv -f .deps/libvx_summary_a-summary_calc_min.Tpo
.deps/libvx_summary_a-summary_calc_min.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_calc_percentile.o -MD -MP -MF .deps/libvx_summary_a-
summary_calc_percentile.Tpo -c -o libvx_summary_a-
summary_calc_percentile.o `test -f 'summary_calc_percentile.cc' ||
echo './'`summary_calc_percentile.cc
mv -f .deps/libvx_summary_a-summary_calc_percentile.Tpo
.deps/libvx_summary_a-summary_calc_percentile.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_calc_range.o -MD -MP -MF .deps/libvx_summary_a-
summary_calc_range.Tpo -c -o libvx_summary_a-summary_calc_range.o
`test -f 'summary_calc_range.cc' || echo './'`summary_calc_range.cc
mv -f .deps/libvx_summary_a-summary_calc_range.Tpo
.deps/libvx_summary_a-summary_calc_range.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_calc_stdev.o -MD -MP -MF .deps/libvx_summary_a-
summary_calc_stdev.Tpo -c -o libvx_summary_a-summary_calc_stdev.o
`test -f 'summary_calc_stdev.cc' || echo './'`summary_calc_stdev.cc
mv -f .deps/libvx_summary_a-summary_calc_stdev.Tpo
.deps/libvx_summary_a-summary_calc_stdev.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_key.o -MD -MP -MF .deps/libvx_summary_a-summary_key.Tpo -c -o
libvx_summary_a-summary_key.o `test -f 'summary_key.cc' || echo
'./'`summary_key.cc
mv -f .deps/libvx_summary_a-summary_key.Tpo .deps/libvx_summary_a-
summary_key.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
summary_obs.o -MD -MP -MF .deps/libvx_summary_a-summary_obs.Tpo -c -o
libvx_summary_a-summary_obs.o `test -f 'summary_obs.cc' || echo
'./'`summary_obs.cc
mv -f .deps/libvx_summary_a-summary_obs.Tpo .deps/libvx_summary_a-
summary_obs.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_summary_a-
time_summary_interval.o -MD -MP -MF .deps/libvx_summary_a-
time_summary_interval.Tpo -c -o libvx_summary_a-
time_summary_interval.o `test -f 'time_summary_interval.cc' || echo
'./'`time_summary_interval.cc
mv -f .deps/libvx_summary_a-time_summary_interval.Tpo
.deps/libvx_summary_a-time_summary_interval.Po
rm -f libvx_summary.a
ar cru libvx_summary.a libvx_summary_a-summary_calc.o libvx_summary_a-
summary_calc_max.o libvx_summary_a-summary_calc_mean.o
libvx_summary_a-summary_calc_median.o libvx_summary_a-
summary_calc_min.o libvx_summary_a-summary_calc_percentile.o
libvx_summary_a-summary_calc_range.o libvx_summary_a-
summary_calc_stdev.o libvx_summary_a-summary_key.o libvx_summary_a-
summary_obs.o libvx_summary_a-time_summary_interval.o
ranlib libvx_summary.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_summary'
Making all in vx_time_series
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_time_series'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_time_series_a-
compute_swinging_door.o -MD -MP -MF .deps/libvx_time_series_a-
compute_swinging_door.Tpo -c -o libvx_time_series_a-
compute_swinging_door.o `test -f 'compute_swinging_door.cc' || echo
'./'`compute_swinging_door.cc
mv -f .deps/libvx_time_series_a-compute_swinging_door.Tpo
.deps/libvx_time_series_a-compute_swinging_door.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_time_series_a-
time_series_util.o -MD -MP -MF .deps/libvx_time_series_a-
time_series_util.Tpo -c -o libvx_time_series_a-time_series_util.o
`test -f 'time_series_util.cc' || echo './'`time_series_util.cc
mv -f .deps/libvx_time_series_a-time_series_util.Tpo
.deps/libvx_time_series_a-time_series_util.Po
rm -f libvx_time_series.a
ar cru libvx_time_series.a libvx_time_series_a-compute_swinging_door.o
libvx_time_series_a-time_series_util.o
ranlib libvx_time_series.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_time_series'
Making all in vx_regrid
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_regrid'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_regrid_a-
vx_regrid.o -MD -MP -MF .deps/libvx_regrid_a-vx_regrid.Tpo -c -o
libvx_regrid_a-vx_regrid.o `test -f 'vx_regrid.cc' || echo
'./'`vx_regrid.cc
mv -f .deps/libvx_regrid_a-vx_regrid.Tpo .deps/libvx_regrid_a-
vx_regrid.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_regrid_a-
vx_regrid_budget.o -MD -MP -MF .deps/libvx_regrid_a-
vx_regrid_budget.Tpo -c -o libvx_regrid_a-vx_regrid_budget.o `test -f
'vx_regrid_budget.cc' || echo './'`vx_regrid_budget.cc
mv -f .deps/libvx_regrid_a-vx_regrid_budget.Tpo .deps/libvx_regrid_a-
vx_regrid_budget.Po
rm -f libvx_regrid.a
ar cru libvx_regrid.a libvx_regrid_a-vx_regrid.o libvx_regrid_a-
vx_regrid_budget.o
ranlib libvx_regrid.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_regrid'
Making all in vx_solar
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_solar'
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_solar_a-
siderial.o -MD -MP -MF .deps/libvx_solar_a-siderial.Tpo -c -o
libvx_solar_a-siderial.o `test -f 'siderial.cc' || echo
'./'`siderial.cc
mv -f .deps/libvx_solar_a-siderial.Tpo .deps/libvx_solar_a-siderial.Po
g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
-I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT libvx_solar_a-
solar.o -MD -MP -MF .deps/libvx_solar_a-solar.Tpo -c -o libvx_solar_a-
solar.o `test -f 'solar.cc' || echo './'`solar.cc
mv -f .deps/libvx_solar_a-solar.Tpo .deps/libvx_solar_a-solar.Po
rm -f libvx_solar.a
ar cru libvx_solar.a libvx_solar_a-siderial.o libvx_solar_a-solar.o
ranlib libvx_solar.a
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_solar'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
Making all in tools
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
Making all in core
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
Making all in ensemble_stat
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/ensemble_stat'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ensemble_stat-
ensemble_stat.o -MD -MP -MF .deps/ensemble_stat-ensemble_stat.Tpo -c
-o ensemble_stat-ensemble_stat.o `test -f 'ensemble_stat.cc' || echo
'./'`ensemble_stat.cc
mv -f .deps/ensemble_stat-ensemble_stat.Tpo .deps/ensemble_stat-
ensemble_stat.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ensemble_stat-
ensemble_stat_conf_info.o -MD -MP -MF .deps/ensemble_stat-
ensemble_stat_conf_info.Tpo -c -o ensemble_stat-
ensemble_stat_conf_info.o `test -f 'ensemble_stat_conf_info.cc' ||
echo './'`ensemble_stat_conf_info.cc
mv -f .deps/ensemble_stat-ensemble_stat_conf_info.Tpo
.deps/ensemble_stat-ensemble_stat_conf_info.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
ensemble_stat ensemble_stat-ensemble_stat.o ensemble_stat-
ensemble_stat_conf_info.o -lvx_stat_out -lvx_statistics -lvx_shapedata
-lvx_gsl_prob -lvx_analysis_util -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_data2d -lvx_nc_util -lvx_regrid -lvx_grid
-lvx_config -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm
-lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/ensemble_stat'
Making all in grid_stat
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/grid_stat'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT grid_stat-
grid_stat.o -MD -MP -MF .deps/grid_stat-grid_stat.Tpo -c -o grid_stat-
grid_stat.o `test -f 'grid_stat.cc' || echo './'`grid_stat.cc
mv -f .deps/grid_stat-grid_stat.Tpo .deps/grid_stat-grid_stat.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT grid_stat-
grid_stat_conf_info.o -MD -MP -MF .deps/grid_stat-
grid_stat_conf_info.Tpo -c -o grid_stat-grid_stat_conf_info.o `test -f
'grid_stat_conf_info.cc' || echo './'`grid_stat_conf_info.cc
mv -f .deps/grid_stat-grid_stat_conf_info.Tpo .deps/grid_stat-
grid_stat_conf_info.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o grid_stat
grid_stat-grid_stat.o grid_stat-grid_stat_conf_info.o -lvx_stat_out
-lvx_statistics -lvx_shapedata -lvx_gsl_prob -lvx_analysis_util
-lvx_data2d_factory -lvx_data2d_nc_met -lvx_data2d_grib
-lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_data2d -lvx_nc_util
-lvx_regrid -lvx_grid -lvx_config -lvx_cal -lvx_util -lvx_math
-lvx_color -lvx_log -lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/grid_stat'
Making all in mode
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-mode.o -MD -MP
-MF .deps/mode-mode.Tpo -c -o mode-mode.o `test -f 'mode.cc' || echo
'./'`mode.cc
mv -f .deps/mode-mode.Tpo .deps/mode-mode.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-mode_ps_file.o
-MD -MP -MF .deps/mode-mode_ps_file.Tpo -c -o mode-mode_ps_file.o
`test -f 'mode_ps_file.cc' || echo './'`mode_ps_file.cc
mv -f .deps/mode-mode_ps_file.Tpo .deps/mode-mode_ps_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-plot_engine.o
-MD -MP -MF .deps/mode-plot_engine.Tpo -c -o mode-plot_engine.o `test
-f 'plot_engine.cc' || echo './'`plot_engine.cc
mv -f .deps/mode-plot_engine.Tpo .deps/mode-plot_engine.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-page_1.o -MD
-MP -MF .deps/mode-page_1.Tpo -c -o mode-page_1.o `test -f 'page_1.cc'
|| echo './'`page_1.cc
mv -f .deps/mode-page_1.Tpo .deps/mode-page_1.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-
fcst_enlarge_page.o -MD -MP -MF .deps/mode-fcst_enlarge_page.Tpo -c -o
mode-fcst_enlarge_page.o `test -f 'fcst_enlarge_page.cc' || echo
'./'`fcst_enlarge_page.cc
mv -f .deps/mode-fcst_enlarge_page.Tpo .deps/mode-fcst_enlarge_page.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-
obs_enlarge_page.o -MD -MP -MF .deps/mode-obs_enlarge_page.Tpo -c -o
mode-obs_enlarge_page.o `test -f 'obs_enlarge_page.cc' || echo
'./'`obs_enlarge_page.cc
mv -f .deps/mode-obs_enlarge_page.Tpo .deps/mode-obs_enlarge_page.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-cluster_page.o
-MD -MP -MF .deps/mode-cluster_page.Tpo -c -o mode-cluster_page.o
`test -f 'cluster_page.cc' || echo './'`cluster_page.cc
mv -f .deps/mode-cluster_page.Tpo .deps/mode-cluster_page.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-overlap_page.o
-MD -MP -MF .deps/mode-overlap_page.Tpo -c -o mode-overlap_page.o
`test -f 'overlap_page.cc' || echo './'`overlap_page.cc
mv -f .deps/mode-overlap_page.Tpo .deps/mode-overlap_page.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode-mode_exec.o -MD
-MP -MF .deps/mode-mode_exec.Tpo -c -o mode-mode_exec.o `test -f
'mode_exec.cc' || echo './'`mode_exec.cc
mv -f .deps/mode-mode_exec.Tpo .deps/mode-mode_exec.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o mode mode-
mode.o mode-mode_ps_file.o mode-plot_engine.o mode-page_1.o mode-
fcst_enlarge_page.o mode-obs_enlarge_page.o mode-cluster_page.o mode-
overlap_page.o mode-mode_exec.o -lvx_pxm -lvx_plot_util -lvx_nav
-lvx_render -lvx_ps -lvx_afm -lvx_stat_out -lvx_statistics
-lvx_shapedata -lvx_gsl_prob -lvx_analysis_util -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_data2d -lvx_nc_util -lvx_regrid -lvx_grid
-lvx_config -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm
-lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas -lz
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode'
Making all in mode_analysis
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode_analysis'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode_analysis-
mode_analysis.o -MD -MP -MF .deps/mode_analysis-mode_analysis.Tpo -c
-o mode_analysis-mode_analysis.o `test -f 'mode_analysis.cc' || echo
'./'`mode_analysis.cc
mv -f .deps/mode_analysis-mode_analysis.Tpo .deps/mode_analysis-
mode_analysis.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mode_analysis-
config_to_att.o -MD -MP -MF .deps/mode_analysis-config_to_att.Tpo -c
-o mode_analysis-config_to_att.o `test -f 'config_to_att.cc' || echo
'./'`config_to_att.cc
mv -f .deps/mode_analysis-config_to_att.Tpo .deps/mode_analysis-
config_to_att.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
mode_analysis mode_analysis-mode_analysis.o mode_analysis-
config_to_att.o -lvx_stat_out -lvx_statistics -lvx_shapedata
-lvx_gsl_prob -lvx_analysis_util -lvx_shapedata -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_nc_pinterp -lvx_data2d_nccf
-lvx_data2d_grib  -lvx_data2d -lvx_nc_util -lvx_grid -lvx_config
-lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm -lnetcdf_c++4
-lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode_analysis'
Making all in pcp_combine
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/pcp_combine'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT pcp_combine-
pcp_combine.o -MD -MP -MF .deps/pcp_combine-pcp_combine.Tpo -c -o
pcp_combine-pcp_combine.o `test -f 'pcp_combine.cc' || echo
'./'`pcp_combine.cc
mv -f .deps/pcp_combine-pcp_combine.Tpo .deps/pcp_combine-
pcp_combine.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o pcp_combine
pcp_combine-pcp_combine.o -lvx_data2d -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_nc_util -lvx_data2d
-lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_grid -lvx_config
-lvx_util -lvx_math -lvx_cal -lvx_log -lvx_color -lm -lnetcdf_c++4
-lnetcdf
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/pcp_combine'
Making all in point_stat
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/point_stat'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT point_stat-
point_stat.o -MD -MP -MF .deps/point_stat-point_stat.Tpo -c -o
point_stat-point_stat.o `test -f 'point_stat.cc' || echo
'./'`point_stat.cc
mv -f .deps/point_stat-point_stat.Tpo .deps/point_stat-point_stat.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT point_stat-
point_stat_conf_info.o -MD -MP -MF .deps/point_stat-
point_stat_conf_info.Tpo -c -o point_stat-point_stat_conf_info.o `test
-f 'point_stat_conf_info.cc' || echo './'`point_stat_conf_info.cc
mv -f .deps/point_stat-point_stat_conf_info.Tpo .deps/point_stat-
point_stat_conf_info.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o point_stat
point_stat-point_stat.o point_stat-point_stat_conf_info.o
-lvx_stat_out -lvx_statistics -lvx_shapedata -lvx_gsl_prob
-lvx_analysis_util -lvx_data2d_factory -lvx_data2d_nc_met
-lvx_data2d_grib  -lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_data2d
-lvx_nc_util -lvx_regrid -lvx_grid -lvx_config -lvx_cal -lvx_util
-lvx_math -lvx_color -lvx_log -lm -lnetcdf_c++4 -lnetcdf -lgsl
-lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/point_stat'
Making all in stat_analysis
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/stat_analysis'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT stat_analysis-
stat_analysis.o -MD -MP -MF .deps/stat_analysis-stat_analysis.Tpo -c
-o stat_analysis-stat_analysis.o `test -f 'stat_analysis.cc' || echo
'./'`stat_analysis.cc
stat_analysis.cc: In function 'void process_search_dirs()':
stat_analysis.cc:468:49: warning: invalid conversion from 'char' to
'const char*' [-fpermissive]
    tmp_path = make_temp_file_name(tmp_file, '\0');
                                                 ^
In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../../src/basic/vx_config/config_constants.h:14,
                 from ../../../../src/basic/vx_config/vx_config.h:15,
                 from stat_analysis.h:39,
                 from stat_analysis.cc:55:
../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing argument 2 of 'ConcatString make_temp_file_name(const
char*, const char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
mv -f .deps/stat_analysis-stat_analysis.Tpo .deps/stat_analysis-
stat_analysis.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT stat_analysis-
aggr_stat_line.o -MD -MP -MF .deps/stat_analysis-aggr_stat_line.Tpo -c
-o stat_analysis-aggr_stat_line.o `test -f 'aggr_stat_line.cc' || echo
'./'`aggr_stat_line.cc
mv -f .deps/stat_analysis-aggr_stat_line.Tpo .deps/stat_analysis-
aggr_stat_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT stat_analysis-
parse_stat_line.o -MD -MP -MF .deps/stat_analysis-parse_stat_line.Tpo
-c -o stat_analysis-parse_stat_line.o `test -f 'parse_stat_line.cc' ||
echo './'`parse_stat_line.cc
mv -f .deps/stat_analysis-parse_stat_line.Tpo .deps/stat_analysis-
parse_stat_line.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT stat_analysis-
stat_analysis_job.o -MD -MP -MF .deps/stat_analysis-
stat_analysis_job.Tpo -c -o stat_analysis-stat_analysis_job.o `test -f
'stat_analysis_job.cc' || echo './'`stat_analysis_job.cc
mv -f .deps/stat_analysis-stat_analysis_job.Tpo .deps/stat_analysis-
stat_analysis_job.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
stat_analysis stat_analysis-stat_analysis.o stat_analysis-
aggr_stat_line.o stat_analysis-parse_stat_line.o stat_analysis-
stat_analysis_job.o -lvx_stat_out -lvx_statistics -lvx_shapedata
-lvx_gsl_prob -lvx_analysis_util -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_data2d -lvx_nc_util -lvx_grid -lvx_config
-lvx_time_series -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm
-lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/stat_analysis'
Making all in wavelet_stat
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/wavelet_stat'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wavelet_stat-
wavelet_stat.o -MD -MP -MF .deps/wavelet_stat-wavelet_stat.Tpo -c -o
wavelet_stat-wavelet_stat.o `test -f 'wavelet_stat.cc' || echo
'./'`wavelet_stat.cc
mv -f .deps/wavelet_stat-wavelet_stat.Tpo .deps/wavelet_stat-
wavelet_stat.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wavelet_stat-
wavelet_stat_conf_info.o -MD -MP -MF .deps/wavelet_stat-
wavelet_stat_conf_info.Tpo -c -o wavelet_stat-wavelet_stat_conf_info.o
`test -f 'wavelet_stat_conf_info.cc' || echo
'./'`wavelet_stat_conf_info.cc
mv -f .deps/wavelet_stat-wavelet_stat_conf_info.Tpo
.deps/wavelet_stat-wavelet_stat_conf_info.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
wavelet_stat wavelet_stat-wavelet_stat.o wavelet_stat-
wavelet_stat_conf_info.o -lvx_pxm -lvx_plot_util -lvx_nav -lvx_render
-lvx_ps -lvx_afm -lvx_stat_out -lvx_statistics -lvx_shapedata
-lvx_gsl_prob -lvx_analysis_util -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_data2d -lvx_nc_util -lvx_regrid -lvx_grid
-lvx_config -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm -lz
-lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/wavelet_stat'
Making all in series_analysis
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/series_analysis'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT series_analysis-
series_analysis.o -MD -MP -MF .deps/series_analysis-
series_analysis.Tpo -c -o series_analysis-series_analysis.o `test -f
'series_analysis.cc' || echo './'`series_analysis.cc
mv -f .deps/series_analysis-series_analysis.Tpo .deps/series_analysis-
series_analysis.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT series_analysis-
series_analysis_conf_info.o -MD -MP -MF .deps/series_analysis-
series_analysis_conf_info.Tpo -c -o series_analysis-
series_analysis_conf_info.o `test -f 'series_analysis_conf_info.cc' ||
echo './'`series_analysis_conf_info.cc
mv -f .deps/series_analysis-series_analysis_conf_info.Tpo
.deps/series_analysis-series_analysis_conf_info.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
series_analysis series_analysis-series_analysis.o series_analysis-
series_analysis_conf_info.o -lvx_stat_out -lvx_statistics
-lvx_shapedata -lvx_gsl_prob -lvx_analysis_util -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_data2d -lvx_nc_util -lvx_regrid -lvx_grid
-lvx_config -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm
-lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/series_analysis'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
Making all in other
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
Making all in gen_vx_mask
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gen_vx_mask'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gen_vx_mask-
gen_vx_mask.o -MD -MP -MF .deps/gen_vx_mask-gen_vx_mask.Tpo -c -o
gen_vx_mask-gen_vx_mask.o `test -f 'gen_vx_mask.cc' || echo
'./'`gen_vx_mask.cc
mv -f .deps/gen_vx_mask-gen_vx_mask.Tpo .deps/gen_vx_mask-
gen_vx_mask.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o gen_vx_mask
gen_vx_mask-gen_vx_mask.o -lvx_shapedata -lvx_analysis_util
-lvx_data2d_factory -lvx_data2d_nccf -lvx_data2d_grib
-lvx_data2d_nc_met -lvx_data2d_nc_pinterp -lvx_nc_util -lvx_data2d
-lvx_render -lvx_plot_util -lvx_pxm -lvx_color -lvx_ps -lvx_afm
-lvx_pb_util -lvx_nav -lvx_gnomon -lvx_stat_out -lvx_statistics
-lvx_gsl_prob -lvx_grid -lvx_config -lvx_util -lvx_math -lvx_solar
-lvx_cal -lvx_log -lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gen_vx_mask'
Making all in plot_data_plane
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_data_plane'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT plot_data_plane-
plot_data_plane.o -MD -MP -MF .deps/plot_data_plane-
plot_data_plane.Tpo -c -o plot_data_plane-plot_data_plane.o `test -f
'plot_data_plane.cc' || echo './'`plot_data_plane.cc
mv -f .deps/plot_data_plane-plot_data_plane.Tpo .deps/plot_data_plane-
plot_data_plane.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
plot_data_plane plot_data_plane-plot_data_plane.o -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_nc_util -lvx_data2d -lvx_plot_util -lvx_render
-lvx_pxm -lvx_color -lvx_ps -lvx_afm -lvx_nav -lvx_gnomon -lvx_grid
-lvx_config -lvx_util -lvx_math -lvx_cal -lvx_log -lm -lz
-lnetcdf_c++4 -lnetcdf
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_data_plane'
Making all in plot_point_obs
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_point_obs'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT plot_point_obs-
plot_point_obs.o -MD -MP -MF .deps/plot_point_obs-plot_point_obs.Tpo
-c -o plot_point_obs-plot_point_obs.o `test -f 'plot_point_obs.cc' ||
echo './'`plot_point_obs.cc
mv -f .deps/plot_point_obs-plot_point_obs.Tpo .deps/plot_point_obs-
plot_point_obs.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
plot_point_obs plot_point_obs-plot_point_obs.o -lvx_data2d_factory
-lvx_data2d_grib  -lvx_data2d_nc_met -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_nc_util -lvx_data2d -lvx_plot_util -lvx_pxm
-lvx_color -lvx_ps -lvx_afm -lvx_render -lvx_pb_util -lvx_nav
-lvx_gnomon -lvx_gsl_prob -lvx_grid -lvx_config -lvx_cal -lvx_util
-lvx_math -lvx_log -lm -lz -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_point_obs'
Making all in ascii2nc
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/ascii2nc'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ascii2nc-ascii2nc.o
-MD -MP -MF .deps/ascii2nc-ascii2nc.Tpo -c -o ascii2nc-ascii2nc.o
`test -f 'ascii2nc.cc' || echo './'`ascii2nc.cc
mv -f .deps/ascii2nc-ascii2nc.Tpo .deps/ascii2nc-ascii2nc.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ascii2nc-
ascii2nc_conf_info.o -MD -MP -MF .deps/ascii2nc-ascii2nc_conf_info.Tpo
-c -o ascii2nc-ascii2nc_conf_info.o `test -f 'ascii2nc_conf_info.cc'
|| echo './'`ascii2nc_conf_info.cc
mv -f .deps/ascii2nc-ascii2nc_conf_info.Tpo .deps/ascii2nc-
ascii2nc_conf_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ascii2nc-
file_handler.o -MD -MP -MF .deps/ascii2nc-file_handler.Tpo -c -o
ascii2nc-file_handler.o `test -f 'file_handler.cc' || echo
'./'`file_handler.cc
mv -f .deps/ascii2nc-file_handler.Tpo .deps/ascii2nc-file_handler.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ascii2nc-
little_r_handler.o -MD -MP -MF .deps/ascii2nc-little_r_handler.Tpo -c
-o ascii2nc-little_r_handler.o `test -f 'little_r_handler.cc' || echo
'./'`little_r_handler.cc
mv -f .deps/ascii2nc-little_r_handler.Tpo .deps/ascii2nc-
little_r_handler.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ascii2nc-
met_handler.o -MD -MP -MF .deps/ascii2nc-met_handler.Tpo -c -o
ascii2nc-met_handler.o `test -f 'met_handler.cc' || echo
'./'`met_handler.cc
mv -f .deps/ascii2nc-met_handler.Tpo .deps/ascii2nc-met_handler.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ascii2nc-
surfrad_handler.o -MD -MP -MF .deps/ascii2nc-surfrad_handler.Tpo -c -o
ascii2nc-surfrad_handler.o `test -f 'surfrad_handler.cc' || echo
'./'`surfrad_handler.cc
mv -f .deps/ascii2nc-surfrad_handler.Tpo .deps/ascii2nc-
surfrad_handler.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ascii2nc-
wwsis_handler.o -MD -MP -MF .deps/ascii2nc-wwsis_handler.Tpo -c -o
ascii2nc-wwsis_handler.o `test -f 'wwsis_handler.cc' || echo
'./'`wwsis_handler.cc
mv -f .deps/ascii2nc-wwsis_handler.Tpo .deps/ascii2nc-wwsis_handler.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT ascii2nc-
aeronet_handler.o -MD -MP -MF .deps/ascii2nc-aeronet_handler.Tpo -c -o
ascii2nc-aeronet_handler.o `test -f 'aeronet_handler.cc' || echo
'./'`aeronet_handler.cc
mv -f .deps/ascii2nc-aeronet_handler.Tpo .deps/ascii2nc-
aeronet_handler.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o ascii2nc
ascii2nc-ascii2nc.o ascii2nc-ascii2nc_conf_info.o ascii2nc-
file_handler.o ascii2nc-little_r_handler.o ascii2nc-met_handler.o
ascii2nc-surfrad_handler.o ascii2nc-wwsis_handler.o ascii2nc-
aeronet_handler.o -lvx_shapedata -lvx_analysis_util
-lvx_data2d_factory -lvx_data2d_grib  -lvx_data2d_nc_met
-lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_nc_util -lvx_data2d
-lvx_render -lvx_plot_util -lvx_pxm -lvx_color -lvx_ps -lvx_afm
-lvx_pb_util -lvx_nav -lvx_gnomon -lvx_stat_out -lvx_statistics
-lvx_gsl_prob -lvx_grid -lvx_config -lvx_summary -lvx_util -lvx_math
-lvx_cal -lvx_log -lvx_summary -lm -lnetcdf_c++4 -lnetcdf -lgsl
-lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/ascii2nc'
Making all in madis2nc
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/madis2nc'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT madis2nc-madis2nc.o
-MD -MP -MF .deps/madis2nc-madis2nc.Tpo -c -o madis2nc-madis2nc.o
`test -f 'madis2nc.cc' || echo './'`madis2nc.cc
mv -f .deps/madis2nc-madis2nc.Tpo .deps/madis2nc-madis2nc.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o madis2nc
madis2nc-madis2nc.o -lvx_shapedata -lvx_analysis_util
-lvx_data2d_factory -lvx_data2d_grib  -lvx_data2d_nc_met
-lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_nc_util -lvx_data2d
-lvx_render -lvx_plot_util -lvx_pxm -lvx_color -lvx_ps -lvx_afm
-lvx_pb_util -lvx_nav -lvx_gnomon -lvx_stat_out -lvx_statistics
-lvx_gsl_prob -lvx_grid -lvx_config -lvx_util -lvx_math -lvx_cal
-lvx_log -lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/madis2nc'
Making all in pb2nc
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/pb2nc'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT pb2nc-pb2nc.o -MD
-MP -MF .deps/pb2nc-pb2nc.Tpo -c -o pb2nc-pb2nc.o `test -f 'pb2nc.cc'
|| echo './'`pb2nc.cc
pb2nc.cc: In function 'void process_pbfile(int)':
pb2nc.cc:766:51: warning: invalid conversion from 'char' to 'const
char*' [-fpermissive]
    blk_file = make_temp_file_name(blk_prefix, '\0');
                                                   ^
In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../../src/basic/vx_config/config_constants.h:14,
                 from ../../../../src/basic/vx_config/vx_config.h:15,
                 from pb2nc_conf_info.h:18,
                 from pb2nc.cc:75:
../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing argument 2 of 'ConcatString make_temp_file_name(const
char*, const char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
pb2nc.cc: In function 'void process_pbfile_metadata(int)':
pb2nc.cc:1616:52: warning: invalid conversion from 'char' to 'const
char*' [-fpermissive]
    blk_file = make_temp_file_name(blk_prefix2, '\0');
                                                    ^
In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../../src/basic/vx_config/config_constants.h:14,
                 from ../../../../src/basic/vx_config/vx_config.h:15,
                 from pb2nc_conf_info.h:18,
                 from pb2nc.cc:75:
../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing argument 2 of 'ConcatString make_temp_file_name(const
char*, const char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
pb2nc.cc:1632:51: warning: invalid conversion from 'char' to 'const
char*' [-fpermissive]
    blk_file = make_temp_file_name(blk_prefix, '\0');
                                                   ^
In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
                 from
../../../../src/basic/vx_config/config_constants.h:14,
                 from ../../../../src/basic/vx_config/vx_config.h:15,
                 from pb2nc_conf_info.h:18,
                 from pb2nc.cc:75:
../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing argument 2 of 'ConcatString make_temp_file_name(const
char*, const char*)'
 extern ConcatString make_temp_file_name(const char *, const char *);
                     ^~~~~~~~~~~~~~~~~~~
mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT pb2nc-
pb2nc_conf_info.o -MD -MP -MF .deps/pb2nc-pb2nc_conf_info.Tpo -c -o
pb2nc-pb2nc_conf_info.o `test -f 'pb2nc_conf_info.cc' || echo
'./'`pb2nc_conf_info.cc
mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-pb2nc_conf_info.Po
gfortran  -DGFORTRAN -c -o numpbmsg.o numpbmsg.f
gfortran  -DGFORTRAN -c -o openpb.o openpb.f
gfortran  -DGFORTRAN -c -o closepb.o closepb.f
gfortran  -DGFORTRAN -c -o readpb.o readpb.f
gfortran  -DGFORTRAN -c -o dumppb.o dumppb.f
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o pb2nc
pb2nc-pb2nc.o pb2nc-pb2nc_conf_info.o numpbmsg.o openpb.o closepb.o
readpb.o dumppb.o -lvx_stat_out -lvx_statistics -lvx_shapedata
-lvx_gsl_prob -lvx_analysis_util -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_data2d -lvx_nc_util -lvx_grid -lvx_config
-lvx_pb_util -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log
-lvx_summary -lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas -lbufr
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib/gcc/x86_64-pc-
linux-gnu/7.3.0 -L/usr/local/gfortran-7.3/lib/gcc/x86_64-pc-linux-
gnu/7.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64
-L/usr/local/gfortran-7.3/lib/gcc/x86_64-pc-linux-
gnu/7.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../.. -lgfortran -lm
-lquadmath
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/pb2nc'
Making all in wwmca_tool
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/wwmca_tool'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
gridhemisphere_to_string.o -MD -MP -MF .deps/wwmca_regrid-
gridhemisphere_to_string.Tpo -c -o wwmca_regrid-
gridhemisphere_to_string.o `test -f 'gridhemisphere_to_string.cc' ||
echo './'`gridhemisphere_to_string.cc
mv -f .deps/wwmca_regrid-gridhemisphere_to_string.Tpo
.deps/wwmca_regrid-gridhemisphere_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
wwmca_regrid.o -MD -MP -MF .deps/wwmca_regrid-wwmca_regrid.Tpo -c -o
wwmca_regrid-wwmca_regrid.o `test -f 'wwmca_regrid.cc' || echo
'./'`wwmca_regrid.cc
mv -f .deps/wwmca_regrid-wwmca_regrid.Tpo .deps/wwmca_regrid-
wwmca_regrid.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
af_file.o -MD -MP -MF .deps/wwmca_regrid-af_file.Tpo -c -o
wwmca_regrid-af_file.o `test -f 'af_file.cc' || echo './'`af_file.cc
mv -f .deps/wwmca_regrid-af_file.Tpo .deps/wwmca_regrid-af_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
af_cp_file.o -MD -MP -MF .deps/wwmca_regrid-af_cp_file.Tpo -c -o
wwmca_regrid-af_cp_file.o `test -f 'af_cp_file.cc' || echo
'./'`af_cp_file.cc
mv -f .deps/wwmca_regrid-af_cp_file.Tpo .deps/wwmca_regrid-
af_cp_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
af_pt_file.o -MD -MP -MF .deps/wwmca_regrid-af_pt_file.Tpo -c -o
wwmca_regrid-af_pt_file.o `test -f 'af_pt_file.cc' || echo
'./'`af_pt_file.cc
mv -f .deps/wwmca_regrid-af_pt_file.Tpo .deps/wwmca_regrid-
af_pt_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
interp_base.o -MD -MP -MF .deps/wwmca_regrid-interp_base.Tpo -c -o
wwmca_regrid-interp_base.o `test -f 'interp_base.cc' || echo
'./'`interp_base.cc
mv -f .deps/wwmca_regrid-interp_base.Tpo .deps/wwmca_regrid-
interp_base.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
min_interp.o -MD -MP -MF .deps/wwmca_regrid-min_interp.Tpo -c -o
wwmca_regrid-min_interp.o `test -f 'min_interp.cc' || echo
'./'`min_interp.cc
mv -f .deps/wwmca_regrid-min_interp.Tpo .deps/wwmca_regrid-
min_interp.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
max_interp.o -MD -MP -MF .deps/wwmca_regrid-max_interp.Tpo -c -o
wwmca_regrid-max_interp.o `test -f 'max_interp.cc' || echo
'./'`max_interp.cc
mv -f .deps/wwmca_regrid-max_interp.Tpo .deps/wwmca_regrid-
max_interp.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
ave_interp.o -MD -MP -MF .deps/wwmca_regrid-ave_interp.Tpo -c -o
wwmca_regrid-ave_interp.o `test -f 'ave_interp.cc' || echo
'./'`ave_interp.cc
mv -f .deps/wwmca_regrid-ave_interp.Tpo .deps/wwmca_regrid-
ave_interp.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
nearest_interp.o -MD -MP -MF .deps/wwmca_regrid-nearest_interp.Tpo -c
-o wwmca_regrid-nearest_interp.o `test -f 'nearest_interp.cc' || echo
'./'`nearest_interp.cc
mv -f .deps/wwmca_regrid-nearest_interp.Tpo .deps/wwmca_regrid-
nearest_interp.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
wwmca_ref.o -MD -MP -MF .deps/wwmca_regrid-wwmca_ref.Tpo -c -o
wwmca_regrid-wwmca_ref.o `test -f 'wwmca_ref.cc' || echo
'./'`wwmca_ref.cc
mv -f .deps/wwmca_regrid-wwmca_ref.Tpo .deps/wwmca_regrid-wwmca_ref.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_regrid-
nc_output.o -MD -MP -MF .deps/wwmca_regrid-nc_output.Tpo -c -o
wwmca_regrid-nc_output.o `test -f 'nc_output.cc' || echo
'./'`nc_output.cc
mv -f .deps/wwmca_regrid-nc_output.Tpo .deps/wwmca_regrid-nc_output.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
wwmca_regrid wwmca_regrid-gridhemisphere_to_string.o wwmca_regrid-
wwmca_regrid.o wwmca_regrid-af_file.o wwmca_regrid-af_cp_file.o
wwmca_regrid-af_pt_file.o wwmca_regrid-interp_base.o wwmca_regrid-
min_interp.o wwmca_regrid-max_interp.o wwmca_regrid-ave_interp.o
wwmca_regrid-nearest_interp.o wwmca_regrid-wwmca_ref.o wwmca_regrid-
nc_output.o -lvx_pxm -lvx_plot_util -lvx_nav -lvx_ps -lvx_render
-lvx_afm -lvx_stat_out -lvx_statistics -lvx_shapedata -lvx_gsl_prob
-lvx_analysis_util -lvx_data2d_factory -lvx_data2d_nc_met
-lvx_data2d_grib  -lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_data2d
-lvx_nc_util -lvx_regrid -lvx_grid -lvx_config -lvx_cal -lvx_util
-lvx_math -lvx_color -lvx_log -lm -lz -lnetcdf_c++4 -lnetcdf -lgsl
-lgslcblas
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
gridhemisphere_to_string.o -MD -MP -MF .deps/wwmca_plot-
gridhemisphere_to_string.Tpo -c -o wwmca_plot-
gridhemisphere_to_string.o `test -f 'gridhemisphere_to_string.cc' ||
echo './'`gridhemisphere_to_string.cc
mv -f .deps/wwmca_plot-gridhemisphere_to_string.Tpo .deps/wwmca_plot-
gridhemisphere_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
wwmca_plot.o -MD -MP -MF .deps/wwmca_plot-wwmca_plot.Tpo -c -o
wwmca_plot-wwmca_plot.o `test -f 'wwmca_plot.cc' || echo
'./'`wwmca_plot.cc
mv -f .deps/wwmca_plot-wwmca_plot.Tpo .deps/wwmca_plot-wwmca_plot.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-af_file.o
-MD -MP -MF .deps/wwmca_plot-af_file.Tpo -c -o wwmca_plot-af_file.o
`test -f 'af_file.cc' || echo './'`af_file.cc
mv -f .deps/wwmca_plot-af_file.Tpo .deps/wwmca_plot-af_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
af_cp_file.o -MD -MP -MF .deps/wwmca_plot-af_cp_file.Tpo -c -o
wwmca_plot-af_cp_file.o `test -f 'af_cp_file.cc' || echo
'./'`af_cp_file.cc
mv -f .deps/wwmca_plot-af_cp_file.Tpo .deps/wwmca_plot-af_cp_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
af_pt_file.o -MD -MP -MF .deps/wwmca_plot-af_pt_file.Tpo -c -o
wwmca_plot-af_pt_file.o `test -f 'af_pt_file.cc' || echo
'./'`af_pt_file.cc
mv -f .deps/wwmca_plot-af_pt_file.Tpo .deps/wwmca_plot-af_pt_file.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
interp_base.o -MD -MP -MF .deps/wwmca_plot-interp_base.Tpo -c -o
wwmca_plot-interp_base.o `test -f 'interp_base.cc' || echo
'./'`interp_base.cc
mv -f .deps/wwmca_plot-interp_base.Tpo .deps/wwmca_plot-interp_base.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
min_interp.o -MD -MP -MF .deps/wwmca_plot-min_interp.Tpo -c -o
wwmca_plot-min_interp.o `test -f 'min_interp.cc' || echo
'./'`min_interp.cc
mv -f .deps/wwmca_plot-min_interp.Tpo .deps/wwmca_plot-min_interp.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
max_interp.o -MD -MP -MF .deps/wwmca_plot-max_interp.Tpo -c -o
wwmca_plot-max_interp.o `test -f 'max_interp.cc' || echo
'./'`max_interp.cc
mv -f .deps/wwmca_plot-max_interp.Tpo .deps/wwmca_plot-max_interp.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
ave_interp.o -MD -MP -MF .deps/wwmca_plot-ave_interp.Tpo -c -o
wwmca_plot-ave_interp.o `test -f 'ave_interp.cc' || echo
'./'`ave_interp.cc
mv -f .deps/wwmca_plot-ave_interp.Tpo .deps/wwmca_plot-ave_interp.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
nearest_interp.o -MD -MP -MF .deps/wwmca_plot-nearest_interp.Tpo -c -o
wwmca_plot-nearest_interp.o `test -f 'nearest_interp.cc' || echo
'./'`nearest_interp.cc
mv -f .deps/wwmca_plot-nearest_interp.Tpo .deps/wwmca_plot-
nearest_interp.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT wwmca_plot-
wwmca_ref.o -MD -MP -MF .deps/wwmca_plot-wwmca_ref.Tpo -c -o
wwmca_plot-wwmca_ref.o `test -f 'wwmca_ref.cc' || echo
'./'`wwmca_ref.cc
mv -f .deps/wwmca_plot-wwmca_ref.Tpo .deps/wwmca_plot-wwmca_ref.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o wwmca_plot
wwmca_plot-gridhemisphere_to_string.o wwmca_plot-wwmca_plot.o
wwmca_plot-af_file.o wwmca_plot-af_cp_file.o wwmca_plot-af_pt_file.o
wwmca_plot-interp_base.o wwmca_plot-min_interp.o wwmca_plot-
max_interp.o wwmca_plot-ave_interp.o wwmca_plot-nearest_interp.o
wwmca_plot-wwmca_ref.o -lvx_pxm -lvx_plot_util -lvx_nav -lvx_ps
-lvx_render -lvx_afm -lvx_stat_out -lvx_statistics -lvx_shapedata
-lvx_gsl_prob -lvx_analysis_util -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_data2d -lvx_nc_util -lvx_regrid -lvx_grid
-lvx_config -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm -lz
-lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/wwmca_tool'
Making all in mode_time_domain
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_time_domain'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mtd.o -MD -MP
-MF .deps/mtd-mtd.Tpo -c -o mtd-mtd.o `test -f 'mtd.cc' || echo
'./'`mtd.cc
mv -f .deps/mtd-mtd.Tpo .deps/mtd-mtd.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-
mtdfiletype_to_string.o -MD -MP -MF .deps/mtd-
mtdfiletype_to_string.Tpo -c -o mtd-mtdfiletype_to_string.o `test -f
'mtdfiletype_to_string.cc' || echo './'`mtdfiletype_to_string.cc
mv -f .deps/mtd-mtdfiletype_to_string.Tpo .deps/mtd-
mtdfiletype_to_string.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-nc_utils_local.o
-MD -MP -MF .deps/mtd-nc_utils_local.Tpo -c -o mtd-nc_utils_local.o
`test -f 'nc_utils_local.cc' || echo './'`nc_utils_local.cc
mv -f .deps/mtd-nc_utils_local.Tpo .deps/mtd-nc_utils_local.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-nc_grid.o -MD
-MP -MF .deps/mtd-nc_grid.Tpo -c -o mtd-nc_grid.o `test -f
'nc_grid.cc' || echo './'`nc_grid.cc
mv -f .deps/mtd-nc_grid.Tpo .deps/mtd-nc_grid.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-3d_moments.o -MD
-MP -MF .deps/mtd-3d_moments.Tpo -c -o mtd-3d_moments.o `test -f
'3d_moments.cc' || echo './'`3d_moments.cc
mv -f .deps/mtd-3d_moments.Tpo .deps/mtd-3d_moments.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-2d_moments.o -MD
-MP -MF .deps/mtd-2d_moments.Tpo -c -o mtd-2d_moments.o `test -f
'2d_moments.cc' || echo './'`2d_moments.cc
mv -f .deps/mtd-2d_moments.Tpo .deps/mtd-2d_moments.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-fo_node.o -MD
-MP -MF .deps/mtd-fo_node.Tpo -c -o mtd-fo_node.o `test -f
'fo_node.cc' || echo './'`fo_node.cc
mv -f .deps/mtd-fo_node.Tpo .deps/mtd-fo_node.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-fo_node_array.o
-MD -MP -MF .deps/mtd-fo_node_array.Tpo -c -o mtd-fo_node_array.o
`test -f 'fo_node_array.cc' || echo './'`fo_node_array.cc
mv -f .deps/mtd-fo_node_array.Tpo .deps/mtd-fo_node_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-fo_graph.o -MD
-MP -MF .deps/mtd-fo_graph.Tpo -c -o mtd-fo_graph.o `test -f
'fo_graph.cc' || echo './'`fo_graph.cc
mv -f .deps/mtd-fo_graph.Tpo .deps/mtd-fo_graph.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-
mtd_config_info.o -MD -MP -MF .deps/mtd-mtd_config_info.Tpo -c -o mtd-
mtd_config_info.o `test -f 'mtd_config_info.cc' || echo
'./'`mtd_config_info.cc
mv -f .deps/mtd-mtd_config_info.Tpo .deps/mtd-mtd_config_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mtd_file_base.o
-MD -MP -MF .deps/mtd-mtd_file_base.Tpo -c -o mtd-mtd_file_base.o
`test -f 'mtd_file_base.cc' || echo './'`mtd_file_base.cc
mv -f .deps/mtd-mtd_file_base.Tpo .deps/mtd-mtd_file_base.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mtd_file_float.o
-MD -MP -MF .deps/mtd-mtd_file_float.Tpo -c -o mtd-mtd_file_float.o
`test -f 'mtd_file_float.cc' || echo './'`mtd_file_float.cc
mv -f .deps/mtd-mtd_file_float.Tpo .deps/mtd-mtd_file_float.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mtd_file_int.o
-MD -MP -MF .deps/mtd-mtd_file_int.Tpo -c -o mtd-mtd_file_int.o `test
-f 'mtd_file_int.cc' || echo './'`mtd_file_int.cc
mv -f .deps/mtd-mtd_file_int.Tpo .deps/mtd-mtd_file_int.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mtd_read_data.o
-MD -MP -MF .deps/mtd-mtd_read_data.Tpo -c -o mtd-mtd_read_data.o
`test -f 'mtd_read_data.cc' || echo './'`mtd_read_data.cc
mv -f .deps/mtd-mtd_read_data.Tpo .deps/mtd-mtd_read_data.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-3d_att.o -MD -MP
-MF .deps/mtd-3d_att.Tpo -c -o mtd-3d_att.o `test -f '3d_att.cc' ||
echo './'`3d_att.cc
mv -f .deps/mtd-3d_att.Tpo .deps/mtd-3d_att.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-
3d_att_single_array.o -MD -MP -MF .deps/mtd-3d_att_single_array.Tpo -c
-o mtd-3d_att_single_array.o `test -f '3d_att_single_array.cc' || echo
'./'`3d_att_single_array.cc
mv -f .deps/mtd-3d_att_single_array.Tpo .deps/mtd-
3d_att_single_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-
3d_att_pair_array.o -MD -MP -MF .deps/mtd-3d_att_pair_array.Tpo -c -o
mtd-3d_att_pair_array.o `test -f '3d_att_pair_array.cc' || echo
'./'`3d_att_pair_array.cc
mv -f .deps/mtd-3d_att_pair_array.Tpo .deps/mtd-3d_att_pair_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-2d_att.o -MD -MP
-MF .deps/mtd-2d_att.Tpo -c -o mtd-2d_att.o `test -f '2d_att.cc' ||
echo './'`2d_att.cc
mv -f .deps/mtd-2d_att.Tpo .deps/mtd-2d_att.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-2d_att_array.o
-MD -MP -MF .deps/mtd-2d_att_array.Tpo -c -o mtd-2d_att_array.o `test
-f '2d_att_array.cc' || echo './'`2d_att_array.cc
mv -f .deps/mtd-2d_att_array.Tpo .deps/mtd-2d_att_array.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-3d_conv.o -MD
-MP -MF .deps/mtd-3d_conv.Tpo -c -o mtd-3d_conv.o `test -f
'3d_conv.cc' || echo './'`3d_conv.cc
mv -f .deps/mtd-3d_conv.Tpo .deps/mtd-3d_conv.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mtd_txt_output.o
-MD -MP -MF .deps/mtd-mtd_txt_output.Tpo -c -o mtd-mtd_txt_output.o
`test -f 'mtd_txt_output.cc' || echo './'`mtd_txt_output.cc
mv -f .deps/mtd-mtd_txt_output.Tpo .deps/mtd-mtd_txt_output.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mtd_nc_output.o
-MD -MP -MF .deps/mtd-mtd_nc_output.Tpo -c -o mtd-mtd_nc_output.o
`test -f 'mtd_nc_output.cc' || echo './'`mtd_nc_output.cc
mv -f .deps/mtd-mtd_nc_output.Tpo .deps/mtd-mtd_nc_output.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-interest_calc.o
-MD -MP -MF .deps/mtd-interest_calc.Tpo -c -o mtd-interest_calc.o
`test -f 'interest_calc.cc' || echo './'`interest_calc.cc
mv -f .deps/mtd-interest_calc.Tpo .deps/mtd-interest_calc.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mtd_partition.o
-MD -MP -MF .deps/mtd-mtd_partition.Tpo -c -o mtd-mtd_partition.o
`test -f 'mtd_partition.cc' || echo './'`mtd_partition.cc
mv -f .deps/mtd-mtd_partition.Tpo .deps/mtd-mtd_partition.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT mtd-mm_engine.o -MD
-MP -MF .deps/mtd-mm_engine.Tpo -c -o mtd-mm_engine.o `test -f
'mm_engine.cc' || echo './'`mm_engine.cc
mv -f .deps/mtd-mm_engine.Tpo .deps/mtd-mm_engine.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o mtd mtd-
mtd.o mtd-mtdfiletype_to_string.o mtd-nc_utils_local.o mtd-nc_grid.o
mtd-3d_moments.o mtd-2d_moments.o mtd-fo_node.o mtd-fo_node_array.o
mtd-fo_graph.o mtd-mtd_config_info.o mtd-mtd_file_base.o mtd-
mtd_file_float.o mtd-mtd_file_int.o mtd-mtd_read_data.o mtd-3d_att.o
mtd-3d_att_single_array.o mtd-3d_att_pair_array.o mtd-2d_att.o mtd-
2d_att_array.o mtd-3d_conv.o mtd-mtd_txt_output.o mtd-mtd_nc_output.o
mtd-interest_calc.o mtd-mtd_partition.o mtd-mm_engine.o -lvx_pxm
-lvx_plot_util -lvx_nav -lvx_render -lvx_ps -lvx_afm -lvx_stat_out
-lvx_statistics -lvx_shapedata -lvx_gsl_prob -lvx_analysis_util
-lvx_data2d_factory -lvx_data2d_nc_met -lvx_data2d_grib
-lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_data2d -lvx_nc_util
-lvx_regrid -lvx_grid -lvx_config -lvx_cal -lvx_util -lvx_math
-lvx_color -lvx_log -lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas -lz
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_time_domain'
Making all in gsi_tools
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gsi_tools'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsid2mpr-
gsi_record.o -MD -MP -MF .deps/gsid2mpr-gsi_record.Tpo -c -o gsid2mpr-
gsi_record.o `test -f 'gsi_record.cc' || echo './'`gsi_record.cc
mv -f .deps/gsid2mpr-gsi_record.Tpo .deps/gsid2mpr-gsi_record.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsid2mpr-
conv_record.o -MD -MP -MF .deps/gsid2mpr-conv_record.Tpo -c -o
gsid2mpr-conv_record.o `test -f 'conv_record.cc' || echo
'./'`conv_record.cc
mv -f .deps/gsid2mpr-conv_record.Tpo .deps/gsid2mpr-conv_record.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsid2mpr-
rad_record.o -MD -MP -MF .deps/gsid2mpr-rad_record.Tpo -c -o gsid2mpr-
rad_record.o `test -f 'rad_record.cc' || echo './'`rad_record.cc
mv -f .deps/gsid2mpr-rad_record.Tpo .deps/gsid2mpr-rad_record.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsid2mpr-gsi_util.o
-MD -MP -MF .deps/gsid2mpr-gsi_util.Tpo -c -o gsid2mpr-gsi_util.o
`test -f 'gsi_util.cc' || echo './'`gsi_util.cc
mv -f .deps/gsid2mpr-gsi_util.Tpo .deps/gsid2mpr-gsi_util.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsid2mpr-gsid2mpr.o
-MD -MP -MF .deps/gsid2mpr-gsid2mpr.Tpo -c -o gsid2mpr-gsid2mpr.o
`test -f 'gsid2mpr.cc' || echo './'`gsid2mpr.cc
mv -f .deps/gsid2mpr-gsid2mpr.Tpo .deps/gsid2mpr-gsid2mpr.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsid2mpr-
rad_config.o -MD -MP -MF .deps/gsid2mpr-rad_config.Tpo -c -o gsid2mpr-
rad_config.o `test -f 'rad_config.cc' || echo './'`rad_config.cc
mv -f .deps/gsid2mpr-rad_config.Tpo .deps/gsid2mpr-rad_config.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o gsid2mpr
gsid2mpr-gsi_record.o gsid2mpr-conv_record.o gsid2mpr-rad_record.o
gsid2mpr-gsi_util.o gsid2mpr-gsid2mpr.o gsid2mpr-rad_config.o
-lvx_stat_out -lvx_statistics -lvx_gsl_prob -lvx_data2d_factory
-lvx_data2d_nc_met -lvx_data2d_grib  -lvx_data2d_nc_pinterp
-lvx_data2d_nccf -lvx_data2d -lvx_nc_util -lvx_regrid -lvx_grid
-lvx_config -lvx_cal -lvx_util -lvx_math -lvx_color -lvx_log -lm -lgsl
-lgslcblas
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsidens2orank-
gsi_record.o -MD -MP -MF .deps/gsidens2orank-gsi_record.Tpo -c -o
gsidens2orank-gsi_record.o `test -f 'gsi_record.cc' || echo
'./'`gsi_record.cc
mv -f .deps/gsidens2orank-gsi_record.Tpo .deps/gsidens2orank-
gsi_record.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsidens2orank-
conv_record.o -MD -MP -MF .deps/gsidens2orank-conv_record.Tpo -c -o
gsidens2orank-conv_record.o `test -f 'conv_record.cc' || echo
'./'`conv_record.cc
mv -f .deps/gsidens2orank-conv_record.Tpo .deps/gsidens2orank-
conv_record.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsidens2orank-
rad_record.o -MD -MP -MF .deps/gsidens2orank-rad_record.Tpo -c -o
gsidens2orank-rad_record.o `test -f 'rad_record.cc' || echo
'./'`rad_record.cc
mv -f .deps/gsidens2orank-rad_record.Tpo .deps/gsidens2orank-
rad_record.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsidens2orank-
gsi_util.o -MD -MP -MF .deps/gsidens2orank-gsi_util.Tpo -c -o
gsidens2orank-gsi_util.o `test -f 'gsi_util.cc' || echo
'./'`gsi_util.cc
mv -f .deps/gsidens2orank-gsi_util.Tpo .deps/gsidens2orank-gsi_util.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsidens2orank-
gsidens2orank.o -MD -MP -MF .deps/gsidens2orank-gsidens2orank.Tpo -c
-o gsidens2orank-gsidens2orank.o `test -f 'gsidens2orank.cc' || echo
'./'`gsidens2orank.cc
mv -f .deps/gsidens2orank-gsidens2orank.Tpo .deps/gsidens2orank-
gsidens2orank.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT gsidens2orank-
rad_config.o -MD -MP -MF .deps/gsidens2orank-rad_config.Tpo -c -o
gsidens2orank-rad_config.o `test -f 'rad_config.cc' || echo
'./'`rad_config.cc
mv -f .deps/gsidens2orank-rad_config.Tpo .deps/gsidens2orank-
rad_config.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
gsidens2orank gsidens2orank-gsi_record.o gsidens2orank-conv_record.o
gsidens2orank-rad_record.o gsidens2orank-gsi_util.o gsidens2orank-
gsidens2orank.o gsidens2orank-rad_config.o -lvx_stat_out
-lvx_statistics -lvx_gsl_prob -lvx_data2d_factory -lvx_data2d_nc_met
-lvx_data2d_grib  -lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_data2d
-lvx_nc_util -lvx_regrid -lvx_grid -lvx_config -lvx_cal -lvx_util
-lvx_math -lvx_color -lvx_log -lm -lgsl -lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gsi_tools'
Making all in regrid_data_plane
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/regrid_data_plane'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT regrid_data_plane-
regrid_data_plane.o -MD -MP -MF .deps/regrid_data_plane-
regrid_data_plane.Tpo -c -o regrid_data_plane-regrid_data_plane.o
`test -f 'regrid_data_plane.cc' || echo './'`regrid_data_plane.cc
mv -f .deps/regrid_data_plane-regrid_data_plane.Tpo
.deps/regrid_data_plane-regrid_data_plane.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
regrid_data_plane regrid_data_plane-regrid_data_plane.o
-lvx_statistics -lvx_data2d_factory -lvx_data2d_nc_met
-lvx_data2d_grib  -lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_nc_util
-lvx_data2d -lvx_gnomon -lvx_regrid -lvx_grid -lvx_config -lvx_cal
-lvx_util -lvx_math -lvx_color -lvx_log -lm -lnetcdf_c++4 -lnetcdf
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/regrid_data_plane'
Making all in shift_data_plane
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/shift_data_plane'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT shift_data_plane-
shift_data_plane.o -MD -MP -MF .deps/shift_data_plane-
shift_data_plane.Tpo -c -o shift_data_plane-shift_data_plane.o `test
-f 'shift_data_plane.cc' || echo './'`shift_data_plane.cc
mv -f .deps/shift_data_plane-shift_data_plane.Tpo
.deps/shift_data_plane-shift_data_plane.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o
shift_data_plane shift_data_plane-shift_data_plane.o -lvx_statistics
-lvx_data2d_factory -lvx_data2d_nc_met -lvx_data2d_grib
-lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_nc_util -lvx_data2d
-lvx_gnomon -lvx_regrid -lvx_grid -lvx_config -lvx_cal -lvx_util
-lvx_math -lvx_color -lvx_log -lm -lnetcdf_c++4 -lnetcdf
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/shift_data_plane'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
Making all in tc_utils
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
Making all in tc_dland
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_dland'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT tc_dland-tc_dland.o
-MD -MP -MF .deps/tc_dland-tc_dland.Tpo -c -o tc_dland-tc_dland.o
`test -f 'tc_dland.cc' || echo './'`tc_dland.cc
mv -f .deps/tc_dland-tc_dland.Tpo .deps/tc_dland-tc_dland.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT tc_dland-tc_poly.o
-MD -MP -MF .deps/tc_dland-tc_poly.Tpo -c -o tc_dland-tc_poly.o `test
-f 'tc_poly.cc' || echo './'`tc_poly.cc
mv -f .deps/tc_dland-tc_poly.Tpo .deps/tc_dland-tc_poly.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o tc_dland
tc_dland-tc_dland.o tc_dland-tc_poly.o -lvx_tc_util -lvx_nc_util
-lvx_grid -lvx_gnomon -lvx_nav -lvx_util -lvx_config -lvx_cal
-lvx_math -lvx_log -lm -lnetcdf_c++4 -lnetcdf -L/usr/local/gfortran-
7.3/lib -L/usr/local/gfortran-7.3/lib -L/usr/local/src/BUFRLIB/lib
-L/usr/local/gfortran-7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0 -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib64
-L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-
gnu/lib -L/usr/local/gfortran-7.3/lib/gcc/x86_64-pc-linux-
gnu/7.3.0/../../.. -lgfortran -lm -lquadmath
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_dland'
Making all in tc_pairs
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_pairs'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT tc_pairs-tc_pairs.o
-MD -MP -MF .deps/tc_pairs-tc_pairs.Tpo -c -o tc_pairs-tc_pairs.o
`test -f 'tc_pairs.cc' || echo './'`tc_pairs.cc
mv -f .deps/tc_pairs-tc_pairs.Tpo .deps/tc_pairs-tc_pairs.Po
gfortran  -DGFORTRAN -c -o acerr.o acerr.f
gfortran  -DGFORTRAN -c -o clip_shif.o clip_shif.f
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT tc_pairs-
tc_pairs_conf_info.o -MD -MP -MF .deps/tc_pairs-tc_pairs_conf_info.Tpo
-c -o tc_pairs-tc_pairs_conf_info.o `test -f 'tc_pairs_conf_info.cc'
|| echo './'`tc_pairs_conf_info.cc
mv -f .deps/tc_pairs-tc_pairs_conf_info.Tpo .deps/tc_pairs-
tc_pairs_conf_info.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o tc_pairs
tc_pairs-tc_pairs.o acerr.o clip_shif.o tc_pairs-tc_pairs_conf_info.o
-lvx_config -lvx_data2d_nc_met -lvx_analysis_util -lvx_tc_util
-lvx_nc_util -lvx_grid -lvx_config -lvx_util -lvx_math -lvx_cal
-lvx_log -lm -lnetcdf_c++4 -lnetcdf -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/src/BUFRLIB/lib
-L/usr/local/gfortran-7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0 -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib64
-L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/local/gfortran-
7.3/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-
gnu/lib -L/usr/local/gfortran-7.3/lib/gcc/x86_64-pc-linux-
gnu/7.3.0/../../.. -lgfortran -lm -lquadmath
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_pairs'
Making all in tc_stat
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_stat'
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT tc_stat-tc_stat.o
-MD -MP -MF .deps/tc_stat-tc_stat.Tpo -c -o tc_stat-tc_stat.o `test -f
'tc_stat.cc' || echo './'`tc_stat.cc
mv -f .deps/tc_stat-tc_stat.Tpo .deps/tc_stat-tc_stat.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT tc_stat-
tc_stat_conf_info.o -MD -MP -MF .deps/tc_stat-tc_stat_conf_info.Tpo -c
-o tc_stat-tc_stat_conf_info.o `test -f 'tc_stat_conf_info.cc' || echo
'./'`tc_stat_conf_info.cc
mv -f .deps/tc_stat-tc_stat_conf_info.Tpo .deps/tc_stat-
tc_stat_conf_info.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT tc_stat-
tc_stat_files.o -MD -MP -MF .deps/tc_stat-tc_stat_files.Tpo -c -o
tc_stat-tc_stat_files.o `test -f 'tc_stat_files.cc' || echo
'./'`tc_stat_files.cc
mv -f .deps/tc_stat-tc_stat_files.Tpo .deps/tc_stat-tc_stat_files.Po
g++ -DHAVE_CONFIG_H -I. -I../../../..  -I../../../../src/basic/vx_cal
-I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
-I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
-I../../../../src/libcode/vx_afm
-I../../../../src/libcode/vx_analysis_util
-I../../../../src/libcode/vx_color -I../../../../src/libcode/vx_data2d
-I../../../../src/libcode/vx_data2d_factory
-I../../../../src/libcode/vx_data2d_grib
-I../../../../src/libcode/vx_data2d_grib2
-I../../../../src/libcode/vx_data2d_nccf
-I../../../../src/libcode/vx_data2d_nc_met
-I../../../../src/libcode/vx_data2d_nc_pinterp
-I../../../../src/libcode/vx_geodesy -I../../../../src/libcode/vx_gis
-I../../../../src/libcode/vx_gnomon -I../../../../src/libcode/vx_grid
-I../../../../src/libcode/vx_gsl_prob -I../../../../src/libcode/vx_nav
-I../../../../src/libcode/vx_nc_util
-I../../../../src/libcode/vx_pb_util
-I../../../../src/libcode/vx_plot_util -I../../../../src/libcode/vx_ps
-I../../../../src/libcode/vx_pxm -I../../../../src/libcode/vx_render
-I../../../../src/libcode/vx_regrid
-I../../../../src/libcode/vx_shapedata
-I../../../../src/libcode/vx_solar
-I../../../../src/libcode/vx_statistics
-I../../../../src/libcode/vx_stat_out
-I../../../../src/libcode/vx_summary
-I../../../../src/libcode/vx_time_series
-I../../../../src/libcode/vx_tc_util -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
-I/usr/local/gfortran-7.3/src/hdfeos5/include -I/usr/local/gfortran-
7.3/include -DBLOCK4 -DMET_BASE="\"/usr/local/gfortran-
7.3/met/share/met\""  -fPIC -m64 -fpermissive -MT tc_stat-
tc_stat_job.o -MD -MP -MF .deps/tc_stat-tc_stat_job.Tpo -c -o tc_stat-
tc_stat_job.o `test -f 'tc_stat_job.cc' || echo './'`tc_stat_job.cc
mv -f .deps/tc_stat-tc_stat_job.Tpo .deps/tc_stat-tc_stat_job.Po
g++  -fPIC -m64 -fpermissive -L../../../../src/basic/vx_cal
-L../../../../src/basic/vx_config -L../../../../src/basic/vx_log
-L../../../../src/basic/vx_math -L../../../../src/basic/vx_util
-L../../../../src/libcode/vx_afm
-L../../../../src/libcode/vx_analysis_util
-L../../../../src/libcode/vx_color -L../../../../src/libcode/vx_data2d
-L../../../../src/libcode/vx_data2d_factory
-L../../../../src/libcode/vx_data2d_grib
-L../../../../src/libcode/vx_data2d_grib2
-L../../../../src/libcode/vx_data2d_nccf
-L../../../../src/libcode/vx_data2d_nc_met
-L../../../../src/libcode/vx_data2d_nc_pinterp
-L../../../../src/libcode/vx_geodesy -L../../../../src/libcode/vx_gis
-L../../../../src/libcode/vx_gnomon -L../../../../src/libcode/vx_grid
-L../../../../src/libcode/vx_gsl_prob -L../../../../src/libcode/vx_nav
-L../../../../src/libcode/vx_nc_util
-L../../../../src/libcode/vx_pb_util
-L../../../../src/libcode/vx_plot_util -L../../../../src/libcode/vx_ps
-L../../../../src/libcode/vx_pxm -L../../../../src/libcode/vx_render
-L../../../../src/libcode/vx_regrid
-L../../../../src/libcode/vx_shapedata
-L../../../../src/libcode/vx_solar
-L../../../../src/libcode/vx_statistics
-L../../../../src/libcode/vx_stat_out
-L../../../../src/libcode/vx_summary
-L../../../../src/libcode/vx_time_series
-L../../../../src/libcode/vx_tc_util -L/usr/local/gfortran-7.3/lib
-L/usr/local/gfortran-7.3/lib -L/usr/local/gfortran-7.3/lib
-L/usr/local/src/BUFRLIB/lib -L/usr/local/gfortran-
7.3/src/hdfeos5/src/.libs -L/usr/local/gfortran-7.3/lib -o tc_stat
tc_stat-tc_stat.o tc_stat-tc_stat_conf_info.o tc_stat-tc_stat_files.o
tc_stat-tc_stat_job.o -lvx_stat_out -lvx_statistics -lvx_gsl_prob
-lvx_data2d_factory -lvx_data2d_nc_met -lvx_data2d_grib
-lvx_data2d_nc_pinterp -lvx_data2d_nccf -lvx_data2d -lvx_analysis_util
-lvx_tc_util -lvx_nc_util -lvx_grid -lvx_config -lvx_cal -lvx_util
-lvx_math -lvx_color -lvx_log -lm -lnetcdf_c++4 -lnetcdf -lgsl
-lgslcblas
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_stat'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
Making all in scripts/Rscripts
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
Making all in include
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts/include'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts/include'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix'
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix'
Making install in data
make[1]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
Making install in colortables
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
Making install in NCL_colortables
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables/NCL_colortables'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables/NCL_colortables'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/colortables/NCL_colortables'
 /usr/local/gfortran-7.3/bin/install -c -m 644 3gauss.ctable
3saw.ctable amwg.ctable BkBlAqGrYeOrReViWh200.ctable
BlAqGrYeOrRe.ctable BlAqGrYeOrReVi200.ctable BlGrYeOrReVi200.ctable
BlRe.ctable BlueDarkOrange18.ctable BlueDarkRed18.ctable
BlueGreen14.ctable BlueRed.ctable BlueRedGray.ctable BlWhRe.ctable
BrownBlue12.ctable Cat12.ctable cosam12.ctable cosam.ctable
detail.ctable extrema.ctable GreenMagenta16.ctable GreenYellow.ctable
helix1.ctable helix.ctable hotres.ctable ncview_default.ctable
nrl_sirkes.ctable nrl_sirkes_nowhite.ctable posneg_1.ctable
posneg_2.ctable prcp_1.ctable prcp_2.ctable prcp_3.ctable
radar_1.ctable rainbow.ctable rainbow+gray.ctable rainbow+white.ctable
rainbow+white+gray.ctable so4_21.ctable so4_23.ctable
'/usr/local/gfortran-7.3/met/share/met/colortables/NCL_colortables'
 /usr/local/gfortran-7.3/bin/install -c -m 644 StepSeq25.ctable
tbr_240-300.ctable tbrAvg1.ctable tbrStd1.ctable tbr_stdev_0-30.ctable
tbr_var_0-500.ctable tbrVar1.ctable thelix.ctable
ViBlGrWhYeOrRe.ctable wgne15.ctable wh-bl-gr-ye-re.ctable
WhBlGrYeRe.ctable WhBlReWh.ctable WhViBlGrYeOrRe.ctable
WhViBlGrYeOrReWh.ctable wxpEnIR.ctable '/usr/local/gfortran-
7.3/met/share/met/colortables/NCL_colortables'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables/NCL_colortables'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables/NCL_colortables'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/colortables'
 /usr/local/gfortran-7.3/bin/install -c -m 644 met_default.ctable
mode_obj.ctable mode_raw.ctable nws_radar_precip.ctable
trmm_3hourly_precip.ctable trmm_daily_precip.ctable wrf_precip2.ctable
wrf_precip.ctable wrf_precip_gray.ctable '/usr/local/gfortran-
7.3/met/share/met/colortables'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/colortables'
Making install in config
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/config'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/config'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/config'
 /usr/local/gfortran-7.3/bin/install -c -m 644 ConfigConstants
ConfigMapData Ascii2NcConfig_default EnsembleStatConfig_default
GridStatConfig_default MODEAnalysisConfig_default MODEConfig_default
MTDConfig_default PB2NCConfig_default PointStatConfig_default
SeriesAnalysisConfig_default STATAnalysisConfig_default
STATAnalysisConfig_GO_Index TCPairsConfig_default TCStatConfig_default
WaveletStatConfig_default WWMCARegridConfig_default
PlotModeFieldConfig_default README README_TC '/usr/local/gfortran-
7.3/met/share/met/config'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/config'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/config'
Making install in map
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
Making install in admin_by_country
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map/admin_by_country'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map/admin_by_country'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/map/admin_by_country'
 /usr/local/gfortran-7.3/bin/install -c -m 644 admin_Afghanistan_data
admin_Albania_data admin_Algeria_data admin_Angola_data
admin_Antarctica_data admin_Argentina_data admin_Armenia_data
admin_Australia_data admin_Austria_data admin_Azerbaijan_data
admin_Bangladesh_data admin_Belarus_data admin_Belgium_data
admin_Belize_data admin_Benin_data admin_Bhutan_data
admin_Bolivia_data admin_Bosnia_and_Herzegovina_data
admin_Botswana_data admin_Brazil_data admin_Brunei_Darussalam_data
admin_Bulgaria_data admin_Burkina_Faso_data admin_Burundi_data
admin_Cambodia_data admin_Cameroon_data admin_Canada_data
admin_Central_African_Republic_data admin_Chad_data admin_Chile_data
admin_China_data admin_Colombia_data admin_Congo_DRC_data
admin_Congo_data admin_Costa_Rica_data admin_Croatia_data
admin_Cuba_data admin_Cyprus_data admin_Czech_Republic_data
admin_Côte_d'Ivoire_data '/usr/local/gfortran-
7.3/met/share/met/map/admin_by_country'
 /usr/local/gfortran-7.3/bin/install -c -m 644 admin_Denmark_data
admin_Djibouti_data admin_Dominican_Republic_data admin_Ecuador_data
admin_Egypt_data admin_El_Salvador_data admin_Equatorial_Guinea_data
admin_Eritrea_data admin_Estonia_data admin_Ethiopia_data
admin_Finland_data admin_France_data admin_French_Guiana_data
admin_Gabon_data admin_Gambia_data admin_Georgia_data
admin_Germany_data admin_Ghana_data admin_Greece_data
admin_Greenland_data admin_Guatemala_data admin_Guinea-Bissau_data
admin_Guinea_data admin_Guyana_data admin_Haiti_data
admin_Honduras_data admin_Hungary_data admin_Iceland_data
admin_India_data admin_Indonesia_data admin_Iran_data admin_Iraq_data
admin_Ireland_data admin_Israel_data admin_Italy_data
admin_Jamaica_data admin_Japan_data admin_Jordan_data
admin_Kazakhstan_data admin_Kenya_data '/usr/local/gfortran-
7.3/met/share/met/map/admin_by_country'
 /usr/local/gfortran-7.3/bin/install -c -m 644 admin_Kuwait_data
admin_Kyrgyzstan_data admin_Laos_data admin_Latvia_data
admin_Lebanon_data admin_Lesotho_data admin_Liberia_data
admin_Libya_data admin_Lithuania_data admin_Luxembourg_data
admin_Madagascar_data admin_Malawi_data admin_Malaysia_data
admin_Mali_data admin_Mauritania_data admin_Mexico_data
admin_Moldova_data admin_Mongolia_data admin_Montenegro_data
admin_Morocco_data admin_Mozambique_data admin_Myanmar_data
admin_Namibia_data admin_Nepal_data admin_Netherlands_data
admin_New_Zealand_data admin_Nicaragua_data admin_Niger_data
admin_Nigeria_data admin_North_Korea_data admin_Norway_data
admin_Oman_data admin_Pakistan_data admin_Palestinian_Territory_data
admin_Panama_data admin_Papua_New_Guinea_data admin_Paraguay_data
admin_Peru_data admin_Philippines_data admin_Poland_data
'/usr/local/gfortran-7.3/met/share/met/map/admin_by_country'
 /usr/local/gfortran-7.3/bin/install -c -m 644 admin_Portugal_data
admin_Puerto_Rico_data admin_Qatar_data admin_Romania_data
admin_Russian_Federation_data admin_Rwanda_data
admin_Saudi_Arabia_data admin_Senegal_data admin_Serbia_data
admin_Sierra_Leone_data admin_Slovakia_data admin_Slovenia_data
admin_Somalia_data admin_South_Africa_data admin_South_Korea_data
admin_South_Sudan_data admin_Spain_data admin_Sri_Lanka_data
admin_Sudan_data admin_Suriname_data admin_Swaziland_data
admin_Sweden_data admin_Switzerland_data admin_Syria_data
admin_Tajikistan_data admin_Tanzania_data admin_Thailand_data
admin_The_Former_Yugoslav_Republic_of_Macedonia_data admin_Timor-
Leste_data admin_Togo_data admin_Tunisia_data admin_Turkey_data
admin_Turkmenistan_data admin_Uganda_data admin_Ukraine_data
admin_United_Arab_Emirates_data admin_United_Kingdom_data
admin_United_States_data admin_Uruguay_data admin_Uzbekistan_data
'/usr/local/gfortran-7.3/met/share/met/map/admin_by_country'
 /usr/local/gfortran-7.3/bin/install -c -m 644 admin_Venezuela_data
admin_Vietnam_data admin_Yemen_data admin_Zambia_data
admin_Zimbabwe_data '/usr/local/gfortran-
7.3/met/share/met/map/admin_by_country'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map/admin_by_country'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map/admin_by_country'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/map'
 /usr/local/gfortran-7.3/bin/install -c -m 644 admin_data country_data
country_major_lakes_data major_lakes_data usa_state_data
'/usr/local/gfortran-7.3/met/share/met/map'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/map'
Making install in poly
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
Making install in HMT_masks
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/HMT_masks'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/HMT_masks'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/poly/HMT_masks'
 /usr/local/gfortran-7.3/bin/install -c -m 644 cnrfc_poly.nc
huc4_1605_poly.nc huc4_1803_poly.nc huc4_1804_poly.nc
huc4_1805_poly.nc huc4_1806_poly.nc '/usr/local/gfortran-
7.3/met/share/met/poly/HMT_masks'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/HMT_masks'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/HMT_masks'
Making install in NCEP_masks
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/NCEP_masks'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/NCEP_masks'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/poly/NCEP_masks'
 /usr/local/gfortran-7.3/bin/install -c -m 644 NCEP_Regions.nc
APL_mask.nc ATC_mask.nc CAM_mask.nc CAR_mask.nc ECA_mask.nc
GLF_mask.nc GMC_mask.nc GRB_mask.nc HWI_mask.nc LMV_mask.nc
MDW_mask.nc MEX_mask.nc NAK_mask.nc NAO_mask.nc NEC_mask.nc
NMT_mask.nc NPL_mask.nc NPO_mask.nc NSA_mask.nc NWC_mask.nc
PRI_mask.nc SAK_mask.nc SAO_mask.nc SEC_mask.nc SMT_mask.nc
SPL_mask.nc SPO_mask.nc SWC_mask.nc SWD_mask.nc WCA_mask.nc
EAST_mask.nc WEST_mask.nc CONUS_mask.nc '/usr/local/gfortran-
7.3/met/share/met/poly/NCEP_masks'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/NCEP_masks'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly/NCEP_masks'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/poly'
 /usr/local/gfortran-7.3/bin/install -c -m 644 APL.poly ATC.poly
CAM.poly CAR.poly ECA.poly GLF.poly GMC.poly GRB.poly HWI.poly
LMV.poly MDW.poly MEX.poly NAK.poly NAO.poly NEC.poly NMT.poly
NPL.poly NSA.poly NWC.poly PRI.poly SAO.poly SEC.poly SMT.poly
SPL.poly SWC.poly SWD.poly WCA.poly EAST.poly WEST.poly CONUS.poly
MLB_Stadiums.txt ncep_vx_regions.pdf '/usr/local/gfortran-
7.3/met/share/met/poly'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/poly'
Making install in ps
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/ps'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/ps'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/ps'
 /usr/local/gfortran-7.3/bin/install -c -m 644 00.afm 01.afm 02.afm
03.afm 04.afm 05.afm 06.afm 07.afm 08.afm 09.afm 10.afm 11.afm 12.afm
13.afm 14.afm 15.afm 16.afm 17.afm 18.afm 19.afm 20.afm 21.afm 22.afm
23.afm 24.afm 25.afm 26.afm 27.afm 28.afm 29.afm 30.afm 31.afm 32.afm
33.afm README '/usr/local/gfortran-7.3/met/share/met/ps'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/ps'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/ps'
Making install in table_files
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/table_files'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/table_files'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/table_files'
 /usr/local/gfortran-7.3/bin/install -c -m 644
met_header_columns_V7.0.txt met_header_columns_V6.1.txt
met_header_columns_V6.0.txt met_header_columns_V5.2.txt
met_header_columns_V5.1.txt met_header_columns_V5.0.txt
met_header_columns_V4.2.txt met_header_columns_V4.1.txt
met_header_columns_V4.0.txt met_header_columns_V3.1.txt
met_header_columns_V3.0.1.txt met_header_columns_V3.0.txt
met_header_columns_V2.0.txt stat_column_description.txt
grib1_af_131_57.txt grib1_af_133_57.txt grib1_cptec_254_64.txt
grib1_dwd_201_146.txt grib1_dwd_201_78.txt grib1_dwd_202_146.txt
grib1_dwd_202_78.txt grib1_dwd_203_146.txt grib1_dwd_203_78.txt
grib1_dwd_204_146.txt grib1_dwd_204_78.txt grib1_dwd_205_146.txt
grib1_dwd_205_78.txt grib1_dwd_2_146.txt grib1_dwd_2_78.txt
grib1_ecmwf_128_98.txt grib1_ecmwf_129_98.txt grib1_ecmwf_130_98.txt
grib1_ecmwf_131_98.txt grib1_ecmwf_132_98.txt grib1_ecmwf_133_98.txt
grib1_ecmwf_140_98.txt grib1_ecmwf_150_98.txt grib1_ecmwf_151_98.txt
grib1_ecmwf_160_98.txt grib1_ecmwf_162_98.txt '/usr/local/gfortran-
7.3/met/share/met/table_files'
 /usr/local/gfortran-7.3/bin/install -c -m 644 grib1_ecmwf_170_98.txt
grib1_ecmwf_171_98.txt grib1_ecmwf_172_98.txt grib1_ecmwf_173_98.txt
grib1_ecmwf_174_98.txt grib1_ecmwf_180_98.txt grib1_ecmwf_190_98.txt
grib1_ecmwf_200_98.txt grib1_ecmwf_210_98.txt grib1_ecmwf_211_98.txt
grib1_ecmwf_228_98.txt grib1_ncep_128_7.txt grib1_ncep_129_7.txt
grib1_ncep_130_7.txt grib1_ncep_131_7.txt grib1_ncep_132_7.txt
grib1_ncep_133_7.txt grib1_ncep_140_7.txt grib1_ncep_141_7.txt
grib1_ncep_2_7.txt grib1_lidar2nc.txt grib2_af_gpp.txt grib2_all.txt
grib2_bom.txt grib2_mrms.txt grib2_ndfd.txt '/usr/local/gfortran-
7.3/met/share/met/table_files'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/table_files'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/table_files'
Making install in tc_data
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/tc_data'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/tc_data'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/tc_data'
 /usr/local/gfortran-7.3/bin/install -c -m 644 aland.dat wland.dat
shland.dat dland_nw_hem_tenth_degree.nc dland_global_tenth_degree.nc
wwpts_us.txt '/usr/local/gfortran-7.3/met/share/met/tc_data'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/tc_data'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data/tc_data'
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met'
 /usr/local/gfortran-7.3/bin/install -c -m 644 version.txt
'/usr/local/gfortran-7.3/met/share/met'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/data'
Making install in src
make[1]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
Making install in basic
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
Making install in vx_log
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_log'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_log'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_log'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_log'
Making install in vx_cal
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_cal'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_cal'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_cal'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_cal'
Making install in vx_math
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_math'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_math'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_math'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_math'
Making install in vx_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_util'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_util'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_util'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_util'
Making install in vx_config
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_config'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_config'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_config'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic/vx_config'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/basic'
Making install in libcode
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
Making install in vx_grid
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_grid'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_grid'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_grid'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_grid'
Making install in vx_nc_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nc_util'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nc_util'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nc_util'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nc_util'
Making install in vx_data2d
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d'
Making install in vx_data2d_grib
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_grib'
Making install in vx_data2d_nc_met
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_met'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_met'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_met'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_met'
Making install in vx_data2d_nccf
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nccf'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nccf'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nccf'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nccf'
Making install in vx_data2d_nc_pinterp
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_pinterp'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_pinterp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_pinterp'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_nc_pinterp'
Making install in vx_data2d_factory
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_factory'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_factory'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_factory'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_data2d_factory'
Making install in vx_gsl_prob
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gsl_prob'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gsl_prob'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gsl_prob'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gsl_prob'
Making install in vx_gnomon
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gnomon'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gnomon'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gnomon'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gnomon'
Making install in vx_geodesy
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_geodesy'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_geodesy'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_geodesy'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_geodesy'
Making install in vx_gis
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gis'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gis'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gis'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_gis'
Making install in vx_nav
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nav'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nav'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nav'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_nav'
Making install in vx_pb_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pb_util'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pb_util'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pb_util'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pb_util'
Making install in vx_afm
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_afm'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_afm'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_afm'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_afm'
Making install in vx_color
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_color'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_color'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_color'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_color'
Making install in vx_pxm
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pxm'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pxm'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pxm'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_pxm'
Making install in vx_render
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_render'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_render'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_render'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_render'
Making install in vx_ps
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_ps'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_ps'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_ps'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_ps'
Making install in vx_plot_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_plot_util'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_plot_util'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_plot_util'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_plot_util'
Making install in vx_shapedata
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_shapedata'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_shapedata'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_shapedata'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_shapedata'
Making install in vx_statistics
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_statistics'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_statistics'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_statistics'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_statistics'
Making install in vx_stat_out
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_stat_out'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_stat_out'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_stat_out'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_stat_out'
Making install in vx_analysis_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_analysis_util'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_analysis_util'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_analysis_util'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_analysis_util'
Making install in vx_tc_util
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_tc_util'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_tc_util'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_tc_util'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_tc_util'
Making install in vx_summary
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_summary'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_summary'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_summary'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_summary'
Making install in vx_time_series
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_time_series'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_time_series'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_time_series'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_time_series'
Making install in vx_regrid
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_regrid'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_regrid'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_regrid'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_regrid'
Making install in vx_solar
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_solar'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_solar'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_solar'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode/vx_solar'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/libcode'
Making install in tools
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
Making install in core
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
Making install in ensemble_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/ensemble_stat'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/ensemble_stat'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c ensemble_stat
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/ensemble_stat'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/ensemble_stat'
Making install in grid_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/grid_stat'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/grid_stat'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c grid_stat
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/grid_stat'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/grid_stat'
Making install in mode
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c mode '/usr/local/gfortran-
7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode'
Making install in mode_analysis
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode_analysis'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode_analysis'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c mode_analysis
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode_analysis'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/mode_analysis'
Making install in pcp_combine
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/pcp_combine'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/pcp_combine'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c pcp_combine
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/pcp_combine'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/pcp_combine'
Making install in point_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/point_stat'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/point_stat'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c point_stat
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/point_stat'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/point_stat'
Making install in stat_analysis
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/stat_analysis'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/stat_analysis'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c stat_analysis
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/stat_analysis'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/stat_analysis'
Making install in wavelet_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/wavelet_stat'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/wavelet_stat'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c wavelet_stat
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/wavelet_stat'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/wavelet_stat'
Making install in series_analysis
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/series_analysis'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/series_analysis'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c series_analysis
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/series_analysis'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core/series_analysis'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/core'
Making install in other
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
Making install in gen_vx_mask
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gen_vx_mask'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gen_vx_mask'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c gen_vx_mask
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gen_vx_mask'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gen_vx_mask'
Making install in plot_data_plane
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_data_plane'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_data_plane'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c plot_data_plane
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_data_plane'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_data_plane'
Making install in plot_point_obs
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_point_obs'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_point_obs'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c plot_point_obs
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_point_obs'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/plot_point_obs'
Making install in ascii2nc
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/ascii2nc'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/ascii2nc'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c ascii2nc
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/ascii2nc'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/ascii2nc'
Making install in madis2nc
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/madis2nc'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/madis2nc'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c madis2nc
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/madis2nc'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/madis2nc'
Making install in pb2nc
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/pb2nc'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/pb2nc'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c pb2nc '/usr/local/gfortran-
7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/pb2nc'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/pb2nc'
Making install in wwmca_tool
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/wwmca_tool'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/wwmca_tool'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c wwmca_regrid wwmca_plot
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/wwmca_tool'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/wwmca_tool'
Making install in mode_time_domain
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_time_domain'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_time_domain'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c mtd '/usr/local/gfortran-
7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_time_domain'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/mode_time_domain'
Making install in gsi_tools
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gsi_tools'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gsi_tools'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c gsid2mpr gsidens2orank
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gsi_tools'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/gsi_tools'
Making install in regrid_data_plane
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/regrid_data_plane'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/regrid_data_plane'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c regrid_data_plane
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/regrid_data_plane'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/regrid_data_plane'
Making install in shift_data_plane
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/shift_data_plane'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/shift_data_plane'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c shift_data_plane
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/shift_data_plane'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other/shift_data_plane'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/other'
Making install in tc_utils
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
Making install in tc_dland
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_dland'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_dland'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c tc_dland
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_dland'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_dland'
Making install in tc_pairs
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_pairs'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_pairs'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c tc_pairs
'/usr/local/gfortran-7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_pairs'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_pairs'
Making install in tc_stat
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_stat'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_stat'
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/bin'
  /usr/local/gfortran-7.3/bin/install -c tc_stat '/usr/local/gfortran-
7.3/met/bin'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_stat'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils/tc_stat'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
make[5]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools/tc_utils'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[4]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src/tools'
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/src'
Making install in scripts/Rscripts
make[1]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
Making install in include
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts/include'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts/include'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/Rscripts/include'
 /usr/local/gfortran-7.3/bin/install -c -m 644 Compute_STDerr.R
hfip_baseline.dat plot_tcmpr_config_default.R plot_tcmpr_hdr.dat
plot_tcmpr_util.R '/usr/local/gfortran-
7.3/met/share/met/Rscripts/include'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts/include'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts/include'
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
make[3]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/local/gfortran-7.3/bin/mkdir -p '/usr/local/gfortran-
7.3/met/share/met/Rscripts'
 /usr/local/gfortran-7.3/bin/install -c -m 644 gspairs2mpr.R
mode_nc_inventory.R mode_quilt_plot.R mode_summary.R plot_cnt.R
plot_mpr.R plot_probri.R plot_tcmpr.R pntnc2ascii.R trmm2nc.R
trmmbin2nc.R '/usr/local/gfortran-7.3/met/share/met/Rscripts'
make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts/Rscripts'
make[1]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix'
make[2]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix'
make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix'
cd scripts; make
make[1]: Entering directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts'

*** Running ASCII2NC to reformat ASCII point observations into NetCDF
***
../src/tools/other/ascii2nc/ascii2nc \
   	../data/sample_obs/ascii/sample_ascii_obs.txt \
   	../out/ascii2nc/sample_ascii.nc \
   	-v 2
DEBUG 1: Config File: /usr/local/gfortran-
7.3/met/share/met/config/Ascii2NcConfig_default
DEBUG 2: Rejected 0 observations off the masking grid.
DEBUG 2: Rejected 0 observations outside the masking polyline.
DEBUG 2: Rejected 0 observations not matched with station ID's.
DEBUG 2: Processing observations for 5 headers.
DEBUG 1: Creating NetCDF Observation file:
../out/ascii2nc/sample_ascii.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 2: Finished processing 2140 observations for 5 headers.

*** Running ASCII2NC to reformat ASCII rain gauge observations into
NetCDF ***
../src/tools/other/ascii2nc/ascii2nc \
   	../data/sample_obs/ascii/precip24_2010010112.ascii \
   	../out/ascii2nc/precip24_2010010112.nc \
   	-v 2
DEBUG 1: Config File: /usr/local/gfortran-
7.3/met/share/met/config/Ascii2NcConfig_default
DEBUG 2: Rejected 0 observations off the masking grid.
DEBUG 2: Rejected 0 observations outside the masking polyline.
DEBUG 2: Rejected 0 observations not matched with station ID's.
DEBUG 2: Processing observations for 1836 headers.
DEBUG 1: Creating NetCDF Observation file:
../out/ascii2nc/precip24_2010010112.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 2: Finished processing 1836 observations for 1836 headers.

*** Running Ensemble-Stat on APCP using GRIB forecasts, point
observations, and gridded observations ***
../src/tools/core/ensemble_stat/ensemble_stat \
   	6 ../data/sample_fcst/2009123112/*gep*/d01_2009123112_02400.grib \
   	config/EnsembleStatConfig \
   	-grid_obs ../data/sample_obs/ST4/ST4.2010010112.24h \
   	-point_obs ../out/ascii2nc/precip24_2010010112.nc \
   	-outdir ../out/ensemble_stat -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/EnsembleStatConfig_default
DEBUG 1: User Config File: config/EnsembleStatConfig
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 1: Ensemble Files[6]:
DEBUG 1:    ../data/sample_fcst/2009123112/arw-fer-
gep1/d01_2009123112_02400.grib
DEBUG 1:    ../data/sample_fcst/2009123112/arw-fer-
gep5/d01_2009123112_02400.grib
DEBUG 1:    ../data/sample_fcst/2009123112/arw-sch-
gep2/d01_2009123112_02400.grib
DEBUG 1:    ../data/sample_fcst/2009123112/arw-sch-
gep6/d01_2009123112_02400.grib
DEBUG 1:    ../data/sample_fcst/2009123112/arw-tom-
gep3/d01_2009123112_02400.grib
DEBUG 1:    ../data/sample_fcst/2009123112/arw-tom-
gep7/d01_2009123112_02400.grib
DEBUG 1: Gridded Observation Files[1]:
DEBUG 1:    ../data/sample_obs/ST4/ST4.2010010112.24h
DEBUG 1: Point Observation Files[1]:
DEBUG 1:    ../out/ascii2nc/precip24_2010010112.nc
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble field: APCP/A24
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble field: REFC/L0
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble field: UGRD/Z10
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble field: VGRD/Z10
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble field: WIND/Z10
DEBUG 2: Processing masking regions.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing point observation file:
../out/ascii2nc/precip24_2010010112.nc
DEBUG 2: Searching 1836 observations from 1836 header messages.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble file: ../data/sample_fcst/2009123112/arw-
fer-gep1/d01_2009123112_02400.grib
DEBUG 2: For APCP/A24 found 1 forecast levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble file: ../data/sample_fcst/2009123112/arw-
fer-gep5/d01_2009123112_02400.grib
DEBUG 2: For APCP/A24 found 1 forecast levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble file: ../data/sample_fcst/2009123112/arw-
sch-gep2/d01_2009123112_02400.grib
DEBUG 2: For APCP/A24 found 1 forecast levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble file: ../data/sample_fcst/2009123112/arw-
sch-gep6/d01_2009123112_02400.grib
DEBUG 2: For APCP/A24 found 1 forecast levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble file: ../data/sample_fcst/2009123112/arw-
tom-gep3/d01_2009123112_02400.grib
DEBUG 2: For APCP/A24 found 1 forecast levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble file: ../data/sample_fcst/2009123112/arw-
tom-gep7/d01_2009123112_02400.grib
DEBUG 2: For APCP/A24 found 1 forecast levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing mean file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_ens.nc
DEBUG 2: For APCP_24_A24_ENS_MEAN(*,*) found 1 forecast levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing point verification APCP/A24 versus APCP/A24, for
observation type ADPSFC, over region FULL, for interpolation method
NEAREST(1), using 1125 pairs.
DEBUG 2: Processing point verification APCP/A24 versus APCP/A24, for
observation type ADPSFC, over region HUC4_1605, for interpolation
method NEAREST(1), using 35 pairs.
DEBUG 2: Processing point verification APCP/A24 versus APCP/A24, for
observation type ADPSFC, over region HUC4_1803, for interpolation
method NEAREST(1), using 64 pairs.
DEBUG 2: Processing point verification APCP/A24 versus APCP/A24, for
observation type ADPSFC, over region HUC4_1804, for interpolation
method NEAREST(1), using 79 pairs.
DEBUG 2: Processing point verification APCP/A24 versus APCP/A24, for
observation type ADPSFC, over region HUC4_1805, for interpolation
method NEAREST(1), using 45 pairs.
DEBUG 2: Processing point verification APCP/A24 versus APCP/A24, for
observation type ADPSFC, over region HUC4_1806, for interpolation
method NEAREST(1), using 78 pairs.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing ensemble mean file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_ens.nc
DEBUG 2: Processing gridded verification APCP/A24 versus APCP/A24, for
observation type MC_PCP, over region FULL, for interpolation method
NEAREST(1), using 15480 pairs.
WARNING:
WARNING: PairDataEnsemble::compute_ssvar() -> writing at least 1000
SSVAR output lines. Increase the ssvar_bin_size config file setting
for this variable to reduce the number of variance bins.
WARNING:
DEBUG 2: Processing gridded verification APCP/A24 versus APCP/A24, for
observation type MC_PCP, over region HUC4_1605, for interpolation
method NEAREST(1), using 398 pairs.
DEBUG 2: Processing gridded verification APCP/A24 versus APCP/A24, for
observation type MC_PCP, over region HUC4_1803, for interpolation
method NEAREST(1), using 540 pairs.
DEBUG 2: Processing gridded verification APCP/A24 versus APCP/A24, for
observation type MC_PCP, over region HUC4_1804, for interpolation
method NEAREST(1), using 503 pairs.
DEBUG 2: Processing gridded verification APCP/A24 versus APCP/A24, for
observation type MC_PCP, over region HUC4_1805, for interpolation
method NEAREST(1), using 161 pairs.
DEBUG 2: Processing gridded verification APCP/A24 versus APCP/A24, for
observation type MC_PCP, over region HUC4_1806, for interpolation
method NEAREST(1), using 491 pairs.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file:
../out/ensemble_stat/ensemble_stat_20100101_120000V.stat
DEBUG 1: Output file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_rhist.txt
DEBUG 1: Output file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_phist.txt
DEBUG 1: Output file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_orank.txt
DEBUG 1: Output file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_ssvar.txt
DEBUG 1: Output file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_relp.txt
DEBUG 1: Output file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_ens.nc
DEBUG 1: Output file:
../out/ensemble_stat/ensemble_stat_20100101_120000V_orank.nc
echo

echo "*** Running Gen-Vx-Mask to generate a polyline mask file for the
Continental United States ***"
*** Running Gen-Vx-Mask to generate a polyline mask file for the
Continental United States ***
../src/tools/other/gen_vx_mask/gen_vx_mask \
   	../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
../data/poly/CONUS.poly \
   	../out/gen_vx_mask/CONUS_poly.nc -v 2
DEBUG 1: Input File:
../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212
DEBUG 1: Mask File:		../data/poly/CONUS.poly
DEBUG 2: Parsed Data Grid:	Lambert Conformal (185 x 129)
DEBUG 2: Parsed Lat/Lon Mask File:	CONUS containing 243 points
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Output File:		../out/gen_vx_mask/CONUS_poly.nc
echo

echo "*** Running Gen-Vx-Mask to generate a circle mask file ***"
*** Running Gen-Vx-Mask to generate a circle mask file ***
../src/tools/other/gen_vx_mask/gen_vx_mask \
   	../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
../data/poly/MLB_Stadiums.txt \
   	../out/gen_vx_mask/CONUS_circles.nc \
 -type circle -thresh le150 -v 2
DEBUG 1: Input File:
../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212
DEBUG 1: Mask File:		../data/poly/MLB_Stadiums.txt
DEBUG 2: Parsed Data Grid:	Lambert Conformal (185 x 129)
DEBUG 2: Parsed Lat/Lon Mask File:	MLB_Stadiums containing 30 points
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Output File:		../out/gen_vx_mask/CONUS_circles.nc

*** Running PCP-Combine to combine 3-hourly APCP accumulation
forecasts into a single 12 hour accumulation forecast ***
../src/tools/core/pcp_combine/pcp_combine \
   	20050807_000000 3 20050807_120000 12 \
   	../out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc \
-pcpdir ../data/sample_fcst/2005080700
DEBUG 1: [1] File
../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212 matches valid
time of 20050807_120000
DEBUG 1: [2] File
../data/sample_fcst/2005080700/wrfprs_ruc13_09.tm00_G212 matches valid
time of 20050807_090000
DEBUG 1: [3] File
../data/sample_fcst/2005080700/wrfprs_ruc13_06.tm00_G212 matches valid
time of 20050807_060000
DEBUG 1: [4] File
../data/sample_fcst/2005080700/wrfprs_ruc13_03.tm00_G212 matches valid
time of 20050807_030000
DEBUG 1: [1] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212
DEBUG 1: [2] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_09.tm00_G212
DEBUG 1: [3] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_06.tm00_G212
DEBUG 1: [4] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_03.tm00_G212
DEBUG 1: Writing output file:
../out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no

*** Running PCP-Combine to combine 3-hourly APCP accumulation
forecasts into a single 12 hour accumulation forecast ***
../src/tools/core/pcp_combine/pcp_combine \
   	20050807_000000 3 20050808_000000 12 \
   	../out/pcp_combine/sample_fcst_12L_2005080800V_12A.nc \
   	-pcpdir ../data/sample_fcst/2005080700
DEBUG 1: [1] File
../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 matches valid
time of 20050808_000000
DEBUG 1: [2] File
../data/sample_fcst/2005080700/wrfprs_ruc13_21.tm00_G212 matches valid
time of 20050807_210000
DEBUG 1: [3] File
../data/sample_fcst/2005080700/wrfprs_ruc13_18.tm00_G212 matches valid
time of 20050807_180000
DEBUG 1: [4] File
../data/sample_fcst/2005080700/wrfprs_ruc13_15.tm00_G212 matches valid
time of 20050807_150000
DEBUG 1: [1] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212
DEBUG 1: [2] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_21.tm00_G212
DEBUG 1: [3] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_18.tm00_G212
DEBUG 1: [4] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_15.tm00_G212
DEBUG 1: Writing output file:
../out/pcp_combine/sample_fcst_12L_2005080800V_12A.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no

*** Running PCP-Combine to combine 3-hourly APCP accumulation
forecasts into a single 24 hour accumulation forecast ***
../src/tools/core/pcp_combine/pcp_combine \
   	20050807_000000 3 20050807_240000 24 \
   	../out/pcp_combine/sample_fcst_24L_2005080800V_24A.nc \
   	-pcpdir ../data/sample_fcst/2005080700
DEBUG 1: [1] File
../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 matches valid
time of 20050808_000000
DEBUG 1: [2] File
../data/sample_fcst/2005080700/wrfprs_ruc13_21.tm00_G212 matches valid
time of 20050807_210000
DEBUG 1: [3] File
../data/sample_fcst/2005080700/wrfprs_ruc13_18.tm00_G212 matches valid
time of 20050807_180000
DEBUG 1: [4] File
../data/sample_fcst/2005080700/wrfprs_ruc13_15.tm00_G212 matches valid
time of 20050807_150000
DEBUG 1: [5] File
../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212 matches valid
time of 20050807_120000
DEBUG 1: [6] File
../data/sample_fcst/2005080700/wrfprs_ruc13_09.tm00_G212 matches valid
time of 20050807_090000
DEBUG 1: [7] File
../data/sample_fcst/2005080700/wrfprs_ruc13_06.tm00_G212 matches valid
time of 20050807_060000
DEBUG 1: [8] File
../data/sample_fcst/2005080700/wrfprs_ruc13_03.tm00_G212 matches valid
time of 20050807_030000
DEBUG 1: [1] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212
DEBUG 1: [2] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_21.tm00_G212
DEBUG 1: [3] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_18.tm00_G212
DEBUG 1: [4] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_15.tm00_G212
DEBUG 1: [5] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212
DEBUG 1: [6] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_09.tm00_G212
DEBUG 1: [7] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_06.tm00_G212
DEBUG 1: [8] Reading input file:
../data/sample_fcst/2005080700/wrfprs_ruc13_03.tm00_G212
DEBUG 1: Writing output file:
../out/pcp_combine/sample_fcst_24L_2005080800V_24A.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no

*** Running PCP-Combine to combine 1-hourly APCP accumulation
observations into a single 12 hour accumulation observation ***
../src/tools/core/pcp_combine/pcp_combine \
   	00000000_000000 1 20050807_120000 12 \
   	../out/pcp_combine/sample_obs_2005080712V_12A.nc \
   	-pcpdir ../data/sample_obs/ST2ml
DEBUG 1: [1] File ../data/sample_obs/ST2ml/ST2ml2005080712.Grb_G212
matches valid time of 20050807_120000
DEBUG 1: [2] File ../data/sample_obs/ST2ml/ST2ml2005080711.Grb_G212
matches valid time of 20050807_110000
DEBUG 1: [3] File ../data/sample_obs/ST2ml/ST2ml2005080710.Grb_G212
matches valid time of 20050807_100000
DEBUG 1: [4] File ../data/sample_obs/ST2ml/ST2ml2005080709.Grb_G212
matches valid time of 20050807_090000
DEBUG 1: [5] File ../data/sample_obs/ST2ml/ST2ml2005080708.Grb_G212
matches valid time of 20050807_080000
DEBUG 1: [6] File ../data/sample_obs/ST2ml/ST2ml2005080707.Grb_G212
matches valid time of 20050807_070000
DEBUG 1: [7] File ../data/sample_obs/ST2ml/ST2ml2005080706.Grb_G212
matches valid time of 20050807_060000
DEBUG 1: [8] File ../data/sample_obs/ST2ml/ST2ml2005080705.Grb_G212
matches valid time of 20050807_050000
DEBUG 1: [9] File ../data/sample_obs/ST2ml/ST2ml2005080704.Grb_G212
matches valid time of 20050807_040000
DEBUG 1: [10] File ../data/sample_obs/ST2ml/ST2ml2005080703.Grb_G212
matches valid time of 20050807_030000
DEBUG 1: [11] File ../data/sample_obs/ST2ml/ST2ml2005080702.Grb_G212
matches valid time of 20050807_020000
DEBUG 1: [12] File ../data/sample_obs/ST2ml/ST2ml2005080701.Grb_G212
matches valid time of 20050807_010000
DEBUG 1: [1] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080712.Grb_G212
DEBUG 1: [2] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080711.Grb_G212
DEBUG 1: [3] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080710.Grb_G212
DEBUG 1: [4] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080709.Grb_G212
DEBUG 1: [5] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080708.Grb_G212
DEBUG 1: [6] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080707.Grb_G212
DEBUG 1: [7] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080706.Grb_G212
DEBUG 1: [8] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080705.Grb_G212
DEBUG 1: [9] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080704.Grb_G212
DEBUG 1: [10] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080703.Grb_G212
DEBUG 1: [11] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080702.Grb_G212
DEBUG 1: [12] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080701.Grb_G212
DEBUG 1: Writing output file:
../out/pcp_combine/sample_obs_2005080712V_12A.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no

*** Running PCP-Combine to combine 1-hourly APCP accumulation
observations into a single 12 hour accumulation observation ***
../src/tools/core/pcp_combine/pcp_combine \
   	00000000_000000 1 20050808_000000 12 \
   	../out/pcp_combine/sample_obs_2005080800V_12A.nc \
   	-pcpdir ../data/sample_obs/ST2ml
DEBUG 1: [1] File ../data/sample_obs/ST2ml/ST2ml2005080800.Grb_G212
matches valid time of 20050808_000000
DEBUG 1: [2] File ../data/sample_obs/ST2ml/ST2ml2005080723.Grb_G212
matches valid time of 20050807_230000
DEBUG 1: [3] File ../data/sample_obs/ST2ml/ST2ml2005080722.Grb_G212
matches valid time of 20050807_220000
DEBUG 1: [4] File ../data/sample_obs/ST2ml/ST2ml2005080721.Grb_G212
matches valid time of 20050807_210000
DEBUG 1: [5] File ../data/sample_obs/ST2ml/ST2ml2005080720.Grb_G212
matches valid time of 20050807_200000
DEBUG 1: [6] File ../data/sample_obs/ST2ml/ST2ml2005080719.Grb_G212
matches valid time of 20050807_190000
DEBUG 1: [7] File ../data/sample_obs/ST2ml/ST2ml2005080718.Grb_G212
matches valid time of 20050807_180000
DEBUG 1: [8] File ../data/sample_obs/ST2ml/ST2ml2005080717.Grb_G212
matches valid time of 20050807_170000
DEBUG 1: [9] File ../data/sample_obs/ST2ml/ST2ml2005080716.Grb_G212
matches valid time of 20050807_160000
DEBUG 1: [10] File ../data/sample_obs/ST2ml/ST2ml2005080715.Grb_G212
matches valid time of 20050807_150000
DEBUG 1: [11] File ../data/sample_obs/ST2ml/ST2ml2005080714.Grb_G212
matches valid time of 20050807_140000
DEBUG 1: [12] File ../data/sample_obs/ST2ml/ST2ml2005080713.Grb_G212
matches valid time of 20050807_130000
DEBUG 1: [1] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080800.Grb_G212
DEBUG 1: [2] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080723.Grb_G212
DEBUG 1: [3] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080722.Grb_G212
DEBUG 1: [4] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080721.Grb_G212
DEBUG 1: [5] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080720.Grb_G212
DEBUG 1: [6] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080719.Grb_G212
DEBUG 1: [7] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080718.Grb_G212
DEBUG 1: [8] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080717.Grb_G212
DEBUG 1: [9] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080716.Grb_G212
DEBUG 1: [10] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080715.Grb_G212
DEBUG 1: [11] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080714.Grb_G212
DEBUG 1: [12] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080713.Grb_G212
DEBUG 1: Writing output file:
../out/pcp_combine/sample_obs_2005080800V_12A.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no

*** Running PCP-Combine to combine 1-hourly APCP accumulation
observations into a single 24 hour accumulation observation ***
../src/tools/core/pcp_combine/pcp_combine \
   	00000000_000000 1 20050808_000000 24 \
   	../out/pcp_combine/sample_obs_2005080800V_24A.nc \
-pcpdir ../data/sample_obs/ST2ml
DEBUG 1: [1] File ../data/sample_obs/ST2ml/ST2ml2005080800.Grb_G212
matches valid time of 20050808_000000
DEBUG 1: [2] File ../data/sample_obs/ST2ml/ST2ml2005080723.Grb_G212
matches valid time of 20050807_230000
DEBUG 1: [3] File ../data/sample_obs/ST2ml/ST2ml2005080722.Grb_G212
matches valid time of 20050807_220000
DEBUG 1: [4] File ../data/sample_obs/ST2ml/ST2ml2005080721.Grb_G212
matches valid time of 20050807_210000
DEBUG 1: [5] File ../data/sample_obs/ST2ml/ST2ml2005080720.Grb_G212
matches valid time of 20050807_200000
DEBUG 1: [6] File ../data/sample_obs/ST2ml/ST2ml2005080719.Grb_G212
matches valid time of 20050807_190000
DEBUG 1: [7] File ../data/sample_obs/ST2ml/ST2ml2005080718.Grb_G212
matches valid time of 20050807_180000
DEBUG 1: [8] File ../data/sample_obs/ST2ml/ST2ml2005080717.Grb_G212
matches valid time of 20050807_170000
DEBUG 1: [9] File ../data/sample_obs/ST2ml/ST2ml2005080716.Grb_G212
matches valid time of 20050807_160000
DEBUG 1: [10] File ../data/sample_obs/ST2ml/ST2ml2005080715.Grb_G212
matches valid time of 20050807_150000
DEBUG 1: [11] File ../data/sample_obs/ST2ml/ST2ml2005080714.Grb_G212
matches valid time of 20050807_140000
DEBUG 1: [12] File ../data/sample_obs/ST2ml/ST2ml2005080713.Grb_G212
matches valid time of 20050807_130000
DEBUG 1: [13] File ../data/sample_obs/ST2ml/ST2ml2005080712.Grb_G212
matches valid time of 20050807_120000
DEBUG 1: [14] File ../data/sample_obs/ST2ml/ST2ml2005080711.Grb_G212
matches valid time of 20050807_110000
DEBUG 1: [15] File ../data/sample_obs/ST2ml/ST2ml2005080710.Grb_G212
matches valid time of 20050807_100000
DEBUG 1: [16] File ../data/sample_obs/ST2ml/ST2ml2005080709.Grb_G212
matches valid time of 20050807_090000
DEBUG 1: [17] File ../data/sample_obs/ST2ml/ST2ml2005080708.Grb_G212
matches valid time of 20050807_080000
DEBUG 1: [18] File ../data/sample_obs/ST2ml/ST2ml2005080707.Grb_G212
matches valid time of 20050807_070000
DEBUG 1: [19] File ../data/sample_obs/ST2ml/ST2ml2005080706.Grb_G212
matches valid time of 20050807_060000
DEBUG 1: [20] File ../data/sample_obs/ST2ml/ST2ml2005080705.Grb_G212
matches valid time of 20050807_050000
DEBUG 1: [21] File ../data/sample_obs/ST2ml/ST2ml2005080704.Grb_G212
matches valid time of 20050807_040000
DEBUG 1: [22] File ../data/sample_obs/ST2ml/ST2ml2005080703.Grb_G212
matches valid time of 20050807_030000
DEBUG 1: [23] File ../data/sample_obs/ST2ml/ST2ml2005080702.Grb_G212
matches valid time of 20050807_020000
DEBUG 1: [24] File ../data/sample_obs/ST2ml/ST2ml2005080701.Grb_G212
matches valid time of 20050807_010000
DEBUG 1: [1] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080800.Grb_G212
DEBUG 1: [2] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080723.Grb_G212
DEBUG 1: [3] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080722.Grb_G212
DEBUG 1: [4] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080721.Grb_G212
DEBUG 1: [5] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080720.Grb_G212
DEBUG 1: [6] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080719.Grb_G212
DEBUG 1: [7] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080718.Grb_G212
DEBUG 1: [8] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080717.Grb_G212
DEBUG 1: [9] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080716.Grb_G212
DEBUG 1: [10] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080715.Grb_G212
DEBUG 1: [11] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080714.Grb_G212
DEBUG 1: [12] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080713.Grb_G212
DEBUG 1: [13] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080712.Grb_G212
DEBUG 1: [14] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080711.Grb_G212
DEBUG 1: [15] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080710.Grb_G212
DEBUG 1: [16] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080709.Grb_G212
DEBUG 1: [17] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080708.Grb_G212
DEBUG 1: [18] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080707.Grb_G212
DEBUG 1: [19] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080706.Grb_G212
DEBUG 1: [20] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080705.Grb_G212
DEBUG 1: [21] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080704.Grb_G212
DEBUG 1: [22] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080703.Grb_G212
DEBUG 1: [23] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080702.Grb_G212
DEBUG 1: [24] Reading input file:
../data/sample_obs/ST2ml/ST2ml2005080701.Grb_G212
DEBUG 1: Writing output file:
../out/pcp_combine/sample_obs_2005080800V_24A.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
../src/tools/core/grid_stat/grid_stat \
   	../out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc \
   	../out/pcp_combine/sample_obs_2005080712V_12A.nc \
   	config/GridStatConfig_APCP_12 \
   	-outdir ../out/grid_stat -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: config/GridStatConfig_APCP_12
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 1: Forecast File:
../out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc
DEBUG 1: Observation File:
../out/pcp_combine/sample_obs_2005080712V_12A.nc
DEBUG 2: Processing masking regions.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NEAREST(1), over region DTC165, using 2651 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NEAREST(1), over region DTC166, using 3804 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NEAREST(1), over region CONUS, using 5414 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NEAREST(1), over region LMV, using 524 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(9), raw thresholds of >0.0 and >0.0, over region
LMV, using 2361 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(9), raw thresholds of >0.0 and >0.0, over region
DTC165, using 3498 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(9), raw thresholds of >0.0 and >0.0, over region
DTC166, using 5276 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(9), raw thresholds of >0.0 and >0.0, over region
CONUS, using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(9), raw thresholds of >=5.0 and >=5.0, over region
LMV, using 2361 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(9), raw thresholds of >=5.0 and >=5.0, over region
DTC165, using 3498 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(9), raw thresholds of >=5.0 and >=5.0, over region
DTC166, using 5276 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(9), raw thresholds of >=5.0 and >=5.0, over region
CONUS, using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(25), raw thresholds of >0.0 and >0.0, over region
LMV, using 2071 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(25), raw thresholds of >0.0 and >0.0, over region
DTC165, using 3205 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(25), raw thresholds of >0.0 and >0.0, over region
DTC166, using 5025 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(25), raw thresholds of >0.0 and >0.0, over region
CONUS, using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(25), raw thresholds of >=5.0 and >=5.0, over
region LMV, using 2071 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(25), raw thresholds of >=5.0 and >=5.0, over
region DTC165, using 3205 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(25), raw thresholds of >=5.0 and >=5.0, over
region DTC166, using 5025 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing
method NBRHD_SQUARE(25), raw thresholds of >=5.0 and >=5.0, over
region CONUS, using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V.stat
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_fho.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_ctc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_cts.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_cnt.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_sl1l2.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_eclv.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_nbrctc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_nbrcts.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_nbrcnt.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_12_120000L_20050807_120000V_pairs.nc

*** Running Grid-Stat on POP using a GRIB forecast and netCDF
observation ***
../src/tools/core/grid_stat/grid_stat \
   	../data/sample_fcst/2005080312/pop5km_2005080312F096.grib_G212 \
   	../out/pcp_combine/sample_obs_2005080800V_12A.nc \
   	config/GridStatConfig_POP_12 \
   	-outdir ../out/grid_stat -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: config/GridStatConfig_POP_12
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 1: Forecast File:
../data/sample_fcst/2005080312/pop5km_2005080312F096.grib_G212
DEBUG 1: Observation File:
../out/pcp_combine/sample_obs_2005080800V_12A.nc
DEBUG 2: Processing masking regions.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing POP/L0 versus APCP_12(*,*), for smoothing method
NEAREST(1), over region DTC165, using 2698 pairs.
DEBUG 2: Computing Probabilistic Statistics.
DEBUG 2: Processing POP/L0 versus APCP_12(*,*), for smoothing method
NEAREST(1), over region DTC166, using 3807 pairs.
DEBUG 2: Computing Probabilistic Statistics.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file:
../out/grid_stat/grid_stat_POP_12_1080000L_20050808_000000V.stat
DEBUG 1: Output file:
../out/grid_stat/grid_stat_POP_12_1080000L_20050808_000000V_pct.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_POP_12_1080000L_20050808_000000V_pstd.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_POP_12_1080000L_20050808_000000V_pjc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_POP_12_1080000L_20050808_000000V_prc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_POP_12_1080000L_20050808_000000V_eclv.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_POP_12_1080000L_20050808_000000V_pairs.nc

*** Running Grid-Stat on APCP using a GRIB forecast and netCDF
observation ***
../src/tools/core/grid_stat/grid_stat \
   	../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
   	../out/pcp_combine/sample_obs_2005080800V_24A.nc \
   	config/GridStatConfig_APCP_24 \
   	-outdir ../out/grid_stat -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: config/GridStatConfig_APCP_24
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 1: Forecast File:
../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212
DEBUG 1: Observation File:
../out/pcp_combine/sample_obs_2005080800V_24A.nc
DEBUG 2: Processing masking regions.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NEAREST(1), over region DTC165, using 2646 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Multi-Category Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NEAREST(1), over region DTC166, using 3761 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Multi-Category Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NEAREST(1), over region CONUS, using 5414 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Multi-Category Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NEAREST(1), over region LMV, using 524 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Multi-Category Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >0.0 and >0.0, over region LMV,
using 2361 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >0.0 and >0.0, over region DTC165,
using 3463 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >0.0 and >0.0, over region DTC166,
using 5273 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >0.0 and >0.0, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >5.0 and >5.0, over region LMV,
using 2361 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >5.0 and >5.0, over region DTC165,
using 3463 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >5.0 and >5.0, over region DTC166,
using 5273 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >5.0 and >5.0, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >10.0 and >10.0, over region LMV,
using 2361 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >10.0 and >10.0, over region
DTC165, using 3463 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >10.0 and >10.0, over region
DTC166, using 5273 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(9), raw thresholds of >10.0 and >10.0, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >0.0 and >0.0, over region LMV,
using 2071 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >0.0 and >0.0, over region DTC165,
using 3178 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >0.0 and >0.0, over region DTC166,
using 5017 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >0.0 and >0.0, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >5.0 and >5.0, over region LMV,
using 2071 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >5.0 and >5.0, over region DTC165,
using 3178 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >5.0 and >5.0, over region DTC166,
using 5017 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >5.0 and >5.0, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >10.0 and >10.0, over region LMV,
using 2071 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >10.0 and >10.0, over region
DTC165, using 3178 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >10.0 and >10.0, over region
DTC166, using 5017 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing APCP/A24 versus APCP_24(*,*), for smoothing method
NBRHD_SQUARE(25), raw thresholds of >10.0 and >10.0, over region
CONUS, using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V.stat
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_fho.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_ctc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_cts.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_mctc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_mcts.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_cnt.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_sl1l2.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_eclv.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_nbrctc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_nbrcts.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_nbrcnt.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_APCP_24_240000L_20050808_000000V_pairs.nc

*** Running Grid-Stat using GRIB input for both forecast and
observation ***
../src/tools/core/grid_stat/grid_stat \
   	../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212 \
   	../data/sample_fcst/2005080712/wrfprs_ruc13_00.tm00_G212 \
   	config/GridStatConfig_all \
   	-outdir ../out/grid_stat -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: config/GridStatConfig_all
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 1: Forecast File:
../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212
DEBUG 1: Observation File:
../data/sample_fcst/2005080712/wrfprs_ruc13_00.tm00_G212
DEBUG 2: Processing masking regions.
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NEAREST(1), over region DTC165, using 5558 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NEAREST(1), over region DTC166, using 6862 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NEAREST(1), over region CONUS, using 5479 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NEAREST(1), over region LMV, using 524 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Computing Gradient Statistics over region DTC165, using 5558
pairs.
DEBUG 2: Computing Gradient Statistics over region DTC166, using 6862
pairs.
DEBUG 2: Computing Gradient Statistics over region CONUS, using 5479
pairs.
DEBUG 2: Computing Gradient Statistics over region LMV, using 524
pairs.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of <300 and <300, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of <300 and <300, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of <300 and <300, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of <300 and <300, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=300 and >=300, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=300 and >=300, over region
DTC165, using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=300 and >=300, over region
DTC166, using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=300 and >=300, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of <300 and <300, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of <300 and <300, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of <300 and <300, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of <300 and <300, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=300 and >=300, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=300 and >=300, over region
DTC165, using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=300 and >=300, over region
DTC166, using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing TMP/Z2 versus TMP/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=300 and >=300, over region
CONUS, using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NEAREST(1), over region DTC165, using 5558 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NEAREST(1), over region DTC166, using 6862 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NEAREST(1), over region CONUS, using 5479 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NEAREST(1), over region LMV, using 524 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Computing Gradient Statistics over region DTC165, using 5558
pairs.
DEBUG 2: Computing Gradient Statistics over region DTC166, using 6862
pairs.
DEBUG 2: Computing Gradient Statistics over region CONUS, using 5479
pairs.
DEBUG 2: Computing Gradient Statistics over region LMV, using 524
pairs.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=80 and >=80, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=80 and >=80, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=80 and >=80, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=80 and >=80, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=80 and >=80, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=80 and >=80, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=80 and >=80, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing RH/Z2 versus RH/Z2, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=80 and >=80, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NEAREST(1), over region DTC165, using 5558 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NEAREST(1), over region DTC166, using 6862 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NEAREST(1), over region CONUS, using 5479 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NEAREST(1), over region LMV, using 524 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Computing Gradient Statistics over region DTC165, using 5558
pairs.
DEBUG 2: Computing Gradient Statistics over region DTC166, using 6862
pairs.
DEBUG 2: Computing Gradient Statistics over region CONUS, using 5479
pairs.
DEBUG 2: Computing Gradient Statistics over region LMV, using 524
pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=2 and >=2, over region LMV, using
5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=2 and >=2, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=2 and >=2, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=2 and >=2, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=5 and >=5, over region LMV, using
5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=5 and >=5, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=5 and >=5, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=5 and >=5, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=2 and >=2, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=2 and >=2, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=2 and >=2, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=2 and >=2, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=5 and >=5, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=5 and >=5, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=5 and >=5, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=5 and >=5, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NEAREST(1), over region DTC165, using 5558 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NEAREST(1), over region DTC166, using 6862 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NEAREST(1), over region CONUS, using 5479 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NEAREST(1), over region LMV, using 524 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Computing Gradient Statistics over region DTC165, using 5558
pairs.
DEBUG 2: Computing Gradient Statistics over region DTC166, using 6862
pairs.
DEBUG 2: Computing Gradient Statistics over region CONUS, using 5479
pairs.
DEBUG 2: Computing Gradient Statistics over region LMV, using 524
pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=2 and >=2, over region LMV, using
5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=2 and >=2, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=2 and >=2, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=2 and >=2, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=5 and >=5, over region LMV, using
5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=5 and >=5, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=5 and >=5, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(9), raw thresholds of >=5 and >=5, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=2 and >=2, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=2 and >=2, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=2 and >=2, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=2 and >=2, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=5 and >=5, over region LMV,
using 5558 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=5 and >=5, over region DTC165,
using 6862 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=5 and >=5, over region DTC166,
using 5479 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for smoothing method
NBRHD_SQUARE(25), raw thresholds of >=5 and >=5, over region CONUS,
using 524 pairs.
DEBUG 2: Computing Neighborhood Categorical Statistics.
DEBUG 2: Computing Neighborhood Continuous Statistics.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V.stat
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_fho.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_ctc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_cts.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_cnt.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_sl1l2.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_vl1l2.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_eclv.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_nbrctc.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_nbrcts.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_nbrcnt.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_grad.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_vcnt.txt
DEBUG 1: Output file:
../out/grid_stat/grid_stat_120000L_20050807_120000V_pairs.nc

*** Running MADIS2NC to reformat MADIS point observations into NetCDF
***
../src/tools/other/madis2nc/madis2nc \
  	../data/sample_obs/madis/metar/metar_2012040912_F000.nc \
  	../out/madis2nc/metar_2012040912_F000.nc \
  	-type metar -rec_beg 2000 -rec_end 6000 -v 2
DEBUG 1: Reading MADIS File:
../data/sample_obs/madis/metar/metar_2012040912_F000.nc
DEBUG 1: Writing MET File:	../out/madis2nc/metar_2012040912_F000.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 2: Processing METAR recs				= 4000
DEBUG 2: Rejected recs based on masking grid		= 0
DEBUG 2: Rejected recs based on masking poly		= 0
DEBUG 2: Rejected recs based on masking station ID's	= 0
DEBUG 2: Rejected obs  based on fill value		= 35746
DEBUG 2: Rejected obs  based on quality control		= 0
DEBUG 2: Total observations retained or derived		= 27894

*** Running MODE on APCP using netCDF input for both forecast and
observation ***
../src/tools/core/mode/mode \
   	../out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc \
   	../out/pcp_combine/sample_obs_2005080712V_12A.nc \
   	config/MODEConfig_APCP_12 \
   	-outdir ../out/mode -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/MODEConfig_default
DEBUG 1: Match Config File: config/MODEConfig_APCP_12
DEBUG 1: Merge Config File: config/MODEConfig_APCP_12
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Forecast File:
../out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc
DEBUG 1: Observation File:
../out/pcp_combine/sample_obs_2005080712V_12A.nc
DEBUG 1: Forecast Field: APCP_12 at A12
DEBUG 1: Observation Field: APCP_12 at A12
DEBUG 2: Processing masking regions.
DEBUG 2: Identifying objects in the forecast and observation fields...
DEBUG 2: Computing contingency table statistics...
DEBUG 2: Identified: 7 forecast objects and 4 observation objects.
DEBUG 2: Performing merging (THRESH) in the forecast field.
DEBUG 2: Performing merging (THRESH) in the observation field.
DEBUG 2: Remaining: 7 forecast objects and 4 observation objects.
DEBUG 2: Performing matching (MERGE_BOTH) between the forecast and
observation fields.
DEBUG 1: Creating Fcst-Obs Object Statistics file:
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
DEBUG 1: Creating Contingency Table Statistics file:
../out/mode/mode_120000L_20050807_120000V_120000A_cts.txt
DEBUG 1: Creating Object NetCDF file:
../out/mode/mode_120000L_20050807_120000V_120000A_obj.nc
DEBUG 1: Loading forecast raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/met_default.ctable
DEBUG 1: Loading observation raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/met_default.ctable
DEBUG 1: Creating postscript file:
../out/mode/mode_120000L_20050807_120000V_120000A.ps

*** Running MODE on APCP using a GRIB forecast and netCDF observation
***
../src/tools/core/mode/mode \
   	../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
   	../out/pcp_combine/sample_obs_2005080800V_24A.nc \
   	config/MODEConfig_APCP_24 \
   	-outdir ../out/mode -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/MODEConfig_default
DEBUG 1: Match Config File: config/MODEConfig_APCP_24
DEBUG 1: Merge Config File: config/MODEConfig_APCP_24
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Forecast File:
../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212
DEBUG 1: Observation File:
../out/pcp_combine/sample_obs_2005080800V_24A.nc
DEBUG 1: Forecast Field: APCP_24 at A24
DEBUG 1: Observation Field: APCP_24 at A24
DEBUG 2: Processing masking regions.
DEBUG 2: Identifying objects in the forecast and observation fields...
DEBUG 2: Computing contingency table statistics...
DEBUG 2: Identified: 4 forecast objects and 6 observation objects.
DEBUG 2: Performing merging (NONE) in the forecast field.
DEBUG 2: Performing merging (NONE) in the observation field.
DEBUG 2: Remaining: 4 forecast objects and 6 observation objects.
DEBUG 2: Performing matching (MERGE_BOTH) between the forecast and
observation fields.
DEBUG 1: Creating Fcst-Obs Object Statistics file:
../out/mode/mode_240000L_20050808_000000V_240000A_obj.txt
DEBUG 1: Creating Contingency Table Statistics file:
../out/mode/mode_240000L_20050808_000000V_240000A_cts.txt
DEBUG 1: Creating Object NetCDF file:
../out/mode/mode_240000L_20050808_000000V_240000A_obj.nc
DEBUG 1: Loading forecast raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/met_default.ctable
DEBUG 1: Loading observation raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/met_default.ctable
DEBUG 1: Creating postscript file:
../out/mode/mode_240000L_20050808_000000V_240000A.ps

*** Running MODE on RH at 500mb using GRIB input for both forecast and
observation ***
../src/tools/core/mode/mode \
   	../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212 \
   	../data/sample_fcst/2005080712/wrfprs_ruc13_00.tm00_G212 \
   	config/MODEConfig_RH \
   	-outdir ../out/mode -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/MODEConfig_default
DEBUG 1: Match Config File: config/MODEConfig_RH
DEBUG 1: Merge Config File: config/MODEConfig_RH
DEBUG 1: Forecast File:
../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212
DEBUG 1: Observation File:
../data/sample_fcst/2005080712/wrfprs_ruc13_00.tm00_G212
DEBUG 1: Forecast Field: RH at P500
DEBUG 1: Observation Field: RH at P500
DEBUG 2: Processing masking regions.
DEBUG 2: Identifying objects in the forecast and observation fields...
DEBUG 2: Computing contingency table statistics...
DEBUG 2: Identified: 8 forecast objects and 12 observation objects.
DEBUG 2: Performing merging (NONE) in the forecast field.
DEBUG 2: Performing merging (NONE) in the observation field.
DEBUG 2: Remaining: 8 forecast objects and 12 observation objects.
DEBUG 2: Performing matching (MERGE_BOTH) between the forecast and
observation fields.
DEBUG 1: Creating Fcst-Obs Object Statistics file:
../out/mode/mode_120000L_20050807_120000V_000000A_obj.txt
DEBUG 1: Creating Contingency Table Statistics file:
../out/mode/mode_120000L_20050807_120000V_000000A_cts.txt
DEBUG 1: Creating Object NetCDF file:
../out/mode/mode_120000L_20050807_120000V_000000A_obj.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Loading forecast raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
DEBUG 1: Loading observation raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
DEBUG 1: Creating postscript file:
../out/mode/mode_120000L_20050807_120000V_000000A.ps

*** Running MODE-Analysis to compute column summaries for simple
forecast objects ***
../src/tools/core/mode_analysis/mode_analysis \
   	-lookin ../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
\
   	-summary \
   	-column AREA -column LENGTH -column WIDTH -column CURVATURE
-column INTENSITY_50 \
   	-fcst -config config/MODEAnalysisConfig \
   	-dump_row ../out/mode_analysis/job_summary_APCP_12_simple_fcst.txt
\
   	-out      ../out/mode_analysis/job_summary_APCP_12_simple_fcst.out
\
   	-v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
DEBUG 1: User Config File: config/MODEAnalysisConfig
DEBUG 2: Total mode lines read = 24
DEBUG 2: Total mode lines kept = 7

*** Running MODE-Analysis to compute column summaries for simple
observation objects ***
../src/tools/core/mode_analysis/mode_analysis \
   	-lookin ../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
\
   	-summary \
   	-column AREA -column LENGTH -column WIDTH -column CURVATURE
-column INTENSITY_50 \
   	-obs -config config/MODEAnalysisConfig \
   	-dump_row ../out/mode_analysis/job_summary_APCP_12_simple_obs.txt
\
   	-out      ../out/mode_analysis/job_summary_APCP_12_simple_obs.out
\
   	-v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
DEBUG 1: User Config File: config/MODEAnalysisConfig
DEBUG 2: Total mode lines read = 24
DEBUG 2: Total mode lines kept = 4

*** Running MODE-Analysis to summarize by case ***
../src/tools/core/mode_analysis/mode_analysis \
   	-lookin ../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
\
   	-lookin ../out/mode/mode_240000L_20050808_000000V_240000A_obj.txt
\
   	-bycase -single -simple \
   	-dump_row ../out/mode_analysis/job_summary_bycase.txt \
   	-out      ../out/mode_analysis/job_summary_bycase.out \
   	-v 2
DEBUG 2: Total mode lines read = 44
DEBUG 2: Total mode lines kept = 21

*** Running PB2NC on a PREPBUFR file ***
../src/tools/other/pb2nc/pb2nc \
 	../data/sample_obs/prepbufr/ndas.t00z.prepbufr.tm12.20070401.nr \
 	../out/pb2nc/sample_pb.nc \
 	config/PB2NCConfig_G212 \
 	-v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/PB2NCConfig_default
DEBUG 1: User Config File: config/PB2NCConfig_G212
DEBUG 1: Creating NetCDF File:		../out/pb2nc/sample_pb.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Pre-processing BUFR File for variable names from
../data/sample_obs/prepbufr/ndas.t00z.prepbufr.tm12.20070401.nr
DEBUG 1: process_pbfile_metadata() -> the number of records: 69833
DEBUG 1: Processing Bufr File:
../data/sample_obs/prepbufr/ndas.t00z.prepbufr.tm12.20070401.nr
DEBUG 1: Blocking Bufr file to:	/tmp/tmp_pb2nc_blk_29087_0
DEBUG 2: PrepBufr Time Center:		20070331_120000
DEBUG 2: Searching Time Window:		20070331_113000 to 20070331_123000
DEBUG 2: Processing 69833 PrepBufr messages...
5% 10% 15% 20% 25% 30% 35% 40% 45% 50% 55% 60% 65% 70% 75% 80% 85% 90%
95%

DEBUG 2: Total PrepBufr Messages processed	= 69833
DEBUG 2: Rejected based on message type		= 0
DEBUG 2: Rejected based on station id		= 0
DEBUG 2: Rejected based on valid time		= 42784
DEBUG 2: Rejected based on masking grid		= 14617
DEBUG 2: Rejected based on masking polygon	= 0
DEBUG 2: Rejected based on elevation		= 0
DEBUG 2: Rejected based on pb report type	= 0
DEBUG 2: Rejected based on input report type	= 0
DEBUG 2: Rejected based on instrument type	= 0
DEBUG 2: Rejected based on zero observations	= 3036
DEBUG 2: Total PrepBufr Messages retained	= 9396
DEBUG 2: Total observations retained or derived	= 87753

*** Running PLOT_DATA_PLANE on a sample GRIB1 gridded file  ***
../src/tools/other/plot_data_plane/plot_data_plane \
  	../data/sample_fcst/2007033000/nam.t00z.awip1236.tm00.20070330.grb
\
  	../out/plot_data_plane/nam.t00z.awip1236.tm00.20070330_TMPZ2.ps \
  	'name="TMP"; level="Z2";' \
   	-title "GRIB1 NAM Z2 TMP" \
   	-v 1
DEBUG 1: Opening data file:
../data/sample_fcst/2007033000/nam.t00z.awip1236.tm00.20070330.grb
DEBUG 1: Creating postscript file:
../out/plot_data_plane/nam.t00z.awip1236.tm00.20070330_TMPZ2.ps

*** Running PLOT_DATA_PLANE on a sample netCDF file  ***
../src/tools/other/plot_data_plane/plot_data_plane \
  	../out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc \
  	../out/plot_data_plane/sample_fcst_12L_2005080712V_12A_APCP12_NC_MET.ps
\
  	'name = "APCP_12"; level = "(*,*)";' \
  	-title "NC MET 12-hour APCP" \
  	-v 1
DEBUG 1: Opening data file:
../out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Creating postscript file:
../out/plot_data_plane/sample_fcst_12L_2005080712V_12A_APCP12_NC_MET.ps

*** Running PLOT_POINT_OBS on a sample netCDF observation file ***
../src/tools/other/plot_point_obs/plot_point_obs \
   	../out/pb2nc/sample_pb.nc \
   	../out/plot_point_obs/sample_pb.ps
DEBUG 2: Using default global grid.
DEBUG 1: Opening netCDF file: ../out/pb2nc/sample_pb.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 2: Processing 87753 observations at 9396 locations.
DEBUG 2: Observation var names: ALL
DEBUG 2: Observation message types: ALL
DEBUG 1: Creating postscript file: ../out/plot_point_obs/sample_pb.ps
DEBUG 2: Finished plotting 9396 locations.
DEBUG 2: Skipped 0 locations off the grid.

*** Running Point-Stat on sample NAM data ***
../src/tools/core/point_stat/point_stat \
   	../data/sample_fcst/2007033000/nam.t00z.awip1236.tm00.20070330.grb
\
   	../out/pb2nc/sample_pb.nc \
   	config/PointStatConfig \
   	-point_obs ../out/ascii2nc/sample_ascii.nc \
   	-outdir ../out/point_stat -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/PointStatConfig_default
DEBUG 1: User Config File: config/PointStatConfig
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 1: Forecast File:
../data/sample_fcst/2007033000/nam.t00z.awip1236.tm00.20070330.grb
DEBUG 1: Observation File: ../out/pb2nc/sample_pb.nc
DEBUG 1: Observation File: ../out/ascii2nc/sample_ascii.nc
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Reading data for TMP/P900-750.
DEBUG 2: Processing masking regions.
DEBUG 2: For TMP/P900-750 found 4 forecast levels, 0 climatology mean
levels, and 0 climatology standard deviation levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Reading data for UGRD/Z10.
DEBUG 2: For UGRD/Z10 found 1 forecast levels, 0 climatology mean
levels, and 0 climatology standard deviation levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Reading data for VGRD/Z10.
DEBUG 2: For VGRD/Z10 found 1 forecast levels, 0 climatology mean
levels, and 0 climatology standard deviation levels.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Searching 87753 observations from 9396 messages.
DEBUG 2: Searching 2140 observations from 5 messages.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region DTC165, for interpolation method NEAREST(1),
using 132 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region DTC165, for interpolation method
MEDIAN_SQUARE(9), using 132 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region DTC165, for interpolation method
DW_MEAN_SQUARE(9), using 132 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region DTC166, for interpolation method NEAREST(1),
using 317 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region DTC166, for interpolation method
MEDIAN_SQUARE(9), using 317 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region DTC166, for interpolation method
DW_MEAN_SQUARE(9), using 317 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region LMV, for interpolation method NEAREST(1),
using 13 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region LMV, for interpolation method
MEDIAN_SQUARE(9), using 13 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPUPA, over region LMV, for interpolation method
DW_MEAN_SQUARE(9), using 13 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region DTC165, for interpolation method NEAREST(1),
using 312 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region DTC165, for interpolation method
MEDIAN_SQUARE(9), using 312 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region DTC165, for interpolation method
DW_MEAN_SQUARE(9), using 312 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region DTC166, for interpolation method NEAREST(1),
using 8 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region DTC166, for interpolation method
MEDIAN_SQUARE(9), using 8 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region DTC166, for interpolation method
DW_MEAN_SQUARE(9), using 8 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region LMV, for interpolation method NEAREST(1),
using 0 pairs.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region LMV, for interpolation method
MEDIAN_SQUARE(9), using 0 pairs.
DEBUG 2: Processing TMP/P900-750 versus TMP/P900-750, for observation
type ADPSFC, over region LMV, for interpolation method
DW_MEAN_SQUARE(9), using 0 pairs.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region DTC165, for interpolation method NEAREST(1), using
0 pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region DTC165, for interpolation method MEDIAN_SQUARE(9),
using 0 pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region DTC165, for interpolation method
DW_MEAN_SQUARE(9), using 0 pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region DTC166, for interpolation method NEAREST(1), using
0 pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region DTC166, for interpolation method MEDIAN_SQUARE(9),
using 0 pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region DTC166, for interpolation method
DW_MEAN_SQUARE(9), using 0 pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region LMV, for interpolation method NEAREST(1), using 0
pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region LMV, for interpolation method MEDIAN_SQUARE(9),
using 0 pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPUPA, over region LMV, for interpolation method DW_MEAN_SQUARE(9),
using 0 pairs.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region DTC165, for interpolation method NEAREST(1), using
934 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region DTC165, for interpolation method MEDIAN_SQUARE(9),
using 934 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region DTC165, for interpolation method
DW_MEAN_SQUARE(9), using 934 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region DTC166, for interpolation method NEAREST(1), using
2955 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region DTC166, for interpolation method MEDIAN_SQUARE(9),
using 2955 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region DTC166, for interpolation method
DW_MEAN_SQUARE(9), using 2955 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region LMV, for interpolation method NEAREST(1), using
364 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region LMV, for interpolation method MEDIAN_SQUARE(9),
using 364 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing UGRD/Z10 versus UGRD/Z10, for observation type
ADPSFC, over region LMV, for interpolation method DW_MEAN_SQUARE(9),
using 364 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region DTC165, for interpolation method NEAREST(1), using
0 pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region DTC165, for interpolation method MEDIAN_SQUARE(9),
using 0 pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region DTC165, for interpolation method
DW_MEAN_SQUARE(9), using 0 pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region DTC166, for interpolation method NEAREST(1), using
0 pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region DTC166, for interpolation method MEDIAN_SQUARE(9),
using 0 pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region DTC166, for interpolation method
DW_MEAN_SQUARE(9), using 0 pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region LMV, for interpolation method NEAREST(1), using 0
pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region LMV, for interpolation method MEDIAN_SQUARE(9),
using 0 pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPUPA, over region LMV, for interpolation method DW_MEAN_SQUARE(9),
using 0 pairs.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region DTC165, for interpolation method NEAREST(1), using
934 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region DTC165, for interpolation method MEDIAN_SQUARE(9),
using 934 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region DTC165, for interpolation method
DW_MEAN_SQUARE(9), using 934 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region DTC166, for interpolation method NEAREST(1), using
2955 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region DTC166, for interpolation method MEDIAN_SQUARE(9),
using 2955 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region DTC166, for interpolation method
DW_MEAN_SQUARE(9), using 2955 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region LMV, for interpolation method NEAREST(1), using
364 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region LMV, for interpolation method MEDIAN_SQUARE(9),
using 364 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2: Processing VGRD/Z10 versus VGRD/Z10, for observation type
ADPSFC, over region LMV, for interpolation method DW_MEAN_SQUARE(9),
using 364 pairs.
DEBUG 2: Computing Categorical Statistics.
DEBUG 2: Computing Continuous Statistics.
DEBUG 2: Computing Scalar Partial Sums.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V.stat
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_fho.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_ctc.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_cts.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_cnt.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_sl1l2.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_sal1l2.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_vl1l2.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_val1l2.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_eclv.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_mpr.txt
DEBUG 1: Output file:
../out/point_stat/point_stat_360000L_20070331_120000V_vcnt.txt

*** Running Wavelet-Stat on APCP using a GRIB forecast and netCDF
observation ***
../src/tools/core/wavelet_stat/wavelet_stat \
   	../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212 \
   	../out/pcp_combine/sample_obs_2005080712V_12A.nc \
   	config/WaveletStatConfig_APCP_12 \
   	-outdir ../out/wavelet_stat -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/WaveletStatConfig_default
DEBUG 1: User Config File: config/WaveletStatConfig_APCP_12
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Forecast File:
../data/sample_fcst/2005080700/wrfprs_ruc13_12.tm00_G212
DEBUG 1: Observation File:
../out/pcp_combine/sample_obs_2005080712V_12A.nc
DEBUG 2:
DEBUG 2: Tiling Method: Apply 1 tile(s) automatically computed with
dimension = 128 and lower-left (x, y) = (29.00000, 1.00000)
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing APCP/A12 versus APCP_12(*,*).
DEBUG 2: Forecast field: Replaced 9703 bad data values out of 23865
points with fill value of 0.
DEBUG 2: Observation field: Replaced 17405 bad data values out of
23865 points with fill value of 0.
DEBUG 2: Loading forecast raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/met_default.ctable
DEBUG 2: Loading observation raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/met_default.ctable
DEBUG 2: Loading wavelet color table: /usr/local/gfortran-
7.3/met/share/met/colortables/NCL_colortables/BlWhRe.ctable
DEBUG 2: Retrieving data for tile 1 with dimension = 128 and lower-
left (x, y) = (29, 1)
DEBUG 2: Computing Intensity-Scale decomposition for APCP/A12 gt0.0
versus APCP_12(*,*) gt0.0.
DEBUG 2: Computing Intensity-Scale decomposition for APCP/A12 ge5.0
versus APCP_12(*,*) ge5.0.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file:
../out/wavelet_stat/wavelet_stat_120000L_20050807_120000V.stat
DEBUG 1: Output file:
../out/wavelet_stat/wavelet_stat_120000L_20050807_120000V_isc.txt
DEBUG 1: Output file:
../out/wavelet_stat/wavelet_stat_120000L_20050807_120000V.nc
DEBUG 1: Output file:
../out/wavelet_stat/wavelet_stat_120000L_20050807_120000V.ps

*** Running Wavelet-Stat on APCP using netCDF input for both forecast
and observation ***
../src/tools/core/wavelet_stat/wavelet_stat \
   	../out/pcp_combine/sample_fcst_12L_2005080800V_12A.nc \
   	../out/pcp_combine/sample_obs_2005080800V_12A.nc \
   	config/WaveletStatConfig_APCP_12_NC \
   	-outdir ../out/wavelet_stat -v 2
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/WaveletStatConfig_default
DEBUG 1: User Config File: config/WaveletStatConfig_APCP_12_NC
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is
linked.
Data corruption or segmentation faults may occur if the application
continues.
This can happen when an application was compiled by one version of
HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library
related
settings such as 'LD_LIBRARY_PATH'.
'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
application will
continue at your own risk.
Headers are 1.10.1, library is 1.10.2
	    SUMMARY OF THE HDF5 CONFIGURATION
	    =================================

General Information:
-------------------
                   HDF5 Version: 1.10.2
                  Configured on: Mon Apr 23 14:30:04 MDT 2018
                  Configured by: root at linux256.psd.ad
                    Host system: x86_64-unknown-linux-gnu
              Uname information: Linux linux256.psd.ad 2.6.32-
696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64
GNU/Linux
                       Byte sex: little-endian
             Installation point: /usr/local/gfortran-7.3

Compiling Options:
------------------
                     Build Mode: production
              Debugging Symbols: no
                        Asserts: no
                      Profiling: no
             Optimization Level: high

Linking Options:
----------------
                      Libraries: static, shared
  Statically Linked Executables:
                        LDFLAGS:
                     H5_LDFLAGS:
                     AM_LDFLAGS:
                Extra libraries: -lrt -lz -ldl -lm
                       Archiver: ar
                       AR_FLAGS: cr
                         Ranlib: ranlib

Languages:
----------
                              C: yes
                     C Compiler: /usr/local/gfortran-7.3/bin/gcc ( gcc
(GCC) 7.3.0)
                       CPPFLAGS:
                    H5_CPPFLAGS: -D_GNU_SOURCE
-D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
                    AM_CPPFLAGS:
                        C Flags: -w -fPIC -m64
                     H5 C Flags:   -std=c99 -pedantic -Wall -Wextra
-Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual -Wconversion
-Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
-Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-
include-dirs -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpacked -Wpointer-arith -Wredundant-decls -Wshadow
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wunused-
macros -Wunsafe-loop-optimizations -Wwrite-strings -finline-functions
-s -Wno-inline -Wno-aggregate-return -Wno-missing-format-attribute
-Wno-missing-noreturn -O
                     AM C Flags:
               Shared C Library: yes
               Static C Library: yes


                        Fortran: yes
               Fortran Compiler: /usr/local/gfortran-7.3/bin/gfortran
( GNU Fortran (GCC) 7.3.0)
                  Fortran Flags: -w -fPIC -m64
               H5 Fortran Flags:  -pedantic -Wall -Wextra -Wunderflow
-Wimplicit-interface -Wsurprising -Wno-c-binding-type  -s -O2
               AM Fortran Flags:
         Shared Fortran Library: yes
         Static Fortran Library: yes

                            C++: no

                           Java: no


Features:
---------
                  Parallel HDF5: no
             High-level library: yes
                   Threadsafety: no
            Default API mapping: v110
 With deprecated public symbols: yes
         I/O filters (external): deflate(zlib)
                            MPE: no
                     Direct VFD: no
                        dmalloc: no
 Packages w/ extra debug output: none
                    API tracing: no
           Using memory checker: no
Memory allocation sanity checks: no
            Metadata trace file: no
         Function stack tracing: no
      Strict file format checks: no
   Optimization instrumentation: no
DEBUG 1: Forecast File:
../out/pcp_combine/sample_fcst_12L_2005080800V_12A.nc
DEBUG 1: Observation File:
../out/pcp_combine/sample_obs_2005080800V_12A.nc
DEBUG 2:
DEBUG 2: Tiling Method: Apply 1 tile(s) automatically computed with
dimension = 128 and lower-left (x, y) = (29.00000, 1.00000)
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*).
DEBUG 2: Forecast field: Replaced 9703 bad data values out of 23865
points with fill value of 0.
DEBUG 2: Observation field: Replaced 17318 bad data values out of
23865 points with fill value of 0.
DEBUG 2: Loading forecast raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/met_default.ctable
DEBUG 2: Loading observation raw color table: /usr/local/gfortran-
7.3/met/share/met/colortables/met_default.ctable
DEBUG 2: Loading wavelet color table: /usr/local/gfortran-
7.3/met/share/met/colortables/NCL_colortables/BlWhRe.ctable
DEBUG 2: Retrieving data for tile 1 with dimension = 128 and lower-
left (x, y) = (29, 1)
DEBUG 2: Computing Intensity-Scale decomposition for APCP_12(*,*)
gt0.0 versus APCP_12(*,*) gt0.0.
DEBUG 2: Computing Intensity-Scale decomposition for APCP_12(*,*)
ge5.0 versus APCP_12(*,*) ge5.0.
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
DEBUG 1: Output file:
../out/wavelet_stat/wavelet_stat_240000L_20050808_000000V.stat
DEBUG 1: Output file:
../out/wavelet_stat/wavelet_stat_240000L_20050808_000000V_isc.txt
DEBUG 1: Output file:
../out/wavelet_stat/wavelet_stat_240000L_20050808_000000V.nc
DEBUG 1: Output file:
../out/wavelet_stat/wavelet_stat_240000L_20050808_000000V.ps

*** Running STAT-Analysis ***
../src/tools/core/stat_analysis/stat_analysis \
   	-config config/STATAnalysisConfig \
   	-lookin ../out/grid_stat \
   	-lookin ../out/wavelet_stat \
   	-lookin ../out/ensemble_stat \
   	-out ../out/stat_analysis/stat_analysis.out \
   	-v 2
DEBUG 1: Creating STAT-Analysis output file
"../out/stat_analysis/stat_analysis.out"
DEBUG 1: Default Config File: /usr/local/gfortran-
7.3/met/share/met/config/STATAnalysisConfig_default
DEBUG 1: User Config File: config/STATAnalysisConfig
DEBUG 2: Processing 7 STAT files.
DEBUG 2: STAT Lines read     = 4807
DEBUG 2: STAT Lines retained = 4807
DEBUG 2:
DEBUG 2: Processing Job 1: -job filter -vx_mask DTC165 -line_type
SL1L2 -dump_row ../out/stat_analysis/job_filter_SL1L2.stat
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_filter_SL1L2.stat"
DEBUG 2: Job 1 used 6 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 2: -job summary -fcst_var TMP -alpha 0.05000
-line_type CNT -column ME -dump_row
../out/stat_analysis/job_summary_ME.stat -out_alpha 0.05000
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_summary_ME.stat"
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 4 unique VX_MASK values:
DTC165,DTC166,CONUS,LMV
DEBUG 2: Job 2 used 4 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 3: -job aggregate -fcst_var TMP -vx_mask
DTC165 -vx_mask DTC166 -line_type SL1L2 -dump_row
../out/stat_analysis/job_aggregate_SL1L2.stat
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_SL1L2.stat"
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 2 unique VX_MASK values:
DTC165,DTC166
DEBUG 2: Job 3 used 2 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 4: -job aggregate_stat -fcst_var TMP -vx_mask
DTC165 -vx_mask DTC166 -line_type SL1L2 -dump_row
../out/stat_analysis/job_aggregate_stat_SL1L2_CNT.stat -out_line_type
CNT -out_alpha 0.05000 -rank_corr_flag 1
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_stat_SL1L2_CNT.stat"
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 2 unique VX_MASK values:
DTC165,DTC166
DEBUG 2: Job 4 used 2 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 5: -job aggregate -fcst_var TMP -vx_mask
DTC165 -vx_mask DTC166 -fcst_thresh <300 -line_type FHO -dump_row
../out/stat_analysis/job_aggregate_FHO.stat
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_FHO.stat"
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 2 unique VX_MASK values:
DTC165,DTC166
DEBUG 2: Job 5 used 2 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 6: -job aggregate_stat -fcst_var TMP -vx_mask
DTC165 -vx_mask DTC166 -fcst_thresh <300 -line_type FHO -dump_row
../out/stat_analysis/job_aggregate_stat_FHO_CTS.stat -out_line_type
CTS -out_alpha 0.05000
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_stat_FHO_CTS.stat"
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 2 unique VX_MASK values:
DTC165,DTC166
DEBUG 2: Job 6 used 2 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 7: -job aggregate_stat -fcst_var APCP_24
-vx_mask DTC165 -vx_mask DTC166 -line_type MCTC -column_thresh N_CAT
==4 -dump_row ../out/stat_analysis/job_aggregate_stat_MCTC_MCTS.stat
-out_line_type MCTS -out_alpha 0.05000
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_stat_MCTC_MCTS.stat"
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 2 unique VX_MASK values:
DTC165,DTC166
DEBUG 2: Job 7 used 2 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 8: -job aggregate -vx_mask DTC165 -vx_mask
DTC166 -line_type PCT -dump_row
../out/stat_analysis/job_aggregate_PCT.stat
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_PCT.stat"
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 2 unique VX_MASK values:
DTC165,DTC166
DEBUG 2: Job 8 used 2 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 9: -job aggregate_stat -vx_mask DTC165
-vx_mask DTC166 -line_type PCT -dump_row
../out/stat_analysis/job_aggregate_stat_PCT_PSTD.stat -out_line_type
PSTD -out_alpha 0.05000
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_stat_PCT_PSTD.stat"
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 2 unique VX_MASK values:
DTC165,DTC166
DEBUG 2: Job 9 used 2 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 10: -job aggregate -vx_mask DTC165 -vx_mask
DTC166 -line_type GRAD -by FCST_VAR -dump_row
../out/stat_analysis/job_aggregate_GRAD.stat
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_GRAD.stat"
DEBUG 2: Computing output for 4 case(s).
DEBUG 2: For case "RH", found 2 unique VX_MASK values: DTC165,DTC166
DEBUG 2: For case "TMP", found 2 unique VX_MASK values: DTC165,DTC166
DEBUG 2: For case "UGRD", found 2 unique VX_MASK values: DTC165,DTC166
DEBUG 2: For case "VGRD", found 2 unique VX_MASK values: DTC165,DTC166
DEBUG 2: Job 10 used 8 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 11: -job aggregate -fcst_var APCP_12 -vx_mask
TILE_TOT -fcst_thresh >0.0 -line_type ISC -dump_row
../out/stat_analysis/job_aggregate_ISC.stat
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_ISC.stat"
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 2 unique FCST_LEAD values:
120000,240000
DEBUG 2: Job 11 used 18 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 12: -job aggregate -obtype MC_PCP -vx_mask
HUC4_1605 -vx_mask HUC4_1803 -vx_mask HUC4_1804 -vx_mask HUC4_1805
-vx_mask HUC4_1806 -line_type RHIST -dump_row
../out/stat_analysis/job_aggregate_RHIST.stat
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_RHIST.stat"
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 5 unique VX_MASK values:
HUC4_1605,HUC4_1803,HUC4_1804,HUC4_1805,HUC4_1806
DEBUG 2: Job 12 used 5 out of 4807 STAT lines.
DEBUG 2:
DEBUG 2: Processing Job 13: -job aggregate_stat -obtype ADPSFC
-vx_mask HUC4_1605 -vx_mask HUC4_1803 -vx_mask HUC4_1804 -vx_mask
HUC4_1805 -vx_mask HUC4_1806 -line_type ORANK -dump_row
../out/stat_analysis/job_aggregate_stat_ORANK_RHIST.stat
-out_line_type RHIST
DEBUG 1: Creating dump row output file
"../out/stat_analysis/job_aggregate_stat_ORANK_RHIST.stat"
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=1
DEBUG 2: Computing output for 1 case(s).
DEBUG 2: For case "(nul)", found 5 unique VX_MASK values:
HUC4_1605,HUC4_1803,HUC4_1804,HUC4_1805,HUC4_1806
DEBUG 2: Job 13 used 301 out of 4807 STAT lines.

   *** Finished Testing the Model Evaluation Tools Project ***

make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0_bugfix/scripts'

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #84896] patching issues
From: Barry McInnes (NOAA Affiliate)
Time: Thu Apr 26 14:02:18 2018

I just rechecked the library versions and they all seem to be the
latest
versions and the latest builds.
Which is why I am stuck explaining the version mismatch.
The mode program does work with user netcdf files, it just gives the
Warning message.

ldd $dir/met/bin/mode|grep  gfortran-7
     libnetcdf_c++4.so.1 =>
/usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1 (0x00007fa41bc81000)
     libnetcdf.so.13 => /usr/local/gfortran-7.3//lib/libnetcdf.so.13
(0x00007fa418918000)
     libgsl.so.19 => /usr/local/gfortran-7.3//lib/libgsl.so.19
(0x00007fa4183f3000)
     libgslcblas.so.0 => /usr/local/gfortran-7.3//lib/libgslcblas.so.0
(0x00007fa41819a000)
     libz.so.1 => /usr/local/gfortran-7.3//lib/libz.so.1
(0x00007fa417f7b000)
     libhdf5_hl.so.100 => /usr/local/gfortran-
7.3/lib/libhdf5_hl.so.100
(0x00007fa41778b000)
     libhdf5.so.101 => /usr/local/gfortran-7.3/lib/libhdf5.so.101
(0x00007fa4171c7000)
     libcurl.so.4 => /usr/local/gfortran-7.3/lib/libcurl.so.4
(0x00007fa416f5d000)
[root at linux256 gsl]# !1986
ls -l /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1*
lrwxrwxrwx 1 root root     23 Apr 23 14:13
/usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1 ->
libnetcdf_c++4.so.1.0.3
-rwxr-xr-x 1 root root 953512 Apr 23 14:13
/usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1.0.3
[root at linux256 gsl]# !1987
ls -l /usr/local/gfortran-7.3//lib/libnetcdf.so.13*
lrwxrwxrwx 1 root root      19 Apr 23 14:49
/usr/local/gfortran-7.3//lib/libnetcdf.so.13 -> libnetcdf.so.13.0.0
-rwxr-xr-x 1 root root 1609024 Apr 23 14:49
/usr/local/gfortran-7.3//lib/libnetcdf.so.13.0.0
[root at linux256 gsl]# !1988
ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
lrwxrwxrwx 1 root root      16 Apr 26 13:56
/usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
-rwxr-xr-x 1 root root 3628656 Apr 26 13:56
/usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
[root at linux256 gsl]# !1988
ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
lrwxrwxrwx 1 root root      16 Apr 26 13:56
/usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
-rwxr-xr-x 1 root root 3628656 Apr 26 13:56
/usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
[root at linux256 gsl]# !1989
ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100
lrwxrwxrwx 1 root root 21 Apr 23 14:39
/usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 -> libhdf5_hl.so.100.1.0
[root at linux256 gsl]# !1990
ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100*
lrwxrwxrwx 1 root root     21 Apr 23 14:39
/usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 -> libhdf5_hl.so.100.1.0
-rwxr-xr-x 1 root root 161296 Apr 23 14:39
/usr/local/gfortran-7.3/lib/libhdf5_hl.so.100.1.0
[root at linux256 gsl]# !1991
ls -l /usr/local/gfortran-7.3/lib/libhdf5.so.101*
lrwxrwxrwx 1 root root      18 Apr 23 14:39
/usr/local/gfortran-7.3/lib/libhdf5.so.101 -> libhdf5.so.101.1.0
-rwxr-xr-x 1 root root 4274800 Apr 23 14:39
/usr/local/gfortran-7.3/lib/libhdf5.so.101.1.0
[root at linux256 gsl]#



On 4/26/18 10:35, Julie Prestopnik via RT wrote:
> Hi Barry.
>
> I see you're having problems with MET.  It's a little hard to fully
tell
> what's going on.  In the future, if you could please attach the full
log
> file from your configure run and the full log from make_install and
> make_test, that would be helpful.
>
> You shouldn't be experiencing those HDF5 mismatch problems.  I would
> suggest rebuilding your HDF5 and NetCDF libraries in the manner
described
> in the tutorial and using the versions described in the tutorial on
this
> page:
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=configure
>
> While the instructions are from the met-6.1 tutorial, they are the
same for
> the met-7.0 code as well.
>
> I have installed met-7.0 including the patches (some have the
20180403
> patches but some have older patches) on various NOAA machines.  You
can
> find the location of those installs on this page:
>
>
https://dtcenter.org/met/users/downloads/existing_met_builds/METv7.0_existing_met_builds.php
>
> If possible, you could utilize those for your MET use.  I'm also
happy to
> help you work through any problems you're experiencing installing it
> yourself. Please try reinstalling HDF5 and the NetCDF libraries as
> indicated above and let me know how it goes.  If it is not
successful
> please include your log files as attachments and we'll go from
there.
>
> Thanks!
>
> Julie
>
>
> On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate) via
RT <
> met_help at ucar.edu> wrote:
>
>> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
>> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
>>         Queue: met_help
>>       Subject: patching issues
>>         Owner: Nobody
>>    Requestors: barry.j.mcinnes at noaa.gov
>>        Status: new
>>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>>
>>
>> Since doing the patch met-7.0_patches_20180403.tar, I have been
getting
>> this issue, as well as tests failing
>>
>> make[2]: Entering directory
>> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
>> test -z "" || rm -f
>> test . = "." || test -z "" || rm -f
>> /f951
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
>> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to 'const
>> char*' [-fpermissive]
>>       blk_file = make_temp_file_name(blk_prefix2, '\0');
>>                                                       ^
>> In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
>>                    from
>> ../../../../src/basic/vx_config/config_constants.h:14,
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to 'const
>> char*' [-fpermissive]
>>       blk_file = make_temp_file_name(blk_prefix, '\0');
>>                                                      ^
>> In file included from ../../../../src/basic/vx_util/vx_util.h:50:0,
>>                    from
>> ../../../../src/basic/vx_config/config_constants.h:14,
>>                    from
../../../../src/basic/vx_config/vx_config.h:15,
>>                    from pb2nc_conf_info.h:18,
>>                    from pb2nc.cc:75:
>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>> argument 2 of 'ConcatString make_temp_file_name(const char*, const
char*)'
>>    extern ConcatString make_temp_file_name(const char *, const char
*);
>>                        ^~~~~~~~~~~~~~~~~~~
>> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
>> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
>> -I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
>> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
>> -I../../../../src/libcode/vx_afm
>> -I../../../../src/libcode/vx_analysis_util
>> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_data2d
>> -I../../../../src/libcode/vx_data2d_factory
>> -I../../../../src/libcode/vx_data2d_grib
>> -I../../../../src/libcode/vx_data2d_grib2
>> -I../../../../src/libcode/vx_data2d_nccf
>> -I../../../../src/libcode/vx_data2d_nc_met
>> -I../../../../src/libcode/vx_data2d_nc_pinterp
>> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
>> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
>> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_nav
>> -I../../../../src/libcode/vx_nc_util
>> -I../../../../src/libcode/vx_pb_util
>> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_ps
>> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
>> -I../../../../src/libcode/vx_regrid
>> -I../../../../src/libcode/vx_shapedata
>> -I../../../../src/libcode/vx_solar
>> -I../../../../src/libcode/vx_statistics
>> -I../../../../src/libcode/vx_stat_out
>> -I../../../../src/libcode/vx_summary
>> -I../../../../src/libcode/vx_time_series
>> -I../../../../src/libcode/vx_tc_util
>> -I/usr/local/gfortran-7.3/include/include -I/usr/local/gfortran-7.3
>> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-7.3/include
>> -I/usr/local/gfortran-7.3/include/hdfeos5/include
>> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
>> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC -m64
>> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
>> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o `test
-f
>> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
>> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
>> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
>> f951: Warning: Nonexistent include directory '-c' [-Wmissing-
include-dirs]
>> /usr/lib/../lib64/crt1.o: In function `_start':
>> (.text+0x20): undefined reference to `main'
>> /tmp/cc2R7r8w.o: In function `numpbmsg_':
>> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
>> collect2: error: ld returned 1 exit status
>> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
>> make[5]: Leaving directory
>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
>> make[4]: *** [Makefile:371: all-recursive] Error 1
>> make[4]: Leaving directory
>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
>> make[3]: *** [Makefile:357: all-recursive] Error 1
>> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src/tools'
>> make[2]: *** [Makefile:354: all-recursive] Error 1
>> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
>> make[1]: *** [Makefile:410: all-recursive] Error 1
>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0'
>> make: *** [Makefile:350: all] Error 2
>> Making install in data
>>
>>
>>
>> Tests failing - I have always got the HDF5 mismatch although I have
>> checked the setup and am sure I have it set correctly to 1.10.2,
>> although I do have another
>> older hdf5 in /usr/local, that is should not be accessing
>>
>>
>> Warning! ***HDF5 library version mismatched error***
>> The HDF5 header files used to compile this application do not match
>> the version used by the HDF5 library to which this application is
linked.
>> Data corruption or segmentation faults may occur if the application
>> continues.
>> This can happen when an application was compiled by one version of
HDF5 but
>> linked with a different version of static or shared HDF5 library.
>> You should recompile the application or check your shared library
related
>> settings such as 'LD_LIBRARY_PATH'.
>> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
>> application will
>> continue at your own risk.
>> Headers are 1.10.1, library is 1.10.2
>>           SUMMARY OF THE HDF5 CONFIGURATION
>>           =================================
>>
>> General Information:
>> -------------------
>>                      HDF5 Version: 1.10.2
>>                     Configured on: Mon Apr 23 14:30:04 MDT 2018
>>                     Configured by: root at linux256.psd.ad
>>                       Host system: x86_64-unknown-linux-gnu
>>                 Uname information: Linux linux256.psd.ad
>> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
>> GNU/Linux
>>                          Byte sex: little-endian
>>                Installation point: /usr/local/gfortran-7.3
>>
>> Compiling Options:
>> ------------------
>>                        Build Mode: production
>>                 Debugging Symbols: no
>>                           Asserts: no
>>                         Profiling: no
>>                Optimization Level: high
>>
>> Linking Options:
>> ----------------
>>                         Libraries: static, shared
>>     Statically Linked Executables:
>>                           LDFLAGS:
>>                        H5_LDFLAGS:
>>                        AM_LDFLAGS:
>>                   Extra libraries: -lrt -lz -ldl -lm
>>                          Archiver: ar
>>                          AR_FLAGS: cr
>>                            Ranlib: ranlib
>>
>> Languages:
>> ----------
>>                                 C: yes
>>                        C Compiler: /usr/local/gfortran-7.3/bin/gcc
( gcc
>> (GCC) 7.3.0)
>>                          CPPFLAGS:
>>                       H5_CPPFLAGS: -D_GNU_SOURCE
>> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
>>                       AM_CPPFLAGS:
>>                           C Flags: -w -fPIC -m64
>>                        H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
>> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
>> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-equal
>> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
>> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
>> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-decls
>> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef
>> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
>> -finline-functions -s -Wno-inline -Wno-aggregate-return
>> -Wno-missing-format-attribute -Wno-missing-noreturn -O
>>                        AM C Flags:
>>                  Shared C Library: yes
>>                  Static C Library: yes
>>
>>
>>                           Fortran: yes
>>                  Fortran Compiler: /usr/local/gfortran-
7.3/bin/gfortran (
>> GNU Fortran (GCC) 7.3.0)
>>                     Fortran Flags: -w -fPIC -m64
>>                  H5 Fortran Flags:  -pedantic -Wall -Wextra
-Wunderflow
>> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
>>                  AM Fortran Flags:
>>            Shared Fortran Library: yes
>>            Static Fortran Library: yes
>>
>>                               C++: no
>>
>>                              Java: no
>>
>>
>> Features:
>> ---------
>>                     Parallel HDF5: no
>>                High-level library: yes
>>                      Threadsafety: no
>>               Default API mapping: v110
>>    With deprecated public symbols: yes
>>            I/O filters (external): deflate(zlib)
>>                               MPE: no
>>                        Direct VFD: no
>>                           dmalloc: no
>>    Packages w/ extra debug output: none
>>                       API tracing: no
>>              Using memory checker: no
>> Memory allocation sanity checks: no
>>               Metadata trace file: no
>>            Function stack tracing: no
>>         Strict file format checks: no
>>      Optimization instrumentation: no
>> DEBUG 1: Loading forecast raw color table:
>> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
>> DEBUG 1: Loading observation raw color table:
>> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
>> DEBUG 1: Creating postscript file:
>> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
>>
>> *** Running MODE-Analysis to compute column summaries for simple
>> forecast objects ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -summary \
>>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>> -column INTENSITY_50 \
>>          -fcst -config config/MODEAnalysisConfig \
>>          -dump_row
../out/mode_analysis/job_summary_APCP_12_simple_fcst.txt
>> \
>>          -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.out \
>>          -v 2
>> DEBUG 1: Default Config File:
>> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>> DEBUG 2: Total mode lines read = 24
>> DEBUG 2: Total mode lines kept = 7
>>
>> *** Running MODE-Analysis to compute column summaries for simple
>> observation objects ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -summary \
>>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>> -column INTENSITY_50 \
>>          -obs -config config/MODEAnalysisConfig \
>>          -dump_row
../out/mode_analysis/job_summary_APCP_12_simple_obs.txt
>> \
>>          -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out \
>>          -v 2
>> DEBUG 1: Default Config File:
>> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>> DEBUG 2: Total mode lines read = 24
>> DEBUG 2: Total mode lines kept = 4
>>
>> *** Running MODE-Analysis to summarize by case ***
>> ../src/tools/core/mode_analysis/mode_analysis \
>>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.txt
>> \
>>          -lookin
../out/mode/mode_240000L_20050808_000000V_240000A_obj.txt
>> \
>>          -bycase -single -simple \
>>          -dump_row ../out/mode_analysis/job_summary_bycase.txt \
>>          -out      ../out/mode_analysis/job_summary_bycase.out \
>>          -v 2
>> DEBUG 2: Total mode lines read = 44
>> DEBUG 2: Total mode lines kept = 21
>> g++ -fPIC -m64 -fpermissive
../src/tools/other/mode_time_domain/mtd.cc
>> -o ../src/tools/other/mode_time_domain/mtd
>> In file included from
>> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
>>                    from
../src/tools/other/mode_time_domain/mtd.cc:55:
>> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10: fatal
error:
>> data_class.h: No such file or directory
>>    #include "data_class.h"
>>             ^~~~~~~~~~~~~~
>> compilation terminated.
>> make[1]: *** [<builtin>: ../src/tools/other/mode_time_domain/mtd]
Error 1
>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/scripts'
>> make: *** [Makefile:843: test] Error 2
>> [root at linux256 met]#
>> --
>>
>> Barry McInnes
>> 325 Broadway
>> Boulder CO 80304
>> (303)4976231
>> barry.j.mcinnes at noaa.gov
>>
>>
>>
>

--

Barry McInnes
325 Broadway
Boulder CO 80304
(303)4976231
barry.j.mcinnes at noaa.gov


------------------------------------------------
Subject: patching issues
From: Julie Prestopnik
Time: Fri Apr 27 13:11:51 2018

Hi Barry.

It looks like you don't have the MET_HDF5 environment variable set.
Please
set MET_HDF5 to point to the main HDF directory.

We can see in the warning:

Headers are 1.10.1, library is 1.10.2


It looks like the MET executables were compiled and linked with
NetCDF4,
which is compiled with HDF 1.10.2, but the HDF5 library on runtime is
1.10.1.

Please make clean, set MET_HDF5, reconfigure, the make_install, and
make_test.  Please let me know how it goes.

Thanks!

Julie


On Thu, Apr 26, 2018 at 2:02 PM, Barry McInnes (NOAA Affiliate) via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>
> I just rechecked the library versions and they all seem to be the
latest
> versions and the latest builds.
> Which is why I am stuck explaining the version mismatch.
> The mode program does work with user netcdf files, it just gives the
> Warning message.
>
> ldd $dir/met/bin/mode|grep  gfortran-7
>      libnetcdf_c++4.so.1 =>
> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1
(0x00007fa41bc81000)
>      libnetcdf.so.13 => /usr/local/gfortran-7.3//lib/libnetcdf.so.13
> (0x00007fa418918000)
>      libgsl.so.19 => /usr/local/gfortran-7.3//lib/libgsl.so.19
> (0x00007fa4183f3000)
>      libgslcblas.so.0 => /usr/local/gfortran-
7.3//lib/libgslcblas.so.0
> (0x00007fa41819a000)
>      libz.so.1 => /usr/local/gfortran-7.3//lib/libz.so.1
> (0x00007fa417f7b000)
>      libhdf5_hl.so.100 => /usr/local/gfortran-
7.3/lib/libhdf5_hl.so.100
> (0x00007fa41778b000)
>      libhdf5.so.101 => /usr/local/gfortran-7.3/lib/libhdf5.so.101
> (0x00007fa4171c7000)
>      libcurl.so.4 => /usr/local/gfortran-7.3/lib/libcurl.so.4
> (0x00007fa416f5d000)
> [root at linux256 gsl]# !1986
> ls -l /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1*
> lrwxrwxrwx 1 root root     23 Apr 23 14:13
> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1 ->
> libnetcdf_c++4.so.1.0.3
> -rwxr-xr-x 1 root root 953512 Apr 23 14:13
> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1.0.3
> [root at linux256 gsl]# !1987
> ls -l /usr/local/gfortran-7.3//lib/libnetcdf.so.13*
> lrwxrwxrwx 1 root root      19 Apr 23 14:49
> /usr/local/gfortran-7.3//lib/libnetcdf.so.13 -> libnetcdf.so.13.0.0
> -rwxr-xr-x 1 root root 1609024 Apr 23 14:49
> /usr/local/gfortran-7.3//lib/libnetcdf.so.13.0.0
> [root at linux256 gsl]# !1988
> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
> lrwxrwxrwx 1 root root      16 Apr 26 13:56
> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
> [root at linux256 gsl]# !1988
> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
> lrwxrwxrwx 1 root root      16 Apr 26 13:56
> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
> [root at linux256 gsl]# !1989
> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100
> lrwxrwxrwx 1 root root 21 Apr 23 14:39
> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
> [root at linux256 gsl]# !1990
> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100*
> lrwxrwxrwx 1 root root     21 Apr 23 14:39
> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
> -rwxr-xr-x 1 root root 161296 Apr 23 14:39
> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100.1.0
> [root at linux256 gsl]# !1991
> ls -l /usr/local/gfortran-7.3/lib/libhdf5.so.101*
> lrwxrwxrwx 1 root root      18 Apr 23 14:39
> /usr/local/gfortran-7.3/lib/libhdf5.so.101 -> libhdf5.so.101.1.0
> -rwxr-xr-x 1 root root 4274800 Apr 23 14:39
> /usr/local/gfortran-7.3/lib/libhdf5.so.101.1.0
> [root at linux256 gsl]#
>
>
>
> On 4/26/18 10:35, Julie Prestopnik via RT wrote:
> > Hi Barry.
> >
> > I see you're having problems with MET.  It's a little hard to
fully tell
> > what's going on.  In the future, if you could please attach the
full log
> > file from your configure run and the full log from make_install
and
> > make_test, that would be helpful.
> >
> > You shouldn't be experiencing those HDF5 mismatch problems.  I
would
> > suggest rebuilding your HDF5 and NetCDF libraries in the manner
described
> > in the tutorial and using the versions described in the tutorial
on this
> > page:
> >
> > https://dtcenter.org/met/users/support/online_tutorial/
> METv6.1/tutorial.php?name=compilation&category=configure
> >
> > While the instructions are from the met-6.1 tutorial, they are the
same
> for
> > the met-7.0 code as well.
> >
> > I have installed met-7.0 including the patches (some have the
20180403
> > patches but some have older patches) on various NOAA machines.
You can
> > find the location of those installs on this page:
> >
> > https://dtcenter.org/met/users/downloads/existing_met_
> builds/METv7.0_existing_met_builds.php
> >
> > If possible, you could utilize those for your MET use.  I'm also
happy to
> > help you work through any problems you're experiencing installing
it
> > yourself. Please try reinstalling HDF5 and the NetCDF libraries as
> > indicated above and let me know how it goes.  If it is not
successful
> > please include your log files as attachments and we'll go from
there.
> >
> > Thanks!
> >
> > Julie
> >
> >
> > On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate)
via RT <
> > met_help at ucar.edu> wrote:
> >
> >> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
> >> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
> >>         Queue: met_help
> >>       Subject: patching issues
> >>         Owner: Nobody
> >>    Requestors: barry.j.mcinnes at noaa.gov
> >>        Status: new
> >>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896
> >
> >>
> >>
> >> Since doing the patch met-7.0_patches_20180403.tar, I have been
getting
> >> this issue, as well as tests failing
> >>
> >> make[2]: Entering directory
> >> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
> >> test -z "" || rm -f
> >> test . = "." || test -z "" || rm -f
> >> /f951
> >>                    from
../../../../src/basic/vx_config/vx_config.h:15,
> >>                    from pb2nc_conf_info.h:18,
> >>                    from pb2nc.cc:75:
> >> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> char*)'
> >>    extern ConcatString make_temp_file_name(const char *, const
char *);
> >>                        ^~~~~~~~~~~~~~~~~~~
> >> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
> >> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to
'const
> >> char*' [-fpermissive]
> >>       blk_file = make_temp_file_name(blk_prefix2, '\0');
> >>                                                       ^
> >> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
> >>                    from
> >> ../../../../src/basic/vx_config/config_constants.h:14,
> >>                    from
../../../../src/basic/vx_config/vx_config.h:15,
> >>                    from pb2nc_conf_info.h:18,
> >>                    from pb2nc.cc:75:
> >> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> char*)'
> >>    extern ConcatString make_temp_file_name(const char *, const
char *);
> >>                        ^~~~~~~~~~~~~~~~~~~
> >> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to
'const
> >> char*' [-fpermissive]
> >>       blk_file = make_temp_file_name(blk_prefix, '\0');
> >>                                                      ^
> >> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
> >>                    from
> >> ../../../../src/basic/vx_config/config_constants.h:14,
> >>                    from
../../../../src/basic/vx_config/vx_config.h:15,
> >>                    from pb2nc_conf_info.h:18,
> >>                    from pb2nc.cc:75:
> >> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> char*)'
> >>    extern ConcatString make_temp_file_name(const char *, const
char *);
> >>                        ^~~~~~~~~~~~~~~~~~~
> >> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
> >> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
> >> -I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
> >> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
> >> -I../../../../src/libcode/vx_afm
> >> -I../../../../src/libcode/vx_analysis_util
> >> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_data2d
> >> -I../../../../src/libcode/vx_data2d_factory
> >> -I../../../../src/libcode/vx_data2d_grib
> >> -I../../../../src/libcode/vx_data2d_grib2
> >> -I../../../../src/libcode/vx_data2d_nccf
> >> -I../../../../src/libcode/vx_data2d_nc_met
> >> -I../../../../src/libcode/vx_data2d_nc_pinterp
> >> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
> >> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
> >> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_nav
> >> -I../../../../src/libcode/vx_nc_util
> >> -I../../../../src/libcode/vx_pb_util
> >> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_ps
> >> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
> >> -I../../../../src/libcode/vx_regrid
> >> -I../../../../src/libcode/vx_shapedata
> >> -I../../../../src/libcode/vx_solar
> >> -I../../../../src/libcode/vx_statistics
> >> -I../../../../src/libcode/vx_stat_out
> >> -I../../../../src/libcode/vx_summary
> >> -I../../../../src/libcode/vx_time_series
> >> -I../../../../src/libcode/vx_tc_util
> >> -I/usr/local/gfortran-7.3/include/include -I/usr/local/gfortran-
7.3
> >> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-
7.3/include
> >> -I/usr/local/gfortran-7.3/include/hdfeos5/include
> >> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
> >> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC
-m64
> >> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
> >> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o
`test -f
> >> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
> >> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
> >> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
> >> f951: Warning: Nonexistent include directory '-c'
> [-Wmissing-include-dirs]
> >> /usr/lib/../lib64/crt1.o: In function `_start':
> >> (.text+0x20): undefined reference to `main'
> >> /tmp/cc2R7r8w.o: In function `numpbmsg_':
> >> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
> >> collect2: error: ld returned 1 exit status
> >> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
> >> make[5]: Leaving directory
> >> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
> >> make[4]: *** [Makefile:371: all-recursive] Error 1
> >> make[4]: Leaving directory
> >> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
> >> make[3]: *** [Makefile:357: all-recursive] Error 1
> >> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/
> met-7.0/src/tools'
> >> make[2]: *** [Makefile:354: all-recursive] Error 1
> >> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
> >> make[1]: *** [Makefile:410: all-recursive] Error 1
> >> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0'
> >> make: *** [Makefile:350: all] Error 2
> >> Making install in data
> >>
> >>
> >>
> >> Tests failing - I have always got the HDF5 mismatch although I
have
> >> checked the setup and am sure I have it set correctly to 1.10.2,
> >> although I do have another
> >> older hdf5 in /usr/local, that is should not be accessing
> >>
> >>
> >> Warning! ***HDF5 library version mismatched error***
> >> The HDF5 header files used to compile this application do not
match
> >> the version used by the HDF5 library to which this application is
> linked.
> >> Data corruption or segmentation faults may occur if the
application
> >> continues.
> >> This can happen when an application was compiled by one version
of HDF5
> but
> >> linked with a different version of static or shared HDF5 library.
> >> You should recompile the application or check your shared library
> related
> >> settings such as 'LD_LIBRARY_PATH'.
> >> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
> >> application will
> >> continue at your own risk.
> >> Headers are 1.10.1, library is 1.10.2
> >>           SUMMARY OF THE HDF5 CONFIGURATION
> >>           =================================
> >>
> >> General Information:
> >> -------------------
> >>                      HDF5 Version: 1.10.2
> >>                     Configured on: Mon Apr 23 14:30:04 MDT 2018
> >>                     Configured by: root at linux256.psd.ad
> >>                       Host system: x86_64-unknown-linux-gnu
> >>                 Uname information: Linux linux256.psd.ad
> >> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
> >> GNU/Linux
> >>                          Byte sex: little-endian
> >>                Installation point: /usr/local/gfortran-7.3
> >>
> >> Compiling Options:
> >> ------------------
> >>                        Build Mode: production
> >>                 Debugging Symbols: no
> >>                           Asserts: no
> >>                         Profiling: no
> >>                Optimization Level: high
> >>
> >> Linking Options:
> >> ----------------
> >>                         Libraries: static, shared
> >>     Statically Linked Executables:
> >>                           LDFLAGS:
> >>                        H5_LDFLAGS:
> >>                        AM_LDFLAGS:
> >>                   Extra libraries: -lrt -lz -ldl -lm
> >>                          Archiver: ar
> >>                          AR_FLAGS: cr
> >>                            Ranlib: ranlib
> >>
> >> Languages:
> >> ----------
> >>                                 C: yes
> >>                        C Compiler: /usr/local/gfortran-
7.3/bin/gcc (
> gcc
> >> (GCC) 7.3.0)
> >>                          CPPFLAGS:
> >>                       H5_CPPFLAGS: -D_GNU_SOURCE
> >> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
> >>                       AM_CPPFLAGS:
> >>                           C Flags: -w -fPIC -m64
> >>                        H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
> >> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
> >> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-
equal
> >> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
> >> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
> >> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-decls
> >> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum
-Wundef
> >> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
> >> -finline-functions -s -Wno-inline -Wno-aggregate-return
> >> -Wno-missing-format-attribute -Wno-missing-noreturn -O
> >>                        AM C Flags:
> >>                  Shared C Library: yes
> >>                  Static C Library: yes
> >>
> >>
> >>                           Fortran: yes
> >>                  Fortran Compiler: /usr/local/gfortran-
7.3/bin/gfortran
> (
> >> GNU Fortran (GCC) 7.3.0)
> >>                     Fortran Flags: -w -fPIC -m64
> >>                  H5 Fortran Flags:  -pedantic -Wall -Wextra
-Wunderflow
> >> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
> >>                  AM Fortran Flags:
> >>            Shared Fortran Library: yes
> >>            Static Fortran Library: yes
> >>
> >>                               C++: no
> >>
> >>                              Java: no
> >>
> >>
> >> Features:
> >> ---------
> >>                     Parallel HDF5: no
> >>                High-level library: yes
> >>                      Threadsafety: no
> >>               Default API mapping: v110
> >>    With deprecated public symbols: yes
> >>            I/O filters (external): deflate(zlib)
> >>                               MPE: no
> >>                        Direct VFD: no
> >>                           dmalloc: no
> >>    Packages w/ extra debug output: none
> >>                       API tracing: no
> >>              Using memory checker: no
> >> Memory allocation sanity checks: no
> >>               Metadata trace file: no
> >>            Function stack tracing: no
> >>         Strict file format checks: no
> >>      Optimization instrumentation: no
> >> DEBUG 1: Loading forecast raw color table:
> >> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
> >> DEBUG 1: Loading observation raw color table:
> >> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
> >> DEBUG 1: Creating postscript file:
> >> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
> >>
> >> *** Running MODE-Analysis to compute column summaries for simple
> >> forecast objects ***
> >> ../src/tools/core/mode_analysis/mode_analysis \
> >>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
> txt
> >> \
> >>          -summary \
> >>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
> >> -column INTENSITY_50 \
> >>          -fcst -config config/MODEAnalysisConfig \
> >>          -dump_row ../out/mode_analysis/job_
> summary_APCP_12_simple_fcst.txt
> >> \
> >>          -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.out
> \
> >>          -v 2
> >> DEBUG 1: Default Config File:
> >> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
> >> DEBUG 1: User Config File: config/MODEAnalysisConfig
> >> DEBUG 2: Total mode lines read = 24
> >> DEBUG 2: Total mode lines kept = 7
> >>
> >> *** Running MODE-Analysis to compute column summaries for simple
> >> observation objects ***
> >> ../src/tools/core/mode_analysis/mode_analysis \
> >>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
> txt
> >> \
> >>          -summary \
> >>          -column AREA -column LENGTH -column WIDTH -column
CURVATURE
> >> -column INTENSITY_50 \
> >>          -obs -config config/MODEAnalysisConfig \
> >>          -dump_row ../out/mode_analysis/job_
> summary_APCP_12_simple_obs.txt
> >> \
> >>          -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out \
> >>          -v 2
> >> DEBUG 1: Default Config File:
> >> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
> >> DEBUG 1: User Config File: config/MODEAnalysisConfig
> >> DEBUG 2: Total mode lines read = 24
> >> DEBUG 2: Total mode lines kept = 4
> >>
> >> *** Running MODE-Analysis to summarize by case ***
> >> ../src/tools/core/mode_analysis/mode_analysis \
> >>          -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
> txt
> >> \
> >>          -lookin
../out/mode/mode_240000L_20050808_000000V_240000A_obj.
> txt
> >> \
> >>          -bycase -single -simple \
> >>          -dump_row ../out/mode_analysis/job_summary_bycase.txt \
> >>          -out      ../out/mode_analysis/job_summary_bycase.out \
> >>          -v 2
> >> DEBUG 2: Total mode lines read = 44
> >> DEBUG 2: Total mode lines kept = 21
> >> g++ -fPIC -m64 -fpermissive
../src/tools/other/mode_time_domain/mtd.cc
> >> -o ../src/tools/other/mode_time_domain/mtd
> >> In file included from
> >> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
> >>                    from
../src/tools/other/mode_time_domain/mtd.cc:55:
> >> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10: fatal
> error:
> >> data_class.h: No such file or directory
> >>    #include "data_class.h"
> >>             ^~~~~~~~~~~~~~
> >> compilation terminated.
> >> make[1]: *** [<builtin>: ../src/tools/other/mode_time_domain/mtd]
> Error 1
> >> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/
> met-7.0/scripts'
> >> make: *** [Makefile:843: test] Error 2
> >> [root at linux256 met]#
> >> --
> >>
> >> Barry McInnes
> >> 325 Broadway
> >> Boulder CO 80304
> >> (303)4976231
> >> barry.j.mcinnes at noaa.gov
> >>
> >>
> >>
> >
>
> --
>
> Barry McInnes
> 325 Broadway
> Boulder CO 80304
> (303)4976231
> barry.j.mcinnes at noaa.gov
>
>
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #84896] patching issues
From: Barry McInnes (NOAA Affiliate)
Time: Fri Apr 27 14:23:39 2018

Hi Julie,
I have set the HDF5INC and LIB to point to the 1.10.2 files, and still
get the warnings.
I do have a 1.10.1 install in /usr/local, so maybe that is an issue.
I will test that out Monday morning when the Users are not on it, by
moving that directory, or even installing 1.10.2 there
as well.
Thanks for you help, and have a good weekend,
cheers barry


On 4/27/18 13:11, Julie Prestopnik via RT wrote:
> Hi Barry.
>
> It looks like you don't have the MET_HDF5 environment variable set.
Please
> set MET_HDF5 to point to the main HDF directory.
>
> We can see in the warning:
>
> Headers are 1.10.1, library is 1.10.2
>
>
> It looks like the MET executables were compiled and linked with
NetCDF4,
> which is compiled with HDF 1.10.2, but the HDF5 library on runtime
is
> 1.10.1.
>
> Please make clean, set MET_HDF5, reconfigure, the make_install, and
> make_test.  Please let me know how it goes.
>
> Thanks!
>
> Julie
>
>
> On Thu, Apr 26, 2018 at 2:02 PM, Barry McInnes (NOAA Affiliate) via
RT <
> met_help at ucar.edu> wrote:
>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>>
>> I just rechecked the library versions and they all seem to be the
latest
>> versions and the latest builds.
>> Which is why I am stuck explaining the version mismatch.
>> The mode program does work with user netcdf files, it just gives
the
>> Warning message.
>>
>> ldd $dir/met/bin/mode|grep  gfortran-7
>>       libnetcdf_c++4.so.1 =>
>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1
(0x00007fa41bc81000)
>>       libnetcdf.so.13 => /usr/local/gfortran-
7.3//lib/libnetcdf.so.13
>> (0x00007fa418918000)
>>       libgsl.so.19 => /usr/local/gfortran-7.3//lib/libgsl.so.19
>> (0x00007fa4183f3000)
>>       libgslcblas.so.0 => /usr/local/gfortran-
7.3//lib/libgslcblas.so.0
>> (0x00007fa41819a000)
>>       libz.so.1 => /usr/local/gfortran-7.3//lib/libz.so.1
>> (0x00007fa417f7b000)
>>       libhdf5_hl.so.100 => /usr/local/gfortran-
7.3/lib/libhdf5_hl.so.100
>> (0x00007fa41778b000)
>>       libhdf5.so.101 => /usr/local/gfortran-7.3/lib/libhdf5.so.101
>> (0x00007fa4171c7000)
>>       libcurl.so.4 => /usr/local/gfortran-7.3/lib/libcurl.so.4
>> (0x00007fa416f5d000)
>> [root at linux256 gsl]# !1986
>> ls -l /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1*
>> lrwxrwxrwx 1 root root     23 Apr 23 14:13
>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1 ->
>> libnetcdf_c++4.so.1.0.3
>> -rwxr-xr-x 1 root root 953512 Apr 23 14:13
>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1.0.3
>> [root at linux256 gsl]# !1987
>> ls -l /usr/local/gfortran-7.3//lib/libnetcdf.so.13*
>> lrwxrwxrwx 1 root root      19 Apr 23 14:49
>> /usr/local/gfortran-7.3//lib/libnetcdf.so.13 -> libnetcdf.so.13.0.0
>> -rwxr-xr-x 1 root root 1609024 Apr 23 14:49
>> /usr/local/gfortran-7.3//lib/libnetcdf.so.13.0.0
>> [root at linux256 gsl]# !1988
>> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
>> lrwxrwxrwx 1 root root      16 Apr 26 13:56
>> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
>> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
>> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
>> [root at linux256 gsl]# !1988
>> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
>> lrwxrwxrwx 1 root root      16 Apr 26 13:56
>> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
>> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
>> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
>> [root at linux256 gsl]# !1989
>> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100
>> lrwxrwxrwx 1 root root 21 Apr 23 14:39
>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
>> [root at linux256 gsl]# !1990
>> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100*
>> lrwxrwxrwx 1 root root     21 Apr 23 14:39
>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
>> -rwxr-xr-x 1 root root 161296 Apr 23 14:39
>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100.1.0
>> [root at linux256 gsl]# !1991
>> ls -l /usr/local/gfortran-7.3/lib/libhdf5.so.101*
>> lrwxrwxrwx 1 root root      18 Apr 23 14:39
>> /usr/local/gfortran-7.3/lib/libhdf5.so.101 -> libhdf5.so.101.1.0
>> -rwxr-xr-x 1 root root 4274800 Apr 23 14:39
>> /usr/local/gfortran-7.3/lib/libhdf5.so.101.1.0
>> [root at linux256 gsl]#
>>
>>
>>
>> On 4/26/18 10:35, Julie Prestopnik via RT wrote:
>>> Hi Barry.
>>>
>>> I see you're having problems with MET.  It's a little hard to
fully tell
>>> what's going on.  In the future, if you could please attach the
full log
>>> file from your configure run and the full log from make_install
and
>>> make_test, that would be helpful.
>>>
>>> You shouldn't be experiencing those HDF5 mismatch problems.  I
would
>>> suggest rebuilding your HDF5 and NetCDF libraries in the manner
described
>>> in the tutorial and using the versions described in the tutorial
on this
>>> page:
>>>
>>> https://dtcenter.org/met/users/support/online_tutorial/
>> METv6.1/tutorial.php?name=compilation&category=configure
>>> While the instructions are from the met-6.1 tutorial, they are the
same
>> for
>>> the met-7.0 code as well.
>>>
>>> I have installed met-7.0 including the patches (some have the
20180403
>>> patches but some have older patches) on various NOAA machines.
You can
>>> find the location of those installs on this page:
>>>
>>> https://dtcenter.org/met/users/downloads/existing_met_
>> builds/METv7.0_existing_met_builds.php
>>> If possible, you could utilize those for your MET use.  I'm also
happy to
>>> help you work through any problems you're experiencing installing
it
>>> yourself. Please try reinstalling HDF5 and the NetCDF libraries as
>>> indicated above and let me know how it goes.  If it is not
successful
>>> please include your log files as attachments and we'll go from
there.
>>>
>>> Thanks!
>>>
>>> Julie
>>>
>>>
>>> On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate)
via RT <
>>> met_help at ucar.edu> wrote:
>>>
>>>> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
>>>> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
>>>>          Queue: met_help
>>>>        Subject: patching issues
>>>>          Owner: Nobody
>>>>     Requestors: barry.j.mcinnes at noaa.gov
>>>>         Status: new
>>>>    Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896
>>>>
>>>> Since doing the patch met-7.0_patches_20180403.tar, I have been
getting
>>>> this issue, as well as tests failing
>>>>
>>>> make[2]: Entering directory
>>>> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
>>>> test -z "" || rm -f
>>>> test . = "." || test -z "" || rm -f
>>>> /f951
>>>>                     from
../../../../src/basic/vx_config/vx_config.h:15,
>>>>                     from pb2nc_conf_info.h:18,
>>>>                     from pb2nc.cc:75:
>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>> char*)'
>>>>     extern ConcatString make_temp_file_name(const char *, const
char *);
>>>>                         ^~~~~~~~~~~~~~~~~~~
>>>> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
>>>> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to
'const
>>>> char*' [-fpermissive]
>>>>        blk_file = make_temp_file_name(blk_prefix2, '\0');
>>>>                                                        ^
>>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
>>>>                     from
>>>> ../../../../src/basic/vx_config/config_constants.h:14,
>>>>                     from
../../../../src/basic/vx_config/vx_config.h:15,
>>>>                     from pb2nc_conf_info.h:18,
>>>>                     from pb2nc.cc:75:
>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>> char*)'
>>>>     extern ConcatString make_temp_file_name(const char *, const
char *);
>>>>                         ^~~~~~~~~~~~~~~~~~~
>>>> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to
'const
>>>> char*' [-fpermissive]
>>>>        blk_file = make_temp_file_name(blk_prefix, '\0');
>>>>                                                       ^
>>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
>>>>                     from
>>>> ../../../../src/basic/vx_config/config_constants.h:14,
>>>>                     from
../../../../src/basic/vx_config/vx_config.h:15,
>>>>                     from pb2nc_conf_info.h:18,
>>>>                     from pb2nc.cc:75:
>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>> char*)'
>>>>     extern ConcatString make_temp_file_name(const char *, const
char *);
>>>>                         ^~~~~~~~~~~~~~~~~~~
>>>> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
>>>> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
>>>> -I../../../../src/basic/vx_config -I../../../../src/basic/vx_log
>>>> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
>>>> -I../../../../src/libcode/vx_afm
>>>> -I../../../../src/libcode/vx_analysis_util
>>>> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_data2d
>>>> -I../../../../src/libcode/vx_data2d_factory
>>>> -I../../../../src/libcode/vx_data2d_grib
>>>> -I../../../../src/libcode/vx_data2d_grib2
>>>> -I../../../../src/libcode/vx_data2d_nccf
>>>> -I../../../../src/libcode/vx_data2d_nc_met
>>>> -I../../../../src/libcode/vx_data2d_nc_pinterp
>>>> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
>>>> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
>>>> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_nav
>>>> -I../../../../src/libcode/vx_nc_util
>>>> -I../../../../src/libcode/vx_pb_util
>>>> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_ps
>>>> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
>>>> -I../../../../src/libcode/vx_regrid
>>>> -I../../../../src/libcode/vx_shapedata
>>>> -I../../../../src/libcode/vx_solar
>>>> -I../../../../src/libcode/vx_statistics
>>>> -I../../../../src/libcode/vx_stat_out
>>>> -I../../../../src/libcode/vx_summary
>>>> -I../../../../src/libcode/vx_time_series
>>>> -I../../../../src/libcode/vx_tc_util
>>>> -I/usr/local/gfortran-7.3/include/include -I/usr/local/gfortran-
7.3
>>>> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-
7.3/include
>>>> -I/usr/local/gfortran-7.3/include/hdfeos5/include
>>>> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
>>>> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC
-m64
>>>> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
>>>> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o
`test -f
>>>> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
>>>> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
>>>> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
>>>> f951: Warning: Nonexistent include directory '-c'
>> [-Wmissing-include-dirs]
>>>> /usr/lib/../lib64/crt1.o: In function `_start':
>>>> (.text+0x20): undefined reference to `main'
>>>> /tmp/cc2R7r8w.o: In function `numpbmsg_':
>>>> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
>>>> collect2: error: ld returned 1 exit status
>>>> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
>>>> make[5]: Leaving directory
>>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
>>>> make[4]: *** [Makefile:371: all-recursive] Error 1
>>>> make[4]: Leaving directory
>>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
>>>> make[3]: *** [Makefile:357: all-recursive] Error 1
>>>> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/
>> met-7.0/src/tools'
>>>> make[2]: *** [Makefile:354: all-recursive] Error 1
>>>> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
>>>> make[1]: *** [Makefile:410: all-recursive] Error 1
>>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-7.0'
>>>> make: *** [Makefile:350: all] Error 2
>>>> Making install in data
>>>>
>>>>
>>>>
>>>> Tests failing - I have always got the HDF5 mismatch although I
have
>>>> checked the setup and am sure I have it set correctly to 1.10.2,
>>>> although I do have another
>>>> older hdf5 in /usr/local, that is should not be accessing
>>>>
>>>>
>>>> Warning! ***HDF5 library version mismatched error***
>>>> The HDF5 header files used to compile this application do not
match
>>>> the version used by the HDF5 library to which this application is
>> linked.
>>>> Data corruption or segmentation faults may occur if the
application
>>>> continues.
>>>> This can happen when an application was compiled by one version
of HDF5
>> but
>>>> linked with a different version of static or shared HDF5 library.
>>>> You should recompile the application or check your shared library
>> related
>>>> settings such as 'LD_LIBRARY_PATH'.
>>>> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
>>>> application will
>>>> continue at your own risk.
>>>> Headers are 1.10.1, library is 1.10.2
>>>>            SUMMARY OF THE HDF5 CONFIGURATION
>>>>            =================================
>>>>
>>>> General Information:
>>>> -------------------
>>>>                       HDF5 Version: 1.10.2
>>>>                      Configured on: Mon Apr 23 14:30:04 MDT 2018
>>>>                      Configured by: root at linux256.psd.ad
>>>>                        Host system: x86_64-unknown-linux-gnu
>>>>                  Uname information: Linux linux256.psd.ad
>>>> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
>>>> GNU/Linux
>>>>                           Byte sex: little-endian
>>>>                 Installation point: /usr/local/gfortran-7.3
>>>>
>>>> Compiling Options:
>>>> ------------------
>>>>                         Build Mode: production
>>>>                  Debugging Symbols: no
>>>>                            Asserts: no
>>>>                          Profiling: no
>>>>                 Optimization Level: high
>>>>
>>>> Linking Options:
>>>> ----------------
>>>>                          Libraries: static, shared
>>>>      Statically Linked Executables:
>>>>                            LDFLAGS:
>>>>                         H5_LDFLAGS:
>>>>                         AM_LDFLAGS:
>>>>                    Extra libraries: -lrt -lz -ldl -lm
>>>>                           Archiver: ar
>>>>                           AR_FLAGS: cr
>>>>                             Ranlib: ranlib
>>>>
>>>> Languages:
>>>> ----------
>>>>                                  C: yes
>>>>                         C Compiler: /usr/local/gfortran-
7.3/bin/gcc (
>> gcc
>>>> (GCC) 7.3.0)
>>>>                           CPPFLAGS:
>>>>                        H5_CPPFLAGS: -D_GNU_SOURCE
>>>> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
>>>>                        AM_CPPFLAGS:
>>>>                            C Flags: -w -fPIC -m64
>>>>                         H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
>>>> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
>>>> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-
equal
>>>> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
>>>> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
>>>> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-decls
>>>> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum
-Wundef
>>>> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
>>>> -finline-functions -s -Wno-inline -Wno-aggregate-return
>>>> -Wno-missing-format-attribute -Wno-missing-noreturn -O
>>>>                         AM C Flags:
>>>>                   Shared C Library: yes
>>>>                   Static C Library: yes
>>>>
>>>>
>>>>                            Fortran: yes
>>>>                   Fortran Compiler: /usr/local/gfortran-
7.3/bin/gfortran
>> (
>>>> GNU Fortran (GCC) 7.3.0)
>>>>                      Fortran Flags: -w -fPIC -m64
>>>>                   H5 Fortran Flags:  -pedantic -Wall -Wextra
-Wunderflow
>>>> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
>>>>                   AM Fortran Flags:
>>>>             Shared Fortran Library: yes
>>>>             Static Fortran Library: yes
>>>>
>>>>                                C++: no
>>>>
>>>>                               Java: no
>>>>
>>>>
>>>> Features:
>>>> ---------
>>>>                      Parallel HDF5: no
>>>>                 High-level library: yes
>>>>                       Threadsafety: no
>>>>                Default API mapping: v110
>>>>     With deprecated public symbols: yes
>>>>             I/O filters (external): deflate(zlib)
>>>>                                MPE: no
>>>>                         Direct VFD: no
>>>>                            dmalloc: no
>>>>     Packages w/ extra debug output: none
>>>>                        API tracing: no
>>>>               Using memory checker: no
>>>> Memory allocation sanity checks: no
>>>>                Metadata trace file: no
>>>>             Function stack tracing: no
>>>>          Strict file format checks: no
>>>>       Optimization instrumentation: no
>>>> DEBUG 1: Loading forecast raw color table:
>>>> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
>>>> DEBUG 1: Loading observation raw color table:
>>>> /usr/local/gfortran-7.3/met/share/met/colortables/mode_raw.ctable
>>>> DEBUG 1: Creating postscript file:
>>>> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
>>>>
>>>> *** Running MODE-Analysis to compute column summaries for simple
>>>> forecast objects ***
>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>           -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
>> txt
>>>> \
>>>>           -summary \
>>>>           -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>>>> -column INTENSITY_50 \
>>>>           -fcst -config config/MODEAnalysisConfig \
>>>>           -dump_row ../out/mode_analysis/job_
>> summary_APCP_12_simple_fcst.txt
>>>> \
>>>>           -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.out
>> \
>>>>           -v 2
>>>> DEBUG 1: Default Config File:
>>>> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
>>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>>>> DEBUG 2: Total mode lines read = 24
>>>> DEBUG 2: Total mode lines kept = 7
>>>>
>>>> *** Running MODE-Analysis to compute column summaries for simple
>>>> observation objects ***
>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>           -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
>> txt
>>>> \
>>>>           -summary \
>>>>           -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>>>> -column INTENSITY_50 \
>>>>           -obs -config config/MODEAnalysisConfig \
>>>>           -dump_row ../out/mode_analysis/job_
>> summary_APCP_12_simple_obs.txt
>>>> \
>>>>           -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out \
>>>>           -v 2
>>>> DEBUG 1: Default Config File:
>>>> /usr/local/gfortran-
7.3/met/share/met/config/MODEAnalysisConfig_default
>>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>>>> DEBUG 2: Total mode lines read = 24
>>>> DEBUG 2: Total mode lines kept = 4
>>>>
>>>> *** Running MODE-Analysis to summarize by case ***
>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>           -lookin
../out/mode/mode_120000L_20050807_120000V_120000A_obj.
>> txt
>>>> \
>>>>           -lookin
../out/mode/mode_240000L_20050808_000000V_240000A_obj.
>> txt
>>>> \
>>>>           -bycase -single -simple \
>>>>           -dump_row ../out/mode_analysis/job_summary_bycase.txt \
>>>>           -out      ../out/mode_analysis/job_summary_bycase.out \
>>>>           -v 2
>>>> DEBUG 2: Total mode lines read = 44
>>>> DEBUG 2: Total mode lines kept = 21
>>>> g++ -fPIC -m64 -fpermissive
../src/tools/other/mode_time_domain/mtd.cc
>>>> -o ../src/tools/other/mode_time_domain/mtd
>>>> In file included from
>>>> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
>>>>                     from
../src/tools/other/mode_time_domain/mtd.cc:55:
>>>> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10: fatal
>> error:
>>>> data_class.h: No such file or directory
>>>>     #include "data_class.h"
>>>>              ^~~~~~~~~~~~~~
>>>> compilation terminated.
>>>> make[1]: *** [<builtin>: ../src/tools/other/mode_time_domain/mtd]
>> Error 1
>>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/
>> met-7.0/scripts'
>>>> make: *** [Makefile:843: test] Error 2
>>>> [root at linux256 met]#
>>>> --
>>>>
>>>> Barry McInnes
>>>> 325 Broadway
>>>> Boulder CO 80304
>>>> (303)4976231
>>>> barry.j.mcinnes at noaa.gov
>>>>
>>>>
>>>>
>> --
>>
>> Barry McInnes
>> 325 Broadway
>> Boulder CO 80304
>> (303)4976231
>> barry.j.mcinnes at noaa.gov
>>
>>
>>

--

Barry McInnes
325 Broadway
Boulder CO 80304
(303)4976231
barry.j.mcinnes at noaa.gov


------------------------------------------------
Subject: patching issues
From: Julie Prestopnik
Time: Fri Apr 27 14:41:37 2018

Hi Barry.  In this case, there are no HDF5INC and LIB options, only a
MET_HDF5 variable which will look for an include and lib directory
under
it.

Here is a snipet from this page:

https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=configure

about the variable:


   - Set *$MET_HDF5* to point to the main HDF5 directory.

Please make clean, set MET_HDF5, reconfigure, the make_install, and
make_test.  Please let me know how it goes.

Instead of moving that HDF directory you could also try providing the
proper HDF5 library path with LD_LIBRARY_PATH or compiling NetCDF with
the
HDF5 from /usr/local.

Thanks,
Julie

On Fri, Apr 27, 2018 at 2:23 PM, Barry McInnes (NOAA Affiliate) via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>
> Hi Julie,
> I have set the HDF5INC and LIB to point to the 1.10.2 files, and
still
> get the warnings.
> I do have a 1.10.1 install in /usr/local, so maybe that is an issue.
> I will test that out Monday morning when the Users are not on it, by
> moving that directory, or even installing 1.10.2 there
> as well.
> Thanks for you help, and have a good weekend,
> cheers barry
>
>
> On 4/27/18 13:11, Julie Prestopnik via RT wrote:
> > Hi Barry.
> >
> > It looks like you don't have the MET_HDF5 environment variable
set.
> Please
> > set MET_HDF5 to point to the main HDF directory.
> >
> > We can see in the warning:
> >
> > Headers are 1.10.1, library is 1.10.2
> >
> >
> > It looks like the MET executables were compiled and linked with
NetCDF4,
> > which is compiled with HDF 1.10.2, but the HDF5 library on runtime
is
> > 1.10.1.
> >
> > Please make clean, set MET_HDF5, reconfigure, the make_install,
and
> > make_test.  Please let me know how it goes.
> >
> > Thanks!
> >
> > Julie
> >
> >
> > On Thu, Apr 26, 2018 at 2:02 PM, Barry McInnes (NOAA Affiliate)
via RT <
> > met_help at ucar.edu> wrote:
> >
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
> >>
> >> I just rechecked the library versions and they all seem to be the
latest
> >> versions and the latest builds.
> >> Which is why I am stuck explaining the version mismatch.
> >> The mode program does work with user netcdf files, it just gives
the
> >> Warning message.
> >>
> >> ldd $dir/met/bin/mode|grep  gfortran-7
> >>       libnetcdf_c++4.so.1 =>
> >> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1
(0x00007fa41bc81000)
> >>       libnetcdf.so.13 => /usr/local/gfortran-
7.3//lib/libnetcdf.so.13
> >> (0x00007fa418918000)
> >>       libgsl.so.19 => /usr/local/gfortran-7.3//lib/libgsl.so.19
> >> (0x00007fa4183f3000)
> >>       libgslcblas.so.0 => /usr/local/gfortran-
7.3//lib/libgslcblas.so.0
> >> (0x00007fa41819a000)
> >>       libz.so.1 => /usr/local/gfortran-7.3//lib/libz.so.1
> >> (0x00007fa417f7b000)
> >>       libhdf5_hl.so.100 => /usr/local/gfortran-7.3/lib/
> libhdf5_hl.so.100
> >> (0x00007fa41778b000)
> >>       libhdf5.so.101 => /usr/local/gfortran-
7.3/lib/libhdf5.so.101
> >> (0x00007fa4171c7000)
> >>       libcurl.so.4 => /usr/local/gfortran-7.3/lib/libcurl.so.4
> >> (0x00007fa416f5d000)
> >> [root at linux256 gsl]# !1986
> >> ls -l /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1*
> >> lrwxrwxrwx 1 root root     23 Apr 23 14:13
> >> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1 ->
> >> libnetcdf_c++4.so.1.0.3
> >> -rwxr-xr-x 1 root root 953512 Apr 23 14:13
> >> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1.0.3
> >> [root at linux256 gsl]# !1987
> >> ls -l /usr/local/gfortran-7.3//lib/libnetcdf.so.13*
> >> lrwxrwxrwx 1 root root      19 Apr 23 14:49
> >> /usr/local/gfortran-7.3//lib/libnetcdf.so.13 ->
libnetcdf.so.13.0.0
> >> -rwxr-xr-x 1 root root 1609024 Apr 23 14:49
> >> /usr/local/gfortran-7.3//lib/libnetcdf.so.13.0.0
> >> [root at linux256 gsl]# !1988
> >> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
> >> lrwxrwxrwx 1 root root      16 Apr 26 13:56
> >> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
> >> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
> >> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
> >> [root at linux256 gsl]# !1988
> >> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
> >> lrwxrwxrwx 1 root root      16 Apr 26 13:56
> >> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
> >> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
> >> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
> >> [root at linux256 gsl]# !1989
> >> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100
> >> lrwxrwxrwx 1 root root 21 Apr 23 14:39
> >> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
> >> [root at linux256 gsl]# !1990
> >> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100*
> >> lrwxrwxrwx 1 root root     21 Apr 23 14:39
> >> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
> >> -rwxr-xr-x 1 root root 161296 Apr 23 14:39
> >> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100.1.0
> >> [root at linux256 gsl]# !1991
> >> ls -l /usr/local/gfortran-7.3/lib/libhdf5.so.101*
> >> lrwxrwxrwx 1 root root      18 Apr 23 14:39
> >> /usr/local/gfortran-7.3/lib/libhdf5.so.101 -> libhdf5.so.101.1.0
> >> -rwxr-xr-x 1 root root 4274800 Apr 23 14:39
> >> /usr/local/gfortran-7.3/lib/libhdf5.so.101.1.0
> >> [root at linux256 gsl]#
> >>
> >>
> >>
> >> On 4/26/18 10:35, Julie Prestopnik via RT wrote:
> >>> Hi Barry.
> >>>
> >>> I see you're having problems with MET.  It's a little hard to
fully
> tell
> >>> what's going on.  In the future, if you could please attach the
full
> log
> >>> file from your configure run and the full log from make_install
and
> >>> make_test, that would be helpful.
> >>>
> >>> You shouldn't be experiencing those HDF5 mismatch problems.  I
would
> >>> suggest rebuilding your HDF5 and NetCDF libraries in the manner
> described
> >>> in the tutorial and using the versions described in the tutorial
on
> this
> >>> page:
> >>>
> >>> https://dtcenter.org/met/users/support/online_tutorial/
> >> METv6.1/tutorial.php?name=compilation&category=configure
> >>> While the instructions are from the met-6.1 tutorial, they are
the same
> >> for
> >>> the met-7.0 code as well.
> >>>
> >>> I have installed met-7.0 including the patches (some have the
20180403
> >>> patches but some have older patches) on various NOAA machines.
You can
> >>> find the location of those installs on this page:
> >>>
> >>> https://dtcenter.org/met/users/downloads/existing_met_
> >> builds/METv7.0_existing_met_builds.php
> >>> If possible, you could utilize those for your MET use.  I'm also
happy
> to
> >>> help you work through any problems you're experiencing
installing it
> >>> yourself. Please try reinstalling HDF5 and the NetCDF libraries
as
> >>> indicated above and let me know how it goes.  If it is not
successful
> >>> please include your log files as attachments and we'll go from
there.
> >>>
> >>> Thanks!
> >>>
> >>> Julie
> >>>
> >>>
> >>> On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate)
via
> RT <
> >>> met_help at ucar.edu> wrote:
> >>>
> >>>> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
> >>>> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
> >>>>          Queue: met_help
> >>>>        Subject: patching issues
> >>>>          Owner: Nobody
> >>>>     Requestors: barry.j.mcinnes at noaa.gov
> >>>>         Status: new
> >>>>    Ticket <URL: https://rt.rap.ucar.edu/rt/
> Ticket/Display.html?id=84896
> >>>>
> >>>> Since doing the patch met-7.0_patches_20180403.tar, I have been
> getting
> >>>> this issue, as well as tests failing
> >>>>
> >>>> make[2]: Entering directory
> >>>> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
> >>>> test -z "" || rm -f
> >>>> test . = "." || test -z "" || rm -f
> >>>> /f951
> >>>>                     from ../../../../src/basic/vx_
> config/vx_config.h:15,
> >>>>                     from pb2nc_conf_info.h:18,
> >>>>                     from pb2nc.cc:75:
> >>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> >> char*)'
> >>>>     extern ConcatString make_temp_file_name(const char *, const
char
> *);
> >>>>                         ^~~~~~~~~~~~~~~~~~~
> >>>> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
> >>>> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to
'const
> >>>> char*' [-fpermissive]
> >>>>        blk_file = make_temp_file_name(blk_prefix2, '\0');
> >>>>                                                        ^
> >>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
> >>>>                     from
> >>>> ../../../../src/basic/vx_config/config_constants.h:14,
> >>>>                     from ../../../../src/basic/vx_
> config/vx_config.h:15,
> >>>>                     from pb2nc_conf_info.h:18,
> >>>>                     from pb2nc.cc:75:
> >>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> >> char*)'
> >>>>     extern ConcatString make_temp_file_name(const char *, const
char
> *);
> >>>>                         ^~~~~~~~~~~~~~~~~~~
> >>>> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to
'const
> >>>> char*' [-fpermissive]
> >>>>        blk_file = make_temp_file_name(blk_prefix, '\0');
> >>>>                                                       ^
> >>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
> >>>>                     from
> >>>> ../../../../src/basic/vx_config/config_constants.h:14,
> >>>>                     from ../../../../src/basic/vx_
> config/vx_config.h:15,
> >>>>                     from pb2nc_conf_info.h:18,
> >>>>                     from pb2nc.cc:75:
> >>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
> >>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> >> char*)'
> >>>>     extern ConcatString make_temp_file_name(const char *, const
char
> *);
> >>>>                         ^~~~~~~~~~~~~~~~~~~
> >>>> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
> >>>> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
> >>>> -I../../../../src/basic/vx_config
-I../../../../src/basic/vx_log
> >>>> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
> >>>> -I../../../../src/libcode/vx_afm
> >>>> -I../../../../src/libcode/vx_analysis_util
> >>>> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_
> data2d
> >>>> -I../../../../src/libcode/vx_data2d_factory
> >>>> -I../../../../src/libcode/vx_data2d_grib
> >>>> -I../../../../src/libcode/vx_data2d_grib2
> >>>> -I../../../../src/libcode/vx_data2d_nccf
> >>>> -I../../../../src/libcode/vx_data2d_nc_met
> >>>> -I../../../../src/libcode/vx_data2d_nc_pinterp
> >>>> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
> >>>> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
> >>>> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_
> nav
> >>>> -I../../../../src/libcode/vx_nc_util
> >>>> -I../../../../src/libcode/vx_pb_util
> >>>> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_
> ps
> >>>> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
> >>>> -I../../../../src/libcode/vx_regrid
> >>>> -I../../../../src/libcode/vx_shapedata
> >>>> -I../../../../src/libcode/vx_solar
> >>>> -I../../../../src/libcode/vx_statistics
> >>>> -I../../../../src/libcode/vx_stat_out
> >>>> -I../../../../src/libcode/vx_summary
> >>>> -I../../../../src/libcode/vx_time_series
> >>>> -I../../../../src/libcode/vx_tc_util
> >>>> -I/usr/local/gfortran-7.3/include/include
-I/usr/local/gfortran-7.3
> >>>> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-
7.3/include
> >>>> -I/usr/local/gfortran-7.3/include/hdfeos5/include
> >>>> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
> >>>> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC
-m64
> >>>> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
> >>>> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o
`test
> -f
> >>>> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
> >>>> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
> >>>> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
> >>>> f951: Warning: Nonexistent include directory '-c'
> >> [-Wmissing-include-dirs]
> >>>> /usr/lib/../lib64/crt1.o: In function `_start':
> >>>> (.text+0x20): undefined reference to `main'
> >>>> /tmp/cc2R7r8w.o: In function `numpbmsg_':
> >>>> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
> >>>> collect2: error: ld returned 1 exit status
> >>>> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
> >>>> make[5]: Leaving directory
> >>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
> >>>> make[4]: *** [Makefile:371: all-recursive] Error 1
> >>>> make[4]: Leaving directory
> >>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
> >>>> make[3]: *** [Makefile:357: all-recursive] Error 1
> >>>> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/
> >> met-7.0/src/tools'
> >>>> make[2]: *** [Makefile:354: all-recursive] Error 1
> >>>> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
> >>>> make[1]: *** [Makefile:410: all-recursive] Error 1
> >>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0'
> >>>> make: *** [Makefile:350: all] Error 2
> >>>> Making install in data
> >>>>
> >>>>
> >>>>
> >>>> Tests failing - I have always got the HDF5 mismatch although I
have
> >>>> checked the setup and am sure I have it set correctly to
1.10.2,
> >>>> although I do have another
> >>>> older hdf5 in /usr/local, that is should not be accessing
> >>>>
> >>>>
> >>>> Warning! ***HDF5 library version mismatched error***
> >>>> The HDF5 header files used to compile this application do not
match
> >>>> the version used by the HDF5 library to which this application
is
> >> linked.
> >>>> Data corruption or segmentation faults may occur if the
application
> >>>> continues.
> >>>> This can happen when an application was compiled by one version
of
> HDF5
> >> but
> >>>> linked with a different version of static or shared HDF5
library.
> >>>> You should recompile the application or check your shared
library
> >> related
> >>>> settings such as 'LD_LIBRARY_PATH'.
> >>>> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
> >>>> application will
> >>>> continue at your own risk.
> >>>> Headers are 1.10.1, library is 1.10.2
> >>>>            SUMMARY OF THE HDF5 CONFIGURATION
> >>>>            =================================
> >>>>
> >>>> General Information:
> >>>> -------------------
> >>>>                       HDF5 Version: 1.10.2
> >>>>                      Configured on: Mon Apr 23 14:30:04 MDT
2018
> >>>>                      Configured by: root at linux256.psd.ad
> >>>>                        Host system: x86_64-unknown-linux-gnu
> >>>>                  Uname information: Linux linux256.psd.ad
> >>>> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
> >>>> GNU/Linux
> >>>>                           Byte sex: little-endian
> >>>>                 Installation point: /usr/local/gfortran-7.3
> >>>>
> >>>> Compiling Options:
> >>>> ------------------
> >>>>                         Build Mode: production
> >>>>                  Debugging Symbols: no
> >>>>                            Asserts: no
> >>>>                          Profiling: no
> >>>>                 Optimization Level: high
> >>>>
> >>>> Linking Options:
> >>>> ----------------
> >>>>                          Libraries: static, shared
> >>>>      Statically Linked Executables:
> >>>>                            LDFLAGS:
> >>>>                         H5_LDFLAGS:
> >>>>                         AM_LDFLAGS:
> >>>>                    Extra libraries: -lrt -lz -ldl -lm
> >>>>                           Archiver: ar
> >>>>                           AR_FLAGS: cr
> >>>>                             Ranlib: ranlib
> >>>>
> >>>> Languages:
> >>>> ----------
> >>>>                                  C: yes
> >>>>                         C Compiler: /usr/local/gfortran-
7.3/bin/gcc (
> >> gcc
> >>>> (GCC) 7.3.0)
> >>>>                           CPPFLAGS:
> >>>>                        H5_CPPFLAGS: -D_GNU_SOURCE
> >>>> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
> >>>>                        AM_CPPFLAGS:
> >>>>                            C Flags: -w -fPIC -m64
> >>>>                         H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
> >>>> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
> >>>> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-
equal
> >>>> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
> >>>> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
> >>>> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-
decls
> >>>> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum
-Wundef
> >>>> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
> >>>> -finline-functions -s -Wno-inline -Wno-aggregate-return
> >>>> -Wno-missing-format-attribute -Wno-missing-noreturn -O
> >>>>                         AM C Flags:
> >>>>                   Shared C Library: yes
> >>>>                   Static C Library: yes
> >>>>
> >>>>
> >>>>                            Fortran: yes
> >>>>                   Fortran Compiler: /usr/local/gfortran-
7.3/bin/
> gfortran
> >> (
> >>>> GNU Fortran (GCC) 7.3.0)
> >>>>                      Fortran Flags: -w -fPIC -m64
> >>>>                   H5 Fortran Flags:  -pedantic -Wall -Wextra
> -Wunderflow
> >>>> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
> >>>>                   AM Fortran Flags:
> >>>>             Shared Fortran Library: yes
> >>>>             Static Fortran Library: yes
> >>>>
> >>>>                                C++: no
> >>>>
> >>>>                               Java: no
> >>>>
> >>>>
> >>>> Features:
> >>>> ---------
> >>>>                      Parallel HDF5: no
> >>>>                 High-level library: yes
> >>>>                       Threadsafety: no
> >>>>                Default API mapping: v110
> >>>>     With deprecated public symbols: yes
> >>>>             I/O filters (external): deflate(zlib)
> >>>>                                MPE: no
> >>>>                         Direct VFD: no
> >>>>                            dmalloc: no
> >>>>     Packages w/ extra debug output: none
> >>>>                        API tracing: no
> >>>>               Using memory checker: no
> >>>> Memory allocation sanity checks: no
> >>>>                Metadata trace file: no
> >>>>             Function stack tracing: no
> >>>>          Strict file format checks: no
> >>>>       Optimization instrumentation: no
> >>>> DEBUG 1: Loading forecast raw color table:
> >>>> /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
> >>>> DEBUG 1: Loading observation raw color table:
> >>>> /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
> >>>> DEBUG 1: Creating postscript file:
> >>>> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
> >>>>
> >>>> *** Running MODE-Analysis to compute column summaries for
simple
> >>>> forecast objects ***
> >>>> ../src/tools/core/mode_analysis/mode_analysis \
> >>>>           -lookin ../out/mode/mode_120000L_
> 20050807_120000V_120000A_obj.
> >> txt
> >>>> \
> >>>>           -summary \
> >>>>           -column AREA -column LENGTH -column WIDTH -column
CURVATURE
> >>>> -column INTENSITY_50 \
> >>>>           -fcst -config config/MODEAnalysisConfig \
> >>>>           -dump_row ../out/mode_analysis/job_
> >> summary_APCP_12_simple_fcst.txt
> >>>> \
> >>>>           -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.
> out
> >> \
> >>>>           -v 2
> >>>> DEBUG 1: Default Config File:
> >>>> /usr/local/gfortran-7.3/met/share/met/config/
> MODEAnalysisConfig_default
> >>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
> >>>> DEBUG 2: Total mode lines read = 24
> >>>> DEBUG 2: Total mode lines kept = 7
> >>>>
> >>>> *** Running MODE-Analysis to compute column summaries for
simple
> >>>> observation objects ***
> >>>> ../src/tools/core/mode_analysis/mode_analysis \
> >>>>           -lookin ../out/mode/mode_120000L_
> 20050807_120000V_120000A_obj.
> >> txt
> >>>> \
> >>>>           -summary \
> >>>>           -column AREA -column LENGTH -column WIDTH -column
CURVATURE
> >>>> -column INTENSITY_50 \
> >>>>           -obs -config config/MODEAnalysisConfig \
> >>>>           -dump_row ../out/mode_analysis/job_
> >> summary_APCP_12_simple_obs.txt
> >>>> \
> >>>>           -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out
> \
> >>>>           -v 2
> >>>> DEBUG 1: Default Config File:
> >>>> /usr/local/gfortran-7.3/met/share/met/config/
> MODEAnalysisConfig_default
> >>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
> >>>> DEBUG 2: Total mode lines read = 24
> >>>> DEBUG 2: Total mode lines kept = 4
> >>>>
> >>>> *** Running MODE-Analysis to summarize by case ***
> >>>> ../src/tools/core/mode_analysis/mode_analysis \
> >>>>           -lookin ../out/mode/mode_120000L_
> 20050807_120000V_120000A_obj.
> >> txt
> >>>> \
> >>>>           -lookin ../out/mode/mode_240000L_
> 20050808_000000V_240000A_obj.
> >> txt
> >>>> \
> >>>>           -bycase -single -simple \
> >>>>           -dump_row ../out/mode_analysis/job_summary_bycase.txt
\
> >>>>           -out      ../out/mode_analysis/job_summary_bycase.out
\
> >>>>           -v 2
> >>>> DEBUG 2: Total mode lines read = 44
> >>>> DEBUG 2: Total mode lines kept = 21
> >>>> g++ -fPIC -m64 -fpermissive ../src/tools/other/mode_time_
> domain/mtd.cc
> >>>> -o ../src/tools/other/mode_time_domain/mtd
> >>>> In file included from
> >>>> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
> >>>>                     from ../src/tools/other/mode_time_
> domain/mtd.cc:55:
> >>>> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10:
fatal
> >> error:
> >>>> data_class.h: No such file or directory
> >>>>     #include "data_class.h"
> >>>>              ^~~~~~~~~~~~~~
> >>>> compilation terminated.
> >>>> make[1]: *** [<builtin>:
../src/tools/other/mode_time_domain/mtd]
> >> Error 1
> >>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/
> >> met-7.0/scripts'
> >>>> make: *** [Makefile:843: test] Error 2
> >>>> [root at linux256 met]#
> >>>> --
> >>>>
> >>>> Barry McInnes
> >>>> 325 Broadway
> >>>> Boulder CO 80304
> >>>> (303)4976231
> >>>> barry.j.mcinnes at noaa.gov
> >>>>
> >>>>
> >>>>
> >> --
> >>
> >> Barry McInnes
> >> 325 Broadway
> >> Boulder CO 80304
> >> (303)4976231
> >> barry.j.mcinnes at noaa.gov
> >>
> >>
> >>
>
> --
>
> Barry McInnes
> 325 Broadway
> Boulder CO 80304
> (303)4976231
> barry.j.mcinnes at noaa.gov
>
>
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #84896] patching issues
From: Barry McInnes (NOAA Affiliate)
Time: Fri Apr 27 15:08:09 2018

Thanks Julie - I did try with just that set, and then checked
configure
which still states

grep HDF5 configure
MET_HDF5LIB
MET_HDF5INC
MET_HDF5
MET_HDF5
MET_HDF5INC
MET_HDF5LIB
   MET_HDF5    Where hdf5 lib and include subdirectories are located.
If
they
   MET_HDF5INC Where hdf5 include files are located. Use if the
libraries and
               used, MET_HDF5LIB must also be defined and MET_HDF5
will be
   MET_HDF5LIB Where hdf5 libraries are located. Use if the libraries
and
               used, MET_HDF5INC must also be defined and MET_HDF5
will be

configure might be out of date ?

I ran it again with just MET_HDF5 pointing to 1.10.2 directory, and
got
the same test HDF5 warnings, but will try moving 1.10.1 out of
/usr/local, on Monday, and let you know
cheers barry


On 4/27/18 14:41, Julie Prestopnik via RT wrote:
> Hi Barry.  In this case, there are no HDF5INC and LIB options, only
a
> MET_HDF5 variable which will look for an include and lib directory
under
> it.
>
> Here is a snipet from this page:
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=configure
>
> about the variable:
>
>
>     - Set *$MET_HDF5* to point to the main HDF5 directory.
>
> Please make clean, set MET_HDF5, reconfigure, the make_install, and
> make_test.  Please let me know how it goes.
>
> Instead of moving that HDF directory you could also try providing
the
> proper HDF5 library path with LD_LIBRARY_PATH or compiling NetCDF
with the
> HDF5 from /usr/local.
>
> Thanks,
> Julie
>
> On Fri, Apr 27, 2018 at 2:23 PM, Barry McInnes (NOAA Affiliate) via
RT <
> met_help at ucar.edu> wrote:
>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>>
>> Hi Julie,
>> I have set the HDF5INC and LIB to point to the 1.10.2 files, and
still
>> get the warnings.
>> I do have a 1.10.1 install in /usr/local, so maybe that is an
issue.
>> I will test that out Monday morning when the Users are not on it,
by
>> moving that directory, or even installing 1.10.2 there
>> as well.
>> Thanks for you help, and have a good weekend,
>> cheers barry
>>
>>
>> On 4/27/18 13:11, Julie Prestopnik via RT wrote:
>>> Hi Barry.
>>>
>>> It looks like you don't have the MET_HDF5 environment variable
set.
>> Please
>>> set MET_HDF5 to point to the main HDF directory.
>>>
>>> We can see in the warning:
>>>
>>> Headers are 1.10.1, library is 1.10.2
>>>
>>>
>>> It looks like the MET executables were compiled and linked with
NetCDF4,
>>> which is compiled with HDF 1.10.2, but the HDF5 library on runtime
is
>>> 1.10.1.
>>>
>>> Please make clean, set MET_HDF5, reconfigure, the make_install,
and
>>> make_test.  Please let me know how it goes.
>>>
>>> Thanks!
>>>
>>> Julie
>>>
>>>
>>> On Thu, Apr 26, 2018 at 2:02 PM, Barry McInnes (NOAA Affiliate)
via RT <
>>> met_help at ucar.edu> wrote:
>>>
>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>>>>
>>>> I just rechecked the library versions and they all seem to be the
latest
>>>> versions and the latest builds.
>>>> Which is why I am stuck explaining the version mismatch.
>>>> The mode program does work with user netcdf files, it just gives
the
>>>> Warning message.
>>>>
>>>> ldd $dir/met/bin/mode|grep  gfortran-7
>>>>        libnetcdf_c++4.so.1 =>
>>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1
(0x00007fa41bc81000)
>>>>        libnetcdf.so.13 => /usr/local/gfortran-
7.3//lib/libnetcdf.so.13
>>>> (0x00007fa418918000)
>>>>        libgsl.so.19 => /usr/local/gfortran-7.3//lib/libgsl.so.19
>>>> (0x00007fa4183f3000)
>>>>        libgslcblas.so.0 => /usr/local/gfortran-
7.3//lib/libgslcblas.so.0
>>>> (0x00007fa41819a000)
>>>>        libz.so.1 => /usr/local/gfortran-7.3//lib/libz.so.1
>>>> (0x00007fa417f7b000)
>>>>        libhdf5_hl.so.100 => /usr/local/gfortran-7.3/lib/
>> libhdf5_hl.so.100
>>>> (0x00007fa41778b000)
>>>>        libhdf5.so.101 => /usr/local/gfortran-
7.3/lib/libhdf5.so.101
>>>> (0x00007fa4171c7000)
>>>>        libcurl.so.4 => /usr/local/gfortran-7.3/lib/libcurl.so.4
>>>> (0x00007fa416f5d000)
>>>> [root at linux256 gsl]# !1986
>>>> ls -l /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1*
>>>> lrwxrwxrwx 1 root root     23 Apr 23 14:13
>>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1 ->
>>>> libnetcdf_c++4.so.1.0.3
>>>> -rwxr-xr-x 1 root root 953512 Apr 23 14:13
>>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1.0.3
>>>> [root at linux256 gsl]# !1987
>>>> ls -l /usr/local/gfortran-7.3//lib/libnetcdf.so.13*
>>>> lrwxrwxrwx 1 root root      19 Apr 23 14:49
>>>> /usr/local/gfortran-7.3//lib/libnetcdf.so.13 ->
libnetcdf.so.13.0.0
>>>> -rwxr-xr-x 1 root root 1609024 Apr 23 14:49
>>>> /usr/local/gfortran-7.3//lib/libnetcdf.so.13.0.0
>>>> [root at linux256 gsl]# !1988
>>>> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
>>>> lrwxrwxrwx 1 root root      16 Apr 26 13:56
>>>> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
>>>> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
>>>> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
>>>> [root at linux256 gsl]# !1988
>>>> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
>>>> lrwxrwxrwx 1 root root      16 Apr 26 13:56
>>>> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
>>>> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
>>>> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
>>>> [root at linux256 gsl]# !1989
>>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100
>>>> lrwxrwxrwx 1 root root 21 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
>>>> [root at linux256 gsl]# !1990
>>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100*
>>>> lrwxrwxrwx 1 root root     21 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
>>>> -rwxr-xr-x 1 root root 161296 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100.1.0
>>>> [root at linux256 gsl]# !1991
>>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5.so.101*
>>>> lrwxrwxrwx 1 root root      18 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5.so.101 -> libhdf5.so.101.1.0
>>>> -rwxr-xr-x 1 root root 4274800 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5.so.101.1.0
>>>> [root at linux256 gsl]#
>>>>
>>>>
>>>>
>>>> On 4/26/18 10:35, Julie Prestopnik via RT wrote:
>>>>> Hi Barry.
>>>>>
>>>>> I see you're having problems with MET.  It's a little hard to
fully
>> tell
>>>>> what's going on.  In the future, if you could please attach the
full
>> log
>>>>> file from your configure run and the full log from make_install
and
>>>>> make_test, that would be helpful.
>>>>>
>>>>> You shouldn't be experiencing those HDF5 mismatch problems.  I
would
>>>>> suggest rebuilding your HDF5 and NetCDF libraries in the manner
>> described
>>>>> in the tutorial and using the versions described in the tutorial
on
>> this
>>>>> page:
>>>>>
>>>>> https://dtcenter.org/met/users/support/online_tutorial/
>>>> METv6.1/tutorial.php?name=compilation&category=configure
>>>>> While the instructions are from the met-6.1 tutorial, they are
the same
>>>> for
>>>>> the met-7.0 code as well.
>>>>>
>>>>> I have installed met-7.0 including the patches (some have the
20180403
>>>>> patches but some have older patches) on various NOAA machines.
You can
>>>>> find the location of those installs on this page:
>>>>>
>>>>> https://dtcenter.org/met/users/downloads/existing_met_
>>>> builds/METv7.0_existing_met_builds.php
>>>>> If possible, you could utilize those for your MET use.  I'm also
happy
>> to
>>>>> help you work through any problems you're experiencing
installing it
>>>>> yourself. Please try reinstalling HDF5 and the NetCDF libraries
as
>>>>> indicated above and let me know how it goes.  If it is not
successful
>>>>> please include your log files as attachments and we'll go from
there.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Julie
>>>>>
>>>>>
>>>>> On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate)
via
>> RT <
>>>>> met_help at ucar.edu> wrote:
>>>>>
>>>>>> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
>>>>>> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
>>>>>>           Queue: met_help
>>>>>>         Subject: patching issues
>>>>>>           Owner: Nobody
>>>>>>      Requestors: barry.j.mcinnes at noaa.gov
>>>>>>          Status: new
>>>>>>     Ticket <URL: https://rt.rap.ucar.edu/rt/
>> Ticket/Display.html?id=84896
>>>>>> Since doing the patch met-7.0_patches_20180403.tar, I have been
>> getting
>>>>>> this issue, as well as tests failing
>>>>>>
>>>>>> make[2]: Entering directory
>>>>>> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
>>>>>> test -z "" || rm -f
>>>>>> test . = "." || test -z "" || rm -f
>>>>>> /f951
>>>>>>                      from ../../../../src/basic/vx_
>> config/vx_config.h:15,
>>>>>>                      from pb2nc_conf_info.h:18,
>>>>>>                      from pb2nc.cc:75:
>>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>>>> char*)'
>>>>>>      extern ConcatString make_temp_file_name(const char *,
const char
>> *);
>>>>>>                          ^~~~~~~~~~~~~~~~~~~
>>>>>> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
>>>>>> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to
'const
>>>>>> char*' [-fpermissive]
>>>>>>         blk_file = make_temp_file_name(blk_prefix2, '\0');
>>>>>>                                                         ^
>>>>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
>>>>>>                      from
>>>>>> ../../../../src/basic/vx_config/config_constants.h:14,
>>>>>>                      from ../../../../src/basic/vx_
>> config/vx_config.h:15,
>>>>>>                      from pb2nc_conf_info.h:18,
>>>>>>                      from pb2nc.cc:75:
>>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>>>> char*)'
>>>>>>      extern ConcatString make_temp_file_name(const char *,
const char
>> *);
>>>>>>                          ^~~~~~~~~~~~~~~~~~~
>>>>>> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to
'const
>>>>>> char*' [-fpermissive]
>>>>>>         blk_file = make_temp_file_name(blk_prefix, '\0');
>>>>>>                                                        ^
>>>>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
>>>>>>                      from
>>>>>> ../../../../src/basic/vx_config/config_constants.h:14,
>>>>>>                      from ../../../../src/basic/vx_
>> config/vx_config.h:15,
>>>>>>                      from pb2nc_conf_info.h:18,
>>>>>>                      from pb2nc.cc:75:
>>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>>>> char*)'
>>>>>>      extern ConcatString make_temp_file_name(const char *,
const char
>> *);
>>>>>>                          ^~~~~~~~~~~~~~~~~~~
>>>>>> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
>>>>>> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
>>>>>> -I../../../../src/basic/vx_config
-I../../../../src/basic/vx_log
>>>>>> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
>>>>>> -I../../../../src/libcode/vx_afm
>>>>>> -I../../../../src/libcode/vx_analysis_util
>>>>>> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_
>> data2d
>>>>>> -I../../../../src/libcode/vx_data2d_factory
>>>>>> -I../../../../src/libcode/vx_data2d_grib
>>>>>> -I../../../../src/libcode/vx_data2d_grib2
>>>>>> -I../../../../src/libcode/vx_data2d_nccf
>>>>>> -I../../../../src/libcode/vx_data2d_nc_met
>>>>>> -I../../../../src/libcode/vx_data2d_nc_pinterp
>>>>>> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
>>>>>> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
>>>>>> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_
>> nav
>>>>>> -I../../../../src/libcode/vx_nc_util
>>>>>> -I../../../../src/libcode/vx_pb_util
>>>>>> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_
>> ps
>>>>>> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
>>>>>> -I../../../../src/libcode/vx_regrid
>>>>>> -I../../../../src/libcode/vx_shapedata
>>>>>> -I../../../../src/libcode/vx_solar
>>>>>> -I../../../../src/libcode/vx_statistics
>>>>>> -I../../../../src/libcode/vx_stat_out
>>>>>> -I../../../../src/libcode/vx_summary
>>>>>> -I../../../../src/libcode/vx_time_series
>>>>>> -I../../../../src/libcode/vx_tc_util
>>>>>> -I/usr/local/gfortran-7.3/include/include
-I/usr/local/gfortran-7.3
>>>>>> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-
7.3/include
>>>>>> -I/usr/local/gfortran-7.3/include/hdfeos5/include
>>>>>> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
>>>>>> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC
-m64
>>>>>> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
>>>>>> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o
`test
>> -f
>>>>>> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
>>>>>> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
>>>>>> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
>>>>>> f951: Warning: Nonexistent include directory '-c'
>>>> [-Wmissing-include-dirs]
>>>>>> /usr/lib/../lib64/crt1.o: In function `_start':
>>>>>> (.text+0x20): undefined reference to `main'
>>>>>> /tmp/cc2R7r8w.o: In function `numpbmsg_':
>>>>>> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
>>>>>> collect2: error: ld returned 1 exit status
>>>>>> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
>>>>>> make[5]: Leaving directory
>>>>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
>>>>>> make[4]: *** [Makefile:371: all-recursive] Error 1
>>>>>> make[4]: Leaving directory
>>>>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
>>>>>> make[3]: *** [Makefile:357: all-recursive] Error 1
>>>>>> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/
>>>> met-7.0/src/tools'
>>>>>> make[2]: *** [Makefile:354: all-recursive] Error 1
>>>>>> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
>>>>>> make[1]: *** [Makefile:410: all-recursive] Error 1
>>>>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0'
>>>>>> make: *** [Makefile:350: all] Error 2
>>>>>> Making install in data
>>>>>>
>>>>>>
>>>>>>
>>>>>> Tests failing - I have always got the HDF5 mismatch although I
have
>>>>>> checked the setup and am sure I have it set correctly to
1.10.2,
>>>>>> although I do have another
>>>>>> older hdf5 in /usr/local, that is should not be accessing
>>>>>>
>>>>>>
>>>>>> Warning! ***HDF5 library version mismatched error***
>>>>>> The HDF5 header files used to compile this application do not
match
>>>>>> the version used by the HDF5 library to which this application
is
>>>> linked.
>>>>>> Data corruption or segmentation faults may occur if the
application
>>>>>> continues.
>>>>>> This can happen when an application was compiled by one version
of
>> HDF5
>>>> but
>>>>>> linked with a different version of static or shared HDF5
library.
>>>>>> You should recompile the application or check your shared
library
>>>> related
>>>>>> settings such as 'LD_LIBRARY_PATH'.
>>>>>> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
>>>>>> application will
>>>>>> continue at your own risk.
>>>>>> Headers are 1.10.1, library is 1.10.2
>>>>>>             SUMMARY OF THE HDF5 CONFIGURATION
>>>>>>             =================================
>>>>>>
>>>>>> General Information:
>>>>>> -------------------
>>>>>>                        HDF5 Version: 1.10.2
>>>>>>                       Configured on: Mon Apr 23 14:30:04 MDT
2018
>>>>>>                       Configured by: root at linux256.psd.ad
>>>>>>                         Host system: x86_64-unknown-linux-gnu
>>>>>>                   Uname information: Linux linux256.psd.ad
>>>>>> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
>>>>>> GNU/Linux
>>>>>>                            Byte sex: little-endian
>>>>>>                  Installation point: /usr/local/gfortran-7.3
>>>>>>
>>>>>> Compiling Options:
>>>>>> ------------------
>>>>>>                          Build Mode: production
>>>>>>                   Debugging Symbols: no
>>>>>>                             Asserts: no
>>>>>>                           Profiling: no
>>>>>>                  Optimization Level: high
>>>>>>
>>>>>> Linking Options:
>>>>>> ----------------
>>>>>>                           Libraries: static, shared
>>>>>>       Statically Linked Executables:
>>>>>>                             LDFLAGS:
>>>>>>                          H5_LDFLAGS:
>>>>>>                          AM_LDFLAGS:
>>>>>>                     Extra libraries: -lrt -lz -ldl -lm
>>>>>>                            Archiver: ar
>>>>>>                            AR_FLAGS: cr
>>>>>>                              Ranlib: ranlib
>>>>>>
>>>>>> Languages:
>>>>>> ----------
>>>>>>                                   C: yes
>>>>>>                          C Compiler: /usr/local/gfortran-
7.3/bin/gcc (
>>>> gcc
>>>>>> (GCC) 7.3.0)
>>>>>>                            CPPFLAGS:
>>>>>>                         H5_CPPFLAGS: -D_GNU_SOURCE
>>>>>> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
>>>>>>                         AM_CPPFLAGS:
>>>>>>                             C Flags: -w -fPIC -m64
>>>>>>                          H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
>>>>>> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
>>>>>> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-
equal
>>>>>> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
>>>>>> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
>>>>>> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-
decls
>>>>>> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum
-Wundef
>>>>>> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
>>>>>> -finline-functions -s -Wno-inline -Wno-aggregate-return
>>>>>> -Wno-missing-format-attribute -Wno-missing-noreturn -O
>>>>>>                          AM C Flags:
>>>>>>                    Shared C Library: yes
>>>>>>                    Static C Library: yes
>>>>>>
>>>>>>
>>>>>>                             Fortran: yes
>>>>>>                    Fortran Compiler: /usr/local/gfortran-
7.3/bin/
>> gfortran
>>>> (
>>>>>> GNU Fortran (GCC) 7.3.0)
>>>>>>                       Fortran Flags: -w -fPIC -m64
>>>>>>                    H5 Fortran Flags:  -pedantic -Wall -Wextra
>> -Wunderflow
>>>>>> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
>>>>>>                    AM Fortran Flags:
>>>>>>              Shared Fortran Library: yes
>>>>>>              Static Fortran Library: yes
>>>>>>
>>>>>>                                 C++: no
>>>>>>
>>>>>>                                Java: no
>>>>>>
>>>>>>
>>>>>> Features:
>>>>>> ---------
>>>>>>                       Parallel HDF5: no
>>>>>>                  High-level library: yes
>>>>>>                        Threadsafety: no
>>>>>>                 Default API mapping: v110
>>>>>>      With deprecated public symbols: yes
>>>>>>              I/O filters (external): deflate(zlib)
>>>>>>                                 MPE: no
>>>>>>                          Direct VFD: no
>>>>>>                             dmalloc: no
>>>>>>      Packages w/ extra debug output: none
>>>>>>                         API tracing: no
>>>>>>                Using memory checker: no
>>>>>> Memory allocation sanity checks: no
>>>>>>                 Metadata trace file: no
>>>>>>              Function stack tracing: no
>>>>>>           Strict file format checks: no
>>>>>>        Optimization instrumentation: no
>>>>>> DEBUG 1: Loading forecast raw color table:
>>>>>> /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
>>>>>> DEBUG 1: Loading observation raw color table:
>>>>>> /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
>>>>>> DEBUG 1: Creating postscript file:
>>>>>> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
>>>>>>
>>>>>> *** Running MODE-Analysis to compute column summaries for
simple
>>>>>> forecast objects ***
>>>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>>>            -lookin ../out/mode/mode_120000L_
>> 20050807_120000V_120000A_obj.
>>>> txt
>>>>>> \
>>>>>>            -summary \
>>>>>>            -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>>>>>> -column INTENSITY_50 \
>>>>>>            -fcst -config config/MODEAnalysisConfig \
>>>>>>            -dump_row ../out/mode_analysis/job_
>>>> summary_APCP_12_simple_fcst.txt
>>>>>> \
>>>>>>            -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.
>> out
>>>> \
>>>>>>            -v 2
>>>>>> DEBUG 1: Default Config File:
>>>>>> /usr/local/gfortran-7.3/met/share/met/config/
>> MODEAnalysisConfig_default
>>>>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>>>>>> DEBUG 2: Total mode lines read = 24
>>>>>> DEBUG 2: Total mode lines kept = 7
>>>>>>
>>>>>> *** Running MODE-Analysis to compute column summaries for
simple
>>>>>> observation objects ***
>>>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>>>            -lookin ../out/mode/mode_120000L_
>> 20050807_120000V_120000A_obj.
>>>> txt
>>>>>> \
>>>>>>            -summary \
>>>>>>            -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>>>>>> -column INTENSITY_50 \
>>>>>>            -obs -config config/MODEAnalysisConfig \
>>>>>>            -dump_row ../out/mode_analysis/job_
>>>> summary_APCP_12_simple_obs.txt
>>>>>> \
>>>>>>            -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out
>> \
>>>>>>            -v 2
>>>>>> DEBUG 1: Default Config File:
>>>>>> /usr/local/gfortran-7.3/met/share/met/config/
>> MODEAnalysisConfig_default
>>>>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>>>>>> DEBUG 2: Total mode lines read = 24
>>>>>> DEBUG 2: Total mode lines kept = 4
>>>>>>
>>>>>> *** Running MODE-Analysis to summarize by case ***
>>>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>>>            -lookin ../out/mode/mode_120000L_
>> 20050807_120000V_120000A_obj.
>>>> txt
>>>>>> \
>>>>>>            -lookin ../out/mode/mode_240000L_
>> 20050808_000000V_240000A_obj.
>>>> txt
>>>>>> \
>>>>>>            -bycase -single -simple \
>>>>>>            -dump_row
../out/mode_analysis/job_summary_bycase.txt \
>>>>>>            -out
../out/mode_analysis/job_summary_bycase.out \
>>>>>>            -v 2
>>>>>> DEBUG 2: Total mode lines read = 44
>>>>>> DEBUG 2: Total mode lines kept = 21
>>>>>> g++ -fPIC -m64 -fpermissive ../src/tools/other/mode_time_
>> domain/mtd.cc
>>>>>> -o ../src/tools/other/mode_time_domain/mtd
>>>>>> In file included from
>>>>>> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
>>>>>>                      from ../src/tools/other/mode_time_
>> domain/mtd.cc:55:
>>>>>> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10:
fatal
>>>> error:
>>>>>> data_class.h: No such file or directory
>>>>>>      #include "data_class.h"
>>>>>>               ^~~~~~~~~~~~~~
>>>>>> compilation terminated.
>>>>>> make[1]: *** [<builtin>:
../src/tools/other/mode_time_domain/mtd]
>>>> Error 1
>>>>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/
>>>> met-7.0/scripts'
>>>>>> make: *** [Makefile:843: test] Error 2
>>>>>> [root at linux256 met]#
>>>>>> --
>>>>>>
>>>>>> Barry McInnes
>>>>>> 325 Broadway
>>>>>> Boulder CO 80304
>>>>>> (303)4976231
>>>>>> barry.j.mcinnes at noaa.gov
>>>>>>
>>>>>>
>>>>>>
>>>> --
>>>>
>>>> Barry McInnes
>>>> 325 Broadway
>>>> Boulder CO 80304
>>>> (303)4976231
>>>> barry.j.mcinnes at noaa.gov
>>>>
>>>>
>>>>
>> --
>>
>> Barry McInnes
>> 325 Broadway
>> Boulder CO 80304
>> (303)4976231
>> barry.j.mcinnes at noaa.gov
>>
>>
>>

--

Barry McInnes
325 Broadway
Boulder CO 80304
(303)4976231
barry.j.mcinnes at noaa.gov


------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #84896] patching issues
From: Barry McInnes (NOAA Affiliate)
Time: Tue May 01 10:15:06 2018

Thanks for the help -> I have rebuilt my /usr/local/gfortran-7.3 and 
it
must have reset an include or lib file,
so now make test, gives no Warning about hdf5 mis match.


On 4/27/18 14:41, Julie Prestopnik via RT wrote:
> Hi Barry.  In this case, there are no HDF5INC and LIB options, only
a
> MET_HDF5 variable which will look for an include and lib directory
under
> it.
>
> Here is a snipet from this page:
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=configure
>
> about the variable:
>
>
>     - Set *$MET_HDF5* to point to the main HDF5 directory.
>
> Please make clean, set MET_HDF5, reconfigure, the make_install, and
> make_test.  Please let me know how it goes.
>
> Instead of moving that HDF directory you could also try providing
the
> proper HDF5 library path with LD_LIBRARY_PATH or compiling NetCDF
with the
> HDF5 from /usr/local.
>
> Thanks,
> Julie
>
> On Fri, Apr 27, 2018 at 2:23 PM, Barry McInnes (NOAA Affiliate) via
RT <
> met_help at ucar.edu> wrote:
>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>>
>> Hi Julie,
>> I have set the HDF5INC and LIB to point to the 1.10.2 files, and
still
>> get the warnings.
>> I do have a 1.10.1 install in /usr/local, so maybe that is an
issue.
>> I will test that out Monday morning when the Users are not on it,
by
>> moving that directory, or even installing 1.10.2 there
>> as well.
>> Thanks for you help, and have a good weekend,
>> cheers barry
>>
>>
>> On 4/27/18 13:11, Julie Prestopnik via RT wrote:
>>> Hi Barry.
>>>
>>> It looks like you don't have the MET_HDF5 environment variable
set.
>> Please
>>> set MET_HDF5 to point to the main HDF directory.
>>>
>>> We can see in the warning:
>>>
>>> Headers are 1.10.1, library is 1.10.2
>>>
>>>
>>> It looks like the MET executables were compiled and linked with
NetCDF4,
>>> which is compiled with HDF 1.10.2, but the HDF5 library on runtime
is
>>> 1.10.1.
>>>
>>> Please make clean, set MET_HDF5, reconfigure, the make_install,
and
>>> make_test.  Please let me know how it goes.
>>>
>>> Thanks!
>>>
>>> Julie
>>>
>>>
>>> On Thu, Apr 26, 2018 at 2:02 PM, Barry McInnes (NOAA Affiliate)
via RT <
>>> met_help at ucar.edu> wrote:
>>>
>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>>>>
>>>> I just rechecked the library versions and they all seem to be the
latest
>>>> versions and the latest builds.
>>>> Which is why I am stuck explaining the version mismatch.
>>>> The mode program does work with user netcdf files, it just gives
the
>>>> Warning message.
>>>>
>>>> ldd $dir/met/bin/mode|grep  gfortran-7
>>>>        libnetcdf_c++4.so.1 =>
>>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1
(0x00007fa41bc81000)
>>>>        libnetcdf.so.13 => /usr/local/gfortran-
7.3//lib/libnetcdf.so.13
>>>> (0x00007fa418918000)
>>>>        libgsl.so.19 => /usr/local/gfortran-7.3//lib/libgsl.so.19
>>>> (0x00007fa4183f3000)
>>>>        libgslcblas.so.0 => /usr/local/gfortran-
7.3//lib/libgslcblas.so.0
>>>> (0x00007fa41819a000)
>>>>        libz.so.1 => /usr/local/gfortran-7.3//lib/libz.so.1
>>>> (0x00007fa417f7b000)
>>>>        libhdf5_hl.so.100 => /usr/local/gfortran-7.3/lib/
>> libhdf5_hl.so.100
>>>> (0x00007fa41778b000)
>>>>        libhdf5.so.101 => /usr/local/gfortran-
7.3/lib/libhdf5.so.101
>>>> (0x00007fa4171c7000)
>>>>        libcurl.so.4 => /usr/local/gfortran-7.3/lib/libcurl.so.4
>>>> (0x00007fa416f5d000)
>>>> [root at linux256 gsl]# !1986
>>>> ls -l /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1*
>>>> lrwxrwxrwx 1 root root     23 Apr 23 14:13
>>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1 ->
>>>> libnetcdf_c++4.so.1.0.3
>>>> -rwxr-xr-x 1 root root 953512 Apr 23 14:13
>>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1.0.3
>>>> [root at linux256 gsl]# !1987
>>>> ls -l /usr/local/gfortran-7.3//lib/libnetcdf.so.13*
>>>> lrwxrwxrwx 1 root root      19 Apr 23 14:49
>>>> /usr/local/gfortran-7.3//lib/libnetcdf.so.13 ->
libnetcdf.so.13.0.0
>>>> -rwxr-xr-x 1 root root 1609024 Apr 23 14:49
>>>> /usr/local/gfortran-7.3//lib/libnetcdf.so.13.0.0
>>>> [root at linux256 gsl]# !1988
>>>> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
>>>> lrwxrwxrwx 1 root root      16 Apr 26 13:56
>>>> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
>>>> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
>>>> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
>>>> [root at linux256 gsl]# !1988
>>>> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
>>>> lrwxrwxrwx 1 root root      16 Apr 26 13:56
>>>> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
>>>> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
>>>> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
>>>> [root at linux256 gsl]# !1989
>>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100
>>>> lrwxrwxrwx 1 root root 21 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
>>>> [root at linux256 gsl]# !1990
>>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100*
>>>> lrwxrwxrwx 1 root root     21 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
libhdf5_hl.so.100.1.0
>>>> -rwxr-xr-x 1 root root 161296 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100.1.0
>>>> [root at linux256 gsl]# !1991
>>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5.so.101*
>>>> lrwxrwxrwx 1 root root      18 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5.so.101 -> libhdf5.so.101.1.0
>>>> -rwxr-xr-x 1 root root 4274800 Apr 23 14:39
>>>> /usr/local/gfortran-7.3/lib/libhdf5.so.101.1.0
>>>> [root at linux256 gsl]#
>>>>
>>>>
>>>>
>>>> On 4/26/18 10:35, Julie Prestopnik via RT wrote:
>>>>> Hi Barry.
>>>>>
>>>>> I see you're having problems with MET.  It's a little hard to
fully
>> tell
>>>>> what's going on.  In the future, if you could please attach the
full
>> log
>>>>> file from your configure run and the full log from make_install
and
>>>>> make_test, that would be helpful.
>>>>>
>>>>> You shouldn't be experiencing those HDF5 mismatch problems.  I
would
>>>>> suggest rebuilding your HDF5 and NetCDF libraries in the manner
>> described
>>>>> in the tutorial and using the versions described in the tutorial
on
>> this
>>>>> page:
>>>>>
>>>>> https://dtcenter.org/met/users/support/online_tutorial/
>>>> METv6.1/tutorial.php?name=compilation&category=configure
>>>>> While the instructions are from the met-6.1 tutorial, they are
the same
>>>> for
>>>>> the met-7.0 code as well.
>>>>>
>>>>> I have installed met-7.0 including the patches (some have the
20180403
>>>>> patches but some have older patches) on various NOAA machines.
You can
>>>>> find the location of those installs on this page:
>>>>>
>>>>> https://dtcenter.org/met/users/downloads/existing_met_
>>>> builds/METv7.0_existing_met_builds.php
>>>>> If possible, you could utilize those for your MET use.  I'm also
happy
>> to
>>>>> help you work through any problems you're experiencing
installing it
>>>>> yourself. Please try reinstalling HDF5 and the NetCDF libraries
as
>>>>> indicated above and let me know how it goes.  If it is not
successful
>>>>> please include your log files as attachments and we'll go from
there.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Julie
>>>>>
>>>>>
>>>>> On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA Affiliate)
via
>> RT <
>>>>> met_help at ucar.edu> wrote:
>>>>>
>>>>>> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
>>>>>> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
>>>>>>           Queue: met_help
>>>>>>         Subject: patching issues
>>>>>>           Owner: Nobody
>>>>>>      Requestors: barry.j.mcinnes at noaa.gov
>>>>>>          Status: new
>>>>>>     Ticket <URL: https://rt.rap.ucar.edu/rt/
>> Ticket/Display.html?id=84896
>>>>>> Since doing the patch met-7.0_patches_20180403.tar, I have been
>> getting
>>>>>> this issue, as well as tests failing
>>>>>>
>>>>>> make[2]: Entering directory
>>>>>> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
>>>>>> test -z "" || rm -f
>>>>>> test . = "." || test -z "" || rm -f
>>>>>> /f951
>>>>>>                      from ../../../../src/basic/vx_
>> config/vx_config.h:15,
>>>>>>                      from pb2nc_conf_info.h:18,
>>>>>>                      from pb2nc.cc:75:
>>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>>>> char*)'
>>>>>>      extern ConcatString make_temp_file_name(const char *,
const char
>> *);
>>>>>>                          ^~~~~~~~~~~~~~~~~~~
>>>>>> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
>>>>>> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to
'const
>>>>>> char*' [-fpermissive]
>>>>>>         blk_file = make_temp_file_name(blk_prefix2, '\0');
>>>>>>                                                         ^
>>>>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
>>>>>>                      from
>>>>>> ../../../../src/basic/vx_config/config_constants.h:14,
>>>>>>                      from ../../../../src/basic/vx_
>> config/vx_config.h:15,
>>>>>>                      from pb2nc_conf_info.h:18,
>>>>>>                      from pb2nc.cc:75:
>>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>>>> char*)'
>>>>>>      extern ConcatString make_temp_file_name(const char *,
const char
>> *);
>>>>>>                          ^~~~~~~~~~~~~~~~~~~
>>>>>> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to
'const
>>>>>> char*' [-fpermissive]
>>>>>>         blk_file = make_temp_file_name(blk_prefix, '\0');
>>>>>>                                                        ^
>>>>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
>>>>>>                      from
>>>>>> ../../../../src/basic/vx_config/config_constants.h:14,
>>>>>>                      from ../../../../src/basic/vx_
>> config/vx_config.h:15,
>>>>>>                      from pb2nc_conf_info.h:18,
>>>>>>                      from pb2nc.cc:75:
>>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
initializing
>>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
>>>> char*)'
>>>>>>      extern ConcatString make_temp_file_name(const char *,
const char
>> *);
>>>>>>                          ^~~~~~~~~~~~~~~~~~~
>>>>>> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
>>>>>> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
>>>>>> -I../../../../src/basic/vx_config
-I../../../../src/basic/vx_log
>>>>>> -I../../../../src/basic/vx_math -I../../../../src/basic/vx_util
>>>>>> -I../../../../src/libcode/vx_afm
>>>>>> -I../../../../src/libcode/vx_analysis_util
>>>>>> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_
>> data2d
>>>>>> -I../../../../src/libcode/vx_data2d_factory
>>>>>> -I../../../../src/libcode/vx_data2d_grib
>>>>>> -I../../../../src/libcode/vx_data2d_grib2
>>>>>> -I../../../../src/libcode/vx_data2d_nccf
>>>>>> -I../../../../src/libcode/vx_data2d_nc_met
>>>>>> -I../../../../src/libcode/vx_data2d_nc_pinterp
>>>>>> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_gis
>>>>>> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_grid
>>>>>> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_
>> nav
>>>>>> -I../../../../src/libcode/vx_nc_util
>>>>>> -I../../../../src/libcode/vx_pb_util
>>>>>> -I../../../../src/libcode/vx_plot_util
-I../../../../src/libcode/vx_
>> ps
>>>>>> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_render
>>>>>> -I../../../../src/libcode/vx_regrid
>>>>>> -I../../../../src/libcode/vx_shapedata
>>>>>> -I../../../../src/libcode/vx_solar
>>>>>> -I../../../../src/libcode/vx_statistics
>>>>>> -I../../../../src/libcode/vx_stat_out
>>>>>> -I../../../../src/libcode/vx_summary
>>>>>> -I../../../../src/libcode/vx_time_series
>>>>>> -I../../../../src/libcode/vx_tc_util
>>>>>> -I/usr/local/gfortran-7.3/include/include
-I/usr/local/gfortran-7.3
>>>>>> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-
7.3/include
>>>>>> -I/usr/local/gfortran-7.3/include/hdfeos5/include
>>>>>> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
>>>>>> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC
-m64
>>>>>> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
>>>>>> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o
`test
>> -f
>>>>>> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
>>>>>> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo .deps/pb2nc-
pb2nc_conf_info.Po
>>>>>> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
>>>>>> f951: Warning: Nonexistent include directory '-c'
>>>> [-Wmissing-include-dirs]
>>>>>> /usr/lib/../lib64/crt1.o: In function `_start':
>>>>>> (.text+0x20): undefined reference to `main'
>>>>>> /tmp/cc2R7r8w.o: In function `numpbmsg_':
>>>>>> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
>>>>>> collect2: error: ld returned 1 exit status
>>>>>> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
>>>>>> make[5]: Leaving directory
>>>>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
>>>>>> make[4]: *** [Makefile:371: all-recursive] Error 1
>>>>>> make[4]: Leaving directory
>>>>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
>>>>>> make[3]: *** [Makefile:357: all-recursive] Error 1
>>>>>> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/
>>>> met-7.0/src/tools'
>>>>>> make[2]: *** [Makefile:354: all-recursive] Error 1
>>>>>> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0/src'
>>>>>> make[1]: *** [Makefile:410: all-recursive] Error 1
>>>>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0'
>>>>>> make: *** [Makefile:350: all] Error 2
>>>>>> Making install in data
>>>>>>
>>>>>>
>>>>>>
>>>>>> Tests failing - I have always got the HDF5 mismatch although I
have
>>>>>> checked the setup and am sure I have it set correctly to
1.10.2,
>>>>>> although I do have another
>>>>>> older hdf5 in /usr/local, that is should not be accessing
>>>>>>
>>>>>>
>>>>>> Warning! ***HDF5 library version mismatched error***
>>>>>> The HDF5 header files used to compile this application do not
match
>>>>>> the version used by the HDF5 library to which this application
is
>>>> linked.
>>>>>> Data corruption or segmentation faults may occur if the
application
>>>>>> continues.
>>>>>> This can happen when an application was compiled by one version
of
>> HDF5
>>>> but
>>>>>> linked with a different version of static or shared HDF5
library.
>>>>>> You should recompile the application or check your shared
library
>>>> related
>>>>>> settings such as 'LD_LIBRARY_PATH'.
>>>>>> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to 1,
>>>>>> application will
>>>>>> continue at your own risk.
>>>>>> Headers are 1.10.1, library is 1.10.2
>>>>>>             SUMMARY OF THE HDF5 CONFIGURATION
>>>>>>             =================================
>>>>>>
>>>>>> General Information:
>>>>>> -------------------
>>>>>>                        HDF5 Version: 1.10.2
>>>>>>                       Configured on: Mon Apr 23 14:30:04 MDT
2018
>>>>>>                       Configured by: root at linux256.psd.ad
>>>>>>                         Host system: x86_64-unknown-linux-gnu
>>>>>>                   Uname information: Linux linux256.psd.ad
>>>>>> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018
x86_64
>>>>>> GNU/Linux
>>>>>>                            Byte sex: little-endian
>>>>>>                  Installation point: /usr/local/gfortran-7.3
>>>>>>
>>>>>> Compiling Options:
>>>>>> ------------------
>>>>>>                          Build Mode: production
>>>>>>                   Debugging Symbols: no
>>>>>>                             Asserts: no
>>>>>>                           Profiling: no
>>>>>>                  Optimization Level: high
>>>>>>
>>>>>> Linking Options:
>>>>>> ----------------
>>>>>>                           Libraries: static, shared
>>>>>>       Statically Linked Executables:
>>>>>>                             LDFLAGS:
>>>>>>                          H5_LDFLAGS:
>>>>>>                          AM_LDFLAGS:
>>>>>>                     Extra libraries: -lrt -lz -ldl -lm
>>>>>>                            Archiver: ar
>>>>>>                            AR_FLAGS: cr
>>>>>>                              Ranlib: ranlib
>>>>>>
>>>>>> Languages:
>>>>>> ----------
>>>>>>                                   C: yes
>>>>>>                          C Compiler: /usr/local/gfortran-
7.3/bin/gcc (
>>>> gcc
>>>>>> (GCC) 7.3.0)
>>>>>>                            CPPFLAGS:
>>>>>>                         H5_CPPFLAGS: -D_GNU_SOURCE
>>>>>> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
>>>>>>                         AM_CPPFLAGS:
>>>>>>                             C Flags: -w -fPIC -m64
>>>>>>                          H5 C Flags:   -std=c99 -pedantic -Wall
-Wextra
>>>>>> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
-Wconversion
>>>>>> -Wdeclaration-after-statement -Wdisabled-optimization -Wfloat-
equal
>>>>>> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
>>>>>> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
>>>>>> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-
decls
>>>>>> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum
-Wundef
>>>>>> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
>>>>>> -finline-functions -s -Wno-inline -Wno-aggregate-return
>>>>>> -Wno-missing-format-attribute -Wno-missing-noreturn -O
>>>>>>                          AM C Flags:
>>>>>>                    Shared C Library: yes
>>>>>>                    Static C Library: yes
>>>>>>
>>>>>>
>>>>>>                             Fortran: yes
>>>>>>                    Fortran Compiler: /usr/local/gfortran-
7.3/bin/
>> gfortran
>>>> (
>>>>>> GNU Fortran (GCC) 7.3.0)
>>>>>>                       Fortran Flags: -w -fPIC -m64
>>>>>>                    H5 Fortran Flags:  -pedantic -Wall -Wextra
>> -Wunderflow
>>>>>> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
>>>>>>                    AM Fortran Flags:
>>>>>>              Shared Fortran Library: yes
>>>>>>              Static Fortran Library: yes
>>>>>>
>>>>>>                                 C++: no
>>>>>>
>>>>>>                                Java: no
>>>>>>
>>>>>>
>>>>>> Features:
>>>>>> ---------
>>>>>>                       Parallel HDF5: no
>>>>>>                  High-level library: yes
>>>>>>                        Threadsafety: no
>>>>>>                 Default API mapping: v110
>>>>>>      With deprecated public symbols: yes
>>>>>>              I/O filters (external): deflate(zlib)
>>>>>>                                 MPE: no
>>>>>>                          Direct VFD: no
>>>>>>                             dmalloc: no
>>>>>>      Packages w/ extra debug output: none
>>>>>>                         API tracing: no
>>>>>>                Using memory checker: no
>>>>>> Memory allocation sanity checks: no
>>>>>>                 Metadata trace file: no
>>>>>>              Function stack tracing: no
>>>>>>           Strict file format checks: no
>>>>>>        Optimization instrumentation: no
>>>>>> DEBUG 1: Loading forecast raw color table:
>>>>>> /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
>>>>>> DEBUG 1: Loading observation raw color table:
>>>>>> /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
>>>>>> DEBUG 1: Creating postscript file:
>>>>>> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
>>>>>>
>>>>>> *** Running MODE-Analysis to compute column summaries for
simple
>>>>>> forecast objects ***
>>>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>>>            -lookin ../out/mode/mode_120000L_
>> 20050807_120000V_120000A_obj.
>>>> txt
>>>>>> \
>>>>>>            -summary \
>>>>>>            -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>>>>>> -column INTENSITY_50 \
>>>>>>            -fcst -config config/MODEAnalysisConfig \
>>>>>>            -dump_row ../out/mode_analysis/job_
>>>> summary_APCP_12_simple_fcst.txt
>>>>>> \
>>>>>>            -out
../out/mode_analysis/job_summary_APCP_12_simple_fcst.
>> out
>>>> \
>>>>>>            -v 2
>>>>>> DEBUG 1: Default Config File:
>>>>>> /usr/local/gfortran-7.3/met/share/met/config/
>> MODEAnalysisConfig_default
>>>>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>>>>>> DEBUG 2: Total mode lines read = 24
>>>>>> DEBUG 2: Total mode lines kept = 7
>>>>>>
>>>>>> *** Running MODE-Analysis to compute column summaries for
simple
>>>>>> observation objects ***
>>>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>>>            -lookin ../out/mode/mode_120000L_
>> 20050807_120000V_120000A_obj.
>>>> txt
>>>>>> \
>>>>>>            -summary \
>>>>>>            -column AREA -column LENGTH -column WIDTH -column
CURVATURE
>>>>>> -column INTENSITY_50 \
>>>>>>            -obs -config config/MODEAnalysisConfig \
>>>>>>            -dump_row ../out/mode_analysis/job_
>>>> summary_APCP_12_simple_obs.txt
>>>>>> \
>>>>>>            -out
../out/mode_analysis/job_summary_APCP_12_simple_obs.out
>> \
>>>>>>            -v 2
>>>>>> DEBUG 1: Default Config File:
>>>>>> /usr/local/gfortran-7.3/met/share/met/config/
>> MODEAnalysisConfig_default
>>>>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
>>>>>> DEBUG 2: Total mode lines read = 24
>>>>>> DEBUG 2: Total mode lines kept = 4
>>>>>>
>>>>>> *** Running MODE-Analysis to summarize by case ***
>>>>>> ../src/tools/core/mode_analysis/mode_analysis \
>>>>>>            -lookin ../out/mode/mode_120000L_
>> 20050807_120000V_120000A_obj.
>>>> txt
>>>>>> \
>>>>>>            -lookin ../out/mode/mode_240000L_
>> 20050808_000000V_240000A_obj.
>>>> txt
>>>>>> \
>>>>>>            -bycase -single -simple \
>>>>>>            -dump_row
../out/mode_analysis/job_summary_bycase.txt \
>>>>>>            -out
../out/mode_analysis/job_summary_bycase.out \
>>>>>>            -v 2
>>>>>> DEBUG 2: Total mode lines read = 44
>>>>>> DEBUG 2: Total mode lines kept = 21
>>>>>> g++ -fPIC -m64 -fpermissive ../src/tools/other/mode_time_
>> domain/mtd.cc
>>>>>> -o ../src/tools/other/mode_time_domain/mtd
>>>>>> In file included from
>>>>>> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
>>>>>>                      from ../src/tools/other/mode_time_
>> domain/mtd.cc:55:
>>>>>> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10:
fatal
>>>> error:
>>>>>> data_class.h: No such file or directory
>>>>>>      #include "data_class.h"
>>>>>>               ^~~~~~~~~~~~~~
>>>>>> compilation terminated.
>>>>>> make[1]: *** [<builtin>:
../src/tools/other/mode_time_domain/mtd]
>>>> Error 1
>>>>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/
>>>> met-7.0/scripts'
>>>>>> make: *** [Makefile:843: test] Error 2
>>>>>> [root at linux256 met]#
>>>>>> --
>>>>>>
>>>>>> Barry McInnes
>>>>>> 325 Broadway
>>>>>> Boulder CO 80304
>>>>>> (303)4976231
>>>>>> barry.j.mcinnes at noaa.gov
>>>>>>
>>>>>>
>>>>>>
>>>> --
>>>>
>>>> Barry McInnes
>>>> 325 Broadway
>>>> Boulder CO 80304
>>>> (303)4976231
>>>> barry.j.mcinnes at noaa.gov
>>>>
>>>>
>>>>
>> --
>>
>> Barry McInnes
>> 325 Broadway
>> Boulder CO 80304
>> (303)4976231
>> barry.j.mcinnes at noaa.gov
>>
>>
>>

--

Barry McInnes
325 Broadway
Boulder CO 80304
(303)4976231
barry.j.mcinnes at noaa.gov


------------------------------------------------
Subject: patching issues
From: Julie Prestopnik
Time: Tue May 01 11:20:35 2018

That's great news, Barry!  Thanks for following up and letting us
know.

Julie

On Tue, May 1, 2018 at 10:15 AM, Barry McInnes (NOAA Affiliate) via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
>
> Thanks for the help -> I have rebuilt my /usr/local/gfortran-7.3 and
it
> must have reset an include or lib file,
> so now make test, gives no Warning about hdf5 mis match.
>
>
> On 4/27/18 14:41, Julie Prestopnik via RT wrote:
> > Hi Barry.  In this case, there are no HDF5INC and LIB options,
only a
> > MET_HDF5 variable which will look for an include and lib directory
under
> > it.
> >
> > Here is a snipet from this page:
> >
> > https://dtcenter.org/met/users/support/online_tutorial/
> METv6.1/tutorial.php?name=compilation&category=configure
> >
> > about the variable:
> >
> >
> >     - Set *$MET_HDF5* to point to the main HDF5 directory.
> >
> > Please make clean, set MET_HDF5, reconfigure, the make_install,
and
> > make_test.  Please let me know how it goes.
> >
> > Instead of moving that HDF directory you could also try providing
the
> > proper HDF5 library path with LD_LIBRARY_PATH or compiling NetCDF
with
> the
> > HDF5 from /usr/local.
> >
> > Thanks,
> > Julie
> >
> > On Fri, Apr 27, 2018 at 2:23 PM, Barry McInnes (NOAA Affiliate)
via RT <
> > met_help at ucar.edu> wrote:
> >
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
> >>
> >> Hi Julie,
> >> I have set the HDF5INC and LIB to point to the 1.10.2 files, and
still
> >> get the warnings.
> >> I do have a 1.10.1 install in /usr/local, so maybe that is an
issue.
> >> I will test that out Monday morning when the Users are not on it,
by
> >> moving that directory, or even installing 1.10.2 there
> >> as well.
> >> Thanks for you help, and have a good weekend,
> >> cheers barry
> >>
> >>
> >> On 4/27/18 13:11, Julie Prestopnik via RT wrote:
> >>> Hi Barry.
> >>>
> >>> It looks like you don't have the MET_HDF5 environment variable
set.
> >> Please
> >>> set MET_HDF5 to point to the main HDF directory.
> >>>
> >>> We can see in the warning:
> >>>
> >>> Headers are 1.10.1, library is 1.10.2
> >>>
> >>>
> >>> It looks like the MET executables were compiled and linked with
> NetCDF4,
> >>> which is compiled with HDF 1.10.2, but the HDF5 library on
runtime is
> >>> 1.10.1.
> >>>
> >>> Please make clean, set MET_HDF5, reconfigure, the make_install,
and
> >>> make_test.  Please let me know how it goes.
> >>>
> >>> Thanks!
> >>>
> >>> Julie
> >>>
> >>>
> >>> On Thu, Apr 26, 2018 at 2:02 PM, Barry McInnes (NOAA Affiliate)
via RT
> <
> >>> met_help at ucar.edu> wrote:
> >>>
> >>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=84896 >
> >>>>
> >>>> I just rechecked the library versions and they all seem to be
the
> latest
> >>>> versions and the latest builds.
> >>>> Which is why I am stuck explaining the version mismatch.
> >>>> The mode program does work with user netcdf files, it just
gives the
> >>>> Warning message.
> >>>>
> >>>> ldd $dir/met/bin/mode|grep  gfortran-7
> >>>>        libnetcdf_c++4.so.1 =>
> >>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1
(0x00007fa41bc81000)
> >>>>        libnetcdf.so.13 => /usr/local/gfortran-7.3//lib/
> libnetcdf.so.13
> >>>> (0x00007fa418918000)
> >>>>        libgsl.so.19 => /usr/local/gfortran-
7.3//lib/libgsl.so.19
> >>>> (0x00007fa4183f3000)
> >>>>        libgslcblas.so.0 => /usr/local/gfortran-7.3//lib/
> libgslcblas.so.0
> >>>> (0x00007fa41819a000)
> >>>>        libz.so.1 => /usr/local/gfortran-7.3//lib/libz.so.1
> >>>> (0x00007fa417f7b000)
> >>>>        libhdf5_hl.so.100 => /usr/local/gfortran-7.3/lib/
> >> libhdf5_hl.so.100
> >>>> (0x00007fa41778b000)
> >>>>        libhdf5.so.101 => /usr/local/gfortran-
7.3/lib/libhdf5.so.101
> >>>> (0x00007fa4171c7000)
> >>>>        libcurl.so.4 => /usr/local/gfortran-7.3/lib/libcurl.so.4
> >>>> (0x00007fa416f5d000)
> >>>> [root at linux256 gsl]# !1986
> >>>> ls -l /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1*
> >>>> lrwxrwxrwx 1 root root     23 Apr 23 14:13
> >>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1 ->
> >>>> libnetcdf_c++4.so.1.0.3
> >>>> -rwxr-xr-x 1 root root 953512 Apr 23 14:13
> >>>> /usr/local/gfortran-7.3//lib/libnetcdf_c++4.so.1.0.3
> >>>> [root at linux256 gsl]# !1987
> >>>> ls -l /usr/local/gfortran-7.3//lib/libnetcdf.so.13*
> >>>> lrwxrwxrwx 1 root root      19 Apr 23 14:49
> >>>> /usr/local/gfortran-7.3//lib/libnetcdf.so.13 ->
libnetcdf.so.13.0.0
> >>>> -rwxr-xr-x 1 root root 1609024 Apr 23 14:49
> >>>> /usr/local/gfortran-7.3//lib/libnetcdf.so.13.0.0
> >>>> [root at linux256 gsl]# !1988
> >>>> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
> >>>> lrwxrwxrwx 1 root root      16 Apr 26 13:56
> >>>> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
> >>>> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
> >>>> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
> >>>> [root at linux256 gsl]# !1988
> >>>> ls -l /usr/local/gfortran-7.3//lib/libgsl.so.19*
> >>>> lrwxrwxrwx 1 root root      16 Apr 26 13:56
> >>>> /usr/local/gfortran-7.3//lib/libgsl.so.19 -> libgsl.so.19.3.0
> >>>> -rwxr-xr-x 1 root root 3628656 Apr 26 13:56
> >>>> /usr/local/gfortran-7.3//lib/libgsl.so.19.3.0
> >>>> [root at linux256 gsl]# !1989
> >>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100
> >>>> lrwxrwxrwx 1 root root 21 Apr 23 14:39
> >>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
> libhdf5_hl.so.100.1.0
> >>>> [root at linux256 gsl]# !1990
> >>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100*
> >>>> lrwxrwxrwx 1 root root     21 Apr 23 14:39
> >>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100 ->
> libhdf5_hl.so.100.1.0
> >>>> -rwxr-xr-x 1 root root 161296 Apr 23 14:39
> >>>> /usr/local/gfortran-7.3/lib/libhdf5_hl.so.100.1.0
> >>>> [root at linux256 gsl]# !1991
> >>>> ls -l /usr/local/gfortran-7.3/lib/libhdf5.so.101*
> >>>> lrwxrwxrwx 1 root root      18 Apr 23 14:39
> >>>> /usr/local/gfortran-7.3/lib/libhdf5.so.101 ->
libhdf5.so.101.1.0
> >>>> -rwxr-xr-x 1 root root 4274800 Apr 23 14:39
> >>>> /usr/local/gfortran-7.3/lib/libhdf5.so.101.1.0
> >>>> [root at linux256 gsl]#
> >>>>
> >>>>
> >>>>
> >>>> On 4/26/18 10:35, Julie Prestopnik via RT wrote:
> >>>>> Hi Barry.
> >>>>>
> >>>>> I see you're having problems with MET.  It's a little hard to
fully
> >> tell
> >>>>> what's going on.  In the future, if you could please attach
the full
> >> log
> >>>>> file from your configure run and the full log from
make_install and
> >>>>> make_test, that would be helpful.
> >>>>>
> >>>>> You shouldn't be experiencing those HDF5 mismatch problems.  I
would
> >>>>> suggest rebuilding your HDF5 and NetCDF libraries in the
manner
> >> described
> >>>>> in the tutorial and using the versions described in the
tutorial on
> >> this
> >>>>> page:
> >>>>>
> >>>>> https://dtcenter.org/met/users/support/online_tutorial/
> >>>> METv6.1/tutorial.php?name=compilation&category=configure
> >>>>> While the instructions are from the met-6.1 tutorial, they are
the
> same
> >>>> for
> >>>>> the met-7.0 code as well.
> >>>>>
> >>>>> I have installed met-7.0 including the patches (some have the
> 20180403
> >>>>> patches but some have older patches) on various NOAA machines.
You
> can
> >>>>> find the location of those installs on this page:
> >>>>>
> >>>>> https://dtcenter.org/met/users/downloads/existing_met_
> >>>> builds/METv7.0_existing_met_builds.php
> >>>>> If possible, you could utilize those for your MET use.  I'm
also
> happy
> >> to
> >>>>> help you work through any problems you're experiencing
installing it
> >>>>> yourself. Please try reinstalling HDF5 and the NetCDF
libraries as
> >>>>> indicated above and let me know how it goes.  If it is not
successful
> >>>>> please include your log files as attachments and we'll go from
there.
> >>>>>
> >>>>> Thanks!
> >>>>>
> >>>>> Julie
> >>>>>
> >>>>>
> >>>>> On Thu, Apr 26, 2018 at 10:09 AM, Barry McInnes (NOAA
Affiliate) via
> >> RT <
> >>>>> met_help at ucar.edu> wrote:
> >>>>>
> >>>>>> Thu Apr 26 10:09:34 2018: Request 84896 was acted upon.
> >>>>>> Transaction: Ticket created by barry.j.mcinnes at noaa.gov
> >>>>>>           Queue: met_help
> >>>>>>         Subject: patching issues
> >>>>>>           Owner: Nobody
> >>>>>>      Requestors: barry.j.mcinnes at noaa.gov
> >>>>>>          Status: new
> >>>>>>     Ticket <URL: https://rt.rap.ucar.edu/rt/
> >> Ticket/Display.html?id=84896
> >>>>>> Since doing the patch met-7.0_patches_20180403.tar, I have
been
> >> getting
> >>>>>> this issue, as well as tests failing
> >>>>>>
> >>>>>> make[2]: Entering directory
> >>>>>> '/usr/local/gfortran-7.3/src/met-7.0/data/tc_data'
> >>>>>> test -z "" || rm -f
> >>>>>> test . = "." || test -z "" || rm -f
> >>>>>> /f951
> >>>>>>                      from ../../../../src/basic/vx_
> >> config/vx_config.h:15,
> >>>>>>                      from pb2nc_conf_info.h:18,
> >>>>>>                      from pb2nc.cc:75:
> >>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
> initializing
> >>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> >>>> char*)'
> >>>>>>      extern ConcatString make_temp_file_name(const char *,
const
> char
> >> *);
> >>>>>>                          ^~~~~~~~~~~~~~~~~~~
> >>>>>> pb2nc.cc: In function 'void process_pbfile_metadata(int)':
> >>>>>> pb2nc.cc:1616:52: warning: invalid conversion from 'char' to
'const
> >>>>>> char*' [-fpermissive]
> >>>>>>         blk_file = make_temp_file_name(blk_prefix2, '\0');
> >>>>>>                                                         ^
> >>>>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
> >>>>>>                      from
> >>>>>> ../../../../src/basic/vx_config/config_constants.h:14,
> >>>>>>                      from ../../../../src/basic/vx_
> >> config/vx_config.h:15,
> >>>>>>                      from pb2nc_conf_info.h:18,
> >>>>>>                      from pb2nc.cc:75:
> >>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
> initializing
> >>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> >>>> char*)'
> >>>>>>      extern ConcatString make_temp_file_name(const char *,
const
> char
> >> *);
> >>>>>>                          ^~~~~~~~~~~~~~~~~~~
> >>>>>> pb2nc.cc:1632:51: warning: invalid conversion from 'char' to
'const
> >>>>>> char*' [-fpermissive]
> >>>>>>         blk_file = make_temp_file_name(blk_prefix, '\0');
> >>>>>>                                                        ^
> >>>>>> In file included from
../../../../src/basic/vx_util/vx_util.h:50:0,
> >>>>>>                      from
> >>>>>> ../../../../src/basic/vx_config/config_constants.h:14,
> >>>>>>                      from ../../../../src/basic/vx_
> >> config/vx_config.h:15,
> >>>>>>                      from pb2nc_conf_info.h:18,
> >>>>>>                      from pb2nc.cc:75:
> >>>>>> ../../../../src/basic/vx_config/temp_file.h:20:21: note:
> initializing
> >>>>>> argument 2 of 'ConcatString make_temp_file_name(const char*,
const
> >>>> char*)'
> >>>>>>      extern ConcatString make_temp_file_name(const char *,
const
> char
> >> *);
> >>>>>>                          ^~~~~~~~~~~~~~~~~~~
> >>>>>> mv -f .deps/pb2nc-pb2nc.Tpo .deps/pb2nc-pb2nc.Po
> >>>>>> g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../src/basic/vx_cal
> >>>>>> -I../../../../src/basic/vx_config
-I../../../../src/basic/vx_log
> >>>>>> -I../../../../src/basic/vx_math
-I../../../../src/basic/vx_util
> >>>>>> -I../../../../src/libcode/vx_afm
> >>>>>> -I../../../../src/libcode/vx_analysis_util
> >>>>>> -I../../../../src/libcode/vx_color
-I../../../../src/libcode/vx_
> >> data2d
> >>>>>> -I../../../../src/libcode/vx_data2d_factory
> >>>>>> -I../../../../src/libcode/vx_data2d_grib
> >>>>>> -I../../../../src/libcode/vx_data2d_grib2
> >>>>>> -I../../../../src/libcode/vx_data2d_nccf
> >>>>>> -I../../../../src/libcode/vx_data2d_nc_met
> >>>>>> -I../../../../src/libcode/vx_data2d_nc_pinterp
> >>>>>> -I../../../../src/libcode/vx_geodesy
-I../../../../src/libcode/vx_
> gis
> >>>>>> -I../../../../src/libcode/vx_gnomon
-I../../../../src/libcode/vx_
> grid
> >>>>>> -I../../../../src/libcode/vx_gsl_prob
-I../../../../src/libcode/vx_
> >> nav
> >>>>>> -I../../../../src/libcode/vx_nc_util
> >>>>>> -I../../../../src/libcode/vx_pb_util
> >>>>>> -I../../../../src/libcode/vx_plot_util
> -I../../../../src/libcode/vx_
> >> ps
> >>>>>> -I../../../../src/libcode/vx_pxm
-I../../../../src/libcode/vx_
> render
> >>>>>> -I../../../../src/libcode/vx_regrid
> >>>>>> -I../../../../src/libcode/vx_shapedata
> >>>>>> -I../../../../src/libcode/vx_solar
> >>>>>> -I../../../../src/libcode/vx_statistics
> >>>>>> -I../../../../src/libcode/vx_stat_out
> >>>>>> -I../../../../src/libcode/vx_summary
> >>>>>> -I../../../../src/libcode/vx_time_series
> >>>>>> -I../../../../src/libcode/vx_tc_util
> >>>>>> -I/usr/local/gfortran-7.3/include/include
-I/usr/local/gfortran-7.3
> >>>>>> -I/usr/local/gfortran-7.3/include -I/usr/local/gfortran-
7.3/include
> >>>>>> -I/usr/local/gfortran-7.3/include/hdfeos5/include
> >>>>>> -I/usr/local/gfortran-7.3/include -DBLOCK4 -DWITH_GRIB2
> >>>>>> -DMET_BASE="\"/usr/local/gfortran-7.3/met/share/met\""  -fPIC
-m64
> >>>>>> -fpermissive -MT pb2nc-pb2nc_conf_info.o -MD -MP -MF
> >>>>>> .deps/pb2nc-pb2nc_conf_info.Tpo -c -o pb2nc-pb2nc_conf_info.o
`test
> >> -f
> >>>>>> 'pb2nc_conf_info.cc' || echo './'`pb2nc_conf_info.cc
> >>>>>> mv -f .deps/pb2nc-pb2nc_conf_info.Tpo
> .deps/pb2nc-pb2nc_conf_info.Po
> >>>>>> gfortran  -O3 -I  -c -o numpbmsg.o numpbmsg.f
> >>>>>> f951: Warning: Nonexistent include directory '-c'
> >>>> [-Wmissing-include-dirs]
> >>>>>> /usr/lib/../lib64/crt1.o: In function `_start':
> >>>>>> (.text+0x20): undefined reference to `main'
> >>>>>> /tmp/cc2R7r8w.o: In function `numpbmsg_':
> >>>>>> numpbmsg.f:(.text+0x2c): undefined reference to `ufbtab_'
> >>>>>> collect2: error: ld returned 1 exit status
> >>>>>> make[5]: *** [Makefile:496: numpbmsg.o] Error 1
> >>>>>> make[5]: Leaving directory
> >>>>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other/pb2nc'
> >>>>>> make[4]: *** [Makefile:371: all-recursive] Error 1
> >>>>>> make[4]: Leaving directory
> >>>>>> '/usr/local/gfortran-7.3/src/met-7.0/src/tools/other'
> >>>>>> make[3]: *** [Makefile:357: all-recursive] Error 1
> >>>>>> make[3]: Leaving directory '/usr/local/gfortran-7.3/src/
> >>>> met-7.0/src/tools'
> >>>>>> make[2]: *** [Makefile:354: all-recursive] Error 1
> >>>>>> make[2]: Leaving directory '/usr/local/gfortran-7.3/src/
> met-7.0/src'
> >>>>>> make[1]: *** [Makefile:410: all-recursive] Error 1
> >>>>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/met-
7.0'
> >>>>>> make: *** [Makefile:350: all] Error 2
> >>>>>> Making install in data
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> Tests failing - I have always got the HDF5 mismatch although
I have
> >>>>>> checked the setup and am sure I have it set correctly to
1.10.2,
> >>>>>> although I do have another
> >>>>>> older hdf5 in /usr/local, that is should not be accessing
> >>>>>>
> >>>>>>
> >>>>>> Warning! ***HDF5 library version mismatched error***
> >>>>>> The HDF5 header files used to compile this application do not
match
> >>>>>> the version used by the HDF5 library to which this
application is
> >>>> linked.
> >>>>>> Data corruption or segmentation faults may occur if the
application
> >>>>>> continues.
> >>>>>> This can happen when an application was compiled by one
version of
> >> HDF5
> >>>> but
> >>>>>> linked with a different version of static or shared HDF5
library.
> >>>>>> You should recompile the application or check your shared
library
> >>>> related
> >>>>>> settings such as 'LD_LIBRARY_PATH'.
> >>>>>> 'HDF5_DISABLE_VERSION_CHECK' environment variable is set to
1,
> >>>>>> application will
> >>>>>> continue at your own risk.
> >>>>>> Headers are 1.10.1, library is 1.10.2
> >>>>>>             SUMMARY OF THE HDF5 CONFIGURATION
> >>>>>>             =================================
> >>>>>>
> >>>>>> General Information:
> >>>>>> -------------------
> >>>>>>                        HDF5 Version: 1.10.2
> >>>>>>                       Configured on: Mon Apr 23 14:30:04 MDT
2018
> >>>>>>                       Configured by: root at linux256.psd.ad
> >>>>>>                         Host system: x86_64-unknown-linux-gnu
> >>>>>>                   Uname information: Linux linux256.psd.ad
> >>>>>> 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC
2018
> x86_64
> >>>>>> GNU/Linux
> >>>>>>                            Byte sex: little-endian
> >>>>>>                  Installation point: /usr/local/gfortran-7.3
> >>>>>>
> >>>>>> Compiling Options:
> >>>>>> ------------------
> >>>>>>                          Build Mode: production
> >>>>>>                   Debugging Symbols: no
> >>>>>>                             Asserts: no
> >>>>>>                           Profiling: no
> >>>>>>                  Optimization Level: high
> >>>>>>
> >>>>>> Linking Options:
> >>>>>> ----------------
> >>>>>>                           Libraries: static, shared
> >>>>>>       Statically Linked Executables:
> >>>>>>                             LDFLAGS:
> >>>>>>                          H5_LDFLAGS:
> >>>>>>                          AM_LDFLAGS:
> >>>>>>                     Extra libraries: -lrt -lz -ldl -lm
> >>>>>>                            Archiver: ar
> >>>>>>                            AR_FLAGS: cr
> >>>>>>                              Ranlib: ranlib
> >>>>>>
> >>>>>> Languages:
> >>>>>> ----------
> >>>>>>                                   C: yes
> >>>>>>                          C Compiler: /usr/local/gfortran-
7.3/bin/gcc
> (
> >>>> gcc
> >>>>>> (GCC) 7.3.0)
> >>>>>>                            CPPFLAGS:
> >>>>>>                         H5_CPPFLAGS: -D_GNU_SOURCE
> >>>>>> -D_POSIX_C_SOURCE=200112L   -DNDEBUG -UH5_DEBUG_API
> >>>>>>                         AM_CPPFLAGS:
> >>>>>>                             C Flags: -w -fPIC -m64
> >>>>>>                          H5 C Flags:   -std=c99 -pedantic
-Wall
> -Wextra
> >>>>>> -Wbad-function-cast -Wc++-compat -Wcast-align -Wcast-qual
> -Wconversion
> >>>>>> -Wdeclaration-after-statement -Wdisabled-optimization
-Wfloat-equal
> >>>>>> -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations
> >>>>>> -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs
> >>>>>> -Wold-style-definition -Wpacked -Wpointer-arith -Wredundant-
decls
> >>>>>> -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum
-Wundef
> >>>>>> -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings
> >>>>>> -finline-functions -s -Wno-inline -Wno-aggregate-return
> >>>>>> -Wno-missing-format-attribute -Wno-missing-noreturn -O
> >>>>>>                          AM C Flags:
> >>>>>>                    Shared C Library: yes
> >>>>>>                    Static C Library: yes
> >>>>>>
> >>>>>>
> >>>>>>                             Fortran: yes
> >>>>>>                    Fortran Compiler: /usr/local/gfortran-
7.3/bin/
> >> gfortran
> >>>> (
> >>>>>> GNU Fortran (GCC) 7.3.0)
> >>>>>>                       Fortran Flags: -w -fPIC -m64
> >>>>>>                    H5 Fortran Flags:  -pedantic -Wall -Wextra
> >> -Wunderflow
> >>>>>> -Wimplicit-interface -Wsurprising -Wno-c-binding-type -s -O2
> >>>>>>                    AM Fortran Flags:
> >>>>>>              Shared Fortran Library: yes
> >>>>>>              Static Fortran Library: yes
> >>>>>>
> >>>>>>                                 C++: no
> >>>>>>
> >>>>>>                                Java: no
> >>>>>>
> >>>>>>
> >>>>>> Features:
> >>>>>> ---------
> >>>>>>                       Parallel HDF5: no
> >>>>>>                  High-level library: yes
> >>>>>>                        Threadsafety: no
> >>>>>>                 Default API mapping: v110
> >>>>>>      With deprecated public symbols: yes
> >>>>>>              I/O filters (external): deflate(zlib)
> >>>>>>                                 MPE: no
> >>>>>>                          Direct VFD: no
> >>>>>>                             dmalloc: no
> >>>>>>      Packages w/ extra debug output: none
> >>>>>>                         API tracing: no
> >>>>>>                Using memory checker: no
> >>>>>> Memory allocation sanity checks: no
> >>>>>>                 Metadata trace file: no
> >>>>>>              Function stack tracing: no
> >>>>>>           Strict file format checks: no
> >>>>>>        Optimization instrumentation: no
> >>>>>> DEBUG 1: Loading forecast raw color table:
> >>>>>> /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
> >>>>>> DEBUG 1: Loading observation raw color table:
> >>>>>> /usr/local/gfortran-
7.3/met/share/met/colortables/mode_raw.ctable
> >>>>>> DEBUG 1: Creating postscript file:
> >>>>>> ../out/mode/mode_120000L_20050807_120000V_000000A.ps
> >>>>>>
> >>>>>> *** Running MODE-Analysis to compute column summaries for
simple
> >>>>>> forecast objects ***
> >>>>>> ../src/tools/core/mode_analysis/mode_analysis \
> >>>>>>            -lookin ../out/mode/mode_120000L_
> >> 20050807_120000V_120000A_obj.
> >>>> txt
> >>>>>> \
> >>>>>>            -summary \
> >>>>>>            -column AREA -column LENGTH -column WIDTH -column
> CURVATURE
> >>>>>> -column INTENSITY_50 \
> >>>>>>            -fcst -config config/MODEAnalysisConfig \
> >>>>>>            -dump_row ../out/mode_analysis/job_
> >>>> summary_APCP_12_simple_fcst.txt
> >>>>>> \
> >>>>>>            -out ../out/mode_analysis/job_
> summary_APCP_12_simple_fcst.
> >> out
> >>>> \
> >>>>>>            -v 2
> >>>>>> DEBUG 1: Default Config File:
> >>>>>> /usr/local/gfortran-7.3/met/share/met/config/
> >> MODEAnalysisConfig_default
> >>>>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
> >>>>>> DEBUG 2: Total mode lines read = 24
> >>>>>> DEBUG 2: Total mode lines kept = 7
> >>>>>>
> >>>>>> *** Running MODE-Analysis to compute column summaries for
simple
> >>>>>> observation objects ***
> >>>>>> ../src/tools/core/mode_analysis/mode_analysis \
> >>>>>>            -lookin ../out/mode/mode_120000L_
> >> 20050807_120000V_120000A_obj.
> >>>> txt
> >>>>>> \
> >>>>>>            -summary \
> >>>>>>            -column AREA -column LENGTH -column WIDTH -column
> CURVATURE
> >>>>>> -column INTENSITY_50 \
> >>>>>>            -obs -config config/MODEAnalysisConfig \
> >>>>>>            -dump_row ../out/mode_analysis/job_
> >>>> summary_APCP_12_simple_obs.txt
> >>>>>> \
> >>>>>>            -out ../out/mode_analysis/job_
> summary_APCP_12_simple_obs.out
> >> \
> >>>>>>            -v 2
> >>>>>> DEBUG 1: Default Config File:
> >>>>>> /usr/local/gfortran-7.3/met/share/met/config/
> >> MODEAnalysisConfig_default
> >>>>>> DEBUG 1: User Config File: config/MODEAnalysisConfig
> >>>>>> DEBUG 2: Total mode lines read = 24
> >>>>>> DEBUG 2: Total mode lines kept = 4
> >>>>>>
> >>>>>> *** Running MODE-Analysis to summarize by case ***
> >>>>>> ../src/tools/core/mode_analysis/mode_analysis \
> >>>>>>            -lookin ../out/mode/mode_120000L_
> >> 20050807_120000V_120000A_obj.
> >>>> txt
> >>>>>> \
> >>>>>>            -lookin ../out/mode/mode_240000L_
> >> 20050808_000000V_240000A_obj.
> >>>> txt
> >>>>>> \
> >>>>>>            -bycase -single -simple \
> >>>>>>            -dump_row
../out/mode_analysis/job_summary_bycase.txt \
> >>>>>>            -out
../out/mode_analysis/job_summary_bycase.out \
> >>>>>>            -v 2
> >>>>>> DEBUG 2: Total mode lines read = 44
> >>>>>> DEBUG 2: Total mode lines kept = 21
> >>>>>> g++ -fPIC -m64 -fpermissive ../src/tools/other/mode_time_
> >> domain/mtd.cc
> >>>>>> -o ../src/tools/other/mode_time_domain/mtd
> >>>>>> In file included from
> >>>>>> ../src/tools/other/mode_time_domain/vx_data2d_factory.h:24:0,
> >>>>>>                      from ../src/tools/other/mode_time_
> >> domain/mtd.cc:55:
> >>>>>> ../src/tools/other/mode_time_domain/data2d_factory.h:16:10:
fatal
> >>>> error:
> >>>>>> data_class.h: No such file or directory
> >>>>>>      #include "data_class.h"
> >>>>>>               ^~~~~~~~~~~~~~
> >>>>>> compilation terminated.
> >>>>>> make[1]: *** [<builtin>:
../src/tools/other/mode_time_domain/mtd]
> >>>> Error 1
> >>>>>> make[1]: Leaving directory '/usr/local/gfortran-7.3/src/
> >>>> met-7.0/scripts'
> >>>>>> make: *** [Makefile:843: test] Error 2
> >>>>>> [root at linux256 met]#
> >>>>>> --
> >>>>>>
> >>>>>> Barry McInnes
> >>>>>> 325 Broadway
> >>>>>> Boulder CO 80304
> >>>>>> (303)4976231
> >>>>>> barry.j.mcinnes at noaa.gov
> >>>>>>
> >>>>>>
> >>>>>>
> >>>> --
> >>>>
> >>>> Barry McInnes
> >>>> 325 Broadway
> >>>> Boulder CO 80304
> >>>> (303)4976231
> >>>> barry.j.mcinnes at noaa.gov
> >>>>
> >>>>
> >>>>
> >> --
> >>
> >> Barry McInnes
> >> 325 Broadway
> >> Boulder CO 80304
> >> (303)4976231
> >> barry.j.mcinnes at noaa.gov
> >>
> >>
> >>
>
> --
>
> Barry McInnes
> 325 Broadway
> Boulder CO 80304
> (303)4976231
> barry.j.mcinnes at noaa.gov
>
>
>

------------------------------------------------


More information about the Met_help mailing list