[Met_help] [rt.rap.ucar.edu #96419] History for MET lib (HDF) compiling problem
Julie Prestopnik via RT
met_help at ucar.edu
Mon Jan 11 09:04:01 MST 2021
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
Hi,
I'm trying to install MET from here:
https://dtcenter.org/community-code/model-evaluation-tools-met/download on
my Fedora 32 Linux 64bit machine.
I set the following env var:
export TEST_BASE=/home/master/MET
export COMPILER=gnu
export MET_SUBDIR=/home/master/MET/
export MET_TARBALL=met-9.1.20200810.tar.gz
export USE_MODULES=FALSE
Then I run: ./compile_MET_all.sh
but when the process try to build HDF, it stops with "make returned with
non-zero (2) status"
and make.log get the error:
/usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
mfgrff.f:155:48:
132 | mgsnatt = mgisattr(riid, name, nt, count, data, len(name))
| 2
......
155 | mgsattr = mgisattr(riid, name, nt, count, data, len(name))
| 1
Error: Type mismatch between actual argument at (1) and actual argument at
(2) (CHARACTER(0)/INTEGER(4)).
make[3]: *** [Makefile:459: mfgrff.o] Error 1
make[3]: uscita dalla directory
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
make[2]: *** [Makefile:280: all] Error 2
make[2]: uscita dalla directory
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
make[1]: *** [Makefile:216: all-recursive] Error 1
make[1]: uscita dalla directory
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
make: *** [Makefile:270: all-recursive] Error 1
Where do I wrong?
Thank you very much,
Fabio.
----------------------------------------------------------------
Complete Ticket History
----------------------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Julie Prestopnik
Time: Mon Aug 24 08:26:15 2020
Hi Fabio.
I see that you are having trouble compiling HDF4. HDF4 is an optional
library needed only by MET if you would like to use the MODIS-regrid
tool,
which reformats gridded MODIS data from HDF into a gridded NetCDF
format
that MET can read. Is the MDOIS-regrid tool a tool that you would
like to
use? If so, please send us the config.log file and the make.log
located in
your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf directory, so
that we
can try to figure out what the problem is. If not, please open the
compile_MET_all.sh with the editor of your choice and change:
> COMPILE_HDF=1
> COMPILE_HDFEOS=1
to
> COMPILE_HDF=0
> COMPILE_HDFEOS=0
and then rerun the script. Please let us know if you have any
questions.
Thanks!
Julie
On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT
<met_help at ucar.edu>
wrote:
>
> Sun Aug 23 09:59:01 2020: Request 96419 was acted upon.
> Transaction: Ticket created by fabio.gervasi70 at gmail.com
> Queue: met_help
> Subject: MET lib (HDF) compiling problem
> Owner: Nobody
> Requestors: fabio.gervasi70 at gmail.com
> Status: new
> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
>
>
> Hi,
>
> I'm trying to install MET from here:
> https://dtcenter.org/community-code/model-evaluation-tools-
met/download on
> my Fedora 32 Linux 64bit machine.
> I set the following env var:
>
> export TEST_BASE=/home/master/MET
> export COMPILER=gnu
> export MET_SUBDIR=/home/master/MET/
> export MET_TARBALL=met-9.1.20200810.tar.gz
> export USE_MODULES=FALSE
>
> Then I run: ./compile_MET_all.sh
>
> but when the process try to build HDF, it stops with "make returned
with
> non-zero (2) status"
> and make.log get the error:
>
> /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
> mfgrff.f:155:48:
>
> 132 | mgsnatt = mgisattr(riid, name, nt, count, data,
len(name))
> | 2
> ......
> 155 | mgsattr = mgisattr(riid, name, nt, count, data,
len(name))
> | 1
> Error: Type mismatch between actual argument at (1) and actual
argument at
> (2) (CHARACTER(0)/INTEGER(4)).
> make[3]: *** [Makefile:459: mfgrff.o] Error 1
> make[3]: uscita dalla directory
> "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> make[2]: *** [Makefile:280: all] Error 2
> make[2]: uscita dalla directory
> "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> make[1]: *** [Makefile:216: all-recursive] Error 1
> make[1]: uscita dalla directory
> "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> make: *** [Makefile:270: all-recursive] Error 1
>
> Where do I wrong?
>
> Thank you very much,
> Fabio.
>
>
--
Julie Prestopnik (she/her/hers)
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu
My working day may not be your working day. Please do not feel
obliged to
reply to this email outside of your normal working hours.
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Fabio F.Gervasi
Time: Mon Aug 24 13:01:06 2020
Hi!
Thank you for your support, I tried to build using:
> COMPILE_HDF=0
> COMPILE_HDFEOS=0
and HDF seems to compile ok. *But now it is MET building itself
that returned with non-zero (2) status*. Looking at log file I see:
lidar2nc.cc:49:10: fatal error: hdf.h: File o directory non esistente
49 | #include "hdf.h"
| ^~~~~~~
compilation terminated.
make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error 1
make[5]: uscita dalla directory
"/home/master/MET/met-9.1/src/tools/other/lidar2nc"
make[4]: *** [Makefile:391: all-recursive] Error 1
make[4]: uscita dalla directory "/home/master/MET/met-
9.1/src/tools/other"
make[3]: *** [Makefile:373: all-recursive] Error 1
make[3]: uscita dalla directory "/home/master/MET/met-9.1/src/tools"
make[2]: *** [Makefile:370: all-recursive] Error 1
make[2]: uscita dalla directory "/home/master/MET/met-9.1/src"
make[1]: *** [Makefile:425: all-recursive] Error 1
make[1]: uscita dalla directory "/home/master/MET/met-9.1"
make: *** [Makefile:366: all] Error 2
How can I fix it? In attachment config and make log files.
Thank you again,
Fabio.
Il giorno lun 24 ago 2020 alle ore 16:26 Julie Prestopnik via RT <
met_help at ucar.edu> ha scritto:
> Hi Fabio.
>
> I see that you are having trouble compiling HDF4. HDF4 is an
optional
> library needed only by MET if you would like to use the MODIS-regrid
tool,
> which reformats gridded MODIS data from HDF into a gridded NetCDF
format
> that MET can read. Is the MDOIS-regrid tool a tool that you would
like to
> use? If so, please send us the config.log file and the make.log
located in
> your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf directory, so
that we
> can try to figure out what the problem is. If not, please open the
> compile_MET_all.sh with the editor of your choice and change:
>
> > COMPILE_HDF=1
> > COMPILE_HDFEOS=1
>
> to
>
> > COMPILE_HDF=0
> > COMPILE_HDFEOS=0
>
>
> and then rerun the script. Please let us know if you have any
questions.
>
> Thanks!
>
> Julie
>
> On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Sun Aug 23 09:59:01 2020: Request 96419 was acted upon.
> > Transaction: Ticket created by fabio.gervasi70 at gmail.com
> > Queue: met_help
> > Subject: MET lib (HDF) compiling problem
> > Owner: Nobody
> > Requestors: fabio.gervasi70 at gmail.com
> > Status: new
> > Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> >
> >
> > Hi,
> >
> > I'm trying to install MET from here:
> > https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> on
> > my Fedora 32 Linux 64bit machine.
> > I set the following env var:
> >
> > export TEST_BASE=/home/master/MET
> > export COMPILER=gnu
> > export MET_SUBDIR=/home/master/MET/
> > export MET_TARBALL=met-9.1.20200810.tar.gz
> > export USE_MODULES=FALSE
> >
> > Then I run: ./compile_MET_all.sh
> >
> > but when the process try to build HDF, it stops with "make
returned with
> > non-zero (2) status"
> > and make.log get the error:
> >
> > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
> > mfgrff.f:155:48:
> >
> > 132 | mgsnatt = mgisattr(riid, name, nt, count, data,
len(name))
> > | 2
> > ......
> > 155 | mgsattr = mgisattr(riid, name, nt, count, data,
len(name))
> > | 1
> > Error: Type mismatch between actual argument at (1) and actual
argument
> at
> > (2) (CHARACTER(0)/INTEGER(4)).
> > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > make[3]: uscita dalla directory
> > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > make[2]: *** [Makefile:280: all] Error 2
> > make[2]: uscita dalla directory
> > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > make[1]: *** [Makefile:216: all-recursive] Error 1
> > make[1]: uscita dalla directory
> > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > make: *** [Makefile:270: all-recursive] Error 1
> >
> > Where do I wrong?
> >
> > Thank you very much,
> > Fabio.
> >
> >
>
> --
> Julie Prestopnik (she/her/hers)
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Julie Prestopnik
Time: Mon Aug 24 16:49:33 2020
Hi Fabio. Thank you for the update.
I can see in the script that setting:
> COMPILE_HDF=0
> COMPILE_HDFEOS=0
did not propagate down to the MET installation. If those two values
are
set to 0 then "--enable-modis" should not be set in the call to
configure
when configuring MET.
I have fixed up the script and am testing it now. I'll let you know
once
it is available. Thank you for helping me to discover this problem!
Julie
On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT
<met_help at ucar.edu>
wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
>
> Hi!
>
> Thank you for your support, I tried to build using:
> > COMPILE_HDF=0
> > COMPILE_HDFEOS=0
>
> and HDF seems to compile ok. *But now it is MET building itself
> that returned with non-zero (2) status*. Looking at log file I see:
>
> lidar2nc.cc:49:10: fatal error: hdf.h: File o directory non
esistente
> 49 | #include "hdf.h"
> | ^~~~~~~
> compilation terminated.
> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error 1
> make[5]: uscita dalla directory
> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> make[4]: *** [Makefile:391: all-recursive] Error 1
> make[4]: uscita dalla directory "/home/master/MET/met-
9.1/src/tools/other"
> make[3]: *** [Makefile:373: all-recursive] Error 1
> make[3]: uscita dalla directory "/home/master/MET/met-9.1/src/tools"
> make[2]: *** [Makefile:370: all-recursive] Error 1
> make[2]: uscita dalla directory "/home/master/MET/met-9.1/src"
> make[1]: *** [Makefile:425: all-recursive] Error 1
> make[1]: uscita dalla directory "/home/master/MET/met-9.1"
> make: *** [Makefile:366: all] Error 2
>
> How can I fix it? In attachment config and make log files.
>
> Thank you again,
> Fabio.
>
>
> Il giorno lun 24 ago 2020 alle ore 16:26 Julie Prestopnik via RT <
> met_help at ucar.edu> ha scritto:
>
> > Hi Fabio.
> >
> > I see that you are having trouble compiling HDF4. HDF4 is an
optional
> > library needed only by MET if you would like to use the MODIS-
regrid
> tool,
> > which reformats gridded MODIS data from HDF into a gridded NetCDF
format
> > that MET can read. Is the MDOIS-regrid tool a tool that you would
like
> to
> > use? If so, please send us the config.log file and the make.log
located
> in
> > your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf directory, so
that
> we
> > can try to figure out what the problem is. If not, please open
the
> > compile_MET_all.sh with the editor of your choice and change:
> >
> > > COMPILE_HDF=1
> > > COMPILE_HDFEOS=1
> >
> > to
> >
> > > COMPILE_HDF=0
> > > COMPILE_HDFEOS=0
> >
> >
> > and then rerun the script. Please let us know if you have any
questions.
> >
> > Thanks!
> >
> > Julie
> >
> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT <
> met_help at ucar.edu>
> > wrote:
> >
> > >
> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted upon.
> > > Transaction: Ticket created by fabio.gervasi70 at gmail.com
> > > Queue: met_help
> > > Subject: MET lib (HDF) compiling problem
> > > Owner: Nobody
> > > Requestors: fabio.gervasi70 at gmail.com
> > > Status: new
> > > Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> >
> > >
> > >
> > > Hi,
> > >
> > > I'm trying to install MET from here:
> > >
> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > on
> > > my Fedora 32 Linux 64bit machine.
> > > I set the following env var:
> > >
> > > export TEST_BASE=/home/master/MET
> > > export COMPILER=gnu
> > > export MET_SUBDIR=/home/master/MET/
> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > export USE_MODULES=FALSE
> > >
> > > Then I run: ./compile_MET_all.sh
> > >
> > > but when the process try to build HDF, it stops with "make
returned
> with
> > > non-zero (2) status"
> > > and make.log get the error:
> > >
> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
> > > mfgrff.f:155:48:
> > >
> > > 132 | mgsnatt = mgisattr(riid, name, nt, count, data,
> len(name))
> > > | 2
> > > ......
> > > 155 | mgsattr = mgisattr(riid, name, nt, count, data,
> len(name))
> > > | 1
> > > Error: Type mismatch between actual argument at (1) and actual
argument
> > at
> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > > make[3]: uscita dalla directory
> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > make[2]: *** [Makefile:280: all] Error 2
> > > make[2]: uscita dalla directory
> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > make[1]: *** [Makefile:216: all-recursive] Error 1
> > > make[1]: uscita dalla directory
> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > make: *** [Makefile:270: all-recursive] Error 1
> > >
> > > Where do I wrong?
> > >
> > > Thank you very much,
> > > Fabio.
> > >
> > >
> >
> > --
> > Julie Prestopnik (she/her/hers)
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day. Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
>
--
Julie Prestopnik (she/her/hers)
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu
My working day may not be your working day. Please do not feel
obliged to
reply to this email outside of your normal working hours.
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Julie Prestopnik
Time: Mon Aug 24 17:15:21 2020
Fabio,
One more thing to note. HDF4 is actually also required for the
lidar2nc
tool. Is the lidar2nc tool a tool that you would like to use?
Thanks!
Julie
On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik <jpresto at ucar.edu>
wrote:
> Hi Fabio. Thank you for the update.
>
> I can see in the script that setting:
> > COMPILE_HDF=0
> > COMPILE_HDFEOS=0
>
> did not propagate down to the MET installation. If those two values
are
> set to 0 then "--enable-modis" should not be set in the call to
configure
> when configuring MET.
>
> I have fixed up the script and am testing it now. I'll let you know
once
> it is available. Thank you for helping me to discover this problem!
>
> Julie
>
> On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
>>
>> Hi!
>>
>> Thank you for your support, I tried to build using:
>> > COMPILE_HDF=0
>> > COMPILE_HDFEOS=0
>>
>> and HDF seems to compile ok. *But now it is MET building itself
>> that returned with non-zero (2) status*. Looking at log file I see:
>>
>> lidar2nc.cc:49:10: fatal error: hdf.h: File o directory non
esistente
>> 49 | #include "hdf.h"
>> | ^~~~~~~
>> compilation terminated.
>> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error 1
>> make[5]: uscita dalla directory
>> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
>> make[4]: *** [Makefile:391: all-recursive] Error 1
>> make[4]: uscita dalla directory "/home/master/MET/met-
9.1/src/tools/other"
>> make[3]: *** [Makefile:373: all-recursive] Error 1
>> make[3]: uscita dalla directory "/home/master/MET/met-
9.1/src/tools"
>> make[2]: *** [Makefile:370: all-recursive] Error 1
>> make[2]: uscita dalla directory "/home/master/MET/met-9.1/src"
>> make[1]: *** [Makefile:425: all-recursive] Error 1
>> make[1]: uscita dalla directory "/home/master/MET/met-9.1"
>> make: *** [Makefile:366: all] Error 2
>>
>> How can I fix it? In attachment config and make log files.
>>
>> Thank you again,
>> Fabio.
>>
>>
>> Il giorno lun 24 ago 2020 alle ore 16:26 Julie Prestopnik via RT <
>> met_help at ucar.edu> ha scritto:
>>
>> > Hi Fabio.
>> >
>> > I see that you are having trouble compiling HDF4. HDF4 is an
optional
>> > library needed only by MET if you would like to use the MODIS-
regrid
>> tool,
>> > which reformats gridded MODIS data from HDF into a gridded NetCDF
format
>> > that MET can read. Is the MDOIS-regrid tool a tool that you
would like
>> to
>> > use? If so, please send us the config.log file and the make.log
>> located in
>> > your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf directory,
so that
>> we
>> > can try to figure out what the problem is. If not, please open
the
>> > compile_MET_all.sh with the editor of your choice and change:
>> >
>> > > COMPILE_HDF=1
>> > > COMPILE_HDFEOS=1
>> >
>> > to
>> >
>> > > COMPILE_HDF=0
>> > > COMPILE_HDFEOS=0
>> >
>> >
>> > and then rerun the script. Please let us know if you have any
>> questions.
>> >
>> > Thanks!
>> >
>> > Julie
>> >
>> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT <
>> met_help at ucar.edu>
>> > wrote:
>> >
>> > >
>> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted upon.
>> > > Transaction: Ticket created by fabio.gervasi70 at gmail.com
>> > > Queue: met_help
>> > > Subject: MET lib (HDF) compiling problem
>> > > Owner: Nobody
>> > > Requestors: fabio.gervasi70 at gmail.com
>> > > Status: new
>> > > Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
>> >
>> > >
>> > >
>> > > Hi,
>> > >
>> > > I'm trying to install MET from here:
>> > >
>> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
>> > on
>> > > my Fedora 32 Linux 64bit machine.
>> > > I set the following env var:
>> > >
>> > > export TEST_BASE=/home/master/MET
>> > > export COMPILER=gnu
>> > > export MET_SUBDIR=/home/master/MET/
>> > > export MET_TARBALL=met-9.1.20200810.tar.gz
>> > > export USE_MODULES=FALSE
>> > >
>> > > Then I run: ./compile_MET_all.sh
>> > >
>> > > but when the process try to build HDF, it stops with "make
returned
>> with
>> > > non-zero (2) status"
>> > > and make.log get the error:
>> > >
>> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
>> > > mfgrff.f:155:48:
>> > >
>> > > 132 | mgsnatt = mgisattr(riid, name, nt, count, data,
>> len(name))
>> > > | 2
>> > > ......
>> > > 155 | mgsattr = mgisattr(riid, name, nt, count, data,
>> len(name))
>> > > | 1
>> > > Error: Type mismatch between actual argument at (1) and actual
>> argument
>> > at
>> > > (2) (CHARACTER(0)/INTEGER(4)).
>> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
>> > > make[3]: uscita dalla directory
>> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
>> > > make[2]: *** [Makefile:280: all] Error 2
>> > > make[2]: uscita dalla directory
>> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
>> > > make[1]: *** [Makefile:216: all-recursive] Error 1
>> > > make[1]: uscita dalla directory
>> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
>> > > make: *** [Makefile:270: all-recursive] Error 1
>> > >
>> > > Where do I wrong?
>> > >
>> > > Thank you very much,
>> > > Fabio.
>> > >
>> > >
>> >
>> > --
>> > Julie Prestopnik (she/her/hers)
>> > Software Engineer
>> > National Center for Atmospheric Research
>> > Research Applications Laboratory
>> > Phone: 303.497.8399
>> > Email: jpresto at ucar.edu
>> >
>> > My working day may not be your working day. Please do not feel
obliged
>> to
>> > reply to this email outside of your normal working hours.
>> >
>> >
>>
>>
>
> --
> Julie Prestopnik (she/her/hers)
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
--
Julie Prestopnik (she/her/hers)
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu
My working day may not be your working day. Please do not feel
obliged to
reply to this email outside of your normal working hours.
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Fabio F.Gervasi
Time: Tue Aug 25 00:53:14 2020
Hi Julie,
I used MET many years ago (version 3) but I am not an expert. I can
tell
you that what I was doing is taking data from our weather network,
then I
used ascii2nc and point_stat. Then plot the comparison between the
weather
station data vs. the output of the WRF model. I don't know if with
version
9 of MET my scripts will still work, but in the meantime I am
attaching
what data I have to use with MET now. What do you think about it?
Fabio.
PS: ok let me know about fixing, I'm glad I found something useful for
you
too!
Il giorno mar 25 ago 2020 alle ore 01:15 Julie Prestopnik via RT <
met_help at ucar.edu> ha scritto:
> Fabio,
>
> One more thing to note. HDF4 is actually also required for the
lidar2nc
> tool. Is the lidar2nc tool a tool that you would like to use?
>
> Thanks!
> Julie
>
> On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik <jpresto at ucar.edu>
wrote:
>
> > Hi Fabio. Thank you for the update.
> >
> > I can see in the script that setting:
> > > COMPILE_HDF=0
> > > COMPILE_HDFEOS=0
> >
> > did not propagate down to the MET installation. If those two
values are
> > set to 0 then "--enable-modis" should not be set in the call to
configure
> > when configuring MET.
> >
> > I have fixed up the script and am testing it now. I'll let you
know once
> > it is available. Thank you for helping me to discover this
problem!
> >
> > Julie
> >
> > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT <
> met_help at ucar.edu>
> > wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> >>
> >> Hi!
> >>
> >> Thank you for your support, I tried to build using:
> >> > COMPILE_HDF=0
> >> > COMPILE_HDFEOS=0
> >>
> >> and HDF seems to compile ok. *But now it is MET building itself
> >> that returned with non-zero (2) status*. Looking at log file I
see:
> >>
> >> lidar2nc.cc:49:10: fatal error: hdf.h: File o directory non
esistente
> >> 49 | #include "hdf.h"
> >> | ^~~~~~~
> >> compilation terminated.
> >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error 1
> >> make[5]: uscita dalla directory
> >> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> >> make[4]: *** [Makefile:391: all-recursive] Error 1
> >> make[4]: uscita dalla directory
> "/home/master/MET/met-9.1/src/tools/other"
> >> make[3]: *** [Makefile:373: all-recursive] Error 1
> >> make[3]: uscita dalla directory "/home/master/MET/met-
9.1/src/tools"
> >> make[2]: *** [Makefile:370: all-recursive] Error 1
> >> make[2]: uscita dalla directory "/home/master/MET/met-9.1/src"
> >> make[1]: *** [Makefile:425: all-recursive] Error 1
> >> make[1]: uscita dalla directory "/home/master/MET/met-9.1"
> >> make: *** [Makefile:366: all] Error 2
> >>
> >> How can I fix it? In attachment config and make log files.
> >>
> >> Thank you again,
> >> Fabio.
> >>
> >>
> >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie Prestopnik via RT
<
> >> met_help at ucar.edu> ha scritto:
> >>
> >> > Hi Fabio.
> >> >
> >> > I see that you are having trouble compiling HDF4. HDF4 is an
optional
> >> > library needed only by MET if you would like to use the MODIS-
regrid
> >> tool,
> >> > which reformats gridded MODIS data from HDF into a gridded
NetCDF
> format
> >> > that MET can read. Is the MDOIS-regrid tool a tool that you
would
> like
> >> to
> >> > use? If so, please send us the config.log file and the
make.log
> >> located in
> >> > your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf directory,
so
> that
> >> we
> >> > can try to figure out what the problem is. If not, please open
the
> >> > compile_MET_all.sh with the editor of your choice and change:
> >> >
> >> > > COMPILE_HDF=1
> >> > > COMPILE_HDFEOS=1
> >> >
> >> > to
> >> >
> >> > > COMPILE_HDF=0
> >> > > COMPILE_HDFEOS=0
> >> >
> >> >
> >> > and then rerun the script. Please let us know if you have any
> >> questions.
> >> >
> >> > Thanks!
> >> >
> >> > Julie
> >> >
> >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT <
> >> met_help at ucar.edu>
> >> > wrote:
> >> >
> >> > >
> >> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted upon.
> >> > > Transaction: Ticket created by fabio.gervasi70 at gmail.com
> >> > > Queue: met_help
> >> > > Subject: MET lib (HDF) compiling problem
> >> > > Owner: Nobody
> >> > > Requestors: fabio.gervasi70 at gmail.com
> >> > > Status: new
> >> > > Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> >> >
> >> > >
> >> > >
> >> > > Hi,
> >> > >
> >> > > I'm trying to install MET from here:
> >> > >
> >> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> >> > on
> >> > > my Fedora 32 Linux 64bit machine.
> >> > > I set the following env var:
> >> > >
> >> > > export TEST_BASE=/home/master/MET
> >> > > export COMPILER=gnu
> >> > > export MET_SUBDIR=/home/master/MET/
> >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> >> > > export USE_MODULES=FALSE
> >> > >
> >> > > Then I run: ./compile_MET_all.sh
> >> > >
> >> > > but when the process try to build HDF, it stops with "make
returned
> >> with
> >> > > non-zero (2) status"
> >> > > and make.log get the error:
> >> > >
> >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
> >> > > mfgrff.f:155:48:
> >> > >
> >> > > 132 | mgsnatt = mgisattr(riid, name, nt, count, data,
> >> len(name))
> >> > > | 2
> >> > > ......
> >> > > 155 | mgsattr = mgisattr(riid, name, nt, count, data,
> >> len(name))
> >> > > | 1
> >> > > Error: Type mismatch between actual argument at (1) and
actual
> >> argument
> >> > at
> >> > > (2) (CHARACTER(0)/INTEGER(4)).
> >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> >> > > make[3]: uscita dalla directory
> >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> >> > > make[2]: *** [Makefile:280: all] Error 2
> >> > > make[2]: uscita dalla directory
> >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> >> > > make[1]: *** [Makefile:216: all-recursive] Error 1
> >> > > make[1]: uscita dalla directory
> >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> >> > > make: *** [Makefile:270: all-recursive] Error 1
> >> > >
> >> > > Where do I wrong?
> >> > >
> >> > > Thank you very much,
> >> > > Fabio.
> >> > >
> >> > >
> >> >
> >> > --
> >> > Julie Prestopnik (she/her/hers)
> >> > Software Engineer
> >> > National Center for Atmospheric Research
> >> > Research Applications Laboratory
> >> > Phone: 303.497.8399
> >> > Email: jpresto at ucar.edu
> >> >
> >> > My working day may not be your working day. Please do not feel
> obliged
> >> to
> >> > reply to this email outside of your normal working hours.
> >> >
> >> >
> >>
> >>
> >
> > --
> > Julie Prestopnik (she/her/hers)
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day. Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
>
>
> --
> Julie Prestopnik (she/her/hers)
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Fabio F.Gervasi
Time: Tue Aug 25 00:53:14 2020
lmt_0001 12.309 43.093 290 1013.3 87 18.1 0.0
lmt_0003 11.793 45.708 86 1012.7 89 19.1 0.0
lmt_0004 11.107 46.116 205 1014.8 84 16.4 0.0
lmt_0009 12.098 42.710 300 1011.3 86 18.8 0.0
lmt_0010 12.423 43.134 340 1010.7 96 18.7 0.0
lmt_0012 12.056 43.078 275 1013.3 94 18.9 0.0
lmt_0013 12.185 43.384 376 1011.9 95 17.3 0.0
lmt_0015 12.696 42.962 235 1011.8 90 17.4 0.0
lmt_0017 11.785 43.185 350 1012.7 91 17.6 0.0
lmt_0018 12.767 43.259 455 1010.9 88 16.7 0.0
lmt_0020 10.877 43.207 800 1013.9 71 19.7 0.0
lmt_0021 11.948 43.016 380 1012.8 92 19.2 0.0
lmt_0022 12.325 42.986 300 1008.5 55 18.6 0.0
lmt_0023 8.115 44.517 635 1011.2 87 18.4 0.0
lmt_0025 14.138 42.356 49 1012.3 87 20.6 0.0
lmt_0026 11.116 44.474 113 1010.0 87 19.9 0.0
lmt_0028 13.724 43.165 189 1017.4 80 21.7 0.0
lmt_0032 12.102 42.682 457 NULL 87 19.2 0.0
lmt_0033 12.826 42.997 855 1009.0 91 14.2 0.0
lmt_0035 11.319 43.320 370 1007.5 79 20.9 0.0
lmt_0036 14.028 38.032 92 1004.9 76 24.1 0.0
lmt_0039 10.398 43.704 61 1011.4 78 22.4 0.0
lmt_0040 10.314 42.812 12 1011.6 80 25.7 0.0
lmt_0044 13.204 43.374 590 1017.2 87 18.6 0.0
lmt_0046 9.338 44.311 6 1011.3 76 21.8 0.0
lmt_0053 7.695 45.081 250 1013.8 77 21.1 0.0
lmt_0060 9.679 45.708 265 1013.1 77 20.4 0.0
lmt_0080 11.676 46.575 1283 1014.6 91 9.9 0.0
lmt_0089 9.776 44.135 222 1010.3 100 18.3 0.0
lmt_0099 8.860 44.888 130 1013.9 79 20.7 0.0
lmt_0100 12.296 44.441 6 1011.9 61 26.0 NULL
lmt_0101 12.344 44.115 31 1011.4 76.1 22.4 0.0
lmt_0102 12.317 44.042 314 1009.6 63 21.9 0.0
lmt_0107 7.971 44.951 260 1012.8 3 18.9 0.0
lmt_0108 8.254 44.125 30 1011.2 70 24.0 0.0
lmt_0113 10.948 44.271 800 1009.9 84 17.7 0.0
lmt_0118 12.087 44.109 250 1012.1 80 20.5 0.0
lmt_0119 13.425 42.039 700 1013 74 18.4 0.0
lmt_0121 13.626 42.861 229 1012.1 83 18.3 0.0
lmt_0123 16.881 41.119 30 NULL 71 25.6 0.0
lmt_0127 13.580 41.687 272 1010.7 82 18.6 0.0
lmt_0129 14.125 40.825 70 1001.0 81 23.1 0.0
lmt_0136 10.846 45.905 110 1013.8 78 20.4 0.0
lmt_0140 9.905 46.173 330 1015.0 93 15.7 0.0
lmt_0143 16.495 40.568 460 1005.8 65 22.4 0.0
lmt_0144 16.584 40.751 458 NULL 83 20.8 0.0
lmt_0156 8.947 39.873 233 1013.2 78 18.8 0.0
lmt_0157 8.593 39.914 10 1013.0 69 21.6 0.0
lmt_0164 13.516 43.598 63 1012.1 84 23.7 0.0
lmt_0166 8.596 40.676 345 564.9 76 19.8 0.0
lmt_0171 9.603 45.724 272 1013.5 76 20.2 0.0
lmt_0173 17.163 40.886 294 1016.0 81 23.1 0.0
lmt_0175 14.520 36.937 170 1010.5 56 22.8 0.0
lmt_0178 14.640 37.212 546 1010.1 81 22.6 0.0
lmt_0181 14.024 37.465 505 1012.6 79 19.0 0.0
lmt_0182 12.894 37.727 430 1009.4 81 21.6 0.0
lmt_0183 13.177 38.146 59 1014.0 67 23.2 0.0
lmt_0186 15.205 38.142 60 1010.4 78 25.7 0.0
lmt_0187 15.550 38.200 51 1010.9 79 27.0 NULL
lmt_0190 14.840 38.155 150 1011.5 84 22.8 0.0
lmt_0196 16.261 39.448 165 1010.8 75 23.5 0.0
lmt_0216 16.170 41.883 10 1008.9 85 24.0 0.0
lmt_0218 13.871 42.991 5 1011.2 73 21.9 0.0
lmt_0219 10.449 43.391 25 1011.2 62 23.3 0.0
lmt_0225 12.433 46.283 620 1013.9 93 13.8 0.0
lmt_0228 9.898 45.604 180 992.9 73 22.2 0.0
lmt_0230 10.514 43.570 90 1010.0 85 21.1 0.0
lmt_0234 11.340 47.260 581 1018.9 82 14.0 NULL
lmt_0236 9.480 42.550 12 1011.9 78 22.0 NULL
lmt_0250 10.877 45.916 90 1014.1 83 19.2 0.0
lmt_0252 8.523 39.305 225 1015.7 72 21.3 0.0
lmt_0255 13.054 42.071 600 1008.3 84 15.8 0.0
lmt_0261 11.913 42.688 530 1012.9 84 18.8 0.0
lmt_0273 12.400 42.280 140 1013.0 79 20.9 0.0
lmt_0275 11.366 44.591 29 1013.1 77 23.3 0.0
lmt_0282 11.350 45.470 202 1013.9 73 18.1 1.2
lmt_0286 10.817 43.972 584 1011.3 80 19.0 0.0
lmt_0288 11.533 43.564 134 1006.3 85 19.6 0.0
lmt_0293 11.136 43.832 38 1011.6 84 19.2 0.0
lmt_0297 12.180 45.650 23 1013.9 83 19.0 NULL
lmt_0298 11.318 45.169 16 1013.4 83 19.9 0.0
lmt_0301 12.651 42.625 580 1016.5 99 15.7 0.0
lmt_0304 15.046 37.622 700 1007.3 85 20.1 0.0
lmt_0306 12.460 44.147 5 1011.8 77 22.4 0.0
lmt_0307 12.613 42.520 270 1011.4 87 19.0 0.0
lmt_0312 9.280 44.553 620 1012.9 97 15.9 0.0
lmt_0322 18.101 40.072 90 1008.1 82 24.4 0.0
lmt_0325 10.463 44.631 203 1013.2 88 20.4 0.0
lmt_0330 9.576 45.510 125 1014.2 73 22.5 0.0
lmt_0338 11.314 46.010 490 1015.1 96 13.3 0.0
lmt_0339 14.358 40.619 216 1011.7 83 22.8 0.0
lmt_0341 14.676 41.288 524 1011.5 89 17.0 0.0
lmt_0342 13.366 43.440 270 1010.8 85 20.2 0.0
lmt_0343 7.707 45.935 3488 1026.9 55 -1.0 NULL
lmt_0344 12.504 43.092 205 1012.9 100 19.0 NULL
lmt_0345 12.730 43.520 574 1011.9 88 19.0 NULL
lmt_0347 11.858 43.452 252 1013.7 93 19.2 0.0
lmt_0348 16.239 38.900 13 1010.9 70 26.0 NULL
lmt_0349 16.400 39.330 1671 1017.9 88 14.0 NULL
lmt_0351 7.610 44.550 384 1014.9 94 18.0 NULL
lmt_0354 9.716 39.933 156 1010.9 28 25.0 NULL
lmt_0356 15.720 41.530 60 1009.9 89 23.0 NULL
lmt_0358 16.930 40.770 350 1009.9 83 22.0 NULL
lmt_0359 17.950 40.650 10 1007.9 79 26.0 NULL
lmt_0361 12.500 37.920 7 1011.9 89 25.0 NULL
lmt_0364 12.330 45.500 2 1012.9 73 20.0 NULL
lmt_0365 8.280 40.630 23 1013.9 78 20.0 NULL
lmt_0369 12.600 35.500 20 1011.9 74 26.0 NULL
lmt_0370 8.910 46.003 279 1014.9 77 17.0 NULL
lmt_0372 12.230 41.800 2 1010.9 88 21.0 NULL
lmt_0373 12.430 41.650 12 1009.9 94 22.0 NULL
lmt_0374 12.550 41.800 101 1010.9 73 23.0 NULL
lmt_0375 9.280 45.430 103 1013.9 73 22.0 NULL
lmt_0376 8.730 45.620 234 1013.9 88 18.0 NULL
lmt_0379 13.100 38.180 34 1010.9 61 25.0 NULL
lmt_0380 8.800 41.920 6 1012.9 78 21.0 NULL
lmt_0381 15.050 37.470 11 1009.9 89 25.0 NULL
lmt_0382 11.200 43.800 40 1011.9 94 20.0 NULL
lmt_0383 10.700 44.200 2165 1022.9 82 12.0 NULL
lmt_0387 12.980 42.470 1875 1019.9 77 14.0 NULL
lmt_0390 11.100 46.138 219 1016.0 82 17.2 0.0
lmt_0394 10.937 45.735 160 1014.6 89 18.5 1.4
lmt_0406 8.673 45.842 300 1012.1 94 16.4 0.0
lmt_0410 12.758 41.788 700 1012.3 76 19.5 0.0
lmt_0411 11.599 44.216 390 1013.4 87 19.8 0.0
lmt_0412 10.676 45.172 20 1013.2 75 20.8 0.0
lmt_0413 15.025 37.625 780 1009.2 87 18.2 0.0
lmt_0415 12.468 42.022 84 1011.1 81 21.2 0.0
lmt_0416 8.047 45.157 170 1011.2 86 17.4 0.0
lmt_0420 9.071 44.380 79 1010.6 57 25.0 0.0
lmt_0422 12.700 46.200 25 954.6 66 16.8 0.0
lmt_0425 12.649 42.508 330 1016.8 73 18.8 0.0
lmt_0428 7.200 44.900 490 1006.3 75 20.3 0.0
lmt_0430 7.989 45.560 546 1011.5 68 19.3 0.0
lmt_0432 12.565 44.050 7 1013.5 73 22.8 0.0
lmt_0434 12.107 43.798 1146 1013.0 98 11.8 0.0
lmt_0442 13.336 41.834 1802 1010.4 89 11.1 0.0
lmt_0443 10.960 46.068 957 1015.8 82 14.7 0.0
lmt_0444 10.990 46.062 290 1014.1 76 19.6 0.0
lmt_0447 13.749 45.693 330 1012.2 63 20.0 0.0
lmt_0448 7.570 45.236 369 1011.9 75 20.6 0.0
lmt_0450 7.654 44.989 229 1015.0 87 19.9 0.0
lmt_0451 7.890 45.160 470 1011.2 68 21.0 0.0
lmt_0453 11.399 43.812 120 1011.1 94 17.8 0.0
lmt_0456 7.751 45.024 407 1012.4 78 19.4 0.0
lmt_0457 12.351 42.081 160 1010.7 87 20.6 0.0
lmt_0461 7.964 45.248 211 857.9 78 19.8 0.0
lmt_0468 13.203 46.031 88 1013.2 81 18.1 0.0
lmt_0469 9.111 44.369 123 1011.4 59 25.3 0.0
lmt_0474 12.479 42.158 250 1011.8 0 20.4 0.0
lmt_0476 10.767 46.043 510 1016.1 64 14.4 0.0
lmt_0485 11.833 45.633 42 1013.7 86 18.6 0.2
lmt_0487 12.573 43.060 220 1015.5 96 17.3 0.0
lmt_0489 10.334 45.013 23 1013.5 76 21.3 0.0
lmt_0494 15.630 40.478 713 1010.5 80 14.7 0.0
lmt_0500 8.930 44.432 212 1011.1 61 24.1 0.0
lmt_0501 12.457 42.544 370 1014.9 91 18.6 0.0
lmt_0505 10.320 45.420 109 1013.9 65 23.0 NULL
lmt_0506 11.889 43.432 280 1011.9 96 18.1 0.0
lmt_0507 12.253 43.477 311 1005.5 68 17.9 0.0
lmt_0508 12.400 42.800 399 1010.9 77 18.2 0.0
lmt_0515 10.238 43.891 10 1010.7 76 23.0 0.0
lmt_0522 12.789 43.848 60 1013.4 84 20.2 0.0
lmt_0524 7.417 45.067 510 1015.8 80 18.1 0.0
lmt_0525 10.396 43.728 2 1011.3 73 23.3 0.0
lmt_0526 12.214 42.292 460 1011.0 77 20.5 0.0
lmt_0530 11.950 44.244 32 1011.9 80 21.9 0.0
lmt_0535 12.369 43.123 400 1011.1 90 18.4 0.0
lmt_0543 11.026 43.829 40 1011.5 82 20.5 0.0
lmt_0545 11.836 44.613 4 1013.1 80 21.0 0.0
lmt_0547 10.902 44.892 21 1011.9 82 20.8 0.0
lmt_0551 12.600 44.037 20 1012.0 74 22.1 0.0
lmt_0565 14.052 37.493 601 1007.9 70 21.8 0.0
lmt_0568 14.070 41.050 10 1010.9 94 22.0 NULL
lmt_0569 11.070 42.750 7 1010.9 73 23.0 NULL
lmt_0574 11.300 44.530 42 1012.9 73 23.0 NULL
lmt_0575 8.411 45.742 452 1013.0 82 18.2 0.0
lmt_0577 10.500 46.830 1461 1021.9 77 12.0 NULL
lmt_0580 10.927 46.362 735 934.4 100 13.2 0.0
lmt_0582 12.081 42.973 356 1013.4 92 16.4 0.0
lmt_0583 13.166 45.771 8 1014.6 79 19.4 0.0
lmt_0586 11.147 43.961 288 1010.7 64 22.4 0.0
lmt_0587 10.900 44.670 38 1012.7 67 21.4 0.0
lmt_0588 12.586 44.064 2 1011.1 69 23.9 0.0
lmt_0589 14.714 42.041 100 1008.2 79 21.5 0.0
lmt_0591 11.891 43.020 365 1012.4 92 17.9 0.0
lmt_0599 7.540 45.227 450 1009.2 100 17.5 0.0
lmt_0600 12.145 43.002 250 1014.1 93 18.3 0.0
lmt_0614 11.937 43.021 355 1012.3 95 18.1 0.0
lmt_0617 10.690 44.437 557 1013.0 80 19.8 0.0
lmt_0620 13.251 41.692 362 1009.2 80 20.3 0.0
lmt_0630 8.667 45.416 136 1011.9 84 20.5 0.0
lmt_0632 12.433 41.783 65 1010.1 87 22.6 0.0
lmt_0634 11.342 45.861 1046 1014.0 97 11.2 0.0
lmt_0635 11.344 45.856 986 1014.7 95 10.4 0.0
lmt_0636 8.032 43.905 85 1011.9 70 21.2 0.0
lmt_0641 9.685 45.364 99 1013.8 80 21.5 0.0
lmt_0652 12.623 46.009 101 1013.3 87 17.7 0.0
lmt_0657 15.223 38.155 40 1009.5 75 25.7 0.0
lmt_0663 9.693 40.380 19 1011.3 61 24.3 0.0
lmt_0665 11.107 45.948 215 1015.3 91 15.9 0.0
lmt_0671 8.675 44.406 89 1012.0 63 25.1 0.0
lmt_0674 11.281 43.255 241 1011.3 93 16.4 0.0
lmt_0676 13.504 38.077 88 1012.6 70 25.5 0.0
lmt_0677 8.808 40.220 399 1012.7 79 17.5 0.0
lmt_0678 14.930 38.400 10 1011.6 76 24.4 0.0
lmt_0679 8.889 38.903 60 1012.8 73 22.0 0.0
lmt_0685 12.582 43.349 512 963.7 92 18.0 0.0
lmt_0687 11.601 44.895 8 1012.3 80 21.1 0.0
lmt_0690 9.828 44.108 40 1011.5 72 23.6 0.0
lmt_0696 12.634 43.194 513 1011.4 89 17.2 0.0
lmt_0697 9.469 45.336 80 1012.5 86 20.9 0.0
lmt_0700 10.187 45.689 305 1020.9 88 18.3 0.0
lmt_0702 14.300 40.850 72 1010.9 69 25.0 NULL
lmt_0703 8.661 44.958 200 1011.9 87 19.8 0.0
lmt_0704 8.668 44.948 172 1011.6 77 21.2 0.0
lmt_0705 12.040 45.510 13 1012.6 90 17.8 0.6
lmt_0706 15.720 41.700 550 1008.4 85 20.6 0.0
lmt_0707 14.214 42.394 209 1011.2 93 19.4 0.0
lmt_0709 11.685 44.811 9 1012.5 85 20.6 0.0
lmt_0711 12.640 41.768 300 1012.1 83.8 21.4 0.0
lmt_0715 7.603 45.786 1484 1016.5 60 12.6 0.0
lmt_0717 12.755 42.583 270 1012.1 92 17.4 0.0
lmt_0719 11.980 45.320 7 1013.2 84 18.9 0.0
lmt_0726 11.702 45.708 85 1012.7 86 17.8 0.2
lmt_0728 11.568 45.757 398 1014.3 76 16.6 0.0
lmt_0729 12.116 42.783 350 1010.5 96 17.6 0.0
lmt_0730 16.135 40.020 852 1008.5 83 17.6 0.0
lmt_0731 16.172 38.736 155 1014.2 71.7 25.8 0.0
lmt_0734 15.044 37.449 20 1010.4 85 25.7 0.0
lmt_0741 18.195 40.310 38 1007.6 88 24.8 0.0
lmt_0745 9.307 45.655 241 1013.3 88 17.6 0.0
lmt_0746 10.238 42.751 0 NULL 77 25.4 0.0
lmt_0749 14.447 37.325 518 1011.0 82 22.9 0.0
lmt_0750 13.025 43.579 219 1014.4 80 20.7 0.0
lmt_0755 11.891 42.791 734 1010.2 70 19.3 0.0
lmt_0764 7.983 45.524 450 1012.8 30 16.0 0.0
lmt_0768 10.506 43.687 7 1012.0 73 20.9 0.0
lmt_0769 8.416 44.291 11 1011.3 73 23.7 0.0
lmt_0776 8.115 44.235 645 1010.3 98 15.8 0.0
lmt_0778 11.945 44.225 55 1012.7 85 21.1 0.0
lmt_0779 11.930 44.223 75 1012.4 77 21.8 0.0
lmt_0782 16.237 39.371 173 1009.2 73 23.0 0.0
lmt_0783 16.253 39.326 192 1008.3 73 22.4 0.0
lmt_0787 16.285 40.630 487 1008.1 73 21.7 0.0
lmt_0788 11.851 43.410 295 1011.7 93 19.3 0.0
lmt_0790 12.509 41.668 107 1009.5 85 22.1 0.0
lmt_0791 8.049 45.051 290 1010.8 74 20.6 0.0
lmt_0802 10.458 43.708 5 1011.3 75 21.9 0.0
lmt_0807 8.910 39.340 17 1014.1 67 22.4 0.0
lmt_0808 11.848 44.060 250 1011.8 87 18.3 0.0
lmt_0810 13.907 42.806 213 1011.3 82 18.7 0.0
lmt_0816 9.185 39.236 15 1013.4 73 21.7 0.0
lmt_0829 12.650 42.563 130 1010.8 81 19.7 0.0
lmt_0830 8.450 39.060 37 1015.6 63 23.9 0.0
lmt_0831 9.230 40.015 940 1015.1 87 14.7 0.0
lmt_0835 15.214 38.146 54 1010.7 79 25.7 0.0
lmt_0836 8.953 44.425 100 1013.9 79 21.6 0.0
lmt_0837 8.081 45.769 686 1012.1 95 12.4 0.0
lmt_0838 7.516 45.190 375 1015.0 78 18.9 0.0
lmt_0839 6.884 45.680 2188 1015.9 81 6.4 0.0
lmt_0840 8.808 45.688 260 1012.5 80 19.8 0.0
lmt_0845 10.397 43.715 11 1013.0 72 23.6 0.0
lmt_0846 10.518 43.725 52 1012.6 79 20.6 0.0
lmt_0849 7.150 45.140 440 1010.7 80 17.3 0.0
lmt_0851 12.059 45.857 148 1013.1 89 17.9 0.0
lmt_0855 16.769 40.890 341 1008.2 83 22.1 0.0
lmt_0857 15.767 40.603 805 1009.9 91 17.8 0.0
lmt_0859 11.968 46.011 225 1013.7 92 16.4 0.0
lmt_0861 13.852 41.456 70 1008.9 84 20.3 0.0
lmt_0865 8.438 45.930 211 1014.1 83 17.8 0.0
lmt_0866 8.912 44.516 148 1011.9 86 19.8 0.0
lmt_0872 17.120 40.790 393 1008.2 78 22.3 0.0
lmt_0876 12.235 45.472 2 1004.1 77 19.8 0.0
lmt_0878 9.284 45.393 125 1011.9 73 22.6 0.0
lmt_0894 9.500 44.253 300 1012.5 66 23.3 0.0
lmt_0896 17.258 40.453 40 1004.8 82 26.2 0.0
lmt_0900 8.415 45.969 215 1014.2 77 18.7 0.0
lmt_0908 11.511 45.574 39 1012.9 89 18.5 0.0
lmt_0909 13.238 38.180 30 1012.8 67 24.8 0.0
lmt_0910 13.420 37.955 502 1010.6 77 20.4 0.0
lmt_0913 12.640 41.690 200 2430.8 90 21.2 0.0
lmt_0915 8.460 45.710 325 1012.7 92 17.6 0.0
lmt_0918 12.540 46.053 170 1013.0 90 16.2 0.0
lmt_0924 8.796 45.703 303 1013.0 82 19.6 0.0
lmt_0925 11.820 43.700 407 1011.7 95 16.2 0.0
lmt_0926 13.504 41.531 110 1009.0 86 20.0 0.0
lmt_0928 11.833 44.550 6 1012.3 77 22.0 0.0
lmt_0929 10.352 44.695 123 1013.4 100 18.6 0.0
lmt_0930 10.433 43.583 69 1010.9 80 21.7 0.0
lmt_0936 9.398 40.491 550 1010.3 76 18.4 0.0
lmt_0937 11.801 43.084 402 1009.8 91 17.8 0.0
lmt_0940 13.496 45.805 6 1013.1 56 22.0 0.0
lmt_0946 11.248 46.126 994 1014.6 92 12.2 0.0
lmt_0949 10.212 43.967 12 1010.6 77 22.2 0.0
lmt_0950 8.869 44.416 20 1012.0 65 24.4 0.0
lmt_0953 13.483 45.816 11 1013.3 62 21.4 0.0
lmt_0954 8.948 45.160 87 1012.5 81 20.2 0.0
lmt_0956 14.550 41.280 284 1012.1 80 19.2 0.0
lmt_0963 9.105 44.438 670 1012.7 76 19.4 0.0
lmt_0964 12.042 43.131 270 1011.9 94 18.7 0.0
lmt_0966 16.553 38.685 20 1008.3 69 26.4 0.0
lmt_0968 7.703 45.385 343 963.7 94 15.5 0.0
lmt_0970 13.330 38.078 125 1011.4 75 21.4 0.0
lmt_0971 13.613 41.722 300 1008.6 69 23.8 0.0
lmt_0973 11.687 44.814 11 1012.1 83 20.7 0.0
lmt_0974 13.223 43.711 17 1012.1 83 22.3 0.0
lmt_0978 10.162 43.961 5 1010.0 75 23.0 0.0
lmt_0979 11.342 45.485 337 1012.9 88 16.9 0.0
lmt_0981 11.607 46.311 1026 1009.9 93 12.3 0.0
lmt_0991 12.513 41.940 90 Moved 2 0.0 0.0
lmt_0995 10.519 44.930 27 1014.6 73 22.8 0.0
lmt_0996 16.845 40.890 300 1009.9 83 23.1 0.0
lmt_0999 11.167 46.671 330 1015.8 79 15.6 0.0
lmt_1000 12.120 45.830 170 1013.2 90 17.7 0.0
lmt_1002 12.767 41.657 188 1013.4 87 19.6 0.0
lmt_1009 12.404 43.061 185 989.7 95 18.7 0.0
lmt_1011 11.044 44.490 102 1010.9 81 21.4 0.0
lmt_1012 11.010 44.469 113 1012.0 82 20.5 0.0
lmt_1014 11.001 44.893 20 1013.8 82 20.4 0.0
lmt_1017 12.802 41.956 280 1009.9 85 20.6 0.0
lmt_1019 13.203 43.525 193 1010.9 81 20.9 0.0
lmt_1020 7.790 45.429 330 1010.7 73 21.1 0.0
lmt_1022 14.847 40.725 598 1014.6 86 19.7 0.0
lmt_1025 12.234 42.327 520 1011.0 82 19.4 0.0
lmt_1026 16.820 41.037 118 1009.8 75 24.4 0.0
lmt_1030 12.215 42.328 686 1007.0 81 19.7 0.0
lmt_1035 12.519 45.989 35 1012.7 97 15.8 0.0
lmt_1046 11.952 44.266 27 1012.2 86 21.0 0.0
lmt_1048 12.658 45.944 18 1012.4 86 19.2 0.0
lmt_1050 7.681 45.052 254 1014.1 75 20.6 0.0
lmt_1054 11.916 44.271 36 1008.9 82 20.8 0.0
lmt_1058 10.801 44.066 950 1008.7 81 16.4 0.0
lmt_1059 8.785 39.550 54 1013.4 75 20.9 0.0
lmt_1062 15.153 37.646 238 1012.10 92 23.7 0.0
lmt_1063 15.163 37.566 7 1006.4 68 26.5 0.0
lmt_1068 15.226 37.817 70 1010.4 64 26.2 0.0
lmt_1072 15.062 37.530 200 1010.0 83 25.0 0.0
lmt_1074 15.085 37.616 500 1009.6 86 22.1 0.0
lmt_1077 15.083 37.547 242 1004.3 82 24.9 0.0
lmt_1078 15.107 37.561 330 1010.5 91 23.4 0.0
lmt_1084 13.330 38.149 50 1012.2 70 25.1 0.0
lmt_1086 13.311 38.112 120 1010 64 22.6 0.0
lmt_1087 13.358 38.120 40 1009.3 62 25.3 0.0
lmt_1088 15.174 37.760 170 1013.0 63 24.5 0.0
lmt_1097 15.049 37.601 590 1007.4 69 21.4 0.0
lmt_1100 15.110 36.850 2 1011.5 80 24.8 0.0
lmt_1101 13.362 38.142 35 1019.35 70 25.2 0.0
lmt_1106 12.386 42.459 135 1010.2 88 20.7 0.0
lmt_1162 6.092 49.316 210 1016.4 80 13.4 0.0
lmt_1163 14.603 37.000 220 1010.9 73 22.0 NULL
lmt_1168 10.105 44.912 52 1012.4 86 19.5 0.0
lmt_1169 10.973 43.740 28 1013.6 91 19.6 0.0
lmt_1173 12.343 43.081 260 981.8 95 18.4 0.0
lmt_1174 7.553 43.838 80 1014.2 71 20.7 0.0
lmt_1177 11.050 43.819 31 1011.6 84 20.7 0.0
lmt_1179 2.272 43.575 208 1015.2 76 15.7 0.0
lmt_1180 2.440 50.968 17 1013.2 93 14.1 0.0
lmt_1182 6.611 44.893 1560 1012.1 66 11.2 0.0
lmt_1183 1.951 48.987 40 1014.3 90 13.6 0.0
lmt_1184 -4.538 48.627 12 1010.1 95 16.3 0.0
lmt_1186 10.139 43.982 2 1011.9 81 22.3 0.0
lmt_1187 -2.160 47.236 5 1013.4 88 16.6 0.0
lmt_1188 13.520 43.574 95 1012.1 85 22.4 0.0
lmt_1189 9.081 45.699 306 1014.1 75 20.9 0.0
lmt_1190 7.515 45.037 312 1016.9 78 19.6 0.0
lmt_1191 8.555 45.763 275 1012.8 83 19.6 0.0
lmt_1193 8.907 45.793 380 1013.8 92 16.9 0.0
lmt_1194 11.397 45.538 253 1012.8 86.9 17.6 0.0
lmt_1195 8.292 46.107 350 1010.7 64 18.7 0.0
lmt_1196 15.675 40.432 908 1010.1 83 18.9 0.0
lmt_1197 15.787 40.575 921 1007.8 86 16.9 0.0
lmt_1200 12.355 43.130 388 1014.0 92 18.4 0.0
lmt_1204 14.245 36.048 65 1009.4 70 26.7 0.0
lmt_1206 12.924 43.340 370 1013.6 94 17.6 0.0
lmt_1208 13.062 41.498 310 1008.7 81 20.4 0.0
lmt_1209 10.247 45.926 270 1013.4 75 19.3 0.0
lmt_1213 12.622 42.546 141 1011.7 81 18.9 0.0
lmt_1216 7.919 45.964 1950 1008.5 68 10.3 0.0
lmt_1223 7.510 45.070 370 1010.9 83 19.3 0.0
lmt_1224 13.860 42.620 120 1010.0 47 19.5 0.0
lmt_1225 20.666 38.460 49 1007.8 69 24.2 0.0
lmt_1226 9.599 45.808 550 1015.2 99 16.9 0.0
lmt_1228 13.700 37.975 88 1011.6 80 24.4 0.0
lmt_1244 13.032 41.864 598 1016.1 92 18.2 0.0
lmt_1245 12.058 45.786 123 1010.3 81 19.3 0.0
lmt_1247 9.594 45.747 292 1013.4 73 20.3 0.0
lmt_1249 8.069 44.699 243 1012.2 90 18.6 0.0
lmt_1251 8.203 45.676 435 1013.2 96 14.8 0.0
lmt_1252 10.686 45.436 92 1014.2 87 19.4 0.0
lmt_1256 10.870 44.039 718 1012.4 95 13.2 0.0
lmt_1259 7.474 45.070 399 1015.6 85 17.8 0.0
lmt_1262 9.380 45.650 247 1012.6 83 19.2 0.0
lmt_1264 9.466 46.150 223 1016.1 83 17.9 0.0
lmt_1270 15.899 43.739 100 1011.3 77 19.9 2.9
lmt_1271 15.667 43.817 6 1009.3 79 20.1 0.8
lmt_1272 15.789 43.756 13 1008.9 80 20.1 1.2
lmt_1273 15.906 43.723 29 1011.0 77 21.1 14.9
lmt_1274 16.153 43.863 300 1011.0 95 17.1 2.6
lmt_1276 16.215 44.095 304 1011.3 90 17.5 0.0
lmt_1277 15.939 43.665 12 1009.8 84 19.6 0.0
lmt_1279 16.717 42.960 31 1008.5 74 24.6 0.0
lmt_1280 16.065 43.860 253 1012.1 88 17.9 3.2
lmt_1282 15.933 43.746 75 1010.7 80 20.1 0.0
lmt_1284 15.905 43.724 25 1011.0 82 20.0 8.4
lmt_1287 9.104 39.225 37 1013.8 74 22.2 0.0
lmt_1288 9.003 39.700 203 1013.3 70 21.2 0.0
lmt_1289 9.386 39.164 18 1013.6 67 22.7 0.0
lmt_1290 3.400 49.016 70 1015.5 89 12.9 0.0
lmt_1292 9.525 41.101 108 1011.6 76 23.3 0.0
lmt_1293 9.480 44.240 10 1011.3 66 24.3 0.0
lmt_1299 6.205 48.652 214 1015.6 88 11.8 0.0
lmt_1300 13.330 43.450 130 1011.5 85 20.6 0.0
lmt_1306 4.633 44.372 149 1013.6 44 21.7 0.0
lmt_1307 12.171 46.737 1154 1016.8 91 11.3 0.0
lmt_1313 -1.459 46.721 77 1014.4 90 16.7 0.0
lmt_1314 13.968 37.476 619 1010.1 83 18.8 0.0
lmt_1318 8.498 44.327 27 1011.0 63 25.2 0.0
lmt_1319 11.463 46.049 400 1015.0 91 15.8 0.0
lmt_1320 5.332 45.362 396 1016.9 67 14.0 NULL
lmt_1321 15.013 41.430 553 1005.4 83 19.2 0.0
lmt_1323 14.337 46.642 449 1017.9 94 15.0 NULL
lmt_1327 10.078 45.975 1050 1015.3 94 11.5 0.0
lmt_1328 11.814 43.731 350 1012.7 95 15.5 0.0
lmt_1329 9.844 45.290 70 1006.0 73 21.6 0.0
lmt_1330 12.723 42.826 223 1012.9 95 17.4 0.0
lmt_1332 13.211 43.522 130 1010.8 87 20.1 0.0
lmt_1335 4.590 45.816 300 1015.4 78 13.1 0.0
lmt_1336 14.851 38.154 70 1012.0 88 22.4 0.0
lmt_1338 8.244 45.016 227 1013.9 80.6 19.4 0.0
lmt_1340 10.509 42.934 35 1009.9 84 25.4 0.0
lmt_1342 11.730 42.950 618 NULL 91 19.0 0.0
lmt_1346 13.320 41.574 220 1009.9 90 20.2 0.0
lmt_1347 11.180 46.160 582 1013.9 91 13.7 0.0
lmt_1350 17.634 40.368 89 NULL 92 26.5 0.0
lmt_1355 17.229 40.476 15 1006.1 80 27.0 0.0
lmt_1357 12.526 42.542 105 1013.1 99 18.8 0.0
lmt_1358 10.523 42.935 35 1010.1 79 25.5 0.0
lmt_1359 12.439 44.171 25 1010.8 60 23.2 0.0
lmt_1360 10.953 45.356 50 1012.8 67 22.2 0.0
lmt_1361 11.053 45.377 42 1013.7 72 21.8 0.0
lmt_1366 11.930 44.769 3 1012.0 80 21.9 0.0
lmt_1369 8.737 44.491 440 1014.8 94 15.9 0.0
lmt_1371 15.381 41.151 655 1008.8 80 20.2 0.0
lmt_1372 7.790 44.140 1314 1013.2 80 11.7 0.0
lmt_1375 8.650 39.316 138 1013.6 74 21.0 0.0
lmt_1376 10.912 45.390 66 1014.8 77 21.0 0.0
lmt_1377 18.159 40.068 132 1009.6 66 24.8 0.0
lmt_1381 11.120 46.061 195 1014.3 76 18.4 0.0
lmt_1382 11.026 45.896 175 965.5 85 17.6 0.0
lmt_1383 8.597 39.530 311 1014.9 70 20.9 0.0
lmt_1384 16.170 40.100 700 986.8 90 17.7 0.0
lmt_1385 7.215 43.665 3 1011.9 57 24.0 NULL
lmt_1388 12.227 46.125 425 1013.1 94 15.7 0.0
lmt_1389 11.622 43.744 745 1009.7 77 16.5 0.0
lmt_1394 11.740 45.004 8 1014.5 80 20.1 0.0
lmt_1395 12.877 46.492 690 1015.7 92 12.6 0.0
lmt_1396 13.266 42.555 984 1010.7 57 11.6 0.0
lmt_1397 12.866 46.516 553 1017.2 95 13.4 0.0
lmt_1398 11.346 45.843 926 1013.6 88 10.3 0.0
lmt_1405 13.350 41.639 259 1009.8 80 20.6 0.0
lmt_1408 9.604 44.934 130 1012.3 83 20.2 0.0
lmt_1411 10.414 43.704 2 1011.2 78 23.0 0.0
lmt_1415 12.649 42.569 130 1011.0 81 20.1 0.0
lmt_1416 17.710 40.555 105 1007.4 80 24.3 0.0
lmt_1420 8.961 44.409 70 1011.9 68 24.4 0.0
lmt_1421 15.079 38.118 8 1009.63 78 25.3 0.0
lmt_1423 12.157 43.437 639 1017.6 95 17.9 0.0
lmt_1429 8.515 39.171 95 1013.8 71 21.4 0.0
lmt_1435 8.059 44.954 180 1012.1 99 16.2 0.0
lmt_1436 12.151 44.223 22 1011.4 79 22.2 0.0
lmt_1437 10.574 43.795 14 1008.8 87 18.7 0.0
lmt_1438 11.861 43.116 295 1011.6 83 18.7 0.0
lmt_1439 10.810 45.965 758 1013.9 92 15.2 0.0
lmt_1441 8.818 45.478 120 1013.5 88 19.6 0.0
lmt_1442 11.494 45.308 16 1011.3 81 19.6 0.0
lmt_1444 4.700 46.180 280 1016.9 63 17.8 0.0
lmt_1446 12.113 42.416 380 1011.4 83 20.4 0.0
lmt_1447 10.399 43.738 2 1011.6 76 21.8 0.0
lmt_1449 9.236 45.607 195 1013.8 73 21.7 0.0
lmt_1453 13.754 43.253 53 1013.7 80 21.9 0.0
lmt_1456 13.560 41.451 140 1011.1 90 19.6 0.0
lmt_1460 16.705 40.364 86 1006.8 73 23.7 0.0
lmt_1462 9.080 39.946 588 1013.4 82 17.2 0.0
lmt_1465 11.507 43.607 153 1013.3 87 17.7 0.0
lmt_1466 8.726 44.445 125 1013.5 81 21.2 0.0
lmt_1467 15.347 40.399 600 1010.4 77 20.0 0.0
lmt_1468 8.985 44.498 460 1011.9 91 18.3 0.0
lmt_1471 9.160 45.666 221 1010.8 65 19.3 0.0
lmt_1474 11.747 45.934 410 1016.6 93 16.2 0.0
lmt_1475 12.657 42.553 170 1022.7 80 19.7 0.0
lmt_1476 8.789 44.799 161 1013.9 88 19.6 0.0
lmt_1478 12.305 44.223 28 1011.9 88 22.0 NULL
lmt_1481 8.854 44.816 159 1013.4 81 18.4 0.0
lmt_1482 12.523 43.100 206 1011.3 94 19.2 0.0
lmt_1487 12.229 42.323 550 1014.0 90 19.8 0.0
lmt_1488 12.012 42.860 390 1013.6 93 18.0 0.0
lmt_1489 11.816 45.020 3 1014.0 75 19.3 0.0
lmt_1490 11.104 46.015 209 1015.0 90 16.2 0.0
lmt_1492 4.132 44.391 286 1013.9 49 20.3 0.0
lmt_1497 -2.113 50.687 10 1009.3 96 16.6 1.4
lmt_1499 -2.036 55.776 52 1008.9 86 8.6 0.0
lmt_1500 -2.712 47.577 3 1013.0 94 17.0 0.0
lmt_1503 12.890 37.579 40 1009.7 82 22.3 0.0
lmt_1504 12.595 41.776 142 1011.8 85 17.8 0.0
lmt_1507 9.982 44.107 21 1009.3 85 20.9 0.0
lmt_1508 9.783 40.433 8 1012.9 63 23.1 0.0
lmt_1509 9.606 45.502 115 NULL 81 21.0 0.0
lmt_1515 13.543 42.260 557 1015.6 94 16.0 0.0
lmt_1516 13.420 42.343 690 1017 85 16.8 0.0
lmt_1522 16.603 38.867 78 1009.2 63 25.1 0.0
lmt_1524 14.170 41.189 94 1012.1 87 22.2 0.0
lmt_1526 14.395 41.463 1420 1010.8 73 11.7 0.0
lmt_1527 14.616 41.560 750 1004.7 86 17.2 0.0
lmt_1530 14.265 41.834 1420 1004.6 70 15.9 0.0
lmt_1534 8.599 39.799 56 1013.3 80 19.6 0.0
lmt_1536 11.616 43.028 327 1009.3 90 17.8 0.0
lmt_1539 10.119 44.595 430 1013.6 89 17.2 0.0
lmt_1541 10.114 45.566 146 1003.2 85 20.8 0.0
lmt_1545 11.032 46.369 663 1014.3 0 14.0 0.0
lmt_1547 10.723 45.129 24 1014.6 73 21.1 0.0
lmt_1548 8.704 39.865 13 1008.4 74 20.4 0.0
lmt_1549 10.274 44.040 1145 1013.3 100 14.8 0.0
lmt_1550 1NULL9 44.411 1256 1018.1 90 11.9 0.0
lmt_1551 1NULL7 44.404 1520 1012.2 94 13.3 0.0
lmt_1555 12.303 46.257 434 1018.6 77 16.7 0.0
lmt_1557 8.832 45.705 326 1009.0 89 18.1 0.0
lmt_1558 8.660 45.625 169 1013.1 86 18.8 0.0
lmt_1559 11.066 44.905 15 1011.4 79 20.9 0.0
lmt_1560 12.049 45.753 90 1003.6 87 18.5 0.0
lmt_1561 9.611 44.533 770 1020.4 94 14.3 0.0
lmt_1562 9.135 45.777 436 964.1 92 17.6 0.0
lmt_1563 18.326 40.041 106 998.4 95 20.9 0.0
lmt_1565 11.061 43.877 49 1010.9 79 21.6 0.0
lmt_1566 10.110 44.360 1350 1001.4 100 12.0 0.0
lmt_1570 12.255 44.445 1 1011.6 72 25.3 0.0
lmt_1572 9.744 44.977 84 1003.1 88 19.6 0.0
lmt_1577 16.403 41.282 5 1001.9 86 23.6 0.0
lmt_1578 10.092 45.536 133 997.8 82 20.6 0.0
lmt_1582 8.529 45.360 131 1012.6 93 17.6 0.0
lmt_1583 11.523 45.666 169 1015.5 89 16.8 0.0
lmt_1584 12.077 44.395 6 1009.9 82 22.0 0.0
lmt_1586 10.108 45.342 66 1006.0 15 18.4 0.0
lmt_1588 10.136 44.670 300 1011.7 73 18.7 0.0
lmt_1590 11.750 44.531 7 1011.4 80 22.1 0.0
lmt_1592 8.848 44.754 195 1013.3 88 18.9 0.0
lmt_1593 11.450 45.707 154 996.8 89 16.1 0.0
lmt_1595 12.147 46.155 546 1015.3 94 14.3 0.0
lmt_1597 12.325 43.313 247 1012.6 94 19.3 0.0
lmt_1598 13.272 45.982 60 NULL 88 18.8 0.0
lmt_1599 12.926 46.502 1750 826.6 91 8.3 0.0
lmt_1600 12.571 46.193 468 NULL 100 13.8 0.0
lmt_1601 13.764 45.709 275 982.1 64 19.3 0.0
lmt_1602 13.240 45.928 33 NULL 83 19.0 0.0
lmt_1603 12.545 45.917 22 1009.0 91 17.9 0.0
lmt_1604 13.147 45.701 7 1010.9 58 23.2 0.0
lmt_1605 13.512 45.958 85 1002.0 54 20.8 0.0
lmt_1606 13.337 45.849 8 1010.3 58 21.2 0.0
lmt_1607 13.420 46.080 127 995.7 87 17.7 0.4
lmt_1608 13.002 45.952 37 1007.7 90 18.4 0.3
lmt_1609 12.862 46.410 438 962.8 100 15.9 0.0
lmt_1611 13.073 46.101 148 996.3 88 17.5 0.6
lmt_1612 13.458 45.714 0 1011.9 65 20.5 0.0
lmt_1613 12.593 46.409 922 911.9 98 12.4 0.0
lmt_1614 13.122 46.261 184 990.4 85 17.7 0.0
lmt_1615 13.481 45.889 29 1009.1 59 20.5 0.0
lmt_1617 13.021 45.736 5 NULL 72 19.8 0.0
lmt_1618 13.529 46.211 1630 834.8 100 9.2 NULL
lmt_1619 13.520 46.482 1743 824.5 100 7.6 0.0
lmt_1620 13.752 45.610 2 1014.0 56 23.7 0.0
lmt_1621 13.536 45.780 4 1011.2 57 21.7 0.0
lmt_1622 13.274 46.312 600 NULL NULL 14.2 0.0
lmt_1623 13.052 45.805 5 1007.7 83 19.2 0.0
lmt_1624 12.597 46.157 1528 847.1 85 10.9 NULL
lmt_1625 12.524 46.114 1275 870.7 100 8.5 0.0
lmt_1628 13.155 45.882 16 1010.2 NULL 19.5 0.0
lmt_1629 13.551 46.510 794 925.1 100 11.3 0.3
lmt_1630 13.005 46.399 314 NULL 93 17.6 0.0
lmt_1631 13.752 45.649 1 1012.6 55 23.4 0.0
lmt_1632 13.302 46.509 590 NULL 100 11.3 0.3
lmt_1633 13.226 46.035 91 1000.8 82 18.5 0.5
lmt_1634 12.768 46.076 142 996.8 92 16.9 0.0
lmt_1635 12.734 46.254 345 NULL NULL 16.2 0.0
lmt_1636 13.567 46.437 914 911.4 100 11.9 0.2
lmt_1637 14.185 41.270 134 1010.9 88 20.2 0.0
lmt_1640 0.159 40.521 452 1014.9 87 22.0 0.0
lmt_1642 12.983 42.456 1825 1003.7 66 14.4 0.0
lmt_1644 8.901 44.537 392 1012.2 79 19.8 0.0
lmt_1646 11.275 45.873 1700 1016.9 92 5.9 0.0
lmt_1649 8.785 45.670 241 1012.3 83 18.6 0.0
lmt_1653 11.536 45.886 1080 1014.6 97 10.6 0.0
lmt_1654 13.178 38.158 25 1012.3 64 23.2 0.0
lmt_1655 10.953 43.959 150 1012.4 81 19.8 0.0
lmt_1662 11.559 46.360 2671 1020.1 80 3.4 0.0
lmt_1663 11.578 46.340 1600 1020.1 93 8.2 0.0
lmt_1664 11.559 46.347 2200 1020.1 72 6.9 0.0
lmt_1666 9.026 45.120 84 1011.6 82 21.4 0.0
lmt_1667 11.897 43.495 265 995.3 95 17.4 0.0
lmt_1668 13.330 43.650 36 1012.0 82 22.9 0.0
lmt_1671 13.936 42.812 3 1009.6 81 20.7 0.0
lmt_1678 10.946 44.505 122 1012.5 88 20.4 0.0
lmt_1679 13.818 45.615 10 1011.9 61 22.6 0.0
lmt_1681 11.521 43.696 470 1014.5 81 18.2 0.0
lmt_1682 10.603 44.688 61 1013.9 81 21.8 0.0
lmt_1683 13.297 42.388 680 1018.6 92 14.3 0.0
lmt_1685 15.620 40.352 470 1010.1 86 19.4 0.0
lmt_1686 8.277 44.401 338 1009.4 86 17.7 0.0
lmt_1688 11.865 43.525 250 1013.3 95 17.8 0.0
lmt_1689 8.219 44.902 122 1016.9 85 19.9 0.0
lmt_1690 8.998 44.405 200 1012.4 66 24.4 0.0
lmt_1694 4.990 50.200 220 1015.6 91 14.4 0.0
lmt_1697 10.656 43.709 60 1010.2 81 20.4 0.0
lmt_1699 8.565 45.925 205 1012.2 84 17.4 0.0
lmt_1701 11.084 43.895 61 1012.0 77 22.2 0.0
lmt_1702 13.078 42.031 684 1014.4 88 16.3 0.0
lmt_1706 13.697 37.975 40 1011.7 72 25.1 0.0
lmt_1711 11.514 45.877 1005 1015.3 94 10.6 0.0
lmt_1713 9.364 45.341 85 1011.1 81 21.6 0.0
lmt_1714 12.533 41.959 52 1011.4 78 22.8 0.0
lmt_1715 10.820 44.952 19 1014.4 79 21.4 0.0
lmt_1717 9.186 45.762 360 1013.1 87 18.2 0.0
lmt_1718 11.532 43.682 400 1010.4 63 18.8 0.0
lmt_1719 10.730 43.675 33 1012.4 88 19.2 0.0
lmt_1721 14.258 42.441 0 1014.9 91 20.9 0.0
lmt_1725 13.667 41.458 98 1011.0 80 21.5 0.0
lmt_1726 12.850 42.577 1111 1013.5 83 15.9 0.0
lmt_1728 7.251 44.919 530 1013.3 91 17.2 0.0
lmt_1729 9.610 45.707 265 1015.9 81 19.4 0.0
lmt_1730 7.539 45.736 555 1013.2 62 15.3 0.0
lmt_1731 11.784 45.073 15 1013.4 75 20.9 0.0
lmt_1732 13.788 43.192 3 1011.6 74 21.8 0.0
lmt_1734 10.869 43.307 363 1011.2 76 20.3 0.0
lmt_1735 8.392 44.184 100 1009.6 64 24.4 0.0
lmt_1736 15.431 40.929 620 1007.2 82 19.1 0.0
lmt_1737 9.035 45.405 117 1012.7 74 22.9 0.0
lmt_1738 15.131 40.530 300 1012.6 77 23.3 0.0
lmt_1739 16.244 39.527 99 1012.1 72 22.0 0.0
lmt_1740 8.781 44.428 20 1010.2 68 24.3 0.0
lmt_1745 10.400 43.728 3 1010.6 75 22.3 0.0
lmt_1747 18.008 40.150 55 1010.9 86 23.6 0.0
lmt_1749 18.010 40.150 55 1009.4 88 25.3 0.0
lmt_1756 12.368 43.153 550 1015.1 92 17.6 0.1
lmt_1758 10.884 45.521 150 1014.6 92 19.7 0.0
lmt_1762 12.020 42.870 253 1012.7 94 17.0 0.0
lmt_1763 13.185 42.206 618 1008.1 95 12.9 0.0
lmt_1764 10.812 46.014 770 1012.7 100 15.2 0.0
lmt_1765 10.979 45.683 1399 1015.6 92 11.7 0.0
lmt_1767 16.689 41.106 120 1009.7 73 25.3 0.0
lmt_1770 15.807 40.641 767 1006.8 82.9 17.5 0.0
lmt_1771 10.647 45.282 47 1014.9 77 21.2 0.0
lmt_1772 11.598 44.211 510 1012.9 78 20.6 0.0
lmt_1777 12.856 43.715 96 1011.9 85 20.0 0.0
lmt_1780 11.108 45.368 35 1009.2 70 21.1 0.0
lmt_1782 12.321 43.077 250 1012.8 91 17.9 0.5
lmt_1783 10.093 45.835 360 1013.6 61 18.3 0.0
lmt_1785 13.135 46.099 142 1013.8 77 18.3 0.0
lmt_1787 8.998 46.264 254 1014.0 82 14.3 0.0
lmt_1788 8.620 45.905 206 1012.8 78 19.0 0.0
lmt_1789 16.389 41.109 320 1007.0 90 21.5 0.0
lmt_1791 12.675 42.946 215 1013.5 95 17.1 0.0
lmt_1792 11.006 45.890 319 1013.8 88 16.3 0.0
lmt_1793 12.455 42.003 80 1002.9 83 20.6 0.0
lmt_1795 12.280 44.049 325 1010.1 78 21.7 0.0
lmt_1798 9.908 46.153 555 1014.7 86 14.9 0.0
lmt_1799 11.290 43.761 50 1012.3 87 19.9 0.0
lmt_1800 16.259 41.315 22 1009.9 90 23.0 0.0
lmt_1804 12.164 43.542 310 1011.6 95 18.1 0.0
lmt_1805 15.110 40.654 273 1004.3 82 21.8 0.0
lmt_1807 14.980 40.623 80 1004.2 77 22.7 0.0
lmt_1811 11.897 45.090 1 1013.9 81 19.5 0.0
lmt_1812 10.781 44.547 111 1013.5 80 20.7 0.0
lmt_1813 10.742 43.333 53 1004.4 91 17.9 0.0
lmt_1814 8.241 45.372 166 995.2 93 17.3 0.0
lmt_1816 2.217 43.071 167 1015.0 56 16.6 0.0
lmt_1817 12.212 43.373 275 1011.7 78 18.2 0.0
lmt_1822 13.393 43.526 93 1013.1 94 19.7 0.0
lmt_1825 12.990 45.956 36 1012.4 81 18.0 0.0
lmt_1826 9.032 44.950 156 1014.8 72 19.6 0.0
lmt_1828 11.014 43.863 36 1011.8 93 18.0 0.0
lmt_1829 9.422 45.898 700 1014.0 88 15.8 0.0
lmt_1832 10.785 42.886 10 1014.1 81 21.8 0.0
lmt_1833 9.409 45.796 250 1013.8 77 20.8 0.0
lmt_1837 13.678 41.281 256 1011.8 83.2 22.3 0.0
lmt_1839 13.504 43.255 150 1013.3 66 18.2 0.0
lmt_1840 12.480 45.944 35 1010.2 92 16.6 0.0
lmt_1841 13.507 38.070 120 1011.7 70 25.4 0.0
lmt_1842 13.046 45.941 33 1011.4 83 18.4 0.0
lmt_1844 11.288 46.131 1926 1016.6 84 8.3 0.0
lmt_1845 8.977 44.412 160 1010.9 65 23.1 0.0
lmt_1846 14.110 41.783 800 1013.0 92 14.4 0.0
lmt_1847 8.827 44.428 55 1012.8 77 22.3 0.0
lmt_1850 15.204 40.509 190 1007.3 71 20.9 0.0
lmt_1852 14.484 41.815 1150 1014.8 72 16.8 0.0
lmt_1857 145.129 -37.938 52 1030.1 75 9.7 0.0
lmt_1858 8.813 45.755 377 1017.4 71 19.6 0.0
lmt_1860 15.810 40.640 819 1008.7 84 18.2 0.0
lmt_1862 11.824 45.414 11 1004.1 82 19.6 0.0
lmt_1863 12.606 44.048 1 1010.8 61 23.2 0.0
lmt_1864 12.438 45.926 44 1012.5 84 18.6 0.0
lmt_1865 11.973 42.897 320 1017.3 96 17.4 0.0
lmt_1867 12.719 42.731 403 968.9 94.8 15.8 0.0
lmt_1871 12.378 43.125 450 1012.4 88 18.4 0.0
lmt_1873 15.508 38.282 110 1013.3 81 24.7 0.0
lmt_1874 14.267 41.836 1421 1017.9 64 15.4 0.0
lmt_1875 8.983 39.565 130 1009.8 84 18.7 0.0
lmt_1878 13.502 43.420 154 1004.7 84 21.3 0.0
lmt_1880 14.206 42.090 462 1010.0 78 19.7 0.0
lmt_1881 12.606 42.894 400 1011.7 91 16.9 0.0
lmt_1884 10.778 45.970 1788 1012.8 85 10.5 0.0
lmt_1887 12.370 46.022 1037 1013.3 92 11.9 0.0
lmt_1888 17.816 40.416 72 1008.8 84 24.6 0.0
lmt_1889 17.582 40.532 137 1009.0 88 23.7 0.0
lmt_1893 9.644 45.871 550 1015.5 89 16.1 0.0
lmt_1894 9.550 45.740 330 1012.4 87 18.7 0.0
lmt_1895 12.067 46.439 1422 1031.2 95 9.0 0.1
lmt_1896 12.186 43.569 550 1017.4 89 17.9 0.0
lmt_1899 13.202 42.826 1296 871.7 83 10.6 0.0
lmt_1900 12.432 43.219 242 986.3 78 19.4 0.0
lmt_1902 12.769 42.795 311 978.7 67 17.1 0.0
lmt_1903 12.074 42.966 375 971.5 72 17.0 0.0
lmt_1904 12.198 43.275 314 980.8 88 18.6 0.0
lmt_1905 12.612 42.999 190 991.8 72 17.2 0.0
lmt_1907 8.401 45.007 273 1003.89 1 20.5 0.0
lmt_1908 9.148 39.207 1 1012.5 73 22.6 0.0
lmt_1910 16.501 41.238 23 1010.2 83 24.4 0.0
lmt_1911 16.042 43.895 257 1012.1 85 15.1 1.8
lmt_1912 16.152 44.029 354 1011.9 91 17.7 1.5
lmt_1914 15.938 43.852 272 Not 2 0.0 0.0
lmt_1915 11.029 43.930 95 1018.5 72 21.9 0.0
lmt_1916 15.201 40.693 410 1011.4 89 20.1 0.0
lmt_1917 12.288 45.641 12 1013.7 81 19.6 0.0
lmt_1918 13.070 41.500 256 1009.0 85 19.2 0.0
lmt_1919 11.820 43.810 1111 NULL 77 15.4 0.0
lmt_1920 12.270 43.750 1000 NULL 93 15.1 0.0
lmt_1921 11.390 42.410 12 NULL 78 21.6 0.0
lmt_1922 11.240 43.130 450 NULL 100 16.5 0.0
lmt_1923 11.440 42.950 193 NULL 93 18.9 0.0
lmt_1924 11.410 42.800 370 NULL 86 19.3 0.0
lmt_1925 11.650 42.640 300 NULL 88 19.3 0.0
lmt_1926 11.520 42.600 447 NULL 74 20.7 0.0
lmt_1927 11.160 43.570 374 NULL 91 18.9 0.0
lmt_1928 10.800 43.570 180 NULL 84 20.2 0.0
lmt_1929 11.150 43.370 233 NULL 96 17.1 0.0
lmt_1930 11.630 42.890 1678 NULL 72 13.4 0.0
lmt_1931 11.670 42.890 855 NULL 0 16.3 0.0
lmt_1932 11.700 43.830 838 NULL 79 17.8 0.0
lmt_1933 11.450 43.880 960 NULL 96 16.0 0.0
lmt_1935 12.100 43.670 750 NULL 83 17.4 0.0
lmt_1936 11.650 43.440 261 NULL 100 18.1 0.0
lmt_1937 12.097 43.559 312 NULL 98 17.1 0.0
lmt_1938 10.673 44.139 1345 NULL 100 13.2 0.0
lmt_1939 10.486 44.197 1637 NULL 98 12.1 0.0
lmt_1941 11.440 43.090 188 NULL 95 18.7 0.0
lmt_1942 11.390 44.050 880 NULL 100 16.4 0.0
lmt_1945 10.630 43.190 95 NULL 89 21.4 0.0
lmt_1946 11.420 43.460 360 NULL 100 15.5 0.0
lmt_1947 10.459 44.070 270 NULL 97 17.2 0.0
lmt_1949 10.291 44.192 660 NULL 84 17.6 0.0
lmt_1950 9.892 44.369 340 NULL 79 19.1 0.0
lmt_1951 9.822 44.456 955 NULL 55 14.9 0.0
lmt_1952 10.893 43.679 180 NULL 92 18.7 0.0
lmt_1953 10.859 43.876 465 NULL 79 20.1 0.0
lmt_1954 10.578 43.532 210 NULL 73 22.3 0.0
lmt_1955 11.041 43.471 306 NULL 98 20.4 0.0
lmt_1956 11.979 43.420 410 NULL 77 16.2 0.0
lmt_1957 11.825 43.308 246 NULL 100 18.3 0.0
lmt_1958 7.905 44.240 1000 1011.0 95 14.0 0.0
lmt_1963 13.342 43.364 195 NULL NULL 18.8 0.0
lmt_1966 12.430 43.561 440 NULL NULL 13.1 0.0
lmt_1968 12.512 43.808 151 NULL 91 19.9 0.0
lmt_1970 13.067 43.140 566 948.0 93 14.5 0.0
lmt_1971 12.824 43.310 532 NULL NULL 15.3 0.0
lmt_1974 13.238 42.738 842 NULL NULL 12.0 0.0
lmt_1978 12.766 43.692 633 NULL 88 17.6 0.0
lmt_1980 13.590 43.260 230 NULL 93 19.8 0.0
lmt_1981 13.192 43.362 790 NULL 97 16.9 0.0
lmt_1982 13.056 43.534 350 973.0 91 18.3 0.0
lmt_1983 12.904 43.433 323 NULL 100 15.6 0.0
lmt_1985 12.943 43.253 608 NULL NULL 16.0 0.0
lmt_1988 13.155 43.034 747 NULL 99 12.5 0.0
lmt_1989 13.736 43.290 10 NULL 100 20.8 0.0
lmt_1990 13.053 43.826 7 NULL 89 21.2 0.0
lmt_1991 13.870 42.977 7 NULL 88 19.0 0.0
lmt_1992 12.726 43.470 690 NULL 99 15.2 0.0
lmt_1993 13.489 42.962 643 NULL 86 15.5 0.0
lmt_1994 12.824 43.690 80 NULL 88 19.8 0.0
lmt_1998 13.598 43.105 200 NULL NULL 17.4 0.0
lmt_1999 13.165 42.886 998 NULL 95 13.9 0.0
lmt_2003 13.403 43.159 430 NULL 77 18.0 0.0
lmt_2004 12.967 43.762 36 NULL 93 21.1 0.0
lmt_2005 13.164 43.662 26 NULL 86 20.7 0.0
lmt_2010 12.993 42.983 960 NULL 80 13.8 0.0
lmt_2011 12.758 43.628 942 NULL 99 15.9 0.0
lmt_2013 13.205 42.873 1813 821.0 69 13.6 0.0
lmt_2014 13.237 43.000 1480 NULL 67 14.2 NULL
lmt_2015 13.436 43.407 215 NULL 91 20.6 0.0
lmt_2016 13.326 42.899 995 NULL 81 17.1 0.0
lmt_2018 13.537 42.849 193 856.0 92 15.1 0.0
lmt_2019 13.388 43.475 84 NULL 96 19.3 0.0
lmt_2020 13.501 43.492 132 NULL 84 21.0 0.0
lmt_2021 13.449 43.447 60 NULL 91 21.5 0.0
lmt_2022 12.843 43.568 220 NULL 100 16.5 0.0
lmt_2023 12.969 43.737 189 NULL 79 21.5 0.0
lmt_2025 13.281 43.080 465 NULL 99 15.4 0.0
lmt_2028 13.238 42.990 1360 866.0 72 14.7 0.0
lmt_2034 13.079 43.368 580 NULL 82 18.5 0.0
lmt_2035 13.772 43.232 5 1012.0 100 18.2 0.0
lmt_2039 13.537 43.437 27 NULL NULL 20.3 0.0
lmt_2040 12.400 43.666 352 NULL 100 14.8 0.0
lmt_2041 13.889 42.933 6 1011.0 89 19.1 0.0
lmt_2042 13.041 43.388 625 NULL 99 17.1 0.0
lmt_2045 13.241 43.006 1365 864.0 69 14.8 0.0
lmt_2046 12.658 43.406 688 NULL NULL 17.1 0.0
lmt_2047 12.970 43.158 469 NULL NULL 13.6 0.0
lmt_2048 13.205 43.700 6 NULL 76 21.7 0.0
lmt_2052 13.270 42.895 1740 827.0 66 14.1 NULL
lmt_2053 12.952 43.119 672 NULL 99 12.7 0.0
lmt_2054 12.900 43.193 484 NULL NULL 15.5 0.0
lmt_2055 13.594 43.475 6 NULL NULL 20.9 0.0
lmt_2057 13.651 42.852 78 NULL 100 17.5 0.0
lmt_2058 13.406 42.737 646 NULL NULL 14.4 0.0
lmt_2060 12.636 43.723 471 956.0 73 19.9 0.0
lmt_2063 12.869 43.890 22 1006.0 80 21.0 0.0
lmt_2067 18.063 40.088 60 1007.6 87 24.0 0.0
lmt_2070 11.141 45.913 630 1014.9 93 14.3 0.0
lmt_2071 12.947 41.534 25 1008.6 84 22.3 0.0
lmt_2072 12.783 43.233 520 1013.9 96 16.7 0.0
lmt_2074 11.199 46.142 651 1021.8 86 14.4 0.0
lmt_2077 -0.800 46.718 77 1014.6 88 16.2 0.0
lmt_2078 15.849 40.145 1430 931.3 100 13.8 0.0
lmt_2081 15.266 41.859 26 NULL 87 21.0 0.0
lmt_2082 15.233 41.516 225 NULL NULL 21.4 0.0
lmt_2083 15.183 41.400 590 NULL 86 19.5 0.0
lmt_2084 14.967 41.550 660 NULL 99 18.8 0.0
lmt_2085 16.401 40.967 501 NULL 94 20.5 0.0
lmt_2086 17.300 40.933 14 NULL 83 26.1 0.0
lmt_2087 16.882 40.759 433 NULL 80 20.8 0.0
lmt_2088 15.880 41.583 2 NULL 79 23.0 0.0
lmt_2089 15.511 42.125 35 998.0 NULL 24.2 0.0
lmt_2090 18.300 40.150 85 NULL 83 23.9 0.0
lmt_2092 16.084 40.950 458 NULL 88 20.8 0.0
lmt_2093 16.884 40.433 15 NULL 71 24.2 0.0
lmt_2094 8.376 45.794 420 968.0 81 17.6 0.0
lmt_2095 8.386 45.801 301 1015.3 66 17.4 0.0
lmt_2096 -81.667 28.809 56 1015.6 74 29.6 0.0
lmt_2097 16.016 41.945 125 NULL 91 22.6 0.0
lmt_2099 16.400 40.816 402 NULL 86 20.8 0.0
lmt_2100 16.757 40.577 254 NULL 80 24.2 0.0
lmt_2101 17.033 40.618 154 NULL 59 23.0 0.0
lmt_2103 16.861 41.100 24 1009.2 74 25.3 0.0
lmt_2105 13.554 43.462 160 1009.1 81.2 21.9 0.0
lmt_2106 13.086 43.687 190 1008.8 79 21.5 0.0
lmt_2107 13.149 41.282 2 1010.7 91 21.5 0.0
lmt_2108 11.636 44.476 25 1012.7 77 22.4 0.0
lmt_2109 13.346 43.364 225 1013.9 83 20.9 0.0
lmt_2110 15.468 41.466 85 NULL 93 22.1 0.0
lmt_2111 7.998 43.881 30 1012.0 84 18.8 0.0
lmt_2112 11.005 43.916 49 1012.3 89 19.0 0.0
lmt_2113 1.311 45.433 367 1016.0 93 13.9 0.0
lmt_2116 9.622 44.174 64 1012.0 0 23.8 0.0
lmt_2119 8.930 44.570 444 1009.9 89 17.1 0.0
lmt_2120 10.954 46.019 247 1015.4 74 19.5 0.0
lmt_2123 14.963 38.156 15 1010.3 83 23.9 0.0
lmt_2124 15.103 38.075 377 1011.0 87.9 22.9 0.0
lmt_2127 13.755 45.642 45 1013.0 55 23.0 0.0
lmt_2128 13.876 42.959 20 1008.5 84 21.1 0.0
lmt_2129 9.184 45.708 260 1013.8 81 19.2 0.0
lmt_2130 12.781 43.230 525 1002.4 92.8 16.8 1.8
lmt_2134 8.865 45.903 590 1011.0 76 15.4 0.0
lmt_2135 12.717 37.570 13 1010.1 83 22.8 0.0
lmt_2136 10.378 43.764 6 1010.8 83 19.8 0.0
lmt_2138 13.107 45.839 3 1014.4 89 17.8 0.0
lmt_2139 12.689 42.941 215 1008.5 84 18.4 0.0
lmt_2141 13.304 45.995 67 1014.4 84 18.4 0.0
lmt_2142 12.265 43.565 675 1011.9 81 17.6 0.0
lmt_2147 8.975 39.316 14 1013.9 68.9 21.1 0.0
lmt_2148 11.536 43.557 134 1012.9 90 17.9 0.3
lmt_2149 12.264 42.990 260 1014.7 94 18.4 0.0
lmt_2150 13.081 46.332 230 NULL NULL 18.1 0.0
lmt_2151 12.681 45.953 23 NULL NULL 18.6 0.0
lmt_2152 13.742 45.737 268 980.9 57 20.5 0.0
lmt_2154 8.854 45.266 110 1013.0 83 21.0 0.0
lmt_2155 12.591 43.047 220 1013.6 95 17.7 0.0
lmt_2156 16.300 39.300 245 1008.9 76 21.1 0.0
lmt_2158 12.400 42.950 168 993.6 94 18.4 0.0
lmt_2159 14.267 41.836 1421 1017.6 78.5 14.6 0.0
lmt_2160 12.197 43.013 226 1012.6 96 17.4 0.0
lmt_2161 9.582 45.742 300 1013.9 72 20.9 0.0
lmt_2162 12.299 45.897 65 1012.6 93 17.3 0.0
lmt_2163 11.413 43.728 340 1011.9 92 17.9 0.0
lmt_2165 12.564 42.296 131 1013.7 84.9 20.3 0.0
lmt_2166 12.393 41.997 148 1012.1 82 22.0 0.0
lmt_2170 11.882 45.789 108 1012.4 91 17.2 0.0
lmt_2172 8.166 45.350 186 1014.1 87 18.6 0.0
lmt_2173 15.020 38.062 575 1010.8 94 19.2 0.0
lmt_2175 7.688 45.103 239 1013.6 58 27.7 0.0
lmt_2176 9.323 44.333 22 1012.1 76 22.4 0.0
lmt_2177 12.887 42.411 416 1012.2 79 18.9 0.0
lmt_2181 16.277 40.634 563 1011.0 79 20.6 0.0
lmt_2185 13.303 38.087 160 1013.6 76 21.8 0.0
lmt_2186 13.443 38.076 57 1011.9 67 24.4 0.0
lmt_2187 11.960 43.025 284 1016.8 94 18.3 0.0
lmt_2188 8.243 45.641 540 1014.7 65 19.8 0.0
lmt_2189 18.391 40.033 99 1010.0 91 23.4 0.0
lmt_2190 14.424 37.325 472 1019.6 42 32.1 0.0
lmt_2191 12.651 43.307 525 1014.9 95 16.8 0.0
lmt_2192 12.519 42.155 270 1014.4 89 20.1 0.0
lmt_2200 13.425 43.362 223 1012.9 82 20.7 0.0
lmt_2201 12.190 43.028 299 1018.3 97.3 18.2 0.0
lmt_2202 12.528 42.424 216 1012.5 81.7 19.2 0.0
lmt_2203 11.805 45.189 4 1012.6 81 20.4 0.0
lmt_2206 9.693 45.993 966 906.7 94 12.7 NULL
lmt_2207 9.177 45.684 255 985.2 74.6 19.9 NULL
lmt_2208 8.808 45.121 84 NULL NULL 19.2 NULL
lmt_2209 10.790 45.806 75 NULL 62 22.8 NULL
lmt_2211 8.712 45.649 210 NULL NULL 19.0 NULL
lmt_2212 9.040 45.626 212 989.3 NULL 19.9 NULL
lmt_2213 10.148 46.129 1950 NULL 96 7.9 NULL
lmt_2214 10.261 45.980 994 NULL NULL 15.7 NULL
lmt_2215 9.100 45.718 244 NULL NULL 16.7 NULL
lmt_2216 9.538 45.973 982 NULL NULL 12.1 NULL
lmt_2219 9.801 45.593 162 993.5 84.9 21.1 NULL
lmt_2220 8.972 45.710 296 978.4 NULL 19.8 NULL
lmt_2222 9.339 46.291 1362 NULL NULL 13.3 NULL
lmt_2224 9.238 46.071 1285 NULL 70 13.4 NULL
lmt_2225 9.571 46.026 1875 814.8 68 9.9 NULL
lmt_2227 8.892 45.897 275 NULL 96.7 14.3 NULL
lmt_2228 9.247 46.132 581 NULL 81 16.1 NULL
lmt_2230 9.848 46.165 307 NULL 92 15.7 NULL
lmt_2231 10.291 45.927 472 NULL NULL 17.5 NULL
lmt_2232 10.767 44.964 22 NULL 80 22.4 NULL
lmt_2235 9.164 45.194 77 1000.3 85.7 20.1 NULL
lmt_2236 10.038 46.064 1784 823.5 NULL 9.6 NULL
lmt_2237 9.596 46.243 1191 884 NULL 11.2 NULL
lmt_2238 10.308 46.250 1728 831.5 79 7.8 NULL
lmt_2240 10.054 45.696 185 NULL 72 21.6 NULL
lmt_2242 8.847 45.548 182 992.6 85 19.9 NULL
lmt_2245 9.257 45.496 120 NULL NULL 21.0 NULL
lmt_2246 9.413 46.292 1035 NULL 43.5 16.9 NULL
lmt_2247 9.520 45.444 102 NULL 85 19.2 NULL
lmt_2250 9.244 45.761 273 NULL NULL 17.3 NULL
lmt_2251 8.820 45.748 379 971.8 NULL 18.5 NULL
lmt_2253 10.043 45.142 43 1009.5 NULL 21.7 NULL
lmt_2254 9.066 45.815 201 987.5 68.8 21.3 NULL
lmt_2256 9.933 45.786 486 958.5 77 18.7 NULL
lmt_2257 8.850 45.971 269 982.7 93 16.2 NULL
lmt_2262 10.859 45.153 22 1013.4 78.1 20.3 NULL
lmt_2263 10.415 44.996 26 1010.9 72.5 21.4 NULL
lmt_2265 9.756 46.042 1682 NULL 83 9.8 NULL
lmt_2268 9.318 45.848 1233 NULL 84 15.2 NULL
lmt_2269 8.972 45.773 400 968.9 NULL 16.6 NULL
lmt_2270 9.214 45.987 309 980.4 77 18.9 NULL
lmt_2271 10.177 45.874 222 988.5 69 20.1 NULL
lmt_2273 9.863 45.950 1002 NULL 94 12.6 NULL
lmt_2274 9.097 45.436 119 NULL NULL 22.3 NULL
lmt_2276 9.419 46.051 910 NULL 63 15.5 NULL
lmt_2278 9.267 45.320 88 1003.2 NULL 19.1 NULL
lmt_2279 9.609 45.814 468 NULL 88 16.4 NULL
lmt_2281 9.710 45.718 311 NULL NULL 20.5 NULL
lmt_2282 10.039 45.433 93 NULL 99 17.9 NULL
lmt_2283 9.688 45.715 290 NULL NULL 19.8 NULL
lmt_2285 10.616 45.636 70 NULL 81 21.1 NULL
lmt_2286 9.216 44.683 1363 NULL 89 13.4 NULL
lmt_2287 9.235 45.905 1158 NULL NULL 14.3 NULL
lmt_2288 8.742 45.903 294 NULL 72 19.5 NULL
lmt_2292 10.414 45.402 92 NULL NULL 22.8 NULL
lmt_2294 8.638 45.910 950 907.8 69 17.8 NULL
lmt_2297 10.188 46.477 2660 740.5 87 1.2 NULL
lmt_2300 9.110 46.091 1100 891.9 56 15.1 NULL
lmt_2301 10.187 45.667 290 981.4 NULL 18.5 NULL
lmt_2304 9.569 46.105 800 NULL 70 15.0 NULL
lmt_2305 9.682 45.477 104 NULL 99 20.9 NULL
lmt_2307 10.299 45.249 47 1007.1 85.5 19.9 NULL
lmt_2308 9.947 46.007 738 931.9 NULL 12.9 NULL
lmt_2309 9.388 45.677 234 987.5 NULL 17.7 NULL
lmt_2311 10.472 46.177 2108 791.6 77 7.2 NULL
lmt_2312 9.223 45.044 77 NULL NULL 19.0 NULL
lmt_2314 9.933 45.880 564 NULL 90 15.5 NULL
lmt_2315 8.712 45.766 241 NULL 95 14.8 NULL
lmt_2316 8.823 45.832 416 NULL NULL 19.7 NULL
lmt_2317 9.584 46.136 230 987.1 81.5 18.0 NULL
lmt_2318 10.442 45.957 2410 762.9 81 6.0 NULL
lmt_2321 9.141 45.476 122 NULL 68.9 24.3 NULL
lmt_2322 9.890 45.399 87 NULL NULL 19.5 NULL
lmt_2323 10.041 45.981 1856 816.1 NULL 9.9 NULL
lmt_2324 10.366 46.453 1172 876.4 NULL 7.0 NULL
lmt_2326 8.768 46.071 1302 NULL 83 13.9 NULL
lmt_2327 10.182 46.218 481 958.8 94.2 13.5 NULL
lmt_2335 10.038 46.158 357 NULL NULL 13.3 NULL
lmt_2336 9.222 45.473 122 999.3 60.4 23.9 NULL
lmt_2337 10.823 45.157 25 1010.9 74 21.5 NULL
lmt_2338 9.379 45.260 60 NULL 100 21.2 NULL
lmt_2340 9.884 46.292 2151 787.8 63 7.4 NULL
lmt_2342 10.389 45.646 349 975.7 90.1 18.0 NULL
lmt_2343 9.863 46.024 1955 NULL NULL 8.5 NULL
lmt_2344 10.333 46.175 699 NULL 94 13.9 NULL
lmt_2345 9.194 44.912 501 NULL 79 18.6 NULL
lmt_2346 10.795 45.160 22 1010.3 73.3 20.4 NULL
lmt_2349 9.703 45.366 79 1003.8 NULL 20.4 NULL
lmt_2350 9.956 45.665 197 NULL NULL 21.6 NULL
lmt_2351 9.876 45.833 501 NULL 85 17.1 NULL
lmt_2352 9.179 44.807 500 NULL 67 20.0 NULL
lmt_2353 9.512 46.331 665 NULL NULL 15.1 NULL
lmt_2354 10.195 45.121 39 NULL 90 18.7 NULL
lmt_2355 9.305 46.068 198 NULL NULL 18.5 NULL
lmt_2357 9.380 46.007 456 NULL NULL 13.7 NULL
lmt_2358 10.377 46.080 1128 NULL 91 13.1 NULL
lmt_2359 10.397 45.225 38 NULL NULL 20.9 NULL
lmt_2360 10.153 45.813 842 NULL NULL 16.3 NULL
lmt_2361 9.671 45.356 103 NULL NULL 22.7 NULL
lmt_2362 9.963 45.255 56 NULL 99 19.2 NULL
lmt_2364 11.289 45.015 10 NULL NULL 20.2 NULL
lmt_2365 10.058 45.163 44 NULL 89 20.4 NULL
lmt_2367 10.322 45.609 428 NULL NULL 18.5 NULL
lmt_2369 9.319 46.360 2064 802.7 60 8.9 NULL
lmt_2371 9.511 45.839 674 938.8 NULL 16.9 NULL
lmt_2372 9.792 46.154 274 984.1 100 13.7 NULL
lmt_2373 9.368 46.423 1880 814.2 NULL 7.1 NULL
lmt_2374 9.066 45.661 247 NULL NULL 18.8 NULL
lmt_2375 10.342 46.026 362 NULL 77 17.8 NULL
lmt_2376 10.327 45.667 911 NULL 90 15.9 NULL
lmt_2377 9.426 46.236 206 NULL 99 13.6 NULL
lmt_2378 8.988 45.281 100 1001.8 NULL 21.2 NULL
lmt_2380 9.017 44.990 95 NULL NULL 20.9 NULL
lmt_2381 9.205 45.542 142 NULL 88 18.5 NULL
lmt_2383 9.562 45.269 67 NULL NULL NULL
lmt_2384 9.672 45.946 510 NULL 98 14.0 NULL
lmt_2385 9.628 46.038 1824 818.2 NULL 11.0 NULL
lmt_2387 9.384 46.138 229 987.2 76 18.1 NULL
lmt_2388 10.296 46.078 816 NULL 91 14.0 NULL
lmt_2389 9.189 45.471 122 996.9 63 23.7 NULL
lmt_2390 9.399 45.863 272 NULL 79.9 20.7 NULL
lmt_2391 10.617 45.729 984 NULL 90 16.2 NULL
lmt_2394 10.566 45.543 73 NULL 72 22.9 NULL
lmt_2396 9.458 46.167 993 NULL 66.7 15.2 NULL
lmt_2397 9.261 45.885 554 NULL 99 14.7 NULL
lmt_2398 9.232 45.835 427 NULL NULL 16.4 NULL
lmt_2400 9.497 45.913 1234 881.9 NULL 14.9 NULL
lmt_2401 10.315 45.811 1069 NULL 88 15.0 NULL
lmt_2402 9.969 46.096 2440 760.9 66 6.0 NULL
lmt_2404 9.501 45.959 1713 830.3 93 9.6 NULL
lmt_2407 9.265 45.751 310 NULL 76.1 19.4 NULL
lmt_2408 8.823 45.626 242 NULL NULL 20.2 NULL
lmt_2409 8.742 46.004 205 NULL NULL 20.1 NULL
lmt_2410 10.218 45.514 125 999.8 75.2 22.4 NULL
lmt_2414 10.063 45.928 1180 NULL 94 13.3 NULL
lmt_2416 9.348 46.471 1915 811.1 82 7.9 NULL
lmt_2418 9.793 46.038 1954 807.1 88 7.0 NULL
lmt_2421 8.890 45.846 383 NULL 99 14.8 NULL
lmt_2424 10.887 45.188 15 NULL 89 20.0 NULL
lmt_2425 9.140 46.037 291 980.8 80 18.5 NULL
lmt_2426 10.145 45.359 60 NULL NULL 20.9 NULL
lmt_2428 9.085 45.719 310 978.4 90 16.7 NULL
lmt_2429 9.632 46.241 943 913.3 92 11.5 NULL
lmt_2431 9.324 46.181 980 903.4 NULL 16.0 NULL
lmt_2432 9.307 45.783 278 983.9 91 16.9 NULL
lmt_2433 9.275 44.934 455 962.5 72 20.6 NULL
lmt_2436 9.239 44.768 575 NULL NULL 17.8 NULL
lmt_2437 10.663 45.263 30 1008.7 NULL 19.9 NULL
lmt_2440 10.506 46.296 1640 836.6 89 8.7 NULL
lmt_2441 10.305 46.453 2300 773.9 68 5.3 NULL
lmt_2442 9.087 45.517 143 NULL 70 22.1 NULL
lmt_2444 13.334 43.253 288 1010.3 78 20.8 0.0
lmt_2445 16.257 39.308 190 1009.1 67 22.6 0.0
lmt_2446 12.426 43.078 189 1013.9 99 18.1 0.0
lmt_2447 16.925 40.961 220 1010.8 82 22.4 0.0
lmt_2448 11.876 46.499 1642 NULL 100 8.1 0.0
lmt_2449 11.990 46.439 1007 NULL 100 10.4 0.0
lmt_2450 12.356 46.393 525 NULL 95 14.5 0.0
lmt_2451 12.033 46.277 585 NULL 99 13.6 0.0
lmt_2452 12.021 45.944 1552 NULL 100 10.3 NULL
lmt_2454 12.175 46.526 2235 NULL 81 6.7 0.0
lmt_2455 12.206 46.442 967 NULL 100 10.9 0.0
lmt_2456 12.426 46.555 849 NULL 100 10.8 0.0
lmt_2457 12.184 46.345 872 NULL 100 11.9 0.0
lmt_2458 12.552 46.556 902 NULL 100 11.7 0.0
lmt_2459 12.410 46.460 822 NULL 100 12.3 0.0
lmt_2460 11.308 45.814 420 NULL 100 14.2 0.4
lmt_2461 11.185 45.703 714 NULL 100 14.8 6.2
lmt_2462 11.547 45.658 75 NULL 100 16.9 4.4
lmt_2463 11.181 45.607 935 NULL NULL 13.1 1.2
lmt_2464 12.424 46.651 1621 NULL 100 8.0 0.0
lmt_2465 12.440 46.118 1181 NULL 98 11.6 0.0
lmt_2467 12.369 44.916 0 1012.4 76 23.7 0.0
lmt_2468 11.948 45.694 49 NULL 100 18.1 0.6
lmt_2469 10.832 45.371 67 NULL 84 21.0 0.0
lmt_2470 11.379 45.389 29 NULL 92 18.6 0.2
lmt_2471 11.952 45.346 7 NULL 79 21.3 0.0
lmt_2472 11.302 45.030 10 NULL 95 19.9 0.0
lmt_2473 11.008 45.216 24 NULL 84 20.7 0.0
lmt_2474 10.766 45.517 160 1014.6 97 19.6 1.8
lmt_2475 11.251 45.265 17 NULL 88 20.3 0.0
lmt_2476 10.923 45.547 284 NULL 80 20.2 0.0
lmt_2477 11.171 45.459 144 NULL 67 21.1 0.0
lmt_2478 11.464 45.668 98 1015.5 100 18.0 0.4
lmt_2480 12.708 46.570 1265 NULL 100 9.7 0.0
lmt_2481 11.213 45.757 602 NULL 100 14.4 1.4
lmt_2482 11.776 45.715 88 NULL 100 18.6 0.8
lmt_2483 11.469 45.471 80 NULL 92 18.5 1.2
lmt_2484 11.662 45.448 22 NULL 82 19.6 0.2
lmt_2485 11.840 45.841 404 NULL 99 16.3 0.0
lmt_2486 12.761 45.744 2 NULL 97 18.7 0.4
lmt_2487 12.486 45.458 1 1013.7 71 22.1 0.0
lmt_2488 12.588 45.667 1 NULL 91 19.4 0.0
lmt_2489 12.707 45.602 0 NULL 79 19.9 0.0
lmt_2490 12.894 45.775 3 NULL 85 19.2 0.0
lmt_2491 12.946 45.704 0 NULL 69 20.7 0.0
lmt_2492 12.276 45.143 0 NULL 56 23.4 0.0
lmt_2493 11.677 45.342 155 1014.0 78 19.9 0.0
lmt_2494 12.087 45.160 0 NULL 78 22.3 0.0
lmt_2495 11.913 45.494 16 NULL 75 20.0 0.0
lmt_2496 11.849 45.186 3 NULL 83 20.1 0.0
lmt_2497 12.113 45.784 122 NULL 92 18.2 0.0
lmt_2498 12.342 45.811 40 NULL 92 17.8 0.2
lmt_2501 12.524 45.716 3 NULL 90 18.2 0.6
lmt_2502 12.414 46.076 1022 NULL 100 11.4 0.0
lmt_2503 11.894 46.015 264 NULL 95 16.8 0.0
lmt_2504 11.511 45.882 1016 1017.3 94 11.2 0.0
lmt_2505 12.221 45.680 19 NULL 83 18.5 0.4
lmt_2506 11.869 46.354 1150 NULL 100 10.2 0.0
lmt_2507 12.332 46.414 794 NULL NULL 12.5 0.0
lmt_2508 12.308 45.580 5 NULL 77 19.5 0.0
lmt_2509 11.826 45.032 2 NULL 84 21.1 0.0
lmt_2510 11.730 45.784 127 NULL 100 18.5 0.4
lmt_2511 12.127 46.536 1271 NULL 100 9.2 0.0
lmt_2512 12.250 46.575 1743 NULL 99 7.6 0.0
lmt_2513 12.307 45.984 123 NULL 87 18.8 0.0
lmt_2514 11.038 45.618 1051 NULL 100 14.0 4.6
lmt_2515 12.245 46.163 377 1015.7 98 16.0 0.0
lmt_2517 12.028 46.519 1988 1016.6 100 5.7 0.0
lmt_2518 11.886 46.475 2227 NULL 74 7.1 NULL
lmt_2519 11.822 46.355 2195 NULL 80 7.1 NULL
lmt_2520 12.073 46.414 1913 1015.3 95 7.4 NULL
lmt_2521 12.077 46.548 2592 NULL 81 4.1 NULL
lmt_2522 11.651 45.953 1422 1015.7 98 10.4 NULL
lmt_2523 10.865 45.772 1756 1014.5 100 10.8 NULL
lmt_2524 12.301 46.074 1603 NULL 87 10.4 NULL
lmt_2525 12.541 46.480 1887 NULL 86 7.7 NULL
lmt_2526 11.959 46.261 1757 NULL 90 9.5 NULL
lmt_2528 11.069 45.682 1624 NULL 84 11.3 NULL
lmt_2529 11.168 45.727 1462 NULL 86 11.0 NULL
lmt_2530 12.250 46.612 2262 NULL 92 5.5 NULL
lmt_2531 12.443 46.664 1929 NULL 92 6.5 NULL
lmt_2532 12.476 46.118 1492 NULL 81 10.5 NULL
lmt_2533 11.419 45.962 1606 NULL 95 9.5 NULL
lmt_2534 13.077 45.640 0 NULL 62 22.0 0.0
lmt_2535 11.606 45.233 9 NULL 68 21.7 0.0
lmt_2536 12.122 45.959 208 NULL 90 18.6 0.0
lmt_2538 7.630 45.222 314 1012.8 74.0 20.7 0.0
lmt_2539 6.983 45.202 1460 1016.9 60.0 13.4 0.0
lmt_2540 7.518 45.218 420 1013.0 80.0 19.9 0.0
lmt_2541 7.661 45.440 1211 881.5 81.0 14.9 0.0
lmt_2542 9.074 39.916 720 1016.8 87 14.9 0.0
lmt_2543 12.631 41.823 101 1024.0 77.9 20.9 0.0
lmt_2544 9.106 45.613 202 1012.8 86 17.7 0.0
lmt_2545 12.152 45.883 126 1007.1 94 17.2 0.0
lmt_2546 13.415 43.405 242 1012.3 83 21.3 0.0
lmt_2548 17.470 40.840 9 1012.3 72 25.3 0.0
lmt_2549 11.104 43.967 288 1011.4 75 20.6 0.0
lmt_2550 11.116 44.081 1121 1013.5 91 15.4 0.0
lmt_2551 12.395 43.101 430 1011.3 89 19.5 0.0
lmt_2552 11.128 43.934 145 1013.8 82 20.4 0.0
lmt_2554 11.100 43.988 650 1016.8 61 20.6 0.0
lmt_2556 11.138 43.991 182 1011.3 85 19.7 0.0
lmt_2557 11.695 43.263 395 NULL 94 18.3 0.0
lmt_2558 11.545 43.175 267 NULL 100 18.3 0.0
lmt_2559 11.264 43.648 150 NULL 97 17.5 0.0
lmt_2560 11.064 43.033 475 NULL 98 15.2 0.0
lmt_2561 8.987 44.444 250 1012.7 73 20.7 0.0
lmt_2563 12.745 43.331 481 1013.9 95 15.8 0.0
lmt_2564 16.133 39.459 406 1009.5 64 23.6 0.0
lmt_2565 7.199 45.140 550 1028.0 89 15.7 0.0
lmt_2566 12.594 37.668 20 1009.8 90 20.6 0.0
lmt_2569 12.370 42.457 180 1010.7 88 20.1 0.0
lmt_2570 12.756 43.961 15 1013.9 80.5 21.5 0.0
lmt_2572 7.151 45.649 1150 1010.1 61 12.1 0.0
lmt_2573 11.244 46.061 498 NULL 100 14.1 0.0
lmt_2574 11.189 46.419 1315 NULL NULL 10.1 0.0
lmt_2575 10.675 46.363 1565 NULL 85 10.1 0.0
lmt_2576 11.734 46.149 750 NULL NULL 13.6 0.0
lmt_2577 11.439 46.174 2035 NULL 99 7.7 0.0
lmt_2578 10.889 46.217 2258 NULL NULL 5.5 0.0
lmt_2579 10.699 46.422 2600 NULL NULL 4.5 0.0
lmt_2580 10.757 46.156 760 NULL 96 12.5 0.0
lmt_2581 11.451 46.284 958 NULL 100 11.4 0.0
lmt_2582 13.392 37.748 734 1018.4 94 17.7 0.0
lmt_2584 10.850 45.350 52 1097.6 67.4 21.8 0.0
lmt_2585 15.733 40.800 769 NULL 84 18.3 0.0
lmt_2586 15.083 40.883 863 NULL 93 16.6 0.0
lmt_2587 15.233 40.833 762 NULL NULL 17.0 0.0
lmt_2588 15.367 41.000 900 NULL NULL 16.7 0.0
lmt_2589 15.795 41.050 328 NULL NULL 22.6 0.0
lmt_2590 15.616 40.983 569 NULL NULL 19.3 0.0
lmt_2591 15.183 41.216 726 NULL NULL 17.5 0.0
lmt_2592 16.059 41.268 45 NULL NULL 22.7 0.0
lmt_2593 15.383 41.683 99 NULL 78 23.0 0.0
lmt_2594 11.890 46.580 1450 1019.8 95 7.7 0.0
lmt_2596 15.162 43.937 31 1008.7 83 21.1 0.0
lmt_2597 8.596 45.284 118 1013.3 82 19.8 0.0
lmt_2598 10.646 45.277 40 1014.4 75 20.8 0.0
lmt_2599 12.468 41.863 44 1010.8 77 24.0 0.0
lmt_2600 10.539 43.676 7 1013.3 78 21.9 0.0
lmt_2601 11.092 43.650 117 NULL 98 17.4 0.0
lmt_2602 10.291 42.332 85 NULL 85 24.5 0.0
lmt_2603 10.906 42.358 470 NULL 88 20.9 0.0
lmt_2604 13.768 37.720 570 1014.1 95 17.8 0.0
lmt_2605 16.213 39.359 290 1010.4 74 22.4 0.0
lmt_2606 2.589 46.292 309 1015.1 85 12.7 0.0
lmt_2607 14.401 42.252 239 1010.1 87 19.5 0.0
lmt_2608 11.780 44.225 100 1009.4 80 21.2 0.0
lmt_2609 10.247 44.716 146 1012.1 83 20.1 0.0
lmt_2610 16.340 39.311 820 1015.1 71 19.2 0.0
lmt_2611 11.816 42.071 30 1010.6 83 24.3 0.0
lmt_2616 13.096 43.062 600 1036.2 96 14.6 0.0
lmt_2617 11.020 42.770 2 NULL 70 22.9 0.0
lmt_2618 11.080 42.930 40 NULL 78 20.7 0.0
lmt_2620 8.609 39.530 367 1014.3 71 20.8 0.0
lmt_2622 11.425 42.642 170 NULL 76 21.2 0.0
lmt_2623 15.977 4NULL3 459 1014.1 92 17.3 0.0
lmt_2624 7.648 45.031 245 1014.6 70 22.4 0.0
lmt_2625 13.874 42.970 5 1013.1 76 22.4 0.0
lmt_2626 11.066 44.018 795 1014.1 83 17.6 0.0
lmt_2628 15.979 38.455 78 1013.2 93 22.1 0.0
lmt_2632 8.853 45.319 114 1013.2 82 21.3 0.0
lmt_2634 14.136 42.501 17 1008.5 92 19.7 0.0
lmt_2635 12.199 44.686 1 1012.2 68 23.8 0.0
lmt_2636 15.215 38.141 60 1009.5 82 25.0 0.0
lmt_2637 13.362 41.762 554 1014.9 87 16.6 0.0
lmt_2638 16.584 38.959 696 1008.5 75.2 19.9 0.0
lmt_2640 17.710 40.560 105 1007.2 82 24.4 0.0
lmt_2641 13.495 45.884 26 1013.0 70 19.5 0.0
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Julie Prestopnik
Time: Tue Aug 25 10:14:47 2020
Hi Fabio.
Thanks for keeping MET in mind and revisiting working with it! It
looks
like you will not currently be needing the lidar2nc functionality. I
added
a quick fix to the compilation script to address this issue. I did
not
post it to the website, however, as I'd like to improve the
functionality
even more. I have attached it to this email for you.
Regarding the file that you attached, I see that there are 8 columns.
MET
has changed quite a lot from version 3 and ascii2nc now expects the
observation file to have 11 columns. You can view the current
documentation for ascii2nc at this link:
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
There are descriptions of the 11 required columns. Please let us know
if
you have any questions.
Please let us know how the build goes using the new script. Please
also
remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0 (they are
currently
set to 1).
Thanks!
Julie
On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via RT
<met_help at ucar.edu>
wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
>
> Hi Julie,
>
> I used MET many years ago (version 3) but I am not an expert. I can
tell
> you that what I was doing is taking data from our weather network,
then I
> used ascii2nc and point_stat. Then plot the comparison between the
weather
> station data vs. the output of the WRF model. I don't know if with
version
> 9 of MET my scripts will still work, but in the meantime I am
attaching
> what data I have to use with MET now. What do you think about it?
>
> Fabio.
>
> PS: ok let me know about fixing, I'm glad I found something useful
for you
> too!
>
> Il giorno mar 25 ago 2020 alle ore 01:15 Julie Prestopnik via RT <
> met_help at ucar.edu> ha scritto:
>
> > Fabio,
> >
> > One more thing to note. HDF4 is actually also required for the
lidar2nc
> > tool. Is the lidar2nc tool a tool that you would like to use?
> >
> > Thanks!
> > Julie
> >
> > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik
<jpresto at ucar.edu>
> wrote:
> >
> > > Hi Fabio. Thank you for the update.
> > >
> > > I can see in the script that setting:
> > > > COMPILE_HDF=0
> > > > COMPILE_HDFEOS=0
> > >
> > > did not propagate down to the MET installation. If those two
values
> are
> > > set to 0 then "--enable-modis" should not be set in the call to
> configure
> > > when configuring MET.
> > >
> > > I have fixed up the script and am testing it now. I'll let you
know
> once
> > > it is available. Thank you for helping me to discover this
problem!
> > >
> > > Julie
> > >
> > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT <
> > met_help at ucar.edu>
> > > wrote:
> > >
> > >>
> > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > >>
> > >> Hi!
> > >>
> > >> Thank you for your support, I tried to build using:
> > >> > COMPILE_HDF=0
> > >> > COMPILE_HDFEOS=0
> > >>
> > >> and HDF seems to compile ok. *But now it is MET building itself
> > >> that returned with non-zero (2) status*. Looking at log file I
see:
> > >>
> > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o directory non
esistente
> > >> 49 | #include "hdf.h"
> > >> | ^~~~~~~
> > >> compilation terminated.
> > >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error 1
> > >> make[5]: uscita dalla directory
> > >> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> > >> make[4]: *** [Makefile:391: all-recursive] Error 1
> > >> make[4]: uscita dalla directory
> > "/home/master/MET/met-9.1/src/tools/other"
> > >> make[3]: *** [Makefile:373: all-recursive] Error 1
> > >> make[3]: uscita dalla directory "/home/master/MET/met-
9.1/src/tools"
> > >> make[2]: *** [Makefile:370: all-recursive] Error 1
> > >> make[2]: uscita dalla directory "/home/master/MET/met-9.1/src"
> > >> make[1]: *** [Makefile:425: all-recursive] Error 1
> > >> make[1]: uscita dalla directory "/home/master/MET/met-9.1"
> > >> make: *** [Makefile:366: all] Error 2
> > >>
> > >> How can I fix it? In attachment config and make log files.
> > >>
> > >> Thank you again,
> > >> Fabio.
> > >>
> > >>
> > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie Prestopnik via
RT <
> > >> met_help at ucar.edu> ha scritto:
> > >>
> > >> > Hi Fabio.
> > >> >
> > >> > I see that you are having trouble compiling HDF4. HDF4 is an
> optional
> > >> > library needed only by MET if you would like to use the
MODIS-regrid
> > >> tool,
> > >> > which reformats gridded MODIS data from HDF into a gridded
NetCDF
> > format
> > >> > that MET can read. Is the MDOIS-regrid tool a tool that you
would
> > like
> > >> to
> > >> > use? If so, please send us the config.log file and the
make.log
> > >> located in
> > >> > your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf
directory, so
> > that
> > >> we
> > >> > can try to figure out what the problem is. If not, please
open the
> > >> > compile_MET_all.sh with the editor of your choice and change:
> > >> >
> > >> > > COMPILE_HDF=1
> > >> > > COMPILE_HDFEOS=1
> > >> >
> > >> > to
> > >> >
> > >> > > COMPILE_HDF=0
> > >> > > COMPILE_HDFEOS=0
> > >> >
> > >> >
> > >> > and then rerun the script. Please let us know if you have
any
> > >> questions.
> > >> >
> > >> > Thanks!
> > >> >
> > >> > Julie
> > >> >
> > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT <
> > >> met_help at ucar.edu>
> > >> > wrote:
> > >> >
> > >> > >
> > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted upon.
> > >> > > Transaction: Ticket created by fabio.gervasi70 at gmail.com
> > >> > > Queue: met_help
> > >> > > Subject: MET lib (HDF) compiling problem
> > >> > > Owner: Nobody
> > >> > > Requestors: fabio.gervasi70 at gmail.com
> > >> > > Status: new
> > >> > > Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > >> >
> > >> > >
> > >> > >
> > >> > > Hi,
> > >> > >
> > >> > > I'm trying to install MET from here:
> > >> > >
> > >>
> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > >> > on
> > >> > > my Fedora 32 Linux 64bit machine.
> > >> > > I set the following env var:
> > >> > >
> > >> > > export TEST_BASE=/home/master/MET
> > >> > > export COMPILER=gnu
> > >> > > export MET_SUBDIR=/home/master/MET/
> > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > >> > > export USE_MODULES=FALSE
> > >> > >
> > >> > > Then I run: ./compile_MET_all.sh
> > >> > >
> > >> > > but when the process try to build HDF, it stops with "make
> returned
> > >> with
> > >> > > non-zero (2) status"
> > >> > > and make.log get the error:
> > >> > >
> > >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
> > >> > > mfgrff.f:155:48:
> > >> > >
> > >> > > 132 | mgsnatt = mgisattr(riid, name, nt, count,
data,
> > >> len(name))
> > >> > > | 2
> > >> > > ......
> > >> > > 155 | mgsattr = mgisattr(riid, name, nt, count,
data,
> > >> len(name))
> > >> > > | 1
> > >> > > Error: Type mismatch between actual argument at (1) and
actual
> > >> argument
> > >> > at
> > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > >> > > make[3]: uscita dalla directory
> > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > >> > > make[2]: *** [Makefile:280: all] Error 2
> > >> > > make[2]: uscita dalla directory
> > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > >> > > make[1]: *** [Makefile:216: all-recursive] Error 1
> > >> > > make[1]: uscita dalla directory
> > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > >> > > make: *** [Makefile:270: all-recursive] Error 1
> > >> > >
> > >> > > Where do I wrong?
> > >> > >
> > >> > > Thank you very much,
> > >> > > Fabio.
> > >> > >
> > >> > >
> > >> >
> > >> > --
> > >> > Julie Prestopnik (she/her/hers)
> > >> > Software Engineer
> > >> > National Center for Atmospheric Research
> > >> > Research Applications Laboratory
> > >> > Phone: 303.497.8399
> > >> > Email: jpresto at ucar.edu
> > >> >
> > >> > My working day may not be your working day. Please do not
feel
> > obliged
> > >> to
> > >> > reply to this email outside of your normal working hours.
> > >> >
> > >> >
> > >>
> > >>
> > >
> > > --
> > > Julie Prestopnik (she/her/hers)
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day. Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> >
> >
> > --
> > Julie Prestopnik (she/her/hers)
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day. Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
>
--
Julie Prestopnik (she/her/hers)
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu
My working day may not be your working day. Please do not feel
obliged to
reply to this email outside of your normal working hours.
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Fabio F.Gervasi
Time: Tue Aug 25 11:05:02 2020
Hi Julie!
Your script unfortunately still returned with non-zero (2) status...
In
attachment the MET make log, for your check...
Thanks for the link, if I have any doubts or problems I will open a
new
ticket.
Fabio.
PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
Il giorno mar 25 ago 2020 alle ore 18:14 Julie Prestopnik via RT <
met_help at ucar.edu> ha scritto:
> Hi Fabio.
>
> Thanks for keeping MET in mind and revisiting working with it! It
looks
> like you will not currently be needing the lidar2nc functionality.
I added
> a quick fix to the compilation script to address this issue. I did
not
> post it to the website, however, as I'd like to improve the
functionality
> even more. I have attached it to this email for you.
>
> Regarding the file that you attached, I see that there are 8
columns. MET
> has changed quite a lot from version 3 and ascii2nc now expects the
> observation file to have 11 columns. You can view the current
> documentation for ascii2nc at this link:
>
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> There are descriptions of the 11 required columns. Please let us
know if
> you have any questions.
>
> Please let us know how the build goes using the new script. Please
also
> remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0 (they are
currently
> set to 1).
>
> Thanks!
>
> Julie
>
> On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via RT
<met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> >
> > Hi Julie,
> >
> > I used MET many years ago (version 3) but I am not an expert. I
can tell
> > you that what I was doing is taking data from our weather network,
then I
> > used ascii2nc and point_stat. Then plot the comparison between the
> weather
> > station data vs. the output of the WRF model. I don't know if with
> version
> > 9 of MET my scripts will still work, but in the meantime I am
attaching
> > what data I have to use with MET now. What do you think about it?
> >
> > Fabio.
> >
> > PS: ok let me know about fixing, I'm glad I found something useful
for
> you
> > too!
> >
> > Il giorno mar 25 ago 2020 alle ore 01:15 Julie Prestopnik via RT <
> > met_help at ucar.edu> ha scritto:
> >
> > > Fabio,
> > >
> > > One more thing to note. HDF4 is actually also required for the
lidar2nc
> > > tool. Is the lidar2nc tool a tool that you would like to use?
> > >
> > > Thanks!
> > > Julie
> > >
> > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik
<jpresto at ucar.edu>
> > wrote:
> > >
> > > > Hi Fabio. Thank you for the update.
> > > >
> > > > I can see in the script that setting:
> > > > > COMPILE_HDF=0
> > > > > COMPILE_HDFEOS=0
> > > >
> > > > did not propagate down to the MET installation. If those two
values
> > are
> > > > set to 0 then "--enable-modis" should not be set in the call
to
> > configure
> > > > when configuring MET.
> > > >
> > > > I have fixed up the script and am testing it now. I'll let
you know
> > once
> > > > it is available. Thank you for helping me to discover this
problem!
> > > >
> > > > Julie
> > > >
> > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT <
> > > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > >>
> > > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
>
> > > >>
> > > >> Hi!
> > > >>
> > > >> Thank you for your support, I tried to build using:
> > > >> > COMPILE_HDF=0
> > > >> > COMPILE_HDFEOS=0
> > > >>
> > > >> and HDF seems to compile ok. *But now it is MET building
itself
> > > >> that returned with non-zero (2) status*. Looking at log file
I see:
> > > >>
> > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o directory non
> esistente
> > > >> 49 | #include "hdf.h"
> > > >> | ^~~~~~~
> > > >> compilation terminated.
> > > >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error 1
> > > >> make[5]: uscita dalla directory
> > > >> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> > > >> make[4]: *** [Makefile:391: all-recursive] Error 1
> > > >> make[4]: uscita dalla directory
> > > "/home/master/MET/met-9.1/src/tools/other"
> > > >> make[3]: *** [Makefile:373: all-recursive] Error 1
> > > >> make[3]: uscita dalla directory "/home/master/MET/met-
9.1/src/tools"
> > > >> make[2]: *** [Makefile:370: all-recursive] Error 1
> > > >> make[2]: uscita dalla directory "/home/master/MET/met-
9.1/src"
> > > >> make[1]: *** [Makefile:425: all-recursive] Error 1
> > > >> make[1]: uscita dalla directory "/home/master/MET/met-9.1"
> > > >> make: *** [Makefile:366: all] Error 2
> > > >>
> > > >> How can I fix it? In attachment config and make log files.
> > > >>
> > > >> Thank you again,
> > > >> Fabio.
> > > >>
> > > >>
> > > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie Prestopnik via
RT <
> > > >> met_help at ucar.edu> ha scritto:
> > > >>
> > > >> > Hi Fabio.
> > > >> >
> > > >> > I see that you are having trouble compiling HDF4. HDF4 is
an
> > optional
> > > >> > library needed only by MET if you would like to use the
> MODIS-regrid
> > > >> tool,
> > > >> > which reformats gridded MODIS data from HDF into a gridded
NetCDF
> > > format
> > > >> > that MET can read. Is the MDOIS-regrid tool a tool that
you would
> > > like
> > > >> to
> > > >> > use? If so, please send us the config.log file and the
make.log
> > > >> located in
> > > >> > your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf
directory, so
> > > that
> > > >> we
> > > >> > can try to figure out what the problem is. If not, please
open
> the
> > > >> > compile_MET_all.sh with the editor of your choice and
change:
> > > >> >
> > > >> > > COMPILE_HDF=1
> > > >> > > COMPILE_HDFEOS=1
> > > >> >
> > > >> > to
> > > >> >
> > > >> > > COMPILE_HDF=0
> > > >> > > COMPILE_HDFEOS=0
> > > >> >
> > > >> >
> > > >> > and then rerun the script. Please let us know if you have
any
> > > >> questions.
> > > >> >
> > > >> > Thanks!
> > > >> >
> > > >> > Julie
> > > >> >
> > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT <
> > > >> met_help at ucar.edu>
> > > >> > wrote:
> > > >> >
> > > >> > >
> > > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted upon.
> > > >> > > Transaction: Ticket created by fabio.gervasi70 at gmail.com
> > > >> > > Queue: met_help
> > > >> > > Subject: MET lib (HDF) compiling problem
> > > >> > > Owner: Nobody
> > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > >> > > Status: new
> > > >> > > Ticket <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > >> >
> > > >> > >
> > > >> > >
> > > >> > > Hi,
> > > >> > >
> > > >> > > I'm trying to install MET from here:
> > > >> > >
> > > >>
> > https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > >> > on
> > > >> > > my Fedora 32 Linux 64bit machine.
> > > >> > > I set the following env var:
> > > >> > >
> > > >> > > export TEST_BASE=/home/master/MET
> > > >> > > export COMPILER=gnu
> > > >> > > export MET_SUBDIR=/home/master/MET/
> > > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > >> > > export USE_MODULES=FALSE
> > > >> > >
> > > >> > > Then I run: ./compile_MET_all.sh
> > > >> > >
> > > >> > > but when the process try to build HDF, it stops with
"make
> > returned
> > > >> with
> > > >> > > non-zero (2) status"
> > > >> > > and make.log get the error:
> > > >> > >
> > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
> > > >> > > mfgrff.f:155:48:
> > > >> > >
> > > >> > > 132 | mgsnatt = mgisattr(riid, name, nt, count,
data,
> > > >> len(name))
> > > >> > > | 2
> > > >> > > ......
> > > >> > > 155 | mgsattr = mgisattr(riid, name, nt, count,
data,
> > > >> len(name))
> > > >> > > | 1
> > > >> > > Error: Type mismatch between actual argument at (1) and
actual
> > > >> argument
> > > >> > at
> > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > > >> > > make[3]: uscita dalla directory
> > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > >> > > make[2]: uscita dalla directory
> > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > >> > > make[1]: *** [Makefile:216: all-recursive] Error 1
> > > >> > > make[1]: uscita dalla directory
> > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > >> > > make: *** [Makefile:270: all-recursive] Error 1
> > > >> > >
> > > >> > > Where do I wrong?
> > > >> > >
> > > >> > > Thank you very much,
> > > >> > > Fabio.
> > > >> > >
> > > >> > >
> > > >> >
> > > >> > --
> > > >> > Julie Prestopnik (she/her/hers)
> > > >> > Software Engineer
> > > >> > National Center for Atmospheric Research
> > > >> > Research Applications Laboratory
> > > >> > Phone: 303.497.8399
> > > >> > Email: jpresto at ucar.edu
> > > >> >
> > > >> > My working day may not be your working day. Please do not
feel
> > > obliged
> > > >> to
> > > >> > reply to this email outside of your normal working hours.
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >
> > > > --
> > > > Julie Prestopnik (she/her/hers)
> > > > Software Engineer
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > > My working day may not be your working day. Please do not
feel
> obliged
> > > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik (she/her/hers)
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day. Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> >
>
> --
> Julie Prestopnik (she/her/hers)
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Julie Prestopnik
Time: Tue Aug 25 12:12:59 2020
Hi Fabio.
Thank you for sending your config.log and make.log file.
It looks like you have the following set:
CFLAGS='-O3 -fPIC'
CXXFLAGS='-O3'
FFLAGS='-m64 -fPIC'
Perhaps they are set in your .cshrc or .bashrc file?
Could you please change those values to the following and then
recompile
MET and its dependent libraries?
CFLAGS='-g -O2'
CXXFLAGS='-g'
FFLAGS='-g -O2'
Please let us know how that goes.
Julie
On Tue, Aug 25, 2020 at 11:05 AM Fabio F.Gervasi via RT
<met_help at ucar.edu>
wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
>
> Hi Julie!
>
> Your script unfortunately still returned with non-zero (2) status...
In
> attachment the MET make log, for your check...
>
> Thanks for the link, if I have any doubts or problems I will open a
new
> ticket.
>
> Fabio.
>
> PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
>
> Il giorno mar 25 ago 2020 alle ore 18:14 Julie Prestopnik via RT <
> met_help at ucar.edu> ha scritto:
>
> > Hi Fabio.
> >
> > Thanks for keeping MET in mind and revisiting working with it! It
looks
> > like you will not currently be needing the lidar2nc functionality.
I
> added
> > a quick fix to the compilation script to address this issue. I
did not
> > post it to the website, however, as I'd like to improve the
functionality
> > even more. I have attached it to this email for you.
> >
> > Regarding the file that you attached, I see that there are 8
columns.
> MET
> > has changed quite a lot from version 3 and ascii2nc now expects
the
> > observation file to have 11 columns. You can view the current
> > documentation for ascii2nc at this link:
> >
> >
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> > There are descriptions of the 11 required columns. Please let us
know if
> > you have any questions.
> >
> > Please let us know how the build goes using the new script.
Please also
> > remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0 (they are
currently
> > set to 1).
> >
> > Thanks!
> >
> > Julie
> >
> > On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > >
> > > Hi Julie,
> > >
> > > I used MET many years ago (version 3) but I am not an expert. I
can
> tell
> > > you that what I was doing is taking data from our weather
network,
> then I
> > > used ascii2nc and point_stat. Then plot the comparison between
the
> > weather
> > > station data vs. the output of the WRF model. I don't know if
with
> > version
> > > 9 of MET my scripts will still work, but in the meantime I am
attaching
> > > what data I have to use with MET now. What do you think about
it?
> > >
> > > Fabio.
> > >
> > > PS: ok let me know about fixing, I'm glad I found something
useful for
> > you
> > > too!
> > >
> > > Il giorno mar 25 ago 2020 alle ore 01:15 Julie Prestopnik via RT
<
> > > met_help at ucar.edu> ha scritto:
> > >
> > > > Fabio,
> > > >
> > > > One more thing to note. HDF4 is actually also required for the
> lidar2nc
> > > > tool. Is the lidar2nc tool a tool that you would like to use?
> > > >
> > > > Thanks!
> > > > Julie
> > > >
> > > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik
<jpresto at ucar.edu>
> > > wrote:
> > > >
> > > > > Hi Fabio. Thank you for the update.
> > > > >
> > > > > I can see in the script that setting:
> > > > > > COMPILE_HDF=0
> > > > > > COMPILE_HDFEOS=0
> > > > >
> > > > > did not propagate down to the MET installation. If those
two
> values
> > > are
> > > > > set to 0 then "--enable-modis" should not be set in the call
to
> > > configure
> > > > > when configuring MET.
> > > > >
> > > > > I have fixed up the script and am testing it now. I'll let
you
> know
> > > once
> > > > > it is available. Thank you for helping me to discover this
> problem!
> > > > >
> > > > > Julie
> > > > >
> > > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT <
> > > > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > >>
> > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > > > >>
> > > > >> Hi!
> > > > >>
> > > > >> Thank you for your support, I tried to build using:
> > > > >> > COMPILE_HDF=0
> > > > >> > COMPILE_HDFEOS=0
> > > > >>
> > > > >> and HDF seems to compile ok. *But now it is MET building
itself
> > > > >> that returned with non-zero (2) status*. Looking at log
file I
> see:
> > > > >>
> > > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o directory non
> > esistente
> > > > >> 49 | #include "hdf.h"
> > > > >> | ^~~~~~~
> > > > >> compilation terminated.
> > > > >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error 1
> > > > >> make[5]: uscita dalla directory
> > > > >> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> > > > >> make[4]: *** [Makefile:391: all-recursive] Error 1
> > > > >> make[4]: uscita dalla directory
> > > > "/home/master/MET/met-9.1/src/tools/other"
> > > > >> make[3]: *** [Makefile:373: all-recursive] Error 1
> > > > >> make[3]: uscita dalla directory
> "/home/master/MET/met-9.1/src/tools"
> > > > >> make[2]: *** [Makefile:370: all-recursive] Error 1
> > > > >> make[2]: uscita dalla directory "/home/master/MET/met-
9.1/src"
> > > > >> make[1]: *** [Makefile:425: all-recursive] Error 1
> > > > >> make[1]: uscita dalla directory "/home/master/MET/met-9.1"
> > > > >> make: *** [Makefile:366: all] Error 2
> > > > >>
> > > > >> How can I fix it? In attachment config and make log files.
> > > > >>
> > > > >> Thank you again,
> > > > >> Fabio.
> > > > >>
> > > > >>
> > > > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie Prestopnik
via RT <
> > > > >> met_help at ucar.edu> ha scritto:
> > > > >>
> > > > >> > Hi Fabio.
> > > > >> >
> > > > >> > I see that you are having trouble compiling HDF4. HDF4
is an
> > > optional
> > > > >> > library needed only by MET if you would like to use the
> > MODIS-regrid
> > > > >> tool,
> > > > >> > which reformats gridded MODIS data from HDF into a
gridded
> NetCDF
> > > > format
> > > > >> > that MET can read. Is the MDOIS-regrid tool a tool that
you
> would
> > > > like
> > > > >> to
> > > > >> > use? If so, please send us the config.log file and the
make.log
> > > > >> located in
> > > > >> > your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf
directory,
> so
> > > > that
> > > > >> we
> > > > >> > can try to figure out what the problem is. If not,
please open
> > the
> > > > >> > compile_MET_all.sh with the editor of your choice and
change:
> > > > >> >
> > > > >> > > COMPILE_HDF=1
> > > > >> > > COMPILE_HDFEOS=1
> > > > >> >
> > > > >> > to
> > > > >> >
> > > > >> > > COMPILE_HDF=0
> > > > >> > > COMPILE_HDFEOS=0
> > > > >> >
> > > > >> >
> > > > >> > and then rerun the script. Please let us know if you
have any
> > > > >> questions.
> > > > >> >
> > > > >> > Thanks!
> > > > >> >
> > > > >> > Julie
> > > > >> >
> > > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT <
> > > > >> met_help at ucar.edu>
> > > > >> > wrote:
> > > > >> >
> > > > >> > >
> > > > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted upon.
> > > > >> > > Transaction: Ticket created by
fabio.gervasi70 at gmail.com
> > > > >> > > Queue: met_help
> > > > >> > > Subject: MET lib (HDF) compiling problem
> > > > >> > > Owner: Nobody
> > > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > > >> > > Status: new
> > > > >> > > Ticket <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > >> >
> > > > >> > >
> > > > >> > >
> > > > >> > > Hi,
> > > > >> > >
> > > > >> > > I'm trying to install MET from here:
> > > > >> > >
> > > > >>
> > >
> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > > >> > on
> > > > >> > > my Fedora 32 Linux 64bit machine.
> > > > >> > > I set the following env var:
> > > > >> > >
> > > > >> > > export TEST_BASE=/home/master/MET
> > > > >> > > export COMPILER=gnu
> > > > >> > > export MET_SUBDIR=/home/master/MET/
> > > > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > > >> > > export USE_MODULES=FALSE
> > > > >> > >
> > > > >> > > Then I run: ./compile_MET_all.sh
> > > > >> > >
> > > > >> > > but when the process try to build HDF, it stops with
"make
> > > returned
> > > > >> with
> > > > >> > > non-zero (2) status"
> > > > >> > > and make.log get the error:
> > > > >> > >
> > > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o mfgrff.f
> > > > >> > > mfgrff.f:155:48:
> > > > >> > >
> > > > >> > > 132 | mgsnatt = mgisattr(riid, name, nt, count,
data,
> > > > >> len(name))
> > > > >> > > |
2
> > > > >> > > ......
> > > > >> > > 155 | mgsattr = mgisattr(riid, name, nt, count,
data,
> > > > >> len(name))
> > > > >> > > |
1
> > > > >> > > Error: Type mismatch between actual argument at (1) and
actual
> > > > >> argument
> > > > >> > at
> > > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > > > >> > > make[3]: uscita dalla directory
> > > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > > >> > > make[2]: uscita dalla directory
> > > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > >> > > make[1]: *** [Makefile:216: all-recursive] Error 1
> > > > >> > > make[1]: uscita dalla directory
> > > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > > >> > > make: *** [Makefile:270: all-recursive] Error 1
> > > > >> > >
> > > > >> > > Where do I wrong?
> > > > >> > >
> > > > >> > > Thank you very much,
> > > > >> > > Fabio.
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >> > --
> > > > >> > Julie Prestopnik (she/her/hers)
> > > > >> > Software Engineer
> > > > >> > National Center for Atmospheric Research
> > > > >> > Research Applications Laboratory
> > > > >> > Phone: 303.497.8399
> > > > >> > Email: jpresto at ucar.edu
> > > > >> >
> > > > >> > My working day may not be your working day. Please do
not feel
> > > > obliged
> > > > >> to
> > > > >> > reply to this email outside of your normal working hours.
> > > > >> >
> > > > >> >
> > > > >>
> > > > >>
> > > > >
> > > > > --
> > > > > Julie Prestopnik (she/her/hers)
> > > > > Software Engineer
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik (she/her/hers)
> > > > Software Engineer
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > > My working day may not be your working day. Please do not
feel
> obliged
> > > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > >
> >
> > --
> > Julie Prestopnik (she/her/hers)
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day. Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
>
--
Julie Prestopnik (she/her/hers)
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu
My working day may not be your working day. Please do not feel
obliged to
reply to this email outside of your normal working hours.
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Fabio F.Gervasi
Time: Tue Aug 25 23:07:22 2020
Hi Julie,
yes I have a my .bash_profile, so I tried to recompile everything
using:
CFLAGS='-g -O2'
CXXFLAGS='-g'
FFLAGS='-g -O2'
but it seems the same...
In attachment the new logs.
Fabio.
Il giorno mar 25 ago 2020 alle ore 20:13 Julie Prestopnik via RT <
met_help at ucar.edu> ha scritto:
> Hi Fabio.
>
> Thank you for sending your config.log and make.log file.
>
> It looks like you have the following set:
> CFLAGS='-O3 -fPIC'
> CXXFLAGS='-O3'
> FFLAGS='-m64 -fPIC'
>
> Perhaps they are set in your .cshrc or .bashrc file?
>
> Could you please change those values to the following and then
recompile
> MET and its dependent libraries?
> CFLAGS='-g -O2'
> CXXFLAGS='-g'
> FFLAGS='-g -O2'
>
> Please let us know how that goes.
>
> Julie
>
> On Tue, Aug 25, 2020 at 11:05 AM Fabio F.Gervasi via RT
<met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> >
> > Hi Julie!
> >
> > Your script unfortunately still returned with non-zero (2)
status... In
> > attachment the MET make log, for your check...
> >
> > Thanks for the link, if I have any doubts or problems I will open
a new
> > ticket.
> >
> > Fabio.
> >
> > PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
> >
> > Il giorno mar 25 ago 2020 alle ore 18:14 Julie Prestopnik via RT <
> > met_help at ucar.edu> ha scritto:
> >
> > > Hi Fabio.
> > >
> > > Thanks for keeping MET in mind and revisiting working with it!
It
> looks
> > > like you will not currently be needing the lidar2nc
functionality. I
> > added
> > > a quick fix to the compilation script to address this issue. I
did not
> > > post it to the website, however, as I'd like to improve the
> functionality
> > > even more. I have attached it to this email for you.
> > >
> > > Regarding the file that you attached, I see that there are 8
columns.
> > MET
> > > has changed quite a lot from version 3 and ascii2nc now expects
the
> > > observation file to have 11 columns. You can view the current
> > > documentation for ascii2nc at this link:
> > >
> > >
> >
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> > > There are descriptions of the 11 required columns. Please let
us know
> if
> > > you have any questions.
> > >
> > > Please let us know how the build goes using the new script.
Please
> also
> > > remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0 (they are
> currently
> > > set to 1).
> > >
> > > Thanks!
> > >
> > > Julie
> > >
> > > On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
>
> > > >
> > > > Hi Julie,
> > > >
> > > > I used MET many years ago (version 3) but I am not an expert.
I can
> > tell
> > > > you that what I was doing is taking data from our weather
network,
> > then I
> > > > used ascii2nc and point_stat. Then plot the comparison between
the
> > > weather
> > > > station data vs. the output of the WRF model. I don't know if
with
> > > version
> > > > 9 of MET my scripts will still work, but in the meantime I am
> attaching
> > > > what data I have to use with MET now. What do you think about
it?
> > > >
> > > > Fabio.
> > > >
> > > > PS: ok let me know about fixing, I'm glad I found something
useful
> for
> > > you
> > > > too!
> > > >
> > > > Il giorno mar 25 ago 2020 alle ore 01:15 Julie Prestopnik via
RT <
> > > > met_help at ucar.edu> ha scritto:
> > > >
> > > > > Fabio,
> > > > >
> > > > > One more thing to note. HDF4 is actually also required for
the
> > lidar2nc
> > > > > tool. Is the lidar2nc tool a tool that you would like to
use?
> > > > >
> > > > > Thanks!
> > > > > Julie
> > > > >
> > > > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik
<jpresto at ucar.edu
> >
> > > > wrote:
> > > > >
> > > > > > Hi Fabio. Thank you for the update.
> > > > > >
> > > > > > I can see in the script that setting:
> > > > > > > COMPILE_HDF=0
> > > > > > > COMPILE_HDFEOS=0
> > > > > >
> > > > > > did not propagate down to the MET installation. If those
two
> > values
> > > > are
> > > > > > set to 0 then "--enable-modis" should not be set in the
call to
> > > > configure
> > > > > > when configuring MET.
> > > > > >
> > > > > > I have fixed up the script and am testing it now. I'll
let you
> > know
> > > > once
> > > > > > it is available. Thank you for helping me to discover
this
> > problem!
> > > > > >
> > > > > > Julie
> > > > > >
> > > > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT <
> > > > > met_help at ucar.edu>
> > > > > > wrote:
> > > > > >
> > > > > >>
> > > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > > > > >>
> > > > > >> Hi!
> > > > > >>
> > > > > >> Thank you for your support, I tried to build using:
> > > > > >> > COMPILE_HDF=0
> > > > > >> > COMPILE_HDFEOS=0
> > > > > >>
> > > > > >> and HDF seems to compile ok. *But now it is MET building
itself
> > > > > >> that returned with non-zero (2) status*. Looking at log
file I
> > see:
> > > > > >>
> > > > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o directory
non
> > > esistente
> > > > > >> 49 | #include "hdf.h"
> > > > > >> | ^~~~~~~
> > > > > >> compilation terminated.
> > > > > >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error 1
> > > > > >> make[5]: uscita dalla directory
> > > > > >> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> > > > > >> make[4]: *** [Makefile:391: all-recursive] Error 1
> > > > > >> make[4]: uscita dalla directory
> > > > > "/home/master/MET/met-9.1/src/tools/other"
> > > > > >> make[3]: *** [Makefile:373: all-recursive] Error 1
> > > > > >> make[3]: uscita dalla directory
> > "/home/master/MET/met-9.1/src/tools"
> > > > > >> make[2]: *** [Makefile:370: all-recursive] Error 1
> > > > > >> make[2]: uscita dalla directory "/home/master/MET/met-
9.1/src"
> > > > > >> make[1]: *** [Makefile:425: all-recursive] Error 1
> > > > > >> make[1]: uscita dalla directory "/home/master/MET/met-
9.1"
> > > > > >> make: *** [Makefile:366: all] Error 2
> > > > > >>
> > > > > >> How can I fix it? In attachment config and make log
files.
> > > > > >>
> > > > > >> Thank you again,
> > > > > >> Fabio.
> > > > > >>
> > > > > >>
> > > > > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie Prestopnik
via
> RT <
> > > > > >> met_help at ucar.edu> ha scritto:
> > > > > >>
> > > > > >> > Hi Fabio.
> > > > > >> >
> > > > > >> > I see that you are having trouble compiling HDF4. HDF4
is an
> > > > optional
> > > > > >> > library needed only by MET if you would like to use the
> > > MODIS-regrid
> > > > > >> tool,
> > > > > >> > which reformats gridded MODIS data from HDF into a
gridded
> > NetCDF
> > > > > format
> > > > > >> > that MET can read. Is the MDOIS-regrid tool a tool
that you
> > would
> > > > > like
> > > > > >> to
> > > > > >> > use? If so, please send us the config.log file and the
> make.log
> > > > > >> located in
> > > > > >> > your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf
> directory,
> > so
> > > > > that
> > > > > >> we
> > > > > >> > can try to figure out what the problem is. If not,
please
> open
> > > the
> > > > > >> > compile_MET_all.sh with the editor of your choice and
change:
> > > > > >> >
> > > > > >> > > COMPILE_HDF=1
> > > > > >> > > COMPILE_HDFEOS=1
> > > > > >> >
> > > > > >> > to
> > > > > >> >
> > > > > >> > > COMPILE_HDF=0
> > > > > >> > > COMPILE_HDFEOS=0
> > > > > >> >
> > > > > >> >
> > > > > >> > and then rerun the script. Please let us know if you
have any
> > > > > >> questions.
> > > > > >> >
> > > > > >> > Thanks!
> > > > > >> >
> > > > > >> > Julie
> > > > > >> >
> > > > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via RT
<
> > > > > >> met_help at ucar.edu>
> > > > > >> > wrote:
> > > > > >> >
> > > > > >> > >
> > > > > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted
upon.
> > > > > >> > > Transaction: Ticket created by
fabio.gervasi70 at gmail.com
> > > > > >> > > Queue: met_help
> > > > > >> > > Subject: MET lib (HDF) compiling problem
> > > > > >> > > Owner: Nobody
> > > > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > > > >> > > Status: new
> > > > > >> > > Ticket <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > >> >
> > > > > >> > >
> > > > > >> > >
> > > > > >> > > Hi,
> > > > > >> > >
> > > > > >> > > I'm trying to install MET from here:
> > > > > >> > >
> > > > > >>
> > > >
> > https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > > > >> > on
> > > > > >> > > my Fedora 32 Linux 64bit machine.
> > > > > >> > > I set the following env var:
> > > > > >> > >
> > > > > >> > > export TEST_BASE=/home/master/MET
> > > > > >> > > export COMPILER=gnu
> > > > > >> > > export MET_SUBDIR=/home/master/MET/
> > > > > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > > > >> > > export USE_MODULES=FALSE
> > > > > >> > >
> > > > > >> > > Then I run: ./compile_MET_all.sh
> > > > > >> > >
> > > > > >> > > but when the process try to build HDF, it stops with
"make
> > > > returned
> > > > > >> with
> > > > > >> > > non-zero (2) status"
> > > > > >> > > and make.log get the error:
> > > > > >> > >
> > > > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o
mfgrff.f
> > > > > >> > > mfgrff.f:155:48:
> > > > > >> > >
> > > > > >> > > 132 | mgsnatt = mgisattr(riid, name, nt,
count,
> data,
> > > > > >> len(name))
> > > > > >> > > |
2
> > > > > >> > > ......
> > > > > >> > > 155 | mgsattr = mgisattr(riid, name, nt,
count,
> data,
> > > > > >> len(name))
> > > > > >> > > |
1
> > > > > >> > > Error: Type mismatch between actual argument at (1)
and
> actual
> > > > > >> argument
> > > > > >> > at
> > > > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > > > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > > > > >> > > make[3]: uscita dalla directory
> > > > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > > > >> > > make[2]: uscita dalla directory
> > > > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > >> > > make[1]: *** [Makefile:216: all-recursive] Error 1
> > > > > >> > > make[1]: uscita dalla directory
> > > > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > > > >> > > make: *** [Makefile:270: all-recursive] Error 1
> > > > > >> > >
> > > > > >> > > Where do I wrong?
> > > > > >> > >
> > > > > >> > > Thank you very much,
> > > > > >> > > Fabio.
> > > > > >> > >
> > > > > >> > >
> > > > > >> >
> > > > > >> > --
> > > > > >> > Julie Prestopnik (she/her/hers)
> > > > > >> > Software Engineer
> > > > > >> > National Center for Atmospheric Research
> > > > > >> > Research Applications Laboratory
> > > > > >> > Phone: 303.497.8399
> > > > > >> > Email: jpresto at ucar.edu
> > > > > >> >
> > > > > >> > My working day may not be your working day. Please do
not
> feel
> > > > > obliged
> > > > > >> to
> > > > > >> > reply to this email outside of your normal working
hours.
> > > > > >> >
> > > > > >> >
> > > > > >>
> > > > > >>
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik (she/her/hers)
> > > > > > Software Engineer
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > > My working day may not be your working day. Please do not
feel
> > > obliged
> > > > > to
> > > > > > reply to this email outside of your normal working hours.
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik (she/her/hers)
> > > > > Software Engineer
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > > --
> > > Julie Prestopnik (she/her/hers)
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day. Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> >
>
> --
> Julie Prestopnik (she/her/hers)
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Julie Prestopnik
Time: Wed Aug 26 09:59:22 2020
Hi Fabio.
Thank you for modifying those. I see the problem persists. You are
still
getting a compilation error from the pb2nc tool in MET. That tool
links to
the BUFRLIB library, which is one of the dependencies for the MET
software. And linking to that library is where the errors are
occurring:
> /home/master/MET/met-9.1/src/tools/other/pb2nc/numpbmsg.f:23:
undefined
> reference to `ufbtab_'
>
In your config.log file, I can see that you are linking to BUFRLIB in
this
directory:
> MET_BUFRLIB='/home/master/MET/external_libs/lib'
So first, check to see if this file exists (and I'm guessing that it
will):
ls /home/master/MET/external_libs/lib/libbufr.a
The problem you're experiencing is typically due to BUFRLIB not being
compiled with the -DUNDERSCORE and -fno-second-underscore options,
which
would cause this type of error. The compile script should handle this
for
you, but I see in the compile script that we're only
using -fno-second-underscore for the GNU set of compilers and not
-DUNDERSCORE. However, I was able to get a successful build of MET
using
the script using the GNU set of compilers without using -DUNDERSCORE,
In the compile script, please try changing the following line (2nd
line
below):
> if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> ${FC} -c -fno-second-underscore `./getdefflags_F.sh` modv*.F
moda*.F
> `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log 2>&1
>
to the following to include "-DUNDERSCORE":
> if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> ${FC} -c *-DUNDERSCORE* -fno-second-underscore
`./getdefflags_F.sh`
> modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
2>&1
and then rerun the script.
This part of compiling MET is tricky... where C++ code needs to talk
to
FORTRAN code, and we need to get the options exactly correct for it to
work.
Please follow up and let me know how it goes. If it works, I'll make
the
change in the script on our webpage and will upload the new script.
I hope this helps!
Julie
On Tue, Aug 25, 2020 at 11:16 PM Fabio F.Gervasi via RT
<met_help at ucar.edu>
wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
>
> Hi Julie,
>
> yes I have a my .bash_profile, so I tried to recompile everything
using:
> CFLAGS='-g -O2'
> CXXFLAGS='-g'
> FFLAGS='-g -O2'
>
> but it seems the same...
> In attachment the new logs.
>
> Fabio.
>
>
> Il giorno mar 25 ago 2020 alle ore 20:13 Julie Prestopnik via RT <
> met_help at ucar.edu> ha scritto:
>
> > Hi Fabio.
> >
> > Thank you for sending your config.log and make.log file.
> >
> > It looks like you have the following set:
> > CFLAGS='-O3 -fPIC'
> > CXXFLAGS='-O3'
> > FFLAGS='-m64 -fPIC'
> >
> > Perhaps they are set in your .cshrc or .bashrc file?
> >
> > Could you please change those values to the following and then
recompile
> > MET and its dependent libraries?
> > CFLAGS='-g -O2'
> > CXXFLAGS='-g'
> > FFLAGS='-g -O2'
> >
> > Please let us know how that goes.
> >
> > Julie
> >
> > On Tue, Aug 25, 2020 at 11:05 AM Fabio F.Gervasi via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > >
> > > Hi Julie!
> > >
> > > Your script unfortunately still returned with non-zero (2)
status... In
> > > attachment the MET make log, for your check...
> > >
> > > Thanks for the link, if I have any doubts or problems I will
open a new
> > > ticket.
> > >
> > > Fabio.
> > >
> > > PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
> > >
> > > Il giorno mar 25 ago 2020 alle ore 18:14 Julie Prestopnik via RT
<
> > > met_help at ucar.edu> ha scritto:
> > >
> > > > Hi Fabio.
> > > >
> > > > Thanks for keeping MET in mind and revisiting working with it!
It
> > looks
> > > > like you will not currently be needing the lidar2nc
functionality. I
> > > added
> > > > a quick fix to the compilation script to address this issue.
I did
> not
> > > > post it to the website, however, as I'd like to improve the
> > functionality
> > > > even more. I have attached it to this email for you.
> > > >
> > > > Regarding the file that you attached, I see that there are 8
columns.
> > > MET
> > > > has changed quite a lot from version 3 and ascii2nc now
expects the
> > > > observation file to have 11 columns. You can view the current
> > > > documentation for ascii2nc at this link:
> > > >
> > > >
> > >
> >
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> > > > There are descriptions of the 11 required columns. Please let
us
> know
> > if
> > > > you have any questions.
> > > >
> > > > Please let us know how the build goes using the new script.
Please
> > also
> > > > remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0 (they
are
> > currently
> > > > set to 1).
> > > >
> > > > Thanks!
> > > >
> > > > Julie
> > > >
> > > > On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via RT <
> > > met_help at ucar.edu
> > > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > > > >
> > > > > Hi Julie,
> > > > >
> > > > > I used MET many years ago (version 3) but I am not an
expert. I can
> > > tell
> > > > > you that what I was doing is taking data from our weather
network,
> > > then I
> > > > > used ascii2nc and point_stat. Then plot the comparison
between the
> > > > weather
> > > > > station data vs. the output of the WRF model. I don't know
if with
> > > > version
> > > > > 9 of MET my scripts will still work, but in the meantime I
am
> > attaching
> > > > > what data I have to use with MET now. What do you think
about it?
> > > > >
> > > > > Fabio.
> > > > >
> > > > > PS: ok let me know about fixing, I'm glad I found something
useful
> > for
> > > > you
> > > > > too!
> > > > >
> > > > > Il giorno mar 25 ago 2020 alle ore 01:15 Julie Prestopnik
via RT <
> > > > > met_help at ucar.edu> ha scritto:
> > > > >
> > > > > > Fabio,
> > > > > >
> > > > > > One more thing to note. HDF4 is actually also required for
the
> > > lidar2nc
> > > > > > tool. Is the lidar2nc tool a tool that you would like to
use?
> > > > > >
> > > > > > Thanks!
> > > > > > Julie
> > > > > >
> > > > > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik <
> jpresto at ucar.edu
> > >
> > > > > wrote:
> > > > > >
> > > > > > > Hi Fabio. Thank you for the update.
> > > > > > >
> > > > > > > I can see in the script that setting:
> > > > > > > > COMPILE_HDF=0
> > > > > > > > COMPILE_HDFEOS=0
> > > > > > >
> > > > > > > did not propagate down to the MET installation. If
those two
> > > values
> > > > > are
> > > > > > > set to 0 then "--enable-modis" should not be set in the
call to
> > > > > configure
> > > > > > > when configuring MET.
> > > > > > >
> > > > > > > I have fixed up the script and am testing it now. I'll
let you
> > > know
> > > > > once
> > > > > > > it is available. Thank you for helping me to discover
this
> > > problem!
> > > > > > >
> > > > > > > Julie
> > > > > > >
> > > > > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT <
> > > > > > met_help at ucar.edu>
> > > > > > > wrote:
> > > > > > >
> > > > > > >>
> > > > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> >
> > > > > > >>
> > > > > > >> Hi!
> > > > > > >>
> > > > > > >> Thank you for your support, I tried to build using:
> > > > > > >> > COMPILE_HDF=0
> > > > > > >> > COMPILE_HDFEOS=0
> > > > > > >>
> > > > > > >> and HDF seems to compile ok. *But now it is MET
building
> itself
> > > > > > >> that returned with non-zero (2) status*. Looking at log
file I
> > > see:
> > > > > > >>
> > > > > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o directory
non
> > > > esistente
> > > > > > >> 49 | #include "hdf.h"
> > > > > > >> | ^~~~~~~
> > > > > > >> compilation terminated.
> > > > > > >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o] Error
1
> > > > > > >> make[5]: uscita dalla directory
> > > > > > >> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> > > > > > >> make[4]: *** [Makefile:391: all-recursive] Error 1
> > > > > > >> make[4]: uscita dalla directory
> > > > > > "/home/master/MET/met-9.1/src/tools/other"
> > > > > > >> make[3]: *** [Makefile:373: all-recursive] Error 1
> > > > > > >> make[3]: uscita dalla directory
> > > "/home/master/MET/met-9.1/src/tools"
> > > > > > >> make[2]: *** [Makefile:370: all-recursive] Error 1
> > > > > > >> make[2]: uscita dalla directory "/home/master/MET/met-
9.1/src"
> > > > > > >> make[1]: *** [Makefile:425: all-recursive] Error 1
> > > > > > >> make[1]: uscita dalla directory "/home/master/MET/met-
9.1"
> > > > > > >> make: *** [Makefile:366: all] Error 2
> > > > > > >>
> > > > > > >> How can I fix it? In attachment config and make log
files.
> > > > > > >>
> > > > > > >> Thank you again,
> > > > > > >> Fabio.
> > > > > > >>
> > > > > > >>
> > > > > > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie
Prestopnik via
> > RT <
> > > > > > >> met_help at ucar.edu> ha scritto:
> > > > > > >>
> > > > > > >> > Hi Fabio.
> > > > > > >> >
> > > > > > >> > I see that you are having trouble compiling HDF4.
HDF4 is
> an
> > > > > optional
> > > > > > >> > library needed only by MET if you would like to use
the
> > > > MODIS-regrid
> > > > > > >> tool,
> > > > > > >> > which reformats gridded MODIS data from HDF into a
gridded
> > > NetCDF
> > > > > > format
> > > > > > >> > that MET can read. Is the MDOIS-regrid tool a tool
that you
> > > would
> > > > > > like
> > > > > > >> to
> > > > > > >> > use? If so, please send us the config.log file and
the
> > make.log
> > > > > > >> located in
> > > > > > >> > your /home/master/MET/external_libs/hdf/HDF4.2r3/hdf
> > directory,
> > > so
> > > > > > that
> > > > > > >> we
> > > > > > >> > can try to figure out what the problem is. If not,
please
> > open
> > > > the
> > > > > > >> > compile_MET_all.sh with the editor of your choice and
> change:
> > > > > > >> >
> > > > > > >> > > COMPILE_HDF=1
> > > > > > >> > > COMPILE_HDFEOS=1
> > > > > > >> >
> > > > > > >> > to
> > > > > > >> >
> > > > > > >> > > COMPILE_HDF=0
> > > > > > >> > > COMPILE_HDFEOS=0
> > > > > > >> >
> > > > > > >> >
> > > > > > >> > and then rerun the script. Please let us know if you
have
> any
> > > > > > >> questions.
> > > > > > >> >
> > > > > > >> > Thanks!
> > > > > > >> >
> > > > > > >> > Julie
> > > > > > >> >
> > > > > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via
RT <
> > > > > > >> met_help at ucar.edu>
> > > > > > >> > wrote:
> > > > > > >> >
> > > > > > >> > >
> > > > > > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted
upon.
> > > > > > >> > > Transaction: Ticket created by
fabio.gervasi70 at gmail.com
> > > > > > >> > > Queue: met_help
> > > > > > >> > > Subject: MET lib (HDF) compiling problem
> > > > > > >> > > Owner: Nobody
> > > > > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > > > > >> > > Status: new
> > > > > > >> > > Ticket <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > > >> >
> > > > > > >> > >
> > > > > > >> > >
> > > > > > >> > > Hi,
> > > > > > >> > >
> > > > > > >> > > I'm trying to install MET from here:
> > > > > > >> > >
> > > > > > >>
> > > > >
> > >
> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > > > > >> > on
> > > > > > >> > > my Fedora 32 Linux 64bit machine.
> > > > > > >> > > I set the following env var:
> > > > > > >> > >
> > > > > > >> > > export TEST_BASE=/home/master/MET
> > > > > > >> > > export COMPILER=gnu
> > > > > > >> > > export MET_SUBDIR=/home/master/MET/
> > > > > > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > > > > >> > > export USE_MODULES=FALSE
> > > > > > >> > >
> > > > > > >> > > Then I run: ./compile_MET_all.sh
> > > > > > >> > >
> > > > > > >> > > but when the process try to build HDF, it stops
with "make
> > > > > returned
> > > > > > >> with
> > > > > > >> > > non-zero (2) status"
> > > > > > >> > > and make.log get the error:
> > > > > > >> > >
> > > > > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o
mfgrff.f
> > > > > > >> > > mfgrff.f:155:48:
> > > > > > >> > >
> > > > > > >> > > 132 | mgsnatt = mgisattr(riid, name, nt,
count,
> > data,
> > > > > > >> len(name))
> > > > > > >> > > |
2
> > > > > > >> > > ......
> > > > > > >> > > 155 | mgsattr = mgisattr(riid, name, nt,
count,
> > data,
> > > > > > >> len(name))
> > > > > > >> > > |
1
> > > > > > >> > > Error: Type mismatch between actual argument at (1)
and
> > actual
> > > > > > >> argument
> > > > > > >> > at
> > > > > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > > > > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > > > > > >> > > make[3]: uscita dalla directory
> > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > > > > >> > > make[2]: uscita dalla directory
> > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > >> > > make[1]: *** [Makefile:216: all-recursive] Error 1
> > > > > > >> > > make[1]: uscita dalla directory
> > > > > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > > > > >> > > make: *** [Makefile:270: all-recursive] Error 1
> > > > > > >> > >
> > > > > > >> > > Where do I wrong?
> > > > > > >> > >
> > > > > > >> > > Thank you very much,
> > > > > > >> > > Fabio.
> > > > > > >> > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >> > --
> > > > > > >> > Julie Prestopnik (she/her/hers)
> > > > > > >> > Software Engineer
> > > > > > >> > National Center for Atmospheric Research
> > > > > > >> > Research Applications Laboratory
> > > > > > >> > Phone: 303.497.8399
> > > > > > >> > Email: jpresto at ucar.edu
> > > > > > >> >
> > > > > > >> > My working day may not be your working day. Please
do not
> > feel
> > > > > > obliged
> > > > > > >> to
> > > > > > >> > reply to this email outside of your normal working
hours.
> > > > > > >> >
> > > > > > >> >
> > > > > > >>
> > > > > > >>
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > Software Engineer
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > > My working day may not be your working day. Please do
not feel
> > > > obliged
> > > > > > to
> > > > > > > reply to this email outside of your normal working
hours.
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik (she/her/hers)
> > > > > > Software Engineer
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > > My working day may not be your working day. Please do not
feel
> > > obliged
> > > > > to
> > > > > > reply to this email outside of your normal working hours.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > > Julie Prestopnik (she/her/hers)
> > > > Software Engineer
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > > My working day may not be your working day. Please do not
feel
> obliged
> > > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > >
> >
> > --
> > Julie Prestopnik (she/her/hers)
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day. Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
>
--
Julie Prestopnik (she/her/hers)
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu
My working day may not be your working day. Please do not feel
obliged to
reply to this email outside of your normal working hours.
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Fabio F.Gervasi
Time: Wed Aug 26 10:40:25 2020
Hi!
Yes, libbufr.a is in the /home/master/MET/external_libs/lib
But using *-DUNDERSCORE* as you suggest to me I get another error
now...
I attach you again make e config!
Fabio.
Il giorno mer 26 ago 2020 alle ore 17:59 Julie Prestopnik via RT <
met_help at ucar.edu> ha scritto:
> Hi Fabio.
>
> Thank you for modifying those. I see the problem persists. You are
still
> getting a compilation error from the pb2nc tool in MET. That tool
links to
> the BUFRLIB library, which is one of the dependencies for the MET
> software. And linking to that library is where the errors are
occurring:
>
> > /home/master/MET/met-9.1/src/tools/other/pb2nc/numpbmsg.f:23:
undefined
> > reference to `ufbtab_'
> >
>
> In your config.log file, I can see that you are linking to BUFRLIB
in this
> directory:
>
> > MET_BUFRLIB='/home/master/MET/external_libs/lib'
>
>
> So first, check to see if this file exists (and I'm guessing that it
will):
> ls /home/master/MET/external_libs/lib/libbufr.a
>
> The problem you're experiencing is typically due to BUFRLIB not
being
> compiled with the -DUNDERSCORE and -fno-second-underscore options,
which
> would cause this type of error. The compile script should handle
this for
> you, but I see in the compile script that we're only
> using -fno-second-underscore for the GNU set of compilers and not
> -DUNDERSCORE. However, I was able to get a successful build of MET
using
> the script using the GNU set of compilers without using
-DUNDERSCORE,
>
> In the compile script, please try changing the following line (2nd
line
> below):
>
> > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > ${FC} -c -fno-second-underscore `./getdefflags_F.sh` modv*.F
moda*.F
> > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log 2>&1
> >
>
> to the following to include "-DUNDERSCORE":
>
> > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > ${FC} -c *-DUNDERSCORE* -fno-second-underscore
`./getdefflags_F.sh`
> > modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
2>&1
>
>
> and then rerun the script.
>
> This part of compiling MET is tricky... where C++ code needs to talk
to
> FORTRAN code, and we need to get the options exactly correct for it
to
> work.
>
> Please follow up and let me know how it goes. If it works, I'll
make the
> change in the script on our webpage and will upload the new script.
>
> I hope this helps!
>
> Julie
>
> On Tue, Aug 25, 2020 at 11:16 PM Fabio F.Gervasi via RT
<met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> >
> > Hi Julie,
> >
> > yes I have a my .bash_profile, so I tried to recompile everything
using:
> > CFLAGS='-g -O2'
> > CXXFLAGS='-g'
> > FFLAGS='-g -O2'
> >
> > but it seems the same...
> > In attachment the new logs.
> >
> > Fabio.
> >
> >
> > Il giorno mar 25 ago 2020 alle ore 20:13 Julie Prestopnik via RT <
> > met_help at ucar.edu> ha scritto:
> >
> > > Hi Fabio.
> > >
> > > Thank you for sending your config.log and make.log file.
> > >
> > > It looks like you have the following set:
> > > CFLAGS='-O3 -fPIC'
> > > CXXFLAGS='-O3'
> > > FFLAGS='-m64 -fPIC'
> > >
> > > Perhaps they are set in your .cshrc or .bashrc file?
> > >
> > > Could you please change those values to the following and then
> recompile
> > > MET and its dependent libraries?
> > > CFLAGS='-g -O2'
> > > CXXFLAGS='-g'
> > > FFLAGS='-g -O2'
> > >
> > > Please let us know how that goes.
> > >
> > > Julie
> > >
> > > On Tue, Aug 25, 2020 at 11:05 AM Fabio F.Gervasi via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
>
> > > >
> > > > Hi Julie!
> > > >
> > > > Your script unfortunately still returned with non-zero (2)
status...
> In
> > > > attachment the MET make log, for your check...
> > > >
> > > > Thanks for the link, if I have any doubts or problems I will
open a
> new
> > > > ticket.
> > > >
> > > > Fabio.
> > > >
> > > > PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
> > > >
> > > > Il giorno mar 25 ago 2020 alle ore 18:14 Julie Prestopnik via
RT <
> > > > met_help at ucar.edu> ha scritto:
> > > >
> > > > > Hi Fabio.
> > > > >
> > > > > Thanks for keeping MET in mind and revisiting working with
it! It
> > > looks
> > > > > like you will not currently be needing the lidar2nc
> functionality. I
> > > > added
> > > > > a quick fix to the compilation script to address this issue.
I did
> > not
> > > > > post it to the website, however, as I'd like to improve the
> > > functionality
> > > > > even more. I have attached it to this email for you.
> > > > >
> > > > > Regarding the file that you attached, I see that there are 8
> columns.
> > > > MET
> > > > > has changed quite a lot from version 3 and ascii2nc now
expects the
> > > > > observation file to have 11 columns. You can view the
current
> > > > > documentation for ascii2nc at this link:
> > > > >
> > > > >
> > > >
> > >
> >
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> > > > > There are descriptions of the 11 required columns. Please
let us
> > know
> > > if
> > > > > you have any questions.
> > > > >
> > > > > Please let us know how the build goes using the new script.
Please
> > > also
> > > > > remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0 (they
are
> > > currently
> > > > > set to 1).
> > > > >
> > > > > Thanks!
> > > > >
> > > > > Julie
> > > > >
> > > > > On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > > > > >
> > > > > > Hi Julie,
> > > > > >
> > > > > > I used MET many years ago (version 3) but I am not an
expert. I
> can
> > > > tell
> > > > > > you that what I was doing is taking data from our weather
> network,
> > > > then I
> > > > > > used ascii2nc and point_stat. Then plot the comparison
between
> the
> > > > > weather
> > > > > > station data vs. the output of the WRF model. I don't know
if
> with
> > > > > version
> > > > > > 9 of MET my scripts will still work, but in the meantime I
am
> > > attaching
> > > > > > what data I have to use with MET now. What do you think
about it?
> > > > > >
> > > > > > Fabio.
> > > > > >
> > > > > > PS: ok let me know about fixing, I'm glad I found
something
> useful
> > > for
> > > > > you
> > > > > > too!
> > > > > >
> > > > > > Il giorno mar 25 ago 2020 alle ore 01:15 Julie Prestopnik
via RT
> <
> > > > > > met_help at ucar.edu> ha scritto:
> > > > > >
> > > > > > > Fabio,
> > > > > > >
> > > > > > > One more thing to note. HDF4 is actually also required
for the
> > > > lidar2nc
> > > > > > > tool. Is the lidar2nc tool a tool that you would like
to use?
> > > > > > >
> > > > > > > Thanks!
> > > > > > > Julie
> > > > > > >
> > > > > > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik <
> > jpresto at ucar.edu
> > > >
> > > > > > wrote:
> > > > > > >
> > > > > > > > Hi Fabio. Thank you for the update.
> > > > > > > >
> > > > > > > > I can see in the script that setting:
> > > > > > > > > COMPILE_HDF=0
> > > > > > > > > COMPILE_HDFEOS=0
> > > > > > > >
> > > > > > > > did not propagate down to the MET installation. If
those two
> > > > values
> > > > > > are
> > > > > > > > set to 0 then "--enable-modis" should not be set in
the call
> to
> > > > > > configure
> > > > > > > > when configuring MET.
> > > > > > > >
> > > > > > > > I have fixed up the script and am testing it now.
I'll let
> you
> > > > know
> > > > > > once
> > > > > > > > it is available. Thank you for helping me to discover
this
> > > > problem!
> > > > > > > >
> > > > > > > > Julie
> > > > > > > >
> > > > > > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via RT
<
> > > > > > > met_help at ucar.edu>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > >>
> > > > > > > >> <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > >
> > > > > > > >>
> > > > > > > >> Hi!
> > > > > > > >>
> > > > > > > >> Thank you for your support, I tried to build using:
> > > > > > > >> > COMPILE_HDF=0
> > > > > > > >> > COMPILE_HDFEOS=0
> > > > > > > >>
> > > > > > > >> and HDF seems to compile ok. *But now it is MET
building
> > itself
> > > > > > > >> that returned with non-zero (2) status*. Looking at
log
> file I
> > > > see:
> > > > > > > >>
> > > > > > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o
directory non
> > > > > esistente
> > > > > > > >> 49 | #include "hdf.h"
> > > > > > > >> | ^~~~~~~
> > > > > > > >> compilation terminated.
> > > > > > > >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o]
Error 1
> > > > > > > >> make[5]: uscita dalla directory
> > > > > > > >> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> > > > > > > >> make[4]: *** [Makefile:391: all-recursive] Error 1
> > > > > > > >> make[4]: uscita dalla directory
> > > > > > > "/home/master/MET/met-9.1/src/tools/other"
> > > > > > > >> make[3]: *** [Makefile:373: all-recursive] Error 1
> > > > > > > >> make[3]: uscita dalla directory
> > > > "/home/master/MET/met-9.1/src/tools"
> > > > > > > >> make[2]: *** [Makefile:370: all-recursive] Error 1
> > > > > > > >> make[2]: uscita dalla directory
> "/home/master/MET/met-9.1/src"
> > > > > > > >> make[1]: *** [Makefile:425: all-recursive] Error 1
> > > > > > > >> make[1]: uscita dalla directory
"/home/master/MET/met-9.1"
> > > > > > > >> make: *** [Makefile:366: all] Error 2
> > > > > > > >>
> > > > > > > >> How can I fix it? In attachment config and make log
files.
> > > > > > > >>
> > > > > > > >> Thank you again,
> > > > > > > >> Fabio.
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie
Prestopnik
> via
> > > RT <
> > > > > > > >> met_help at ucar.edu> ha scritto:
> > > > > > > >>
> > > > > > > >> > Hi Fabio.
> > > > > > > >> >
> > > > > > > >> > I see that you are having trouble compiling HDF4.
HDF4 is
> > an
> > > > > > optional
> > > > > > > >> > library needed only by MET if you would like to use
the
> > > > > MODIS-regrid
> > > > > > > >> tool,
> > > > > > > >> > which reformats gridded MODIS data from HDF into a
gridded
> > > > NetCDF
> > > > > > > format
> > > > > > > >> > that MET can read. Is the MDOIS-regrid tool a tool
that
> you
> > > > would
> > > > > > > like
> > > > > > > >> to
> > > > > > > >> > use? If so, please send us the config.log file and
the
> > > make.log
> > > > > > > >> located in
> > > > > > > >> > your
/home/master/MET/external_libs/hdf/HDF4.2r3/hdf
> > > directory,
> > > > so
> > > > > > > that
> > > > > > > >> we
> > > > > > > >> > can try to figure out what the problem is. If not,
please
> > > open
> > > > > the
> > > > > > > >> > compile_MET_all.sh with the editor of your choice
and
> > change:
> > > > > > > >> >
> > > > > > > >> > > COMPILE_HDF=1
> > > > > > > >> > > COMPILE_HDFEOS=1
> > > > > > > >> >
> > > > > > > >> > to
> > > > > > > >> >
> > > > > > > >> > > COMPILE_HDF=0
> > > > > > > >> > > COMPILE_HDFEOS=0
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >> > and then rerun the script. Please let us know if
you have
> > any
> > > > > > > >> questions.
> > > > > > > >> >
> > > > > > > >> > Thanks!
> > > > > > > >> >
> > > > > > > >> > Julie
> > > > > > > >> >
> > > > > > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi via
RT <
> > > > > > > >> met_help at ucar.edu>
> > > > > > > >> > wrote:
> > > > > > > >> >
> > > > > > > >> > >
> > > > > > > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was acted
upon.
> > > > > > > >> > > Transaction: Ticket created by
> fabio.gervasi70 at gmail.com
> > > > > > > >> > > Queue: met_help
> > > > > > > >> > > Subject: MET lib (HDF) compiling problem
> > > > > > > >> > > Owner: Nobody
> > > > > > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > > > > > >> > > Status: new
> > > > > > > >> > > Ticket <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > > > >> >
> > > > > > > >> > >
> > > > > > > >> > >
> > > > > > > >> > > Hi,
> > > > > > > >> > >
> > > > > > > >> > > I'm trying to install MET from here:
> > > > > > > >> > >
> > > > > > > >>
> > > > > >
> > > >
> > https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > > > > > >> > on
> > > > > > > >> > > my Fedora 32 Linux 64bit machine.
> > > > > > > >> > > I set the following env var:
> > > > > > > >> > >
> > > > > > > >> > > export TEST_BASE=/home/master/MET
> > > > > > > >> > > export COMPILER=gnu
> > > > > > > >> > > export MET_SUBDIR=/home/master/MET/
> > > > > > > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > > > > > >> > > export USE_MODULES=FALSE
> > > > > > > >> > >
> > > > > > > >> > > Then I run: ./compile_MET_all.sh
> > > > > > > >> > >
> > > > > > > >> > > but when the process try to build HDF, it stops
with
> "make
> > > > > > returned
> > > > > > > >> with
> > > > > > > >> > > non-zero (2) status"
> > > > > > > >> > > and make.log get the error:
> > > > > > > >> > >
> > > > > > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o
mfgrff.f
> > > > > > > >> > > mfgrff.f:155:48:
> > > > > > > >> > >
> > > > > > > >> > > 132 | mgsnatt = mgisattr(riid, name, nt,
count,
> > > data,
> > > > > > > >> len(name))
> > > > > > > >> > > |
2
> > > > > > > >> > > ......
> > > > > > > >> > > 155 | mgsattr = mgisattr(riid, name, nt,
count,
> > > data,
> > > > > > > >> len(name))
> > > > > > > >> > > |
1
> > > > > > > >> > > Error: Type mismatch between actual argument at
(1) and
> > > actual
> > > > > > > >> argument
> > > > > > > >> > at
> > > > > > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > > > > > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > > > > > > >> > > make[3]: uscita dalla directory
> > > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > > > > > >> > > make[2]: uscita dalla directory
> > > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > >> > > make[1]: *** [Makefile:216: all-recursive] Error
1
> > > > > > > >> > > make[1]: uscita dalla directory
> > > > > > > >> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > > > > > >> > > make: *** [Makefile:270: all-recursive] Error 1
> > > > > > > >> > >
> > > > > > > >> > > Where do I wrong?
> > > > > > > >> > >
> > > > > > > >> > > Thank you very much,
> > > > > > > >> > > Fabio.
> > > > > > > >> > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >> > --
> > > > > > > >> > Julie Prestopnik (she/her/hers)
> > > > > > > >> > Software Engineer
> > > > > > > >> > National Center for Atmospheric Research
> > > > > > > >> > Research Applications Laboratory
> > > > > > > >> > Phone: 303.497.8399
> > > > > > > >> > Email: jpresto at ucar.edu
> > > > > > > >> >
> > > > > > > >> > My working day may not be your working day. Please
do not
> > > feel
> > > > > > > obliged
> > > > > > > >> to
> > > > > > > >> > reply to this email outside of your normal working
hours.
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >>
> > > > > > > >>
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > Software Engineer
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > > > My working day may not be your working day. Please do
not
> feel
> > > > > obliged
> > > > > > > to
> > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > Software Engineer
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > > My working day may not be your working day. Please do
not feel
> > > > obliged
> > > > > > to
> > > > > > > reply to this email outside of your normal working
hours.
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik (she/her/hers)
> > > > > Software Engineer
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > > --
> > > Julie Prestopnik (she/her/hers)
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day. Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> >
>
> --
> Julie Prestopnik (she/her/hers)
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Julie Prestopnik
Time: Wed Aug 26 11:40:15 2020
Ah! My mistake - I had you add *-DUNDERSCORE* to the wrong line! My
apologies.
Could you please remove *-DUNDERSCORE* from this line:
> if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> ${FC} -c *-DUNDERSCORE* -fno-second-underscore
`./getdefflags_F.sh`
> modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
2>&1
I see that it is already present where it should be on this line:
> ${CC} -c -DUNDERSCORE `./getdefflags_C.sh` *.c >> make.log 2>&1
>
Let's try having you compile BUFRLIB by hand.
Please try executing the following commands:
cd /home/master/MET/external_libs/bufrlib/BUFRLIB_v11.3.0
> rm *
> cp /home/master/MET/tar_files/BUFRLIB_v11-3-0.tar .
> tar -cvf BUFRLIB_v11-3-0.tar
> gcc -c -DUNDERSCORE `./getdefflags_C.sh` *.c >> make.log
> gfortran -c -fno-second-underscore `./getdefflags_F.sh` modv*.F
moda*.F \
> `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
> ar crv libbufr.a *.o
> cp *.a /home/master/MET/external_libs//lib
Note that when running the gfortran line you may receive the following
output:
> ./getdefflags_F.sh: 54: ./getdefflags_F.sh: -o: not found
> ./getdefflags_F.sh: 1: ./getdefflags_F.sh: ./endiantest: not found
> ./getdefflags_F.sh: 56: [: =: unexpected operator
>
That should be ok. Please just let the compilation finish. Please
send me
the make.log file from that directory.
Then, in the configuration file that you pass to compile_MET_all.sh
please
add the following:
> export MET_BUFRLIB=${EXTERNAL_LIBS}/lib
> export BUFRLIB_NAME=-lbufr
and try rerunning compile_MET_all.sh. If it does not work, please
send me
your config.log file and your make.log file from MET (maybe change
either
the name of the make.log file for BUFRLIB or the make.log file for MET
so
there is not a name conflict).
Thank you for your patience while we work through this issue.
Julie
On Wed, Aug 26, 2020 at 10:40 AM Fabio F.Gervasi via RT
<met_help at ucar.edu>
wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
>
> Hi!
>
> Yes, libbufr.a is in the /home/master/MET/external_libs/lib
>
> But using *-DUNDERSCORE* as you suggest to me I get another error
now...
>
> I attach you again make e config!
>
> Fabio.
>
>
> Il giorno mer 26 ago 2020 alle ore 17:59 Julie Prestopnik via RT <
> met_help at ucar.edu> ha scritto:
>
> > Hi Fabio.
> >
> > Thank you for modifying those. I see the problem persists. You
are still
> > getting a compilation error from the pb2nc tool in MET. That tool
links
> to
> > the BUFRLIB library, which is one of the dependencies for the MET
> > software. And linking to that library is where the errors are
occurring:
> >
> > > /home/master/MET/met-9.1/src/tools/other/pb2nc/numpbmsg.f:23:
undefined
> > > reference to `ufbtab_'
> > >
> >
> > In your config.log file, I can see that you are linking to BUFRLIB
in
> this
> > directory:
> >
> > > MET_BUFRLIB='/home/master/MET/external_libs/lib'
> >
> >
> > So first, check to see if this file exists (and I'm guessing that
it
> will):
> > ls /home/master/MET/external_libs/lib/libbufr.a
> >
> > The problem you're experiencing is typically due to BUFRLIB not
being
> > compiled with the -DUNDERSCORE and -fno-second-underscore
options, which
> > would cause this type of error. The compile script should handle
this
> for
> > you, but I see in the compile script that we're only
> > using -fno-second-underscore for the GNU set of compilers and not
> > -DUNDERSCORE. However, I was able to get a successful build of
MET using
> > the script using the GNU set of compilers without using
-DUNDERSCORE,
> >
> > In the compile script, please try changing the following line (2nd
line
> > below):
> >
> > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > ${FC} -c -fno-second-underscore `./getdefflags_F.sh` modv*.F
> moda*.F
> > > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log 2>&1
> > >
> >
> > to the following to include "-DUNDERSCORE":
> >
> > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > ${FC} -c *-DUNDERSCORE* -fno-second-underscore
`./getdefflags_F.sh`
> > > modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
2>&1
> >
> >
> > and then rerun the script.
> >
> > This part of compiling MET is tricky... where C++ code needs to
talk to
> > FORTRAN code, and we need to get the options exactly correct for
it to
> > work.
> >
> > Please follow up and let me know how it goes. If it works, I'll
make the
> > change in the script on our webpage and will upload the new
script.
> >
> > I hope this helps!
> >
> > Julie
> >
> > On Tue, Aug 25, 2020 at 11:16 PM Fabio F.Gervasi via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > >
> > > Hi Julie,
> > >
> > > yes I have a my .bash_profile, so I tried to recompile
everything
> using:
> > > CFLAGS='-g -O2'
> > > CXXFLAGS='-g'
> > > FFLAGS='-g -O2'
> > >
> > > but it seems the same...
> > > In attachment the new logs.
> > >
> > > Fabio.
> > >
> > >
> > > Il giorno mar 25 ago 2020 alle ore 20:13 Julie Prestopnik via RT
<
> > > met_help at ucar.edu> ha scritto:
> > >
> > > > Hi Fabio.
> > > >
> > > > Thank you for sending your config.log and make.log file.
> > > >
> > > > It looks like you have the following set:
> > > > CFLAGS='-O3 -fPIC'
> > > > CXXFLAGS='-O3'
> > > > FFLAGS='-m64 -fPIC'
> > > >
> > > > Perhaps they are set in your .cshrc or .bashrc file?
> > > >
> > > > Could you please change those values to the following and then
> > recompile
> > > > MET and its dependent libraries?
> > > > CFLAGS='-g -O2'
> > > > CXXFLAGS='-g'
> > > > FFLAGS='-g -O2'
> > > >
> > > > Please let us know how that goes.
> > > >
> > > > Julie
> > > >
> > > > On Tue, Aug 25, 2020 at 11:05 AM Fabio F.Gervasi via RT <
> > > met_help at ucar.edu
> > > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > > > >
> > > > > Hi Julie!
> > > > >
> > > > > Your script unfortunately still returned with non-zero (2)
> status...
> > In
> > > > > attachment the MET make log, for your check...
> > > > >
> > > > > Thanks for the link, if I have any doubts or problems I will
open a
> > new
> > > > > ticket.
> > > > >
> > > > > Fabio.
> > > > >
> > > > > PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
> > > > >
> > > > > Il giorno mar 25 ago 2020 alle ore 18:14 Julie Prestopnik
via RT <
> > > > > met_help at ucar.edu> ha scritto:
> > > > >
> > > > > > Hi Fabio.
> > > > > >
> > > > > > Thanks for keeping MET in mind and revisiting working with
it!
> It
> > > > looks
> > > > > > like you will not currently be needing the lidar2nc
> > functionality. I
> > > > > added
> > > > > > a quick fix to the compilation script to address this
issue. I
> did
> > > not
> > > > > > post it to the website, however, as I'd like to improve
the
> > > > functionality
> > > > > > even more. I have attached it to this email for you.
> > > > > >
> > > > > > Regarding the file that you attached, I see that there are
8
> > columns.
> > > > > MET
> > > > > > has changed quite a lot from version 3 and ascii2nc now
expects
> the
> > > > > > observation file to have 11 columns. You can view the
current
> > > > > > documentation for ascii2nc at this link:
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> > > > > > There are descriptions of the 11 required columns. Please
let us
> > > know
> > > > if
> > > > > > you have any questions.
> > > > > >
> > > > > > Please let us know how the build goes using the new
script.
> Please
> > > > also
> > > > > > remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0
(they are
> > > > currently
> > > > > > set to 1).
> > > > > >
> > > > > > Thanks!
> > > > > >
> > > > > > Julie
> > > > > >
> > > > > > On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> >
> > > > > > >
> > > > > > > Hi Julie,
> > > > > > >
> > > > > > > I used MET many years ago (version 3) but I am not an
expert. I
> > can
> > > > > tell
> > > > > > > you that what I was doing is taking data from our
weather
> > network,
> > > > > then I
> > > > > > > used ascii2nc and point_stat. Then plot the comparison
between
> > the
> > > > > > weather
> > > > > > > station data vs. the output of the WRF model. I don't
know if
> > with
> > > > > > version
> > > > > > > 9 of MET my scripts will still work, but in the meantime
I am
> > > > attaching
> > > > > > > what data I have to use with MET now. What do you think
about
> it?
> > > > > > >
> > > > > > > Fabio.
> > > > > > >
> > > > > > > PS: ok let me know about fixing, I'm glad I found
something
> > useful
> > > > for
> > > > > > you
> > > > > > > too!
> > > > > > >
> > > > > > > Il giorno mar 25 ago 2020 alle ore 01:15 Julie
Prestopnik via
> RT
> > <
> > > > > > > met_help at ucar.edu> ha scritto:
> > > > > > >
> > > > > > > > Fabio,
> > > > > > > >
> > > > > > > > One more thing to note. HDF4 is actually also required
for
> the
> > > > > lidar2nc
> > > > > > > > tool. Is the lidar2nc tool a tool that you would like
to
> use?
> > > > > > > >
> > > > > > > > Thanks!
> > > > > > > > Julie
> > > > > > > >
> > > > > > > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik <
> > > jpresto at ucar.edu
> > > > >
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Hi Fabio. Thank you for the update.
> > > > > > > > >
> > > > > > > > > I can see in the script that setting:
> > > > > > > > > > COMPILE_HDF=0
> > > > > > > > > > COMPILE_HDFEOS=0
> > > > > > > > >
> > > > > > > > > did not propagate down to the MET installation. If
those
> two
> > > > > values
> > > > > > > are
> > > > > > > > > set to 0 then "--enable-modis" should not be set in
the
> call
> > to
> > > > > > > configure
> > > > > > > > > when configuring MET.
> > > > > > > > >
> > > > > > > > > I have fixed up the script and am testing it now.
I'll let
> > you
> > > > > know
> > > > > > > once
> > > > > > > > > it is available. Thank you for helping me to
discover this
> > > > > problem!
> > > > > > > > >
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi via
RT <
> > > > > > > > met_help at ucar.edu>
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >>
> > > > > > > > >> <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > >
> > > > > > > > >>
> > > > > > > > >> Hi!
> > > > > > > > >>
> > > > > > > > >> Thank you for your support, I tried to build using:
> > > > > > > > >> > COMPILE_HDF=0
> > > > > > > > >> > COMPILE_HDFEOS=0
> > > > > > > > >>
> > > > > > > > >> and HDF seems to compile ok. *But now it is MET
building
> > > itself
> > > > > > > > >> that returned with non-zero (2) status*. Looking at
log
> > file I
> > > > > see:
> > > > > > > > >>
> > > > > > > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o
directory
> non
> > > > > > esistente
> > > > > > > > >> 49 | #include "hdf.h"
> > > > > > > > >> | ^~~~~~~
> > > > > > > > >> compilation terminated.
> > > > > > > > >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o]
Error 1
> > > > > > > > >> make[5]: uscita dalla directory
> > > > > > > > >> "/home/master/MET/met-9.1/src/tools/other/lidar2nc"
> > > > > > > > >> make[4]: *** [Makefile:391: all-recursive] Error 1
> > > > > > > > >> make[4]: uscita dalla directory
> > > > > > > > "/home/master/MET/met-9.1/src/tools/other"
> > > > > > > > >> make[3]: *** [Makefile:373: all-recursive] Error 1
> > > > > > > > >> make[3]: uscita dalla directory
> > > > > "/home/master/MET/met-9.1/src/tools"
> > > > > > > > >> make[2]: *** [Makefile:370: all-recursive] Error 1
> > > > > > > > >> make[2]: uscita dalla directory
> > "/home/master/MET/met-9.1/src"
> > > > > > > > >> make[1]: *** [Makefile:425: all-recursive] Error 1
> > > > > > > > >> make[1]: uscita dalla directory
"/home/master/MET/met-9.1"
> > > > > > > > >> make: *** [Makefile:366: all] Error 2
> > > > > > > > >>
> > > > > > > > >> How can I fix it? In attachment config and make log
files.
> > > > > > > > >>
> > > > > > > > >> Thank you again,
> > > > > > > > >> Fabio.
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie
Prestopnik
> > via
> > > > RT <
> > > > > > > > >> met_help at ucar.edu> ha scritto:
> > > > > > > > >>
> > > > > > > > >> > Hi Fabio.
> > > > > > > > >> >
> > > > > > > > >> > I see that you are having trouble compiling HDF4.
HDF4
> is
> > > an
> > > > > > > optional
> > > > > > > > >> > library needed only by MET if you would like to
use the
> > > > > > MODIS-regrid
> > > > > > > > >> tool,
> > > > > > > > >> > which reformats gridded MODIS data from HDF into
a
> gridded
> > > > > NetCDF
> > > > > > > > format
> > > > > > > > >> > that MET can read. Is the MDOIS-regrid tool a
tool that
> > you
> > > > > would
> > > > > > > > like
> > > > > > > > >> to
> > > > > > > > >> > use? If so, please send us the config.log file
and the
> > > > make.log
> > > > > > > > >> located in
> > > > > > > > >> > your
/home/master/MET/external_libs/hdf/HDF4.2r3/hdf
> > > > directory,
> > > > > so
> > > > > > > > that
> > > > > > > > >> we
> > > > > > > > >> > can try to figure out what the problem is. If
not,
> please
> > > > open
> > > > > > the
> > > > > > > > >> > compile_MET_all.sh with the editor of your choice
and
> > > change:
> > > > > > > > >> >
> > > > > > > > >> > > COMPILE_HDF=1
> > > > > > > > >> > > COMPILE_HDFEOS=1
> > > > > > > > >> >
> > > > > > > > >> > to
> > > > > > > > >> >
> > > > > > > > >> > > COMPILE_HDF=0
> > > > > > > > >> > > COMPILE_HDFEOS=0
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> > and then rerun the script. Please let us know if
you
> have
> > > any
> > > > > > > > >> questions.
> > > > > > > > >> >
> > > > > > > > >> > Thanks!
> > > > > > > > >> >
> > > > > > > > >> > Julie
> > > > > > > > >> >
> > > > > > > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi
via RT <
> > > > > > > > >> met_help at ucar.edu>
> > > > > > > > >> > wrote:
> > > > > > > > >> >
> > > > > > > > >> > >
> > > > > > > > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was
acted
> upon.
> > > > > > > > >> > > Transaction: Ticket created by
> > fabio.gervasi70 at gmail.com
> > > > > > > > >> > > Queue: met_help
> > > > > > > > >> > > Subject: MET lib (HDF) compiling problem
> > > > > > > > >> > > Owner: Nobody
> > > > > > > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > > > > > > >> > > Status: new
> > > > > > > > >> > > Ticket <URL:
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > > > > >> >
> > > > > > > > >> > >
> > > > > > > > >> > >
> > > > > > > > >> > > Hi,
> > > > > > > > >> > >
> > > > > > > > >> > > I'm trying to install MET from here:
> > > > > > > > >> > >
> > > > > > > > >>
> > > > > > >
> > > > >
> > >
> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > > > > > > >> > on
> > > > > > > > >> > > my Fedora 32 Linux 64bit machine.
> > > > > > > > >> > > I set the following env var:
> > > > > > > > >> > >
> > > > > > > > >> > > export TEST_BASE=/home/master/MET
> > > > > > > > >> > > export COMPILER=gnu
> > > > > > > > >> > > export MET_SUBDIR=/home/master/MET/
> > > > > > > > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > > > > > > >> > > export USE_MODULES=FALSE
> > > > > > > > >> > >
> > > > > > > > >> > > Then I run: ./compile_MET_all.sh
> > > > > > > > >> > >
> > > > > > > > >> > > but when the process try to build HDF, it stops
with
> > "make
> > > > > > > returned
> > > > > > > > >> with
> > > > > > > > >> > > non-zero (2) status"
> > > > > > > > >> > > and make.log get the error:
> > > > > > > > >> > >
> > > > > > > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o
mfgrff.f
> > > > > > > > >> > > mfgrff.f:155:48:
> > > > > > > > >> > >
> > > > > > > > >> > > 132 | mgsnatt = mgisattr(riid, name,
nt,
> count,
> > > > data,
> > > > > > > > >> len(name))
> > > > > > > > >> > > |
> 2
> > > > > > > > >> > > ......
> > > > > > > > >> > > 155 | mgsattr = mgisattr(riid, name,
nt,
> count,
> > > > data,
> > > > > > > > >> len(name))
> > > > > > > > >> > > |
> 1
> > > > > > > > >> > > Error: Type mismatch between actual argument at
(1)
> and
> > > > actual
> > > > > > > > >> argument
> > > > > > > > >> > at
> > > > > > > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > > > > > > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > > > > > > > >> > > make[3]: uscita dalla directory
> > > > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > > > > > > >> > > make[2]: uscita dalla directory
> > > > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > > >> > > make[1]: *** [Makefile:216: all-recursive]
Error 1
> > > > > > > > >> > > make[1]: uscita dalla directory
> > > > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > > > > > > >> > > make: *** [Makefile:270: all-recursive] Error 1
> > > > > > > > >> > >
> > > > > > > > >> > > Where do I wrong?
> > > > > > > > >> > >
> > > > > > > > >> > > Thank you very much,
> > > > > > > > >> > > Fabio.
> > > > > > > > >> > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >> > --
> > > > > > > > >> > Julie Prestopnik (she/her/hers)
> > > > > > > > >> > Software Engineer
> > > > > > > > >> > National Center for Atmospheric Research
> > > > > > > > >> > Research Applications Laboratory
> > > > > > > > >> > Phone: 303.497.8399
> > > > > > > > >> > Email: jpresto at ucar.edu
> > > > > > > > >> >
> > > > > > > > >> > My working day may not be your working day.
Please do
> not
> > > > feel
> > > > > > > > obliged
> > > > > > > > >> to
> > > > > > > > >> > reply to this email outside of your normal
working
> hours.
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > > Software Engineer
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > > My working day may not be your working day. Please
do not
> > feel
> > > > > > obliged
> > > > > > > > to
> > > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > Software Engineer
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > > > My working day may not be your working day. Please do
not
> feel
> > > > > obliged
> > > > > > > to
> > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik (she/her/hers)
> > > > > > Software Engineer
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > > My working day may not be your working day. Please do not
feel
> > > obliged
> > > > > to
> > > > > > reply to this email outside of your normal working hours.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > > Julie Prestopnik (she/her/hers)
> > > > Software Engineer
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > > My working day may not be your working day. Please do not
feel
> obliged
> > > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > >
> >
> > --
> > Julie Prestopnik (she/her/hers)
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day. Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
>
--
Julie Prestopnik (she/her/hers)
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu
My working day may not be your working day. Please do not feel
obliged to
reply to this email outside of your normal working hours.
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Fabio F.Gervasi
Time: Wed Aug 26 12:24:49 2020
Hi,
so, I followed your instructions, but:
*1) *tar -cvf BUFRLIB_v11-3-0.tar does not work, so I did tar -xvvf
BUFRLIB_v11-3-0.tar in order to extract the files
*2)* when I run gfortran -c -fno-second-underscore
`./getdefflags_F.sh`
modv*.F moda*.F \
> `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
I obtain this (not not what you said):
endiantest.c:33:1: warning: return type defaults to ‘int’ [-Wimplicit-
int]
33 | main()
| ^~~~
ufbtab.f:306:31:
288 | DO WHILE(IREADMG(-LUNIT,SUBSET,IDATE).GE.0)
| 2
......
306 | 10 IF(IREADMG(-LUNIT,SUBSET,JDATE).LT.0) GOTO 25
| 1
Error: Rank mismatch between actual argument at (1) and actual
argument at
(2) (rank-1 and scalar)
ufbtab.f:534:37:
288 | DO WHILE(IREADMG(-LUNIT,SUBSET,IDATE).GE.0)
| 2
......
534 | DO WHILE(IREADMG(-LUNIT,SUBSET,JDATE).GE.0)
| 1
Error: Rank mismatch between actual argument at (1) and actual
argument at
(2) (rank-1 and scalar)
*3)* The log file (for bufrlib) is empty!
*4)* I don't pass any configuration file to compile_MET_all.sh script,
as I
said on the my first email I export the env files using the terminal
before
to compile, like this:
export TEST_BASE=/home/master/MET
export COMPILER=gnu
export MET_SUBDIR=/home/master/MET/
export MET_TARBALL=met-9.1.20200810.tar.gz
export USE_MODULES=FALSE
export CFLAGS='-g -O2'
export CXXFLAGS='-g'
export FFLAGS='-g -O2'
Considering all these problems and perplexities I did not go further
... I
hope you can tell me where I am wrong and how I can go on...!
Il giorno mer 26 ago 2020 alle ore 19:40 Julie Prestopnik via RT <
met_help at ucar.edu> ha scritto:
> Ah! My mistake - I had you add *-DUNDERSCORE* to the wrong line!
My
> apologies.
>
> Could you please remove *-DUNDERSCORE* from this line:
>
> > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > ${FC} -c *-DUNDERSCORE* -fno-second-underscore
`./getdefflags_F.sh`
> > modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
2>&1
>
>
> I see that it is already present where it should be on this line:
>
> > ${CC} -c -DUNDERSCORE `./getdefflags_C.sh` *.c >> make.log 2>&1
> >
>
> Let's try having you compile BUFRLIB by hand.
>
> Please try executing the following commands:
>
> cd /home/master/MET/external_libs/bufrlib/BUFRLIB_v11.3.0
> > rm *
> > cp /home/master/MET/tar_files/BUFRLIB_v11-3-0.tar .
> > tar -cvf BUFRLIB_v11-3-0.tar
> > gcc -c -DUNDERSCORE `./getdefflags_C.sh` *.c >> make.log
> > gfortran -c -fno-second-underscore `./getdefflags_F.sh` modv*.F
moda*.F \
> > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
> > ar crv libbufr.a *.o
> > cp *.a /home/master/MET/external_libs//lib
>
>
> Note that when running the gfortran line you may receive the
following
> output:
>
> > ./getdefflags_F.sh: 54: ./getdefflags_F.sh: -o: not found
> > ./getdefflags_F.sh: 1: ./getdefflags_F.sh: ./endiantest: not found
> > ./getdefflags_F.sh: 56: [: =: unexpected operator
> >
> That should be ok. Please just let the compilation finish. Please
send me
> the make.log file from that directory.
>
> Then, in the configuration file that you pass to compile_MET_all.sh
please
> add the following:
>
> > export MET_BUFRLIB=${EXTERNAL_LIBS}/lib
> > export BUFRLIB_NAME=-lbufr
>
>
> and try rerunning compile_MET_all.sh. If it does not work, please
send me
> your config.log file and your make.log file from MET (maybe change
either
> the name of the make.log file for BUFRLIB or the make.log file for
MET so
> there is not a name conflict).
>
> Thank you for your patience while we work through this issue.
>
> Julie
>
>
>
> On Wed, Aug 26, 2020 at 10:40 AM Fabio F.Gervasi via RT
<met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> >
> > Hi!
> >
> > Yes, libbufr.a is in the /home/master/MET/external_libs/lib
> >
> > But using *-DUNDERSCORE* as you suggest to me I get another error
now...
> >
> > I attach you again make e config!
> >
> > Fabio.
> >
> >
> > Il giorno mer 26 ago 2020 alle ore 17:59 Julie Prestopnik via RT <
> > met_help at ucar.edu> ha scritto:
> >
> > > Hi Fabio.
> > >
> > > Thank you for modifying those. I see the problem persists. You
are
> still
> > > getting a compilation error from the pb2nc tool in MET. That
tool
> links
> > to
> > > the BUFRLIB library, which is one of the dependencies for the
MET
> > > software. And linking to that library is where the errors are
> occurring:
> > >
> > > > /home/master/MET/met-9.1/src/tools/other/pb2nc/numpbmsg.f:23:
> undefined
> > > > reference to `ufbtab_'
> > > >
> > >
> > > In your config.log file, I can see that you are linking to
BUFRLIB in
> > this
> > > directory:
> > >
> > > > MET_BUFRLIB='/home/master/MET/external_libs/lib'
> > >
> > >
> > > So first, check to see if this file exists (and I'm guessing
that it
> > will):
> > > ls /home/master/MET/external_libs/lib/libbufr.a
> > >
> > > The problem you're experiencing is typically due to BUFRLIB not
being
> > > compiled with the -DUNDERSCORE and -fno-second-underscore
options,
> which
> > > would cause this type of error. The compile script should
handle this
> > for
> > > you, but I see in the compile script that we're only
> > > using -fno-second-underscore for the GNU set of compilers and
not
> > > -DUNDERSCORE. However, I was able to get a successful build of
MET
> using
> > > the script using the GNU set of compilers without using
-DUNDERSCORE,
> > >
> > > In the compile script, please try changing the following line
(2nd line
> > > below):
> > >
> > > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > > ${FC} -c -fno-second-underscore `./getdefflags_F.sh`
modv*.F
> > moda*.F
> > > > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log 2>&1
> > > >
> > >
> > > to the following to include "-DUNDERSCORE":
> > >
> > > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > > ${FC} -c *-DUNDERSCORE* -fno-second-underscore
> `./getdefflags_F.sh`
> > > > modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >>
make.log 2>&1
> > >
> > >
> > > and then rerun the script.
> > >
> > > This part of compiling MET is tricky... where C++ code needs to
talk to
> > > FORTRAN code, and we need to get the options exactly correct for
it to
> > > work.
> > >
> > > Please follow up and let me know how it goes. If it works, I'll
make
> the
> > > change in the script on our webpage and will upload the new
script.
> > >
> > > I hope this helps!
> > >
> > > Julie
> > >
> > > On Tue, Aug 25, 2020 at 11:16 PM Fabio F.Gervasi via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
>
> > > >
> > > > Hi Julie,
> > > >
> > > > yes I have a my .bash_profile, so I tried to recompile
everything
> > using:
> > > > CFLAGS='-g -O2'
> > > > CXXFLAGS='-g'
> > > > FFLAGS='-g -O2'
> > > >
> > > > but it seems the same...
> > > > In attachment the new logs.
> > > >
> > > > Fabio.
> > > >
> > > >
> > > > Il giorno mar 25 ago 2020 alle ore 20:13 Julie Prestopnik via
RT <
> > > > met_help at ucar.edu> ha scritto:
> > > >
> > > > > Hi Fabio.
> > > > >
> > > > > Thank you for sending your config.log and make.log file.
> > > > >
> > > > > It looks like you have the following set:
> > > > > CFLAGS='-O3 -fPIC'
> > > > > CXXFLAGS='-O3'
> > > > > FFLAGS='-m64 -fPIC'
> > > > >
> > > > > Perhaps they are set in your .cshrc or .bashrc file?
> > > > >
> > > > > Could you please change those values to the following and
then
> > > recompile
> > > > > MET and its dependent libraries?
> > > > > CFLAGS='-g -O2'
> > > > > CXXFLAGS='-g'
> > > > > FFLAGS='-g -O2'
> > > > >
> > > > > Please let us know how that goes.
> > > > >
> > > > > Julie
> > > > >
> > > > > On Tue, Aug 25, 2020 at 11:05 AM Fabio F.Gervasi via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > > > > >
> > > > > > Hi Julie!
> > > > > >
> > > > > > Your script unfortunately still returned with non-zero (2)
> > status...
> > > In
> > > > > > attachment the MET make log, for your check...
> > > > > >
> > > > > > Thanks for the link, if I have any doubts or problems I
will
> open a
> > > new
> > > > > > ticket.
> > > > > >
> > > > > > Fabio.
> > > > > >
> > > > > > PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
> > > > > >
> > > > > > Il giorno mar 25 ago 2020 alle ore 18:14 Julie Prestopnik
via RT
> <
> > > > > > met_help at ucar.edu> ha scritto:
> > > > > >
> > > > > > > Hi Fabio.
> > > > > > >
> > > > > > > Thanks for keeping MET in mind and revisiting working
with it!
> > It
> > > > > looks
> > > > > > > like you will not currently be needing the lidar2nc
> > > functionality. I
> > > > > > added
> > > > > > > a quick fix to the compilation script to address this
issue. I
> > did
> > > > not
> > > > > > > post it to the website, however, as I'd like to improve
the
> > > > > functionality
> > > > > > > even more. I have attached it to this email for you.
> > > > > > >
> > > > > > > Regarding the file that you attached, I see that there
are 8
> > > columns.
> > > > > > MET
> > > > > > > has changed quite a lot from version 3 and ascii2nc now
expects
> > the
> > > > > > > observation file to have 11 columns. You can view the
current
> > > > > > > documentation for ascii2nc at this link:
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> > > > > > > There are descriptions of the 11 required columns.
Please let
> us
> > > > know
> > > > > if
> > > > > > > you have any questions.
> > > > > > >
> > > > > > > Please let us know how the build goes using the new
script.
> > Please
> > > > > also
> > > > > > > remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0
(they are
> > > > > currently
> > > > > > > set to 1).
> > > > > > >
> > > > > > > Thanks!
> > > > > > >
> > > > > > > Julie
> > > > > > >
> > > > > > > On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via RT
<
> > > > > > met_help at ucar.edu
> > > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > >
> > > > > > > >
> > > > > > > > Hi Julie,
> > > > > > > >
> > > > > > > > I used MET many years ago (version 3) but I am not an
> expert. I
> > > can
> > > > > > tell
> > > > > > > > you that what I was doing is taking data from our
weather
> > > network,
> > > > > > then I
> > > > > > > > used ascii2nc and point_stat. Then plot the comparison
> between
> > > the
> > > > > > > weather
> > > > > > > > station data vs. the output of the WRF model. I don't
know if
> > > with
> > > > > > > version
> > > > > > > > 9 of MET my scripts will still work, but in the
meantime I am
> > > > > attaching
> > > > > > > > what data I have to use with MET now. What do you
think about
> > it?
> > > > > > > >
> > > > > > > > Fabio.
> > > > > > > >
> > > > > > > > PS: ok let me know about fixing, I'm glad I found
something
> > > useful
> > > > > for
> > > > > > > you
> > > > > > > > too!
> > > > > > > >
> > > > > > > > Il giorno mar 25 ago 2020 alle ore 01:15 Julie
Prestopnik via
> > RT
> > > <
> > > > > > > > met_help at ucar.edu> ha scritto:
> > > > > > > >
> > > > > > > > > Fabio,
> > > > > > > > >
> > > > > > > > > One more thing to note. HDF4 is actually also
required for
> > the
> > > > > > lidar2nc
> > > > > > > > > tool. Is the lidar2nc tool a tool that you would
like to
> > use?
> > > > > > > > >
> > > > > > > > > Thanks!
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik <
> > > > jpresto at ucar.edu
> > > > > >
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Hi Fabio. Thank you for the update.
> > > > > > > > > >
> > > > > > > > > > I can see in the script that setting:
> > > > > > > > > > > COMPILE_HDF=0
> > > > > > > > > > > COMPILE_HDFEOS=0
> > > > > > > > > >
> > > > > > > > > > did not propagate down to the MET installation.
If those
> > two
> > > > > > values
> > > > > > > > are
> > > > > > > > > > set to 0 then "--enable-modis" should not be set
in the
> > call
> > > to
> > > > > > > > configure
> > > > > > > > > > when configuring MET.
> > > > > > > > > >
> > > > > > > > > > I have fixed up the script and am testing it now.
I'll
> let
> > > you
> > > > > > know
> > > > > > > > once
> > > > > > > > > > it is available. Thank you for helping me to
discover
> this
> > > > > > problem!
> > > > > > > > > >
> > > > > > > > > > Julie
> > > > > > > > > >
> > > > > > > > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi
via RT <
> > > > > > > > > met_help at ucar.edu>
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > >>
> > > > > > > > > >> <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > >
> > > > > > > > > >>
> > > > > > > > > >> Hi!
> > > > > > > > > >>
> > > > > > > > > >> Thank you for your support, I tried to build
using:
> > > > > > > > > >> > COMPILE_HDF=0
> > > > > > > > > >> > COMPILE_HDFEOS=0
> > > > > > > > > >>
> > > > > > > > > >> and HDF seems to compile ok. *But now it is MET
building
> > > > itself
> > > > > > > > > >> that returned with non-zero (2) status*. Looking
at log
> > > file I
> > > > > > see:
> > > > > > > > > >>
> > > > > > > > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o
directory
> > non
> > > > > > > esistente
> > > > > > > > > >> 49 | #include "hdf.h"
> > > > > > > > > >> | ^~~~~~~
> > > > > > > > > >> compilation terminated.
> > > > > > > > > >> make[5]: *** [Makefile:474: lidar2nc-lidar2nc.o]
Error 1
> > > > > > > > > >> make[5]: uscita dalla directory
> > > > > > > > > >> "/home/master/MET/met-
9.1/src/tools/other/lidar2nc"
> > > > > > > > > >> make[4]: *** [Makefile:391: all-recursive] Error
1
> > > > > > > > > >> make[4]: uscita dalla directory
> > > > > > > > > "/home/master/MET/met-9.1/src/tools/other"
> > > > > > > > > >> make[3]: *** [Makefile:373: all-recursive] Error
1
> > > > > > > > > >> make[3]: uscita dalla directory
> > > > > > "/home/master/MET/met-9.1/src/tools"
> > > > > > > > > >> make[2]: *** [Makefile:370: all-recursive] Error
1
> > > > > > > > > >> make[2]: uscita dalla directory
> > > "/home/master/MET/met-9.1/src"
> > > > > > > > > >> make[1]: *** [Makefile:425: all-recursive] Error
1
> > > > > > > > > >> make[1]: uscita dalla directory
> "/home/master/MET/met-9.1"
> > > > > > > > > >> make: *** [Makefile:366: all] Error 2
> > > > > > > > > >>
> > > > > > > > > >> How can I fix it? In attachment config and make
log
> files.
> > > > > > > > > >>
> > > > > > > > > >> Thank you again,
> > > > > > > > > >> Fabio.
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie
> Prestopnik
> > > via
> > > > > RT <
> > > > > > > > > >> met_help at ucar.edu> ha scritto:
> > > > > > > > > >>
> > > > > > > > > >> > Hi Fabio.
> > > > > > > > > >> >
> > > > > > > > > >> > I see that you are having trouble compiling
HDF4.
> HDF4
> > is
> > > > an
> > > > > > > > optional
> > > > > > > > > >> > library needed only by MET if you would like to
use
> the
> > > > > > > MODIS-regrid
> > > > > > > > > >> tool,
> > > > > > > > > >> > which reformats gridded MODIS data from HDF
into a
> > gridded
> > > > > > NetCDF
> > > > > > > > > format
> > > > > > > > > >> > that MET can read. Is the MDOIS-regrid tool a
tool
> that
> > > you
> > > > > > would
> > > > > > > > > like
> > > > > > > > > >> to
> > > > > > > > > >> > use? If so, please send us the config.log file
and
> the
> > > > > make.log
> > > > > > > > > >> located in
> > > > > > > > > >> > your
/home/master/MET/external_libs/hdf/HDF4.2r3/hdf
> > > > > directory,
> > > > > > so
> > > > > > > > > that
> > > > > > > > > >> we
> > > > > > > > > >> > can try to figure out what the problem is. If
not,
> > please
> > > > > open
> > > > > > > the
> > > > > > > > > >> > compile_MET_all.sh with the editor of your
choice and
> > > > change:
> > > > > > > > > >> >
> > > > > > > > > >> > > COMPILE_HDF=1
> > > > > > > > > >> > > COMPILE_HDFEOS=1
> > > > > > > > > >> >
> > > > > > > > > >> > to
> > > > > > > > > >> >
> > > > > > > > > >> > > COMPILE_HDF=0
> > > > > > > > > >> > > COMPILE_HDFEOS=0
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >> > and then rerun the script. Please let us know
if you
> > have
> > > > any
> > > > > > > > > >> questions.
> > > > > > > > > >> >
> > > > > > > > > >> > Thanks!
> > > > > > > > > >> >
> > > > > > > > > >> > Julie
> > > > > > > > > >> >
> > > > > > > > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio F.Gervasi
via
> RT <
> > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > >> > wrote:
> > > > > > > > > >> >
> > > > > > > > > >> > >
> > > > > > > > > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was
acted
> > upon.
> > > > > > > > > >> > > Transaction: Ticket created by
> > > fabio.gervasi70 at gmail.com
> > > > > > > > > >> > > Queue: met_help
> > > > > > > > > >> > > Subject: MET lib (HDF) compiling problem
> > > > > > > > > >> > > Owner: Nobody
> > > > > > > > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > > > > > > > >> > > Status: new
> > > > > > > > > >> > > Ticket <URL:
> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > > > > > >> >
> > > > > > > > > >> > >
> > > > > > > > > >> > >
> > > > > > > > > >> > > Hi,
> > > > > > > > > >> > >
> > > > > > > > > >> > > I'm trying to install MET from here:
> > > > > > > > > >> > >
> > > > > > > > > >>
> > > > > > > >
> > > > > >
> > > >
> > https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > > > > > > > >> > on
> > > > > > > > > >> > > my Fedora 32 Linux 64bit machine.
> > > > > > > > > >> > > I set the following env var:
> > > > > > > > > >> > >
> > > > > > > > > >> > > export TEST_BASE=/home/master/MET
> > > > > > > > > >> > > export COMPILER=gnu
> > > > > > > > > >> > > export MET_SUBDIR=/home/master/MET/
> > > > > > > > > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > > > > > > > >> > > export USE_MODULES=FALSE
> > > > > > > > > >> > >
> > > > > > > > > >> > > Then I run: ./compile_MET_all.sh
> > > > > > > > > >> > >
> > > > > > > > > >> > > but when the process try to build HDF, it
stops with
> > > "make
> > > > > > > > returned
> > > > > > > > > >> with
> > > > > > > > > >> > > non-zero (2) status"
> > > > > > > > > >> > > and make.log get the error:
> > > > > > > > > >> > >
> > > > > > > > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o mfgrff.o
> mfgrff.f
> > > > > > > > > >> > > mfgrff.f:155:48:
> > > > > > > > > >> > >
> > > > > > > > > >> > > 132 | mgsnatt = mgisattr(riid, name,
nt,
> > count,
> > > > > data,
> > > > > > > > > >> len(name))
> > > > > > > > > >> > > |
> > 2
> > > > > > > > > >> > > ......
> > > > > > > > > >> > > 155 | mgsattr = mgisattr(riid, name,
nt,
> > count,
> > > > > data,
> > > > > > > > > >> len(name))
> > > > > > > > > >> > > |
> > 1
> > > > > > > > > >> > > Error: Type mismatch between actual argument
at (1)
> > and
> > > > > actual
> > > > > > > > > >> argument
> > > > > > > > > >> > at
> > > > > > > > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > > > > > > > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error 1
> > > > > > > > > >> > > make[3]: uscita dalla directory
> > > > > > > > > >> > >
> "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > > > > > > > >> > > make[2]: uscita dalla directory
> > > > > > > > > >> > >
> "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > > > >> > > make[1]: *** [Makefile:216: all-recursive]
Error 1
> > > > > > > > > >> > > make[1]: uscita dalla directory
> > > > > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > > > > > > > >> > > make: *** [Makefile:270: all-recursive] Error
1
> > > > > > > > > >> > >
> > > > > > > > > >> > > Where do I wrong?
> > > > > > > > > >> > >
> > > > > > > > > >> > > Thank you very much,
> > > > > > > > > >> > > Fabio.
> > > > > > > > > >> > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >> > --
> > > > > > > > > >> > Julie Prestopnik (she/her/hers)
> > > > > > > > > >> > Software Engineer
> > > > > > > > > >> > National Center for Atmospheric Research
> > > > > > > > > >> > Research Applications Laboratory
> > > > > > > > > >> > Phone: 303.497.8399
> > > > > > > > > >> > Email: jpresto at ucar.edu
> > > > > > > > > >> >
> > > > > > > > > >> > My working day may not be your working day.
Please do
> > not
> > > > > feel
> > > > > > > > > obliged
> > > > > > > > > >> to
> > > > > > > > > >> > reply to this email outside of your normal
working
> > hours.
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > > > Software Engineer
> > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > >
> > > > > > > > > > My working day may not be your working day.
Please do
> not
> > > feel
> > > > > > > obliged
> > > > > > > > > to
> > > > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > > Software Engineer
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > > My working day may not be your working day. Please
do not
> > feel
> > > > > > obliged
> > > > > > > > to
> > > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > Software Engineer
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > > My working day may not be your working day. Please do
not feel
> > > > obliged
> > > > > > to
> > > > > > > reply to this email outside of your normal working
hours.
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik (she/her/hers)
> > > > > Software Engineer
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > > --
> > > Julie Prestopnik (she/her/hers)
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day. Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> >
>
> --
> Julie Prestopnik (she/her/hers)
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Julie Prestopnik
Time: Wed Aug 26 17:25:42 2020
Hi Fabio.
When searching for this error online:
> Error: Rank mismatch between actual argument at (1) and actual
argument at
> (2) (rank-1 and scalar)
>
I see some reports of problems when people are using gcc version 10.
I see
that you are using gcc version 10.2.1. By any chance, do you have an
older
version of the compiler that you could use instead? I think we've
tested
using gcc version 8.3.0.
I'm not sure if that is the solution or not, but if you have access to
an
older compiler, it is worth trying. Please let me know if that is a
possibility, and if so, how it goes. If not, please let me know as
well,
and we'll try to figure out best how to proceed. One option could be
running MET in a Docker container.
Julie
On Wed, Aug 26, 2020 at 12:25 PM Fabio F.Gervasi via RT
<met_help at ucar.edu>
wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
>
> Hi,
>
> so, I followed your instructions, but:
>
> *1) *tar -cvf BUFRLIB_v11-3-0.tar does not work, so I did tar -xvvf
> BUFRLIB_v11-3-0.tar in order to extract the files
> *2)* when I run gfortran -c -fno-second-underscore
`./getdefflags_F.sh`
> modv*.F moda*.F \
> > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
>
> I obtain this (not not what you said):
> endiantest.c:33:1: warning: return type defaults to ‘int’ [-
Wimplicit-int]
> 33 | main()
> | ^~~~
> ufbtab.f:306:31:
>
> 288 | DO WHILE(IREADMG(-LUNIT,SUBSET,IDATE).GE.0)
> | 2
> ......
> 306 | 10 IF(IREADMG(-LUNIT,SUBSET,JDATE).LT.0) GOTO 25
> | 1
> Error: Rank mismatch between actual argument at (1) and actual
argument at
> (2) (rank-1 and scalar)
> ufbtab.f:534:37:
>
> 288 | DO WHILE(IREADMG(-LUNIT,SUBSET,IDATE).GE.0)
> | 2
> ......
> 534 | DO WHILE(IREADMG(-LUNIT,SUBSET,JDATE).GE.0)
> | 1
> Error: Rank mismatch between actual argument at (1) and actual
argument at
> (2) (rank-1 and scalar)
>
> *3)* The log file (for bufrlib) is empty!
>
> *4)* I don't pass any configuration file to compile_MET_all.sh
script, as I
> said on the my first email I export the env files using the terminal
before
> to compile, like this:
> export TEST_BASE=/home/master/MET
> export COMPILER=gnu
> export MET_SUBDIR=/home/master/MET/
> export MET_TARBALL=met-9.1.20200810.tar.gz
> export USE_MODULES=FALSE
> export CFLAGS='-g -O2'
> export CXXFLAGS='-g'
> export FFLAGS='-g -O2'
>
> Considering all these problems and perplexities I did not go further
... I
> hope you can tell me where I am wrong and how I can go on...!
>
>
>
> Il giorno mer 26 ago 2020 alle ore 19:40 Julie Prestopnik via RT <
> met_help at ucar.edu> ha scritto:
>
> > Ah! My mistake - I had you add *-DUNDERSCORE* to the wrong line!
My
> > apologies.
> >
> > Could you please remove *-DUNDERSCORE* from this line:
> >
> > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > ${FC} -c *-DUNDERSCORE* -fno-second-underscore
`./getdefflags_F.sh`
> > > modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
2>&1
> >
> >
> > I see that it is already present where it should be on this line:
> >
> > > ${CC} -c -DUNDERSCORE `./getdefflags_C.sh` *.c >> make.log 2>&1
> > >
> >
> > Let's try having you compile BUFRLIB by hand.
> >
> > Please try executing the following commands:
> >
> > cd /home/master/MET/external_libs/bufrlib/BUFRLIB_v11.3.0
> > > rm *
> > > cp /home/master/MET/tar_files/BUFRLIB_v11-3-0.tar .
> > > tar -cvf BUFRLIB_v11-3-0.tar
> > > gcc -c -DUNDERSCORE `./getdefflags_C.sh` *.c >> make.log
> > > gfortran -c -fno-second-underscore `./getdefflags_F.sh` modv*.F
> moda*.F \
> > > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
> > > ar crv libbufr.a *.o
> > > cp *.a /home/master/MET/external_libs//lib
> >
> >
> > Note that when running the gfortran line you may receive the
following
> > output:
> >
> > > ./getdefflags_F.sh: 54: ./getdefflags_F.sh: -o: not found
> > > ./getdefflags_F.sh: 1: ./getdefflags_F.sh: ./endiantest: not
found
> > > ./getdefflags_F.sh: 56: [: =: unexpected operator
> > >
> > That should be ok. Please just let the compilation finish.
Please send
> me
> > the make.log file from that directory.
> >
> > Then, in the configuration file that you pass to
compile_MET_all.sh
> please
> > add the following:
> >
> > > export MET_BUFRLIB=${EXTERNAL_LIBS}/lib
> > > export BUFRLIB_NAME=-lbufr
> >
> >
> > and try rerunning compile_MET_all.sh. If it does not work, please
send
> me
> > your config.log file and your make.log file from MET (maybe change
either
> > the name of the make.log file for BUFRLIB or the make.log file for
MET so
> > there is not a name conflict).
> >
> > Thank you for your patience while we work through this issue.
> >
> > Julie
> >
> >
> >
> > On Wed, Aug 26, 2020 at 10:40 AM Fabio F.Gervasi via RT <
> met_help at ucar.edu
> > >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > >
> > > Hi!
> > >
> > > Yes, libbufr.a is in the /home/master/MET/external_libs/lib
> > >
> > > But using *-DUNDERSCORE* as you suggest to me I get another
error
> now...
> > >
> > > I attach you again make e config!
> > >
> > > Fabio.
> > >
> > >
> > > Il giorno mer 26 ago 2020 alle ore 17:59 Julie Prestopnik via RT
<
> > > met_help at ucar.edu> ha scritto:
> > >
> > > > Hi Fabio.
> > > >
> > > > Thank you for modifying those. I see the problem persists.
You are
> > still
> > > > getting a compilation error from the pb2nc tool in MET. That
tool
> > links
> > > to
> > > > the BUFRLIB library, which is one of the dependencies for the
MET
> > > > software. And linking to that library is where the errors are
> > occurring:
> > > >
> > > > > /home/master/MET/met-
9.1/src/tools/other/pb2nc/numpbmsg.f:23:
> > undefined
> > > > > reference to `ufbtab_'
> > > > >
> > > >
> > > > In your config.log file, I can see that you are linking to
BUFRLIB in
> > > this
> > > > directory:
> > > >
> > > > > MET_BUFRLIB='/home/master/MET/external_libs/lib'
> > > >
> > > >
> > > > So first, check to see if this file exists (and I'm guessing
that it
> > > will):
> > > > ls /home/master/MET/external_libs/lib/libbufr.a
> > > >
> > > > The problem you're experiencing is typically due to BUFRLIB
not being
> > > > compiled with the -DUNDERSCORE and -fno-second-underscore
options,
> > which
> > > > would cause this type of error. The compile script should
handle
> this
> > > for
> > > > you, but I see in the compile script that we're only
> > > > using -fno-second-underscore for the GNU set of compilers and
not
> > > > -DUNDERSCORE. However, I was able to get a successful build
of MET
> > using
> > > > the script using the GNU set of compilers without using
-DUNDERSCORE,
> > > >
> > > > In the compile script, please try changing the following line
(2nd
> line
> > > > below):
> > > >
> > > > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > > > ${FC} -c -fno-second-underscore `./getdefflags_F.sh`
modv*.F
> > > moda*.F
> > > > > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log 2>&1
> > > > >
> > > >
> > > > to the following to include "-DUNDERSCORE":
> > > >
> > > > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > > > ${FC} -c *-DUNDERSCORE* -fno-second-underscore
> > `./getdefflags_F.sh`
> > > > > modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >>
make.log
> 2>&1
> > > >
> > > >
> > > > and then rerun the script.
> > > >
> > > > This part of compiling MET is tricky... where C++ code needs
to talk
> to
> > > > FORTRAN code, and we need to get the options exactly correct
for it
> to
> > > > work.
> > > >
> > > > Please follow up and let me know how it goes. If it works,
I'll make
> > the
> > > > change in the script on our webpage and will upload the new
script.
> > > >
> > > > I hope this helps!
> > > >
> > > > Julie
> > > >
> > > > On Tue, Aug 25, 2020 at 11:16 PM Fabio F.Gervasi via RT <
> > > met_help at ucar.edu
> > > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > > > >
> > > > > Hi Julie,
> > > > >
> > > > > yes I have a my .bash_profile, so I tried to recompile
everything
> > > using:
> > > > > CFLAGS='-g -O2'
> > > > > CXXFLAGS='-g'
> > > > > FFLAGS='-g -O2'
> > > > >
> > > > > but it seems the same...
> > > > > In attachment the new logs.
> > > > >
> > > > > Fabio.
> > > > >
> > > > >
> > > > > Il giorno mar 25 ago 2020 alle ore 20:13 Julie Prestopnik
via RT <
> > > > > met_help at ucar.edu> ha scritto:
> > > > >
> > > > > > Hi Fabio.
> > > > > >
> > > > > > Thank you for sending your config.log and make.log file.
> > > > > >
> > > > > > It looks like you have the following set:
> > > > > > CFLAGS='-O3 -fPIC'
> > > > > > CXXFLAGS='-O3'
> > > > > > FFLAGS='-m64 -fPIC'
> > > > > >
> > > > > > Perhaps they are set in your .cshrc or .bashrc file?
> > > > > >
> > > > > > Could you please change those values to the following and
then
> > > > recompile
> > > > > > MET and its dependent libraries?
> > > > > > CFLAGS='-g -O2'
> > > > > > CXXFLAGS='-g'
> > > > > > FFLAGS='-g -O2'
> > > > > >
> > > > > > Please let us know how that goes.
> > > > > >
> > > > > > Julie
> > > > > >
> > > > > > On Tue, Aug 25, 2020 at 11:05 AM Fabio F.Gervasi via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> >
> > > > > > >
> > > > > > > Hi Julie!
> > > > > > >
> > > > > > > Your script unfortunately still returned with non-zero
(2)
> > > status...
> > > > In
> > > > > > > attachment the MET make log, for your check...
> > > > > > >
> > > > > > > Thanks for the link, if I have any doubts or problems I
will
> > open a
> > > > new
> > > > > > > ticket.
> > > > > > >
> > > > > > > Fabio.
> > > > > > >
> > > > > > > PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
> > > > > > >
> > > > > > > Il giorno mar 25 ago 2020 alle ore 18:14 Julie
Prestopnik via
> RT
> > <
> > > > > > > met_help at ucar.edu> ha scritto:
> > > > > > >
> > > > > > > > Hi Fabio.
> > > > > > > >
> > > > > > > > Thanks for keeping MET in mind and revisiting working
with
> it!
> > > It
> > > > > > looks
> > > > > > > > like you will not currently be needing the lidar2nc
> > > > functionality. I
> > > > > > > added
> > > > > > > > a quick fix to the compilation script to address this
> issue. I
> > > did
> > > > > not
> > > > > > > > post it to the website, however, as I'd like to
improve the
> > > > > > functionality
> > > > > > > > even more. I have attached it to this email for you.
> > > > > > > >
> > > > > > > > Regarding the file that you attached, I see that there
are 8
> > > > columns.
> > > > > > > MET
> > > > > > > > has changed quite a lot from version 3 and ascii2nc
now
> expects
> > > the
> > > > > > > > observation file to have 11 columns. You can view the
> current
> > > > > > > > documentation for ascii2nc at this link:
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> > > > > > > > There are descriptions of the 11 required columns.
Please
> let
> > us
> > > > > know
> > > > > > if
> > > > > > > > you have any questions.
> > > > > > > >
> > > > > > > > Please let us know how the build goes using the new
script.
> > > Please
> > > > > > also
> > > > > > > > remember to reset COMPILE_HDF and COMPILE_HDFEOS to 0
(they
> are
> > > > > > currently
> > > > > > > > set to 1).
> > > > > > > >
> > > > > > > > Thanks!
> > > > > > > >
> > > > > > > > Julie
> > > > > > > >
> > > > > > > > On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via
RT <
> > > > > > > met_help at ucar.edu
> > > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > >
> > > > > > > > >
> > > > > > > > > Hi Julie,
> > > > > > > > >
> > > > > > > > > I used MET many years ago (version 3) but I am not
an
> > expert. I
> > > > can
> > > > > > > tell
> > > > > > > > > you that what I was doing is taking data from our
weather
> > > > network,
> > > > > > > then I
> > > > > > > > > used ascii2nc and point_stat. Then plot the
comparison
> > between
> > > > the
> > > > > > > > weather
> > > > > > > > > station data vs. the output of the WRF model. I
don't know
> if
> > > > with
> > > > > > > > version
> > > > > > > > > 9 of MET my scripts will still work, but in the
meantime I
> am
> > > > > > attaching
> > > > > > > > > what data I have to use with MET now. What do you
think
> about
> > > it?
> > > > > > > > >
> > > > > > > > > Fabio.
> > > > > > > > >
> > > > > > > > > PS: ok let me know about fixing, I'm glad I found
something
> > > > useful
> > > > > > for
> > > > > > > > you
> > > > > > > > > too!
> > > > > > > > >
> > > > > > > > > Il giorno mar 25 ago 2020 alle ore 01:15 Julie
Prestopnik
> via
> > > RT
> > > > <
> > > > > > > > > met_help at ucar.edu> ha scritto:
> > > > > > > > >
> > > > > > > > > > Fabio,
> > > > > > > > > >
> > > > > > > > > > One more thing to note. HDF4 is actually also
required
> for
> > > the
> > > > > > > lidar2nc
> > > > > > > > > > tool. Is the lidar2nc tool a tool that you would
like to
> > > use?
> > > > > > > > > >
> > > > > > > > > > Thanks!
> > > > > > > > > > Julie
> > > > > > > > > >
> > > > > > > > > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik <
> > > > > jpresto at ucar.edu
> > > > > > >
> > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > Hi Fabio. Thank you for the update.
> > > > > > > > > > >
> > > > > > > > > > > I can see in the script that setting:
> > > > > > > > > > > > COMPILE_HDF=0
> > > > > > > > > > > > COMPILE_HDFEOS=0
> > > > > > > > > > >
> > > > > > > > > > > did not propagate down to the MET installation.
If
> those
> > > two
> > > > > > > values
> > > > > > > > > are
> > > > > > > > > > > set to 0 then "--enable-modis" should not be set
in the
> > > call
> > > > to
> > > > > > > > > configure
> > > > > > > > > > > when configuring MET.
> > > > > > > > > > >
> > > > > > > > > > > I have fixed up the script and am testing it
now. I'll
> > let
> > > > you
> > > > > > > know
> > > > > > > > > once
> > > > > > > > > > > it is available. Thank you for helping me to
discover
> > this
> > > > > > > problem!
> > > > > > > > > > >
> > > > > > > > > > > Julie
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio F.Gervasi
via RT
> <
> > > > > > > > > > met_help at ucar.edu>
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > >>
> > > > > > > > > > >> <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > >
> > > > > > > > > > >>
> > > > > > > > > > >> Hi!
> > > > > > > > > > >>
> > > > > > > > > > >> Thank you for your support, I tried to build
using:
> > > > > > > > > > >> > COMPILE_HDF=0
> > > > > > > > > > >> > COMPILE_HDFEOS=0
> > > > > > > > > > >>
> > > > > > > > > > >> and HDF seems to compile ok. *But now it is MET
> building
> > > > > itself
> > > > > > > > > > >> that returned with non-zero (2) status*.
Looking at
> log
> > > > file I
> > > > > > > see:
> > > > > > > > > > >>
> > > > > > > > > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o
> directory
> > > non
> > > > > > > > esistente
> > > > > > > > > > >> 49 | #include "hdf.h"
> > > > > > > > > > >> | ^~~~~~~
> > > > > > > > > > >> compilation terminated.
> > > > > > > > > > >> make[5]: *** [Makefile:474: lidar2nc-
lidar2nc.o]
> Error 1
> > > > > > > > > > >> make[5]: uscita dalla directory
> > > > > > > > > > >> "/home/master/MET/met-
9.1/src/tools/other/lidar2nc"
> > > > > > > > > > >> make[4]: *** [Makefile:391: all-recursive]
Error 1
> > > > > > > > > > >> make[4]: uscita dalla directory
> > > > > > > > > > "/home/master/MET/met-9.1/src/tools/other"
> > > > > > > > > > >> make[3]: *** [Makefile:373: all-recursive]
Error 1
> > > > > > > > > > >> make[3]: uscita dalla directory
> > > > > > > "/home/master/MET/met-9.1/src/tools"
> > > > > > > > > > >> make[2]: *** [Makefile:370: all-recursive]
Error 1
> > > > > > > > > > >> make[2]: uscita dalla directory
> > > > "/home/master/MET/met-9.1/src"
> > > > > > > > > > >> make[1]: *** [Makefile:425: all-recursive]
Error 1
> > > > > > > > > > >> make[1]: uscita dalla directory
> > "/home/master/MET/met-9.1"
> > > > > > > > > > >> make: *** [Makefile:366: all] Error 2
> > > > > > > > > > >>
> > > > > > > > > > >> How can I fix it? In attachment config and make
log
> > files.
> > > > > > > > > > >>
> > > > > > > > > > >> Thank you again,
> > > > > > > > > > >> Fabio.
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >> Il giorno lun 24 ago 2020 alle ore 16:26 Julie
> > Prestopnik
> > > > via
> > > > > > RT <
> > > > > > > > > > >> met_help at ucar.edu> ha scritto:
> > > > > > > > > > >>
> > > > > > > > > > >> > Hi Fabio.
> > > > > > > > > > >> >
> > > > > > > > > > >> > I see that you are having trouble compiling
HDF4.
> > HDF4
> > > is
> > > > > an
> > > > > > > > > optional
> > > > > > > > > > >> > library needed only by MET if you would like
to use
> > the
> > > > > > > > MODIS-regrid
> > > > > > > > > > >> tool,
> > > > > > > > > > >> > which reformats gridded MODIS data from HDF
into a
> > > gridded
> > > > > > > NetCDF
> > > > > > > > > > format
> > > > > > > > > > >> > that MET can read. Is the MDOIS-regrid tool
a tool
> > that
> > > > you
> > > > > > > would
> > > > > > > > > > like
> > > > > > > > > > >> to
> > > > > > > > > > >> > use? If so, please send us the config.log
file and
> > the
> > > > > > make.log
> > > > > > > > > > >> located in
> > > > > > > > > > >> > your
/home/master/MET/external_libs/hdf/HDF4.2r3/hdf
> > > > > > directory,
> > > > > > > so
> > > > > > > > > > that
> > > > > > > > > > >> we
> > > > > > > > > > >> > can try to figure out what the problem is.
If not,
> > > please
> > > > > > open
> > > > > > > > the
> > > > > > > > > > >> > compile_MET_all.sh with the editor of your
choice
> and
> > > > > change:
> > > > > > > > > > >> >
> > > > > > > > > > >> > > COMPILE_HDF=1
> > > > > > > > > > >> > > COMPILE_HDFEOS=1
> > > > > > > > > > >> >
> > > > > > > > > > >> > to
> > > > > > > > > > >> >
> > > > > > > > > > >> > > COMPILE_HDF=0
> > > > > > > > > > >> > > COMPILE_HDFEOS=0
> > > > > > > > > > >> >
> > > > > > > > > > >> >
> > > > > > > > > > >> > and then rerun the script. Please let us
know if
> you
> > > have
> > > > > any
> > > > > > > > > > >> questions.
> > > > > > > > > > >> >
> > > > > > > > > > >> > Thanks!
> > > > > > > > > > >> >
> > > > > > > > > > >> > Julie
> > > > > > > > > > >> >
> > > > > > > > > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio
F.Gervasi via
> > RT <
> > > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > > >> > wrote:
> > > > > > > > > > >> >
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > Sun Aug 23 09:59:01 2020: Request 96419 was
acted
> > > upon.
> > > > > > > > > > >> > > Transaction: Ticket created by
> > > > fabio.gervasi70 at gmail.com
> > > > > > > > > > >> > > Queue: met_help
> > > > > > > > > > >> > > Subject: MET lib (HDF) compiling
problem
> > > > > > > > > > >> > > Owner: Nobody
> > > > > > > > > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > > > > > > > > >> > > Status: new
> > > > > > > > > > >> > > Ticket <URL:
> > > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > > > > > > >> >
> > > > > > > > > > >> > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > Hi,
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > I'm trying to install MET from here:
> > > > > > > > > > >> > >
> > > > > > > > > > >>
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > > > > > > > > >> > on
> > > > > > > > > > >> > > my Fedora 32 Linux 64bit machine.
> > > > > > > > > > >> > > I set the following env var:
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > export TEST_BASE=/home/master/MET
> > > > > > > > > > >> > > export COMPILER=gnu
> > > > > > > > > > >> > > export MET_SUBDIR=/home/master/MET/
> > > > > > > > > > >> > > export MET_TARBALL=met-9.1.20200810.tar.gz
> > > > > > > > > > >> > > export USE_MODULES=FALSE
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > Then I run: ./compile_MET_all.sh
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > but when the process try to build HDF, it
stops
> with
> > > > "make
> > > > > > > > > returned
> > > > > > > > > > >> with
> > > > > > > > > > >> > > non-zero (2) status"
> > > > > > > > > > >> > > and make.log get the error:
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o
mfgrff.o
> > mfgrff.f
> > > > > > > > > > >> > > mfgrff.f:155:48:
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > 132 | mgsnatt = mgisattr(riid,
name, nt,
> > > count,
> > > > > > data,
> > > > > > > > > > >> len(name))
> > > > > > > > > > >> > > |
> > > 2
> > > > > > > > > > >> > > ......
> > > > > > > > > > >> > > 155 | mgsattr = mgisattr(riid,
name, nt,
> > > count,
> > > > > > data,
> > > > > > > > > > >> len(name))
> > > > > > > > > > >> > > |
> > > 1
> > > > > > > > > > >> > > Error: Type mismatch between actual
argument at
> (1)
> > > and
> > > > > > actual
> > > > > > > > > > >> argument
> > > > > > > > > > >> > at
> > > > > > > > > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > > > > > > > > >> > > make[3]: *** [Makefile:459: mfgrff.o] Error
1
> > > > > > > > > > >> > > make[3]: uscita dalla directory
> > > > > > > > > > >> > >
> > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > > > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > > > > > > > > >> > > make[2]: uscita dalla directory
> > > > > > > > > > >> > >
> > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > > > > >> > > make[1]: *** [Makefile:216: all-recursive]
Error 1
> > > > > > > > > > >> > > make[1]: uscita dalla directory
> > > > > > > > > > >> > >
"/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > > > > > > > > >> > > make: *** [Makefile:270: all-recursive]
Error 1
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > Where do I wrong?
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > Thank you very much,
> > > > > > > > > > >> > > Fabio.
> > > > > > > > > > >> > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >> > --
> > > > > > > > > > >> > Julie Prestopnik (she/her/hers)
> > > > > > > > > > >> > Software Engineer
> > > > > > > > > > >> > National Center for Atmospheric Research
> > > > > > > > > > >> > Research Applications Laboratory
> > > > > > > > > > >> > Phone: 303.497.8399
> > > > > > > > > > >> > Email: jpresto at ucar.edu
> > > > > > > > > > >> >
> > > > > > > > > > >> > My working day may not be your working day.
Please
> do
> > > not
> > > > > > feel
> > > > > > > > > > obliged
> > > > > > > > > > >> to
> > > > > > > > > > >> > reply to this email outside of your normal
working
> > > hours.
> > > > > > > > > > >> >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > > > > Software Engineer
> > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > >
> > > > > > > > > > > My working day may not be your working day.
Please do
> > not
> > > > feel
> > > > > > > > obliged
> > > > > > > > > > to
> > > > > > > > > > > reply to this email outside of your normal
working
> hours.
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > > > Software Engineer
> > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > >
> > > > > > > > > > My working day may not be your working day.
Please do
> not
> > > feel
> > > > > > > obliged
> > > > > > > > > to
> > > > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > Software Engineer
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > > > My working day may not be your working day. Please do
not
> feel
> > > > > obliged
> > > > > > > to
> > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik (she/her/hers)
> > > > > > Software Engineer
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > > My working day may not be your working day. Please do not
feel
> > > obliged
> > > > > to
> > > > > > reply to this email outside of your normal working hours.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > > Julie Prestopnik (she/her/hers)
> > > > Software Engineer
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > > My working day may not be your working day. Please do not
feel
> obliged
> > > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > >
> >
> > --
> > Julie Prestopnik (she/her/hers)
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day. Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
>
--
Julie Prestopnik (she/her/hers)
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu
My working day may not be your working day. Please do not feel
obliged to
reply to this email outside of your normal working hours.
------------------------------------------------
Subject: MET lib (HDF) compiling problem
From: Fabio F.Gervasi
Time: Wed Aug 26 23:11:58 2020
Hi Julie,
I can't use an older version of gcc...
If possibile, I prefer to fix "normally". Anyway I can to wait for
this if
for you everything is all more complicated, don't worry!
Fabio.
Il gio 27 ago 2020, 01:25 Julie Prestopnik via RT <met_help at ucar.edu>
ha
scritto:
> Hi Fabio.
>
> When searching for this error online:
>
> > Error: Rank mismatch between actual argument at (1) and actual
argument
> at
> > (2) (rank-1 and scalar)
> >
>
> I see some reports of problems when people are using gcc version 10.
I see
> that you are using gcc version 10.2.1. By any chance, do you have
an older
> version of the compiler that you could use instead? I think we've
tested
> using gcc version 8.3.0.
>
> I'm not sure if that is the solution or not, but if you have access
to an
> older compiler, it is worth trying. Please let me know if that is a
> possibility, and if so, how it goes. If not, please let me know as
well,
> and we'll try to figure out best how to proceed. One option could
be
> running MET in a Docker container.
>
> Julie
>
> On Wed, Aug 26, 2020 at 12:25 PM Fabio F.Gervasi via RT
<met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> >
> > Hi,
> >
> > so, I followed your instructions, but:
> >
> > *1) *tar -cvf BUFRLIB_v11-3-0.tar does not work, so I did tar
-xvvf
> > BUFRLIB_v11-3-0.tar in order to extract the files
> > *2)* when I run gfortran -c -fno-second-underscore
`./getdefflags_F.sh`
> > modv*.F moda*.F \
> > > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
> >
> > I obtain this (not not what you said):
> > endiantest.c:33:1: warning: return type defaults to ‘int’
> [-Wimplicit-int]
> > 33 | main()
> > | ^~~~
> > ufbtab.f:306:31:
> >
> > 288 | DO WHILE(IREADMG(-LUNIT,SUBSET,IDATE).GE.0)
> > | 2
> > ......
> > 306 | 10 IF(IREADMG(-LUNIT,SUBSET,JDATE).LT.0) GOTO 25
> > | 1
> > Error: Rank mismatch between actual argument at (1) and actual
argument
> at
> > (2) (rank-1 and scalar)
> > ufbtab.f:534:37:
> >
> > 288 | DO WHILE(IREADMG(-LUNIT,SUBSET,IDATE).GE.0)
> > | 2
> > ......
> > 534 | DO WHILE(IREADMG(-LUNIT,SUBSET,JDATE).GE.0)
> > | 1
> > Error: Rank mismatch between actual argument at (1) and actual
argument
> at
> > (2) (rank-1 and scalar)
> >
> > *3)* The log file (for bufrlib) is empty!
> >
> > *4)* I don't pass any configuration file to compile_MET_all.sh
script,
> as I
> > said on the my first email I export the env files using the
terminal
> before
> > to compile, like this:
> > export TEST_BASE=/home/master/MET
> > export COMPILER=gnu
> > export MET_SUBDIR=/home/master/MET/
> > export MET_TARBALL=met-9.1.20200810.tar.gz
> > export USE_MODULES=FALSE
> > export CFLAGS='-g -O2'
> > export CXXFLAGS='-g'
> > export FFLAGS='-g -O2'
> >
> > Considering all these problems and perplexities I did not go
further ...
> I
> > hope you can tell me where I am wrong and how I can go on...!
> >
> >
> >
> > Il giorno mer 26 ago 2020 alle ore 19:40 Julie Prestopnik via RT <
> > met_help at ucar.edu> ha scritto:
> >
> > > Ah! My mistake - I had you add *-DUNDERSCORE* to the wrong
line! My
> > > apologies.
> > >
> > > Could you please remove *-DUNDERSCORE* from this line:
> > >
> > > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > > ${FC} -c *-DUNDERSCORE* -fno-second-underscore
> `./getdefflags_F.sh`
> > > > modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >>
make.log 2>&1
> > >
> > >
> > > I see that it is already present where it should be on this
line:
> > >
> > > > ${CC} -c -DUNDERSCORE `./getdefflags_C.sh` *.c >> make.log
2>&1
> > > >
> > >
> > > Let's try having you compile BUFRLIB by hand.
> > >
> > > Please try executing the following commands:
> > >
> > > cd /home/master/MET/external_libs/bufrlib/BUFRLIB_v11.3.0
> > > > rm *
> > > > cp /home/master/MET/tar_files/BUFRLIB_v11-3-0.tar .
> > > > tar -cvf BUFRLIB_v11-3-0.tar
> > > > gcc -c -DUNDERSCORE `./getdefflags_C.sh` *.c >> make.log
> > > > gfortran -c -fno-second-underscore `./getdefflags_F.sh`
modv*.F
> > moda*.F \
> > > > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log
> > > > ar crv libbufr.a *.o
> > > > cp *.a /home/master/MET/external_libs//lib
> > >
> > >
> > > Note that when running the gfortran line you may receive the
following
> > > output:
> > >
> > > > ./getdefflags_F.sh: 54: ./getdefflags_F.sh: -o: not found
> > > > ./getdefflags_F.sh: 1: ./getdefflags_F.sh: ./endiantest: not
found
> > > > ./getdefflags_F.sh: 56: [: =: unexpected operator
> > > >
> > > That should be ok. Please just let the compilation finish.
Please
> send
> > me
> > > the make.log file from that directory.
> > >
> > > Then, in the configuration file that you pass to
compile_MET_all.sh
> > please
> > > add the following:
> > >
> > > > export MET_BUFRLIB=${EXTERNAL_LIBS}/lib
> > > > export BUFRLIB_NAME=-lbufr
> > >
> > >
> > > and try rerunning compile_MET_all.sh. If it does not work,
please send
> > me
> > > your config.log file and your make.log file from MET (maybe
change
> either
> > > the name of the make.log file for BUFRLIB or the make.log file
for MET
> so
> > > there is not a name conflict).
> > >
> > > Thank you for your patience while we work through this issue.
> > >
> > > Julie
> > >
> > >
> > >
> > > On Wed, Aug 26, 2020 at 10:40 AM Fabio F.Gervasi via RT <
> > met_help at ucar.edu
> > > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
>
> > > >
> > > > Hi!
> > > >
> > > > Yes, libbufr.a is in the /home/master/MET/external_libs/lib
> > > >
> > > > But using *-DUNDERSCORE* as you suggest to me I get another
error
> > now...
> > > >
> > > > I attach you again make e config!
> > > >
> > > > Fabio.
> > > >
> > > >
> > > > Il giorno mer 26 ago 2020 alle ore 17:59 Julie Prestopnik via
RT <
> > > > met_help at ucar.edu> ha scritto:
> > > >
> > > > > Hi Fabio.
> > > > >
> > > > > Thank you for modifying those. I see the problem persists.
You are
> > > still
> > > > > getting a compilation error from the pb2nc tool in MET.
That tool
> > > links
> > > > to
> > > > > the BUFRLIB library, which is one of the dependencies for
the MET
> > > > > software. And linking to that library is where the errors
are
> > > occurring:
> > > > >
> > > > > > /home/master/MET/met-
9.1/src/tools/other/pb2nc/numpbmsg.f:23:
> > > undefined
> > > > > > reference to `ufbtab_'
> > > > > >
> > > > >
> > > > > In your config.log file, I can see that you are linking to
BUFRLIB
> in
> > > > this
> > > > > directory:
> > > > >
> > > > > > MET_BUFRLIB='/home/master/MET/external_libs/lib'
> > > > >
> > > > >
> > > > > So first, check to see if this file exists (and I'm guessing
that
> it
> > > > will):
> > > > > ls /home/master/MET/external_libs/lib/libbufr.a
> > > > >
> > > > > The problem you're experiencing is typically due to BUFRLIB
not
> being
> > > > > compiled with the -DUNDERSCORE and -fno-second-underscore
options,
> > > which
> > > > > would cause this type of error. The compile script should
handle
> > this
> > > > for
> > > > > you, but I see in the compile script that we're only
> > > > > using -fno-second-underscore for the GNU set of compilers
and not
> > > > > -DUNDERSCORE. However, I was able to get a successful build
of MET
> > > using
> > > > > the script using the GNU set of compilers without using
> -DUNDERSCORE,
> > > > >
> > > > > In the compile script, please try changing the following
line (2nd
> > line
> > > > > below):
> > > > >
> > > > > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > > > > ${FC} -c -fno-second-underscore `./getdefflags_F.sh`
modv*.F
> > > > moda*.F
> > > > > > `ls -1 *.F *.f | grep -v "mod[av]_"` >> make.log 2>&1
> > > > > >
> > > > >
> > > > > to the following to include "-DUNDERSCORE":
> > > > >
> > > > > > if [[ ${COMPILER_FAMILY} == "gnu" ]]; then
> > > > > > ${FC} -c *-DUNDERSCORE* -fno-second-underscore
> > > `./getdefflags_F.sh`
> > > > > > modv*.F moda*.F `ls -1 *.F *.f | grep -v "mod[av]_"` >>
make.log
> > 2>&1
> > > > >
> > > > >
> > > > > and then rerun the script.
> > > > >
> > > > > This part of compiling MET is tricky... where C++ code needs
to
> talk
> > to
> > > > > FORTRAN code, and we need to get the options exactly correct
for it
> > to
> > > > > work.
> > > > >
> > > > > Please follow up and let me know how it goes. If it works,
I'll
> make
> > > the
> > > > > change in the script on our webpage and will upload the new
script.
> > > > >
> > > > > I hope this helps!
> > > > >
> > > > > Julie
> > > > >
> > > > > On Tue, Aug 25, 2020 at 11:16 PM Fabio F.Gervasi via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419 >
> > > > > >
> > > > > > Hi Julie,
> > > > > >
> > > > > > yes I have a my .bash_profile, so I tried to recompile
everything
> > > > using:
> > > > > > CFLAGS='-g -O2'
> > > > > > CXXFLAGS='-g'
> > > > > > FFLAGS='-g -O2'
> > > > > >
> > > > > > but it seems the same...
> > > > > > In attachment the new logs.
> > > > > >
> > > > > > Fabio.
> > > > > >
> > > > > >
> > > > > > Il giorno mar 25 ago 2020 alle ore 20:13 Julie Prestopnik
via RT
> <
> > > > > > met_help at ucar.edu> ha scritto:
> > > > > >
> > > > > > > Hi Fabio.
> > > > > > >
> > > > > > > Thank you for sending your config.log and make.log file.
> > > > > > >
> > > > > > > It looks like you have the following set:
> > > > > > > CFLAGS='-O3 -fPIC'
> > > > > > > CXXFLAGS='-O3'
> > > > > > > FFLAGS='-m64 -fPIC'
> > > > > > >
> > > > > > > Perhaps they are set in your .cshrc or .bashrc file?
> > > > > > >
> > > > > > > Could you please change those values to the following
and then
> > > > > recompile
> > > > > > > MET and its dependent libraries?
> > > > > > > CFLAGS='-g -O2'
> > > > > > > CXXFLAGS='-g'
> > > > > > > FFLAGS='-g -O2'
> > > > > > >
> > > > > > > Please let us know how that goes.
> > > > > > >
> > > > > > > Julie
> > > > > > >
> > > > > > > On Tue, Aug 25, 2020 at 11:05 AM Fabio F.Gervasi via RT
<
> > > > > > met_help at ucar.edu
> > > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > >
> > > > > > > >
> > > > > > > > Hi Julie!
> > > > > > > >
> > > > > > > > Your script unfortunately still returned with non-zero
(2)
> > > > status...
> > > > > In
> > > > > > > > attachment the MET make log, for your check...
> > > > > > > >
> > > > > > > > Thanks for the link, if I have any doubts or problems
I will
> > > open a
> > > > > new
> > > > > > > > ticket.
> > > > > > > >
> > > > > > > > Fabio.
> > > > > > > >
> > > > > > > > PS: my gcc version 10.2.1 20200723 (Red Hat 10.2.1-1)
> > > > > > > >
> > > > > > > > Il giorno mar 25 ago 2020 alle ore 18:14 Julie
Prestopnik via
> > RT
> > > <
> > > > > > > > met_help at ucar.edu> ha scritto:
> > > > > > > >
> > > > > > > > > Hi Fabio.
> > > > > > > > >
> > > > > > > > > Thanks for keeping MET in mind and revisiting
working with
> > it!
> > > > It
> > > > > > > looks
> > > > > > > > > like you will not currently be needing the lidar2nc
> > > > > functionality. I
> > > > > > > > added
> > > > > > > > > a quick fix to the compilation script to address
this
> > issue. I
> > > > did
> > > > > > not
> > > > > > > > > post it to the website, however, as I'd like to
improve the
> > > > > > > functionality
> > > > > > > > > even more. I have attached it to this email for
you.
> > > > > > > > >
> > > > > > > > > Regarding the file that you attached, I see that
there are
> 8
> > > > > columns.
> > > > > > > > MET
> > > > > > > > > has changed quite a lot from version 3 and ascii2nc
now
> > expects
> > > > the
> > > > > > > > > observation file to have 11 columns. You can view
the
> > current
> > > > > > > > > documentation for ascii2nc at this link:
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://dtcenter.github.io/MET/Users_Guide/reformat_point.html#ascii2nc-
tool
> > > > > > > > > There are descriptions of the 11 required columns.
Please
> > let
> > > us
> > > > > > know
> > > > > > > if
> > > > > > > > > you have any questions.
> > > > > > > > >
> > > > > > > > > Please let us know how the build goes using the new
script.
> > > > Please
> > > > > > > also
> > > > > > > > > remember to reset COMPILE_HDF and COMPILE_HDFEOS to
0 (they
> > are
> > > > > > > currently
> > > > > > > > > set to 1).
> > > > > > > > >
> > > > > > > > > Thanks!
> > > > > > > > >
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > > On Tue, Aug 25, 2020 at 12:53 AM Fabio F.Gervasi via
RT <
> > > > > > > > met_help at ucar.edu
> > > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > >
> > > > > > > > > >
> > > > > > > > > > Hi Julie,
> > > > > > > > > >
> > > > > > > > > > I used MET many years ago (version 3) but I am not
an
> > > expert. I
> > > > > can
> > > > > > > > tell
> > > > > > > > > > you that what I was doing is taking data from our
weather
> > > > > network,
> > > > > > > > then I
> > > > > > > > > > used ascii2nc and point_stat. Then plot the
comparison
> > > between
> > > > > the
> > > > > > > > > weather
> > > > > > > > > > station data vs. the output of the WRF model. I
don't
> know
> > if
> > > > > with
> > > > > > > > > version
> > > > > > > > > > 9 of MET my scripts will still work, but in the
meantime
> I
> > am
> > > > > > > attaching
> > > > > > > > > > what data I have to use with MET now. What do you
think
> > about
> > > > it?
> > > > > > > > > >
> > > > > > > > > > Fabio.
> > > > > > > > > >
> > > > > > > > > > PS: ok let me know about fixing, I'm glad I found
> something
> > > > > useful
> > > > > > > for
> > > > > > > > > you
> > > > > > > > > > too!
> > > > > > > > > >
> > > > > > > > > > Il giorno mar 25 ago 2020 alle ore 01:15 Julie
Prestopnik
> > via
> > > > RT
> > > > > <
> > > > > > > > > > met_help at ucar.edu> ha scritto:
> > > > > > > > > >
> > > > > > > > > > > Fabio,
> > > > > > > > > > >
> > > > > > > > > > > One more thing to note. HDF4 is actually also
required
> > for
> > > > the
> > > > > > > > lidar2nc
> > > > > > > > > > > tool. Is the lidar2nc tool a tool that you
would like
> to
> > > > use?
> > > > > > > > > > >
> > > > > > > > > > > Thanks!
> > > > > > > > > > > Julie
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Aug 24, 2020 at 4:49 PM Julie Prestopnik
<
> > > > > > jpresto at ucar.edu
> > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > > Hi Fabio. Thank you for the update.
> > > > > > > > > > > >
> > > > > > > > > > > > I can see in the script that setting:
> > > > > > > > > > > > > COMPILE_HDF=0
> > > > > > > > > > > > > COMPILE_HDFEOS=0
> > > > > > > > > > > >
> > > > > > > > > > > > did not propagate down to the MET
installation. If
> > those
> > > > two
> > > > > > > > values
> > > > > > > > > > are
> > > > > > > > > > > > set to 0 then "--enable-modis" should not be
set in
> the
> > > > call
> > > > > to
> > > > > > > > > > configure
> > > > > > > > > > > > when configuring MET.
> > > > > > > > > > > >
> > > > > > > > > > > > I have fixed up the script and am testing it
now.
> I'll
> > > let
> > > > > you
> > > > > > > > know
> > > > > > > > > > once
> > > > > > > > > > > > it is available. Thank you for helping me to
> discover
> > > this
> > > > > > > > problem!
> > > > > > > > > > > >
> > > > > > > > > > > > Julie
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Aug 24, 2020 at 1:01 PM Fabio
F.Gervasi via
> RT
> > <
> > > > > > > > > > > met_help at ucar.edu>
> > > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > >>
> > > > > > > > > > > >> <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > > >
> > > > > > > > > > > >>
> > > > > > > > > > > >> Hi!
> > > > > > > > > > > >>
> > > > > > > > > > > >> Thank you for your support, I tried to build
using:
> > > > > > > > > > > >> > COMPILE_HDF=0
> > > > > > > > > > > >> > COMPILE_HDFEOS=0
> > > > > > > > > > > >>
> > > > > > > > > > > >> and HDF seems to compile ok. *But now it is
MET
> > building
> > > > > > itself
> > > > > > > > > > > >> that returned with non-zero (2) status*.
Looking at
> > log
> > > > > file I
> > > > > > > > see:
> > > > > > > > > > > >>
> > > > > > > > > > > >> lidar2nc.cc:49:10: fatal error: hdf.h: File o
> > directory
> > > > non
> > > > > > > > > esistente
> > > > > > > > > > > >> 49 | #include "hdf.h"
> > > > > > > > > > > >> | ^~~~~~~
> > > > > > > > > > > >> compilation terminated.
> > > > > > > > > > > >> make[5]: *** [Makefile:474: lidar2nc-
lidar2nc.o]
> > Error 1
> > > > > > > > > > > >> make[5]: uscita dalla directory
> > > > > > > > > > > >> "/home/master/MET/met-
9.1/src/tools/other/lidar2nc"
> > > > > > > > > > > >> make[4]: *** [Makefile:391: all-recursive]
Error 1
> > > > > > > > > > > >> make[4]: uscita dalla directory
> > > > > > > > > > > "/home/master/MET/met-9.1/src/tools/other"
> > > > > > > > > > > >> make[3]: *** [Makefile:373: all-recursive]
Error 1
> > > > > > > > > > > >> make[3]: uscita dalla directory
> > > > > > > > "/home/master/MET/met-9.1/src/tools"
> > > > > > > > > > > >> make[2]: *** [Makefile:370: all-recursive]
Error 1
> > > > > > > > > > > >> make[2]: uscita dalla directory
> > > > > "/home/master/MET/met-9.1/src"
> > > > > > > > > > > >> make[1]: *** [Makefile:425: all-recursive]
Error 1
> > > > > > > > > > > >> make[1]: uscita dalla directory
> > > "/home/master/MET/met-9.1"
> > > > > > > > > > > >> make: *** [Makefile:366: all] Error 2
> > > > > > > > > > > >>
> > > > > > > > > > > >> How can I fix it? In attachment config and
make log
> > > files.
> > > > > > > > > > > >>
> > > > > > > > > > > >> Thank you again,
> > > > > > > > > > > >> Fabio.
> > > > > > > > > > > >>
> > > > > > > > > > > >>
> > > > > > > > > > > >> Il giorno lun 24 ago 2020 alle ore 16:26
Julie
> > > Prestopnik
> > > > > via
> > > > > > > RT <
> > > > > > > > > > > >> met_help at ucar.edu> ha scritto:
> > > > > > > > > > > >>
> > > > > > > > > > > >> > Hi Fabio.
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > I see that you are having trouble compiling
HDF4.
> > > HDF4
> > > > is
> > > > > > an
> > > > > > > > > > optional
> > > > > > > > > > > >> > library needed only by MET if you would
like to
> use
> > > the
> > > > > > > > > MODIS-regrid
> > > > > > > > > > > >> tool,
> > > > > > > > > > > >> > which reformats gridded MODIS data from HDF
into a
> > > > gridded
> > > > > > > > NetCDF
> > > > > > > > > > > format
> > > > > > > > > > > >> > that MET can read. Is the MDOIS-regrid
tool a
> tool
> > > that
> > > > > you
> > > > > > > > would
> > > > > > > > > > > like
> > > > > > > > > > > >> to
> > > > > > > > > > > >> > use? If so, please send us the config.log
file
> and
> > > the
> > > > > > > make.log
> > > > > > > > > > > >> located in
> > > > > > > > > > > >> > your
> /home/master/MET/external_libs/hdf/HDF4.2r3/hdf
> > > > > > > directory,
> > > > > > > > so
> > > > > > > > > > > that
> > > > > > > > > > > >> we
> > > > > > > > > > > >> > can try to figure out what the problem is.
If
> not,
> > > > please
> > > > > > > open
> > > > > > > > > the
> > > > > > > > > > > >> > compile_MET_all.sh with the editor of your
choice
> > and
> > > > > > change:
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > > COMPILE_HDF=1
> > > > > > > > > > > >> > > COMPILE_HDFEOS=1
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > to
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > > COMPILE_HDF=0
> > > > > > > > > > > >> > > COMPILE_HDFEOS=0
> > > > > > > > > > > >> >
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > and then rerun the script. Please let us
know if
> > you
> > > > have
> > > > > > any
> > > > > > > > > > > >> questions.
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > Thanks!
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > Julie
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > On Sun, Aug 23, 2020 at 9:59 AM Fabio
F.Gervasi
> via
> > > RT <
> > > > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > > > >> > wrote:
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > Sun Aug 23 09:59:01 2020: Request 96419
was
> acted
> > > > upon.
> > > > > > > > > > > >> > > Transaction: Ticket created by
> > > > > fabio.gervasi70 at gmail.com
> > > > > > > > > > > >> > > Queue: met_help
> > > > > > > > > > > >> > > Subject: MET lib (HDF) compiling
problem
> > > > > > > > > > > >> > > Owner: Nobody
> > > > > > > > > > > >> > > Requestors: fabio.gervasi70 at gmail.com
> > > > > > > > > > > >> > > Status: new
> > > > > > > > > > > >> > > Ticket <URL:
> > > > > > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96419
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > Hi,
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > I'm trying to install MET from here:
> > > > > > > > > > > >> > >
> > > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > https://dtcenter.org/community-code/model-evaluation-tools-
met/download
> > > > > > > > > > > >> > on
> > > > > > > > > > > >> > > my Fedora 32 Linux 64bit machine.
> > > > > > > > > > > >> > > I set the following env var:
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > export TEST_BASE=/home/master/MET
> > > > > > > > > > > >> > > export COMPILER=gnu
> > > > > > > > > > > >> > > export MET_SUBDIR=/home/master/MET/
> > > > > > > > > > > >> > > export MET_TARBALL=met-
9.1.20200810.tar.gz
> > > > > > > > > > > >> > > export USE_MODULES=FALSE
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > Then I run: ./compile_MET_all.sh
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > but when the process try to build HDF, it
stops
> > with
> > > > > "make
> > > > > > > > > > returned
> > > > > > > > > > > >> with
> > > > > > > > > > > >> > > non-zero (2) status"
> > > > > > > > > > > >> > > and make.log get the error:
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > /usr/bin/gfortran -m64 -fPIC -c -o
mfgrff.o
> > > mfgrff.f
> > > > > > > > > > > >> > > mfgrff.f:155:48:
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > 132 | mgsnatt = mgisattr(riid,
name, nt,
> > > > count,
> > > > > > > data,
> > > > > > > > > > > >> len(name))
> > > > > > > > > > > >> > > |
> > > > 2
> > > > > > > > > > > >> > > ......
> > > > > > > > > > > >> > > 155 | mgsattr = mgisattr(riid,
name, nt,
> > > > count,
> > > > > > > data,
> > > > > > > > > > > >> len(name))
> > > > > > > > > > > >> > > |
> > > > 1
> > > > > > > > > > > >> > > Error: Type mismatch between actual
argument at
> > (1)
> > > > and
> > > > > > > actual
> > > > > > > > > > > >> argument
> > > > > > > > > > > >> > at
> > > > > > > > > > > >> > > (2) (CHARACTER(0)/INTEGER(4)).
> > > > > > > > > > > >> > > make[3]: *** [Makefile:459: mfgrff.o]
Error 1
> > > > > > > > > > > >> > > make[3]: uscita dalla directory
> > > > > > > > > > > >> > >
> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > > > > > >> > > make[2]: *** [Makefile:280: all] Error 2
> > > > > > > > > > > >> > > make[2]: uscita dalla directory
> > > > > > > > > > > >> > >
> > > "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf/src"
> > > > > > > > > > > >> > > make[1]: *** [Makefile:216: all-
recursive]
> Error 1
> > > > > > > > > > > >> > > make[1]: uscita dalla directory
> > > > > > > > > > > >> > >
> "/home/master/MET/external_libs/hdf/HDF4.2r3/hdf"
> > > > > > > > > > > >> > > make: *** [Makefile:270: all-recursive]
Error 1
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > Where do I wrong?
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > > Thank you very much,
> > > > > > > > > > > >> > > Fabio.
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> > >
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > --
> > > > > > > > > > > >> > Julie Prestopnik (she/her/hers)
> > > > > > > > > > > >> > Software Engineer
> > > > > > > > > > > >> > National Center for Atmospheric Research
> > > > > > > > > > > >> > Research Applications Laboratory
> > > > > > > > > > > >> > Phone: 303.497.8399
> > > > > > > > > > > >> > Email: jpresto at ucar.edu
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > My working day may not be your working day.
> Please
> > do
> > > > not
> > > > > > > feel
> > > > > > > > > > > obliged
> > > > > > > > > > > >> to
> > > > > > > > > > > >> > reply to this email outside of your normal
working
> > > > hours.
> > > > > > > > > > > >> >
> > > > > > > > > > > >> >
> > > > > > > > > > > >>
> > > > > > > > > > > >>
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > > > > > Software Engineer
> > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > >
> > > > > > > > > > > > My working day may not be your working day.
Please
> do
> > > not
> > > > > feel
> > > > > > > > > obliged
> > > > > > > > > > > to
> > > > > > > > > > > > reply to this email outside of your normal
working
> > hours.
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > > > > Software Engineer
> > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > >
> > > > > > > > > > > My working day may not be your working day.
Please do
> > not
> > > > feel
> > > > > > > > obliged
> > > > > > > > > > to
> > > > > > > > > > > reply to this email outside of your normal
working
> hours.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > > > Software Engineer
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > > My working day may not be your working day. Please
do not
> > feel
> > > > > > obliged
> > > > > > > > to
> > > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik (she/her/hers)
> > > > > > > Software Engineer
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > > My working day may not be your working day. Please do
not feel
> > > > obliged
> > > > > > to
> > > > > > > reply to this email outside of your normal working
hours.
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik (she/her/hers)
> > > > > Software Engineer
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > > --
> > > Julie Prestopnik (she/her/hers)
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day. Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> >
>
> --
> Julie Prestopnik (she/her/hers)
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>
------------------------------------------------
More information about the Met_help
mailing list