[Met_help] [rt.rap.ucar.edu #72309] History for

Julie Prestopnik via RT met_help at ucar.edu
Tue Oct 6 09:16:44 MDT 2015


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

Dear Sir/Mrs,
i4m traynig to use MET model.
About compilation of BUFRLIB, i need gcc and gfortran compilers.
Do i need to install fortran and C software for LINUX before installing
their compilers?
Yours sincerly,
Khaoula MELKI


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

Subject: 
From: Julie Prestopnik
Time: Mon Jun 15 10:49:18 2015

Hi Melki.  Thank you for trying to use the MET software.  I'm not sure
if I
understand what you are asking.

You mentioned that you want to compile BUFRLIB.  As is explained on
the
following page of the MET Online Tutorial for METv5.0:

http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php

you can use the GNU gcc and gfortran compilers, the PGI pgcc and pgf90
compilers, or the Intel icc and ifort compilers.  You are welcome to
use
gcc and gfortran (GNU) if you would like to.

Most LINUX distributions come with the compilers.  To find gcc and
gfortran
on your machine, you can run the following commands:

whereis gfortran
whereis gcc

Here are the results I get after running those two commands:

gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
/usr/share/man/man1/gfortran.1.gz
gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
/usr/share/man/man1/gcc.1.gz

I hope that helps.  Please let me know if I have not answered your
question
and if this solves the problem for you.

Thanks,
Julie

On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> Mon Jun 15 05:40:22 2015: Request 72309 was acted upon.
> Transaction: Ticket created by khaoula.enit at gmail.com
>        Queue: met_help
>      Subject: (No subject given)
>        Owner: Nobody
>   Requestors: khaoula.enit at gmail.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
>
> Dear Sir/Mrs,
> i4m traynig to use MET model.
> About compilation of BUFRLIB, i need gcc and gfortran compilers.
> Do i need to install fortran and C software for LINUX before
installing
> their compilers?
> Yours sincerly,
> Khaoula MELKI
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Tue Jun 16 02:15:56 2015

Thanks for your email.

In trying the command whereis gcc and whereis gfortran, this is
theresult:
[root at localhost BUFRLIB]#  whereis gfortran
gfortran: /usr/bin/gfortran /usr/share/man/man1/gfortran.1.gz
[root at localhost BUFRLIB]#  whereis gcc
gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
/usr/share/man/man1/gcc.1.gz

So i go to try the command of *gcc -c -DUNDERSCORE *.c and *
*gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F *

*Linux return me a message of error.*


*So i tried to reinstall gcc compiler using yum install gcc, i found
that
the last pack of gcc was installed. But when reinstalling gfortran
compiler
using yum install gfortran, i found an message telling me there is no
gfortran pack to install. *


*I don't know what to do.*

*Thank you for your time and your cooperation*

*yours faithfully *

*KHAOULA MELKI*

2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Melki.  Thank you for trying to use the MET software.  I'm not
sure if I
> understand what you are asking.
>
> You mentioned that you want to compile BUFRLIB.  As is explained on
the
> following page of the MET Online Tutorial for METv5.0:
>
>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>
> you can use the GNU gcc and gfortran compilers, the PGI pgcc and
pgf90
> compilers, or the Intel icc and ifort compilers.  You are welcome to
use
> gcc and gfortran (GNU) if you would like to.
>
> Most LINUX distributions come with the compilers.  To find gcc and
gfortran
> on your machine, you can run the following commands:
>
> whereis gfortran
> whereis gcc
>
> Here are the results I get after running those two commands:
>
> gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> /usr/share/man/man1/gfortran.1.gz
> gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> /usr/share/man/man1/gcc.1.gz
>
> I hope that helps.  Please let me know if I have not answered your
question
> and if this solves the problem for you.
>
> Thanks,
> Julie
>
> On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Mon Jun 15 05:40:22 2015: Request 72309 was acted upon.
> > Transaction: Ticket created by khaoula.enit at gmail.com
> >        Queue: met_help
> >      Subject: (No subject given)
> >        Owner: Nobody
> >   Requestors: khaoula.enit at gmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> >
> > Dear Sir/Mrs,
> > i4m traynig to use MET model.
> > About compilation of BUFRLIB, i need gcc and gfortran compilers.
> > Do i need to install fortran and C software for LINUX before
installing
> > their compilers?
> > Yours sincerly,
> > Khaoula MELKI
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Tue Jun 16 10:24:10 2015

Hi Melki.  I don't believe that you should have to reinstall the
compilers.  That is likely not the problem.

You said that you received an error message when running the
following:

gcc -c -DUNDERSCORE *.c
gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F

Could you please send the full error that you received?

Thanks,
Julie

On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Thanks for your email.
>
> In trying the command whereis gcc and whereis gfortran, this is
theresult:
> [root at localhost BUFRLIB]#  whereis gfortran
> gfortran: /usr/bin/gfortran /usr/share/man/man1/gfortran.1.gz
> [root at localhost BUFRLIB]#  whereis gcc
> gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> /usr/share/man/man1/gcc.1.gz
>
> So i go to try the command of *gcc -c -DUNDERSCORE *.c and *
> *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F *
>
> *Linux return me a message of error.*
>
>
> *So i tried to reinstall gcc compiler using yum install gcc, i found
that
> the last pack of gcc was installed. But when reinstalling gfortran
compiler
> using yum install gfortran, i found an message telling me there is
no
> gfortran pack to install. *
>
>
> *I don't know what to do.*
>
> *Thank you for your time and your cooperation*
>
> *yours faithfully *
>
> *KHAOULA MELKI*
>
> 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Melki.  Thank you for trying to use the MET software.  I'm not
sure
> if I
> > understand what you are asking.
> >
> > You mentioned that you want to compile BUFRLIB.  As is explained
on the
> > following page of the MET Online Tutorial for METv5.0:
> >
> >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >
> > you can use the GNU gcc and gfortran compilers, the PGI pgcc and
pgf90
> > compilers, or the Intel icc and ifort compilers.  You are welcome
to use
> > gcc and gfortran (GNU) if you would like to.
> >
> > Most LINUX distributions come with the compilers.  To find gcc and
> gfortran
> > on your machine, you can run the following commands:
> >
> > whereis gfortran
> > whereis gcc
> >
> > Here are the results I get after running those two commands:
> >
> > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> > /usr/share/man/man1/gfortran.1.gz
> > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > /usr/share/man/man1/gcc.1.gz
> >
> > I hope that helps.  Please let me know if I have not answered your
> question
> > and if this solves the problem for you.
> >
> > Thanks,
> > Julie
> >
> > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > Mon Jun 15 05:40:22 2015: Request 72309 was acted upon.
> > > Transaction: Ticket created by khaoula.enit at gmail.com
> > >        Queue: met_help
> > >      Subject: (No subject given)
> > >        Owner: Nobody
> > >   Requestors: khaoula.enit at gmail.com
> > >       Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > >
> > >
> > > Dear Sir/Mrs,
> > > i4m traynig to use MET model.
> > > About compilation of BUFRLIB, i need gcc and gfortran compilers.
> > > Do i need to install fortran and C software for LINUX before
installing
> > > their compilers?
> > > Yours sincerly,
> > > Khaoula MELKI
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Wed Jun 17 04:18:18 2015

Hello Julie,
Happy with your email.
It is really motivating to receive your help in compiling MET model.
You find  two terminal containing errors of runing gcc and gfortran
compilers.
Tnanks,
Khaoula


2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Melki.  I don't believe that you should have to reinstall the
> compilers.  That is likely not the problem.
>
> You said that you received an error message when running the
following:
>
> gcc -c -DUNDERSCORE *.c
> gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
>
> Could you please send the full error that you received?
>
> Thanks,
> Julie
>
> On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Thanks for your email.
> >
> > In trying the command whereis gcc and whereis gfortran, this is
> theresult:
> > [root at localhost BUFRLIB]#  whereis gfortran
> > gfortran: /usr/bin/gfortran /usr/share/man/man1/gfortran.1.gz
> > [root at localhost BUFRLIB]#  whereis gcc
> > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > /usr/share/man/man1/gcc.1.gz
> >
> > So i go to try the command of *gcc -c -DUNDERSCORE *.c and *
> > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F *
> >
> > *Linux return me a message of error.*
> >
> >
> > *So i tried to reinstall gcc compiler using yum install gcc, i
found that
> > the last pack of gcc was installed. But when reinstalling gfortran
> compiler
> > using yum install gfortran, i found an message telling me there is
no
> > gfortran pack to install. *
> >
> >
> > *I don't know what to do.*
> >
> > *Thank you for your time and your cooperation*
> >
> > *yours faithfully *
> >
> > *KHAOULA MELKI*
> >
> > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Melki.  Thank you for trying to use the MET software.  I'm
not sure
> > if I
> > > understand what you are asking.
> > >
> > > You mentioned that you want to compile BUFRLIB.  As is explained
on the
> > > following page of the MET Online Tutorial for METv5.0:
> > >
> > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >
> > > you can use the GNU gcc and gfortran compilers, the PGI pgcc and
pgf90
> > > compilers, or the Intel icc and ifort compilers.  You are
welcome to
> use
> > > gcc and gfortran (GNU) if you would like to.
> > >
> > > Most LINUX distributions come with the compilers.  To find gcc
and
> > gfortran
> > > on your machine, you can run the following commands:
> > >
> > > whereis gfortran
> > > whereis gcc
> > >
> > > Here are the results I get after running those two commands:
> > >
> > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> > > /usr/share/man/man1/gfortran.1.gz
> > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > > /usr/share/man/man1/gcc.1.gz
> > >
> > > I hope that helps.  Please let me know if I have not answered
your
> > question
> > > and if this solves the problem for you.
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted upon.
> > > > Transaction: Ticket created by khaoula.enit at gmail.com
> > > >        Queue: met_help
> > > >      Subject: (No subject given)
> > > >        Owner: Nobody
> > > >   Requestors: khaoula.enit at gmail.com
> > > >       Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > >
> > > >
> > > > Dear Sir/Mrs,
> > > > i4m traynig to use MET model.
> > > > About compilation of BUFRLIB, i need gcc and gfortran
compilers.
> > > > Do i need to install fortran and C software for LINUX before
> installing
> > > > their compilers?
> > > > Yours sincerly,
> > > > Khaoula MELKI
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Wed Jun 17 04:19:06 2015

2015-06-17 12:18 GMT+02:00 Melki Khaoula <khaoula.enit at gmail.com>:

> Hello Julie,
> Happy with your email.
> It is really motivating to receive your help in compiling MET model.
> You find  two terminal containing errors of runing gcc and gfortran
> compilers.
> Thanks,
> Khaoula
>
>
> 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
>> Hi Melki.  I don't believe that you should have to reinstall the
>>
>> compilers.  That is likely not the problem.
>>
>> You said that you received an error message when running the
following:
>>
>> gcc -c -DUNDERSCORE *.c
>> gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
>>
>> Could you please send the full error that you received?
>>
>> Thanks,
>> Julie
>>
>> On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> >
>> > Thanks for your email.
>> >
>> > In trying the command whereis gcc and whereis gfortran, this is
>> theresult:
>> > [root at localhost BUFRLIB]#  whereis gfortran
>> > gfortran: /usr/bin/gfortran /usr/share/man/man1/gfortran.1.gz
>> > [root at localhost BUFRLIB]#  whereis gcc
>> > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
>> > /usr/share/man/man1/gcc.1.gz
>> >
>> > So i go to try the command of *gcc -c -DUNDERSCORE *.c and *
>> > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F *
>> >
>> > *Linux return me a message of error.*
>> >
>> >
>> > *So i tried to reinstall gcc compiler using yum install gcc, i
found
>> that
>> > the last pack of gcc was installed. But when reinstalling
gfortran
>> compiler
>> > using yum install gfortran, i found an message telling me there
is no
>> > gfortran pack to install. *
>> >
>> >
>> > *I don't know what to do.*
>> >
>> > *Thank you for your time and your cooperation*
>> >
>> > *yours faithfully *
>> >
>> > *KHAOULA MELKI*
>> >
>> > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>> >
>> > > Hi Melki.  Thank you for trying to use the MET software.  I'm
not sure
>> > if I
>> > > understand what you are asking.
>> > >
>> > > You mentioned that you want to compile BUFRLIB.  As is
explained on
>> the
>> > > following page of the MET Online Tutorial for METv5.0:
>> > >
>> > >
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > >
>> > > you can use the GNU gcc and gfortran compilers, the PGI pgcc
and pgf90
>> > > compilers, or the Intel icc and ifort compilers.  You are
welcome to
>> use
>> > > gcc and gfortran (GNU) if you would like to.
>> > >
>> > > Most LINUX distributions come with the compilers.  To find gcc
and
>> > gfortran
>> > > on your machine, you can run the following commands:
>> > >
>> > > whereis gfortran
>> > > whereis gcc
>> > >
>> > > Here are the results I get after running those two commands:
>> > >
>> > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
>> > > /usr/share/man/man1/gfortran.1.gz
>> > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
>> > > /usr/share/man/man1/gcc.1.gz
>> > >
>> > > I hope that helps.  Please let me know if I have not answered
your
>> > question
>> > > and if this solves the problem for you.
>> > >
>> > > Thanks,
>> > > Julie
>> > >
>> > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT <
>> met_help at ucar.edu
>> > >
>> > > wrote:
>> > >
>> > > >
>> > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted upon.
>> > > > Transaction: Ticket created by khaoula.enit at gmail.com
>> > > >        Queue: met_help
>> > > >      Subject: (No subject given)
>> > > >        Owner: Nobody
>> > > >   Requestors: khaoula.enit at gmail.com
>> > > >       Status: new
>> > > >  Ticket <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > >
>> > > >
>> > > >
>> > > > Dear Sir/Mrs,
>> > > > i4m traynig to use MET model.
>> > > > About compilation of BUFRLIB, i need gcc and gfortran
compilers.
>> > > > Do i need to install fortran and C software for LINUX before
>> installing
>> > > > their compilers?
>> > > > Yours sincerly,
>> > > > Khaoula MELKI
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Julie Prestopnik
>> > > National Center for Atmospheric Research
>> > > Research Applications Laboratory
>> > > Phone: 303.497.8399
>> > > Email: jpresto at ucar.edu
>> > >
>> > >
>> >
>> >
>>
>>
>> --
>> Julie Prestopnik
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> Phone: 303.497.8399
>> Email: jpresto at ucar.edu
>>
>>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Thu Jun 18 12:15:17 2015

Hi Melki.

We are able to reproduce the problems you are experiencing with the
latest
version of BUFRLIB.  We are working on a solution to get the
compilation
working.

In the meantime, I have uploaded the previous version of BUFRLIB to
our ftp
site so that you can make some progress and start working with MET.

Please execute the following commands.

*Make a new directory to contain the BUFRLIB code (e.g. mkdir
/home/user/BUFRLIB).*
*Change directories to that new directory (e.g. cd *
*/home/user/BUFRLIB).wget
ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
<ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar>*
*tar -xvf BUFRLIB_v10-2-3.tar*
*gcc -c -DUNDERSCORE *.c*
*gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
*ar crv libbufr.a *.o*

You should get a successful compilation with this older version of
BUFRLIB.  Please let us know how it goes.

Thanks,
Julie

On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hello Julie,
> Happy with your email.
> It is really motivating to receive your help in compiling MET model.
> You find  two terminal containing errors of runing gcc and gfortran
> compilers.
> Tnanks,
> Khaoula
>
>
> 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Melki.  I don't believe that you should have to reinstall the
> > compilers.  That is likely not the problem.
> >
> > You said that you received an error message when running the
following:
> >
> > gcc -c -DUNDERSCORE *.c
> > gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
> >
> > Could you please send the full error that you received?
> >
> > Thanks,
> > Julie
> >
> > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Thanks for your email.
> > >
> > > In trying the command whereis gcc and whereis gfortran, this is
> > theresult:
> > > [root at localhost BUFRLIB]#  whereis gfortran
> > > gfortran: /usr/bin/gfortran /usr/share/man/man1/gfortran.1.gz
> > > [root at localhost BUFRLIB]#  whereis gcc
> > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > > /usr/share/man/man1/gcc.1.gz
> > >
> > > So i go to try the command of *gcc -c -DUNDERSCORE *.c and *
> > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F *
> > >
> > > *Linux return me a message of error.*
> > >
> > >
> > > *So i tried to reinstall gcc compiler using yum install gcc, i
found
> that
> > > the last pack of gcc was installed. But when reinstalling
gfortran
> > compiler
> > > using yum install gfortran, i found an message telling me there
is no
> > > gfortran pack to install. *
> > >
> > >
> > > *I don't know what to do.*
> > >
> > > *Thank you for your time and your cooperation*
> > >
> > > *yours faithfully *
> > >
> > > *KHAOULA MELKI*
> > >
> > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Melki.  Thank you for trying to use the MET software.  I'm
not
> sure
> > > if I
> > > > understand what you are asking.
> > > >
> > > > You mentioned that you want to compile BUFRLIB.  As is
explained on
> the
> > > > following page of the MET Online Tutorial for METv5.0:
> > > >
> > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > >
> > > > you can use the GNU gcc and gfortran compilers, the PGI pgcc
and
> pgf90
> > > > compilers, or the Intel icc and ifort compilers.  You are
welcome to
> > use
> > > > gcc and gfortran (GNU) if you would like to.
> > > >
> > > > Most LINUX distributions come with the compilers.  To find gcc
and
> > > gfortran
> > > > on your machine, you can run the following commands:
> > > >
> > > > whereis gfortran
> > > > whereis gcc
> > > >
> > > > Here are the results I get after running those two commands:
> > > >
> > > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> > > > /usr/share/man/man1/gfortran.1.gz
> > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > > > /usr/share/man/man1/gcc.1.gz
> > > >
> > > > I hope that helps.  Please let me know if I have not answered
your
> > > question
> > > > and if this solves the problem for you.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted upon.
> > > > > Transaction: Ticket created by khaoula.enit at gmail.com
> > > > >        Queue: met_help
> > > > >      Subject: (No subject given)
> > > > >        Owner: Nobody
> > > > >   Requestors: khaoula.enit at gmail.com
> > > > >       Status: new
> > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > > >
> > > > >
> > > > > Dear Sir/Mrs,
> > > > > i4m traynig to use MET model.
> > > > > About compilation of BUFRLIB, i need gcc and gfortran
compilers.
> > > > > Do i need to install fortran and C software for LINUX before
> > installing
> > > > > their compilers?
> > > > > Yours sincerly,
> > > > > Khaoula MELKI
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Fri Jun 19 05:44:35 2015

*Thanks Julie,*

*It really works.*

*i'm now trying to compile the netcdf library.*

*I'm wondering about the steps written in the tutorial: *











*cd /path/to/netcdf setenv CC /path/to/c/compiler setenv CXX
   /path/to/c++/compiler setenv FC '' setenv F90 '' ./configure
   --prefix=/netcdf/install/path --disable-netcdf-4 make make install
i
   installed the netcdf-4.3.3.1 as a independent directory, but when
trying to
   run the firs command of *



*cd /path/to/netcdf. he wrote me no file or directory. so i create a
file
called path existed in to file which are both included in netcdf
directory.
but when running   setenv CC /path/to/c/compiler. It doesn't work.he
said
command of setenv doesn't exist.*

*Thank you really for your help and your Time Julie.*

*yours faithfully,*

*Khaoula*








2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Melki.
>
> We are able to reproduce the problems you are experiencing with the
latest
> version of BUFRLIB.  We are working on a solution to get the
compilation
> working.
>
> In the meantime, I have uploaded the previous version of BUFRLIB to
our ftp
> site so that you can make some progress and start working with MET.
>
> Please execute the following commands.
>
> *Make a new directory to contain the BUFRLIB code (e.g. mkdir
> /home/user/BUFRLIB).*
> *Change directories to that new directory (e.g. cd *
> */home/user/BUFRLIB).wget
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> <ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
> >*
> *tar -xvf BUFRLIB_v10-2-3.tar*
> *gcc -c -DUNDERSCORE *.c*
> *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
> *ar crv libbufr.a *.o*
>
> You should get a successful compilation with this older version of
> BUFRLIB.  Please let us know how it goes.
>
> Thanks,
> Julie
>
> On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hello Julie,
> > Happy with your email.
> > It is really motivating to receive your help in compiling MET
model.
> > You find  two terminal containing errors of runing gcc and
gfortran
> > compilers.
> > Tnanks,
> > Khaoula
> >
> >
> > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Melki.  I don't believe that you should have to reinstall the
> > > compilers.  That is likely not the problem.
> > >
> > > You said that you received an error message when running the
following:
> > >
> > > gcc -c -DUNDERSCORE *.c
> > > gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
> > >
> > > Could you please send the full error that you received?
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Thanks for your email.
> > > >
> > > > In trying the command whereis gcc and whereis gfortran, this
is
> > > theresult:
> > > > [root at localhost BUFRLIB]#  whereis gfortran
> > > > gfortran: /usr/bin/gfortran /usr/share/man/man1/gfortran.1.gz
> > > > [root at localhost BUFRLIB]#  whereis gcc
> > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > > > /usr/share/man/man1/gcc.1.gz
> > > >
> > > > So i go to try the command of *gcc -c -DUNDERSCORE *.c and *
> > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F *
> > > >
> > > > *Linux return me a message of error.*
> > > >
> > > >
> > > > *So i tried to reinstall gcc compiler using yum install gcc, i
found
> > that
> > > > the last pack of gcc was installed. But when reinstalling
gfortran
> > > compiler
> > > > using yum install gfortran, i found an message telling me
there is no
> > > > gfortran pack to install. *
> > > >
> > > >
> > > > *I don't know what to do.*
> > > >
> > > > *Thank you for your time and your cooperation*
> > > >
> > > > *yours faithfully *
> > > >
> > > > *KHAOULA MELKI*
> > > >
> > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Hi Melki.  Thank you for trying to use the MET software.
I'm not
> > sure
> > > > if I
> > > > > understand what you are asking.
> > > > >
> > > > > You mentioned that you want to compile BUFRLIB.  As is
explained on
> > the
> > > > > following page of the MET Online Tutorial for METv5.0:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > >
> > > > > you can use the GNU gcc and gfortran compilers, the PGI pgcc
and
> > pgf90
> > > > > compilers, or the Intel icc and ifort compilers.  You are
welcome
> to
> > > use
> > > > > gcc and gfortran (GNU) if you would like to.
> > > > >
> > > > > Most LINUX distributions come with the compilers.  To find
gcc and
> > > > gfortran
> > > > > on your machine, you can run the following commands:
> > > > >
> > > > > whereis gfortran
> > > > > whereis gcc
> > > > >
> > > > > Here are the results I get after running those two commands:
> > > > >
> > > > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > > > > /usr/share/man/man1/gcc.1.gz
> > > > >
> > > > > I hope that helps.  Please let me know if I have not
answered your
> > > > question
> > > > > and if this solves the problem for you.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted upon.
> > > > > > Transaction: Ticket created by khaoula.enit at gmail.com
> > > > > >        Queue: met_help
> > > > > >      Subject: (No subject given)
> > > > > >        Owner: Nobody
> > > > > >   Requestors: khaoula.enit at gmail.com
> > > > > >       Status: new
> > > > > >  Ticket <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > > >
> > > > > >
> > > > > > Dear Sir/Mrs,
> > > > > > i4m traynig to use MET model.
> > > > > > About compilation of BUFRLIB, i need gcc and gfortran
compilers.
> > > > > > Do i need to install fortran and C software for LINUX
before
> > > installing
> > > > > > their compilers?
> > > > > > Yours sincerly,
> > > > > > Khaoula MELKI
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Fri Jun 19 09:58:20 2015

Hi Melki.

I'm glad that you were able to get BUFRLIB installed.

You said, "when trying to run the firs command of * *cd
/path/to/netcdf. he
wrote me no file or directory"

In the tutorial, when we say "*cd /path/to/netcdf*" you should change
directories to the location where your netcdf directory is on your
machine.
For example, if you unpacked the tar file netcdf-4.3.3.1.tar in a
directory
path of /d2/melki/external_libs/netcdf-4.3.3.1 you would run "cd
/d2/melki/external_libs/netcdf-4.3.3.1".  */path/to/netcdf *is a place
holder for the location on your machine.

You said, "setenv CC /path/to/c/compiler. It doesn't work.he said
command
of setenv doesn't exist.*"  "setenv" is the name of the command used
to set
environment variables in the *csh family of shells.  If you are using
a
different shell, however, you may need to use "export", which is the
name
of the command in the "other" family of shells (ash, bourne, bourne
again,
zsh).  To find out what shell you are using, you can run "echo
$SHELL".

If you are using a shell other than the *csh family of shells, and you
need
to use "export", the syntax is slightly different.  Instead of
running:

setenv CC /path/to/c/compiler

you would run

export CC=/path/to/c/compiler

Please note, it is import that when using the export command that
there are
no spaces before or after the "=".  Also, in this case, please note
that
"/path/to/c/compiler" should be replaced with the path to the c
compiler on
your machine.  For example. on my machine, gcc lives at
/usr/bin/X11/gcc:

puffin:jpresto> which gcc
/usr/bin/X11/gcc

so if I used setenv, I would run:

setenv CC /usr/bin/X11/gcc

but if I used export, I would run:

export CC=/usr/bin/X11/gcc

I hope this helps.  In the future, if you experience any problems or
errors, it would be helpful if you could copy and paste the commands
you
have run along with the errors they produced.  If often gives us a
clearer
picture of what has gone wrong.

Please let us know if you experience other problems and need help.

Thanks,
Julie


On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> *Thanks Julie,*
>
> *It really works.*
>
> *i'm now trying to compile the netcdf library.*
>
> *I'm wondering about the steps written in the tutorial: *
>
> *cd /path/to/netcdf setenv CC /path/to/c/compiler setenv CXX
>    /path/to/c++/compiler setenv FC '' setenv F90 '' ./configure
>    --prefix=/netcdf/install/path --disable-netcdf-4 make make
install i
>    installed the netcdf-4.3.3.1 as a independent directory, but when
> trying to
>    run the firs command of *
>
> *cd /path/to/netcdf. he wrote me no file or directory. so i create a
file
> called path existed in to file which are both included in netcdf
directory.
> but when running   setenv CC /path/to/c/compiler. It doesn't work.he
said
> command of setenv doesn't exist.*
>
> *Thank you really for your help and your Time Julie.*
>
> *yours faithfully,*
>
> *Khaoula*
>
>
>
>
>
>
>
>
> 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Melki.
> >
> > We are able to reproduce the problems you are experiencing with
the
> latest
> > version of BUFRLIB.  We are working on a solution to get the
compilation
> > working.
> >
> > In the meantime, I have uploaded the previous version of BUFRLIB
to our
> ftp
> > site so that you can make some progress and start working with
MET.
> >
> > Please execute the following commands.
> >
> > *Make a new directory to contain the BUFRLIB code (e.g. mkdir
> > /home/user/BUFRLIB).*
> > *Change directories to that new directory (e.g. cd *
> > */home/user/BUFRLIB).wget
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > <
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > >*
> > *tar -xvf BUFRLIB_v10-2-3.tar*
> > *gcc -c -DUNDERSCORE *.c*
> > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
> > *ar crv libbufr.a *.o*
> >
> > You should get a successful compilation with this older version of
> > BUFRLIB.  Please let us know how it goes.
> >
> > Thanks,
> > Julie
> >
> > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hello Julie,
> > > Happy with your email.
> > > It is really motivating to receive your help in compiling MET
model.
> > > You find  two terminal containing errors of runing gcc and
gfortran
> > > compilers.
> > > Tnanks,
> > > Khaoula
> > >
> > >
> > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Melki.  I don't believe that you should have to reinstall
the
> > > > compilers.  That is likely not the problem.
> > > >
> > > > You said that you received an error message when running the
> following:
> > > >
> > > > gcc -c -DUNDERSCORE *.c
> > > > gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
> > > >
> > > > Could you please send the full error that you received?
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >
> > > > > Thanks for your email.
> > > > >
> > > > > In trying the command whereis gcc and whereis gfortran, this
is
> > > > theresult:
> > > > > [root at localhost BUFRLIB]#  whereis gfortran
> > > > > gfortran: /usr/bin/gfortran
/usr/share/man/man1/gfortran.1.gz
> > > > > [root at localhost BUFRLIB]#  whereis gcc
> > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > > > > /usr/share/man/man1/gcc.1.gz
> > > > >
> > > > > So i go to try the command of *gcc -c -DUNDERSCORE *.c and *
> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F *
> > > > >
> > > > > *Linux return me a message of error.*
> > > > >
> > > > >
> > > > > *So i tried to reinstall gcc compiler using yum install gcc,
i
> found
> > > that
> > > > > the last pack of gcc was installed. But when reinstalling
gfortran
> > > > compiler
> > > > > using yum install gfortran, i found an message telling me
there is
> no
> > > > > gfortran pack to install. *
> > > > >
> > > > >
> > > > > *I don't know what to do.*
> > > > >
> > > > > *Thank you for your time and your cooperation*
> > > > >
> > > > > *yours faithfully *
> > > > >
> > > > > *KHAOULA MELKI*
> > > > >
> > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > > >
> > > > > > Hi Melki.  Thank you for trying to use the MET software.
I'm not
> > > sure
> > > > > if I
> > > > > > understand what you are asking.
> > > > > >
> > > > > > You mentioned that you want to compile BUFRLIB.  As is
explained
> on
> > > the
> > > > > > following page of the MET Online Tutorial for METv5.0:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > >
> > > > > > you can use the GNU gcc and gfortran compilers, the PGI
pgcc and
> > > pgf90
> > > > > > compilers, or the Intel icc and ifort compilers.  You are
welcome
> > to
> > > > use
> > > > > > gcc and gfortran (GNU) if you would like to.
> > > > > >
> > > > > > Most LINUX distributions come with the compilers.  To find
gcc
> and
> > > > > gfortran
> > > > > > on your machine, you can run the following commands:
> > > > > >
> > > > > > whereis gfortran
> > > > > > whereis gcc
> > > > > >
> > > > > > Here are the results I get after running those two
commands:
> > > > > >
> > > > > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > >
> > > > > > I hope that helps.  Please let me know if I have not
answered
> your
> > > > > question
> > > > > > and if this solves the problem for you.
> > > > > >
> > > > > > Thanks,
> > > > > > Julie
> > > > > >
> > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted upon.
> > > > > > > Transaction: Ticket created by khaoula.enit at gmail.com
> > > > > > >        Queue: met_help
> > > > > > >      Subject: (No subject given)
> > > > > > >        Owner: Nobody
> > > > > > >   Requestors: khaoula.enit at gmail.com
> > > > > > >       Status: new
> > > > > > >  Ticket <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Dear Sir/Mrs,
> > > > > > > i4m traynig to use MET model.
> > > > > > > About compilation of BUFRLIB, i need gcc and gfortran
> compilers.
> > > > > > > Do i need to install fortran and C software for LINUX
before
> > > > installing
> > > > > > > their compilers?
> > > > > > > Yours sincerly,
> > > > > > > Khaoula MELKI
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Tue Jun 23 06:56:14 2015

 Thank you Julie,
It works.
I compile Nectcdf , GNU  and zlib libraries.
About GRIB C library, i downloaded the library and unpacked  it.
how it can be used by MET?
Thanks,
khaoula


2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Melki.
>
> I'm glad that you were able to get BUFRLIB installed.
>
> You said, "when trying to run the firs command of * *cd
/path/to/netcdf. he
> wrote me no file or directory"
>
> In the tutorial, when we say "*cd /path/to/netcdf*" you should
change
> directories to the location where your netcdf directory is on your
machine.
> For example, if you unpacked the tar file netcdf-4.3.3.1.tar in a
directory
> path of /d2/melki/external_libs/netcdf-4.3.3.1 you would run "cd
> /d2/melki/external_libs/netcdf-4.3.3.1".  */path/to/netcdf *is a
place
> holder for the location on your machine.
>
> You said, "setenv CC /path/to/c/compiler. It doesn't work.he said
command
> of setenv doesn't exist.*"  "setenv" is the name of the command used
to set
> environment variables in the *csh family of shells.  If you are
using a
> different shell, however, you may need to use "export", which is the
name
> of the command in the "other" family of shells (ash, bourne, bourne
again,
> zsh).  To find out what shell you are using, you can run "echo
$SHELL".
>
> If you are using a shell other than the *csh family of shells, and
you need
> to use "export", the syntax is slightly different.  Instead of
running:
>
> setenv CC /path/to/c/compiler
>
> you would run
>
> export CC=/path/to/c/compiler
>
> Please note, it is import that when using the export command that
there are
> no spaces before or after the "=".  Also, in this case, please note
that
> "/path/to/c/compiler" should be replaced with the path to the c
compiler on
> your machine.  For example. on my machine, gcc lives at
/usr/bin/X11/gcc:
>
> puffin:jpresto> which gcc
> /usr/bin/X11/gcc
>
> so if I used setenv, I would run:
>
> setenv CC /usr/bin/X11/gcc
>
> but if I used export, I would run:
>
> export CC=/usr/bin/X11/gcc
>
> I hope this helps.  In the future, if you experience any problems or
> errors, it would be helpful if you could copy and paste the commands
you
> have run along with the errors they produced.  If often gives us a
clearer
> picture of what has gone wrong.
>
> Please let us know if you experience other problems and need help.
>
> Thanks,
> Julie
>
>
> On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > *Thanks Julie,*
> >
> > *It really works.*
> >
> > *i'm now trying to compile the netcdf library.*
> >
> > *I'm wondering about the steps written in the tutorial: *
> >
> > *cd /path/to/netcdf setenv CC /path/to/c/compiler setenv CXX
> >    /path/to/c++/compiler setenv FC '' setenv F90 '' ./configure
> >    --prefix=/netcdf/install/path --disable-netcdf-4 make make
install i
> >    installed the netcdf-4.3.3.1 as a independent directory, but
when
> > trying to
> >    run the firs command of *
> >
> > *cd /path/to/netcdf. he wrote me no file or directory. so i create
a file
> > called path existed in to file which are both included in netcdf
> directory.
> > but when running   setenv CC /path/to/c/compiler. It doesn't
work.he said
> > command of setenv doesn't exist.*
> >
> > *Thank you really for your help and your Time Julie.*
> >
> > *yours faithfully,*
> >
> > *Khaoula*
> >
> >
> >
> >
> >
> >
> >
> >
> > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Melki.
> > >
> > > We are able to reproduce the problems you are experiencing with
the
> > latest
> > > version of BUFRLIB.  We are working on a solution to get the
> compilation
> > > working.
> > >
> > > In the meantime, I have uploaded the previous version of BUFRLIB
to our
> > ftp
> > > site so that you can make some progress and start working with
MET.
> > >
> > > Please execute the following commands.
> > >
> > > *Make a new directory to contain the BUFRLIB code (e.g. mkdir
> > > /home/user/BUFRLIB).*
> > > *Change directories to that new directory (e.g. cd *
> > > */home/user/BUFRLIB).wget
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > <
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > >*
> > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > *gcc -c -DUNDERSCORE *.c*
> > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
> > > *ar crv libbufr.a *.o*
> > >
> > > You should get a successful compilation with this older version
of
> > > BUFRLIB.  Please let us know how it goes.
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hello Julie,
> > > > Happy with your email.
> > > > It is really motivating to receive your help in compiling MET
model.
> > > > You find  two terminal containing errors of runing gcc and
gfortran
> > > > compilers.
> > > > Tnanks,
> > > > Khaoula
> > > >
> > > >
> > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Hi Melki.  I don't believe that you should have to reinstall
the
> > > > > compilers.  That is likely not the problem.
> > > > >
> > > > > You said that you received an error message when running the
> > following:
> > > > >
> > > > > gcc -c -DUNDERSCORE *.c
> > > > > gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
> > > > >
> > > > > Could you please send the full error that you received?
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > > >
> > > > > > Thanks for your email.
> > > > > >
> > > > > > In trying the command whereis gcc and whereis gfortran,
this is
> > > > > theresult:
> > > > > > [root at localhost BUFRLIB]#  whereis gfortran
> > > > > > gfortran: /usr/bin/gfortran
/usr/share/man/man1/gfortran.1.gz
> > > > > > [root at localhost BUFRLIB]#  whereis gcc
> > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > >
> > > > > > So i go to try the command of *gcc -c -DUNDERSCORE *.c and
*
> > > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F *
> > > > > >
> > > > > > *Linux return me a message of error.*
> > > > > >
> > > > > >
> > > > > > *So i tried to reinstall gcc compiler using yum install
gcc, i
> > found
> > > > that
> > > > > > the last pack of gcc was installed. But when reinstalling
> gfortran
> > > > > compiler
> > > > > > using yum install gfortran, i found an message telling me
there
> is
> > no
> > > > > > gfortran pack to install. *
> > > > > >
> > > > > >
> > > > > > *I don't know what to do.*
> > > > > >
> > > > > > *Thank you for your time and your cooperation*
> > > > > >
> > > > > > *yours faithfully *
> > > > > >
> > > > > > *KHAOULA MELKI*
> > > > > >
> > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > > >
> > > > > > > Hi Melki.  Thank you for trying to use the MET software.
I'm
> not
> > > > sure
> > > > > > if I
> > > > > > > understand what you are asking.
> > > > > > >
> > > > > > > You mentioned that you want to compile BUFRLIB.  As is
> explained
> > on
> > > > the
> > > > > > > following page of the MET Online Tutorial for METv5.0:
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > >
> > > > > > > you can use the GNU gcc and gfortran compilers, the PGI
pgcc
> and
> > > > pgf90
> > > > > > > compilers, or the Intel icc and ifort compilers.  You
are
> welcome
> > > to
> > > > > use
> > > > > > > gcc and gfortran (GNU) if you would like to.
> > > > > > >
> > > > > > > Most LINUX distributions come with the compilers.  To
find gcc
> > and
> > > > > > gfortran
> > > > > > > on your machine, you can run the following commands:
> > > > > > >
> > > > > > > whereis gfortran
> > > > > > > whereis gcc
> > > > > > >
> > > > > > > Here are the results I get after running those two
commands:
> > > > > > >
> > > > > > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > >
> > > > > > > I hope that helps.  Please let me know if I have not
answered
> > your
> > > > > > question
> > > > > > > and if this solves the problem for you.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Julie
> > > > > > >
> > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted
upon.
> > > > > > > > Transaction: Ticket created by khaoula.enit at gmail.com
> > > > > > > >        Queue: met_help
> > > > > > > >      Subject: (No subject given)
> > > > > > > >        Owner: Nobody
> > > > > > > >   Requestors: khaoula.enit at gmail.com
> > > > > > > >       Status: new
> > > > > > > >  Ticket <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Dear Sir/Mrs,
> > > > > > > > i4m traynig to use MET model.
> > > > > > > > About compilation of BUFRLIB, i need gcc and gfortran
> > compilers.
> > > > > > > > Do i need to install fortran and C software for LINUX
before
> > > > > installing
> > > > > > > > their compilers?
> > > > > > > > Yours sincerly,
> > > > > > > > Khaoula MELKI
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Tue Jun 23 10:37:07 2015

Hi Khaoula.

The GRIB2 C-Library is used by the MET library code to read GRIB2 data
files. The GRIB2 C-Library requires the libraries zlib, jasper and png
to
be present on your system. Support for GRIB2 is optional and can be
enabled
with the *--enable-grib2* option for configure.

I hope that helps.

Julie



On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
>  Thank you Julie,
> It works.
> I compile Nectcdf , GNU  and zlib libraries.
> About GRIB C library, i downloaded the library and unpacked  it.
> how it can be used by MET?
> Thanks,
> khaoula
>
>
> 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Melki.
> >
> > I'm glad that you were able to get BUFRLIB installed.
> >
> > You said, "when trying to run the firs command of * *cd
/path/to/netcdf.
> he
> > wrote me no file or directory"
> >
> > In the tutorial, when we say "*cd /path/to/netcdf*" you should
change
> > directories to the location where your netcdf directory is on your
> machine.
> > For example, if you unpacked the tar file netcdf-4.3.3.1.tar in a
> directory
> > path of /d2/melki/external_libs/netcdf-4.3.3.1 you would run "cd
> > /d2/melki/external_libs/netcdf-4.3.3.1".  */path/to/netcdf *is a
place
> > holder for the location on your machine.
> >
> > You said, "setenv CC /path/to/c/compiler. It doesn't work.he said
command
> > of setenv doesn't exist.*"  "setenv" is the name of the command
used to
> set
> > environment variables in the *csh family of shells.  If you are
using a
> > different shell, however, you may need to use "export", which is
the name
> > of the command in the "other" family of shells (ash, bourne,
bourne
> again,
> > zsh).  To find out what shell you are using, you can run "echo
$SHELL".
> >
> > If you are using a shell other than the *csh family of shells, and
you
> need
> > to use "export", the syntax is slightly different.  Instead of
running:
> >
> > setenv CC /path/to/c/compiler
> >
> > you would run
> >
> > export CC=/path/to/c/compiler
> >
> > Please note, it is import that when using the export command that
there
> are
> > no spaces before or after the "=".  Also, in this case, please
note that
> > "/path/to/c/compiler" should be replaced with the path to the c
compiler
> on
> > your machine.  For example. on my machine, gcc lives at
/usr/bin/X11/gcc:
> >
> > puffin:jpresto> which gcc
> > /usr/bin/X11/gcc
> >
> > so if I used setenv, I would run:
> >
> > setenv CC /usr/bin/X11/gcc
> >
> > but if I used export, I would run:
> >
> > export CC=/usr/bin/X11/gcc
> >
> > I hope this helps.  In the future, if you experience any problems
or
> > errors, it would be helpful if you could copy and paste the
commands you
> > have run along with the errors they produced.  If often gives us a
> clearer
> > picture of what has gone wrong.
> >
> > Please let us know if you experience other problems and need help.
> >
> > Thanks,
> > Julie
> >
> >
> > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > *Thanks Julie,*
> > >
> > > *It really works.*
> > >
> > > *i'm now trying to compile the netcdf library.*
> > >
> > > *I'm wondering about the steps written in the tutorial: *
> > >
> > > *cd /path/to/netcdf setenv CC /path/to/c/compiler setenv CXX
> > >    /path/to/c++/compiler setenv FC '' setenv F90 '' ./configure
> > >    --prefix=/netcdf/install/path --disable-netcdf-4 make make
install i
> > >    installed the netcdf-4.3.3.1 as a independent directory, but
when
> > > trying to
> > >    run the firs command of *
> > >
> > > *cd /path/to/netcdf. he wrote me no file or directory. so i
create a
> file
> > > called path existed in to file which are both included in netcdf
> > directory.
> > > but when running   setenv CC /path/to/c/compiler. It doesn't
work.he
> said
> > > command of setenv doesn't exist.*
> > >
> > > *Thank you really for your help and your Time Julie.*
> > >
> > > *yours faithfully,*
> > >
> > > *Khaoula*
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Melki.
> > > >
> > > > We are able to reproduce the problems you are experiencing
with the
> > > latest
> > > > version of BUFRLIB.  We are working on a solution to get the
> > compilation
> > > > working.
> > > >
> > > > In the meantime, I have uploaded the previous version of
BUFRLIB to
> our
> > > ftp
> > > > site so that you can make some progress and start working with
MET.
> > > >
> > > > Please execute the following commands.
> > > >
> > > > *Make a new directory to contain the BUFRLIB code (e.g. mkdir
> > > > /home/user/BUFRLIB).*
> > > > *Change directories to that new directory (e.g. cd *
> > > > */home/user/BUFRLIB).wget
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > <
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > >*
> > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > > *gcc -c -DUNDERSCORE *.c*
> > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
> > > > *ar crv libbufr.a *.o*
> > > >
> > > > You should get a successful compilation with this older
version of
> > > > BUFRLIB.  Please let us know how it goes.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >
> > > > > Hello Julie,
> > > > > Happy with your email.
> > > > > It is really motivating to receive your help in compiling
MET
> model.
> > > > > You find  two terminal containing errors of runing gcc and
gfortran
> > > > > compilers.
> > > > > Tnanks,
> > > > > Khaoula
> > > > >
> > > > >
> > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > > >
> > > > > > Hi Melki.  I don't believe that you should have to
reinstall the
> > > > > > compilers.  That is likely not the problem.
> > > > > >
> > > > > > You said that you received an error message when running
the
> > > following:
> > > > > >
> > > > > > gcc -c -DUNDERSCORE *.c
> > > > > > gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
> > > > > >
> > > > > > Could you please send the full error that you received?
> > > > > >
> > > > > > Thanks,
> > > > > > Julie
> > > > > >
> > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > > > > >
> > > > > > > Thanks for your email.
> > > > > > >
> > > > > > > In trying the command whereis gcc and whereis gfortran,
this is
> > > > > > theresult:
> > > > > > > [root at localhost BUFRLIB]#  whereis gfortran
> > > > > > > gfortran: /usr/bin/gfortran
/usr/share/man/man1/gfortran.1.gz
> > > > > > > [root at localhost BUFRLIB]#  whereis gcc
> > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > >
> > > > > > > So i go to try the command of *gcc -c -DUNDERSCORE *.c
and *
> > > > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
*
> > > > > > >
> > > > > > > *Linux return me a message of error.*
> > > > > > >
> > > > > > >
> > > > > > > *So i tried to reinstall gcc compiler using yum install
gcc, i
> > > found
> > > > > that
> > > > > > > the last pack of gcc was installed. But when
reinstalling
> > gfortran
> > > > > > compiler
> > > > > > > using yum install gfortran, i found an message telling
me there
> > is
> > > no
> > > > > > > gfortran pack to install. *
> > > > > > >
> > > > > > >
> > > > > > > *I don't know what to do.*
> > > > > > >
> > > > > > > *Thank you for your time and your cooperation*
> > > > > > >
> > > > > > > *yours faithfully *
> > > > > > >
> > > > > > > *KHAOULA MELKI*
> > > > > > >
> > > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT <
> > > > met_help at ucar.edu
> > > > > >:
> > > > > > >
> > > > > > > > Hi Melki.  Thank you for trying to use the MET
software.  I'm
> > not
> > > > > sure
> > > > > > > if I
> > > > > > > > understand what you are asking.
> > > > > > > >
> > > > > > > > You mentioned that you want to compile BUFRLIB.  As is
> > explained
> > > on
> > > > > the
> > > > > > > > following page of the MET Online Tutorial for METv5.0:
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > >
> > > > > > > > you can use the GNU gcc and gfortran compilers, the
PGI pgcc
> > and
> > > > > pgf90
> > > > > > > > compilers, or the Intel icc and ifort compilers.  You
are
> > welcome
> > > > to
> > > > > > use
> > > > > > > > gcc and gfortran (GNU) if you would like to.
> > > > > > > >
> > > > > > > > Most LINUX distributions come with the compilers.  To
find
> gcc
> > > and
> > > > > > > gfortran
> > > > > > > > on your machine, you can run the following commands:
> > > > > > > >
> > > > > > > > whereis gfortran
> > > > > > > > whereis gcc
> > > > > > > >
> > > > > > > > Here are the results I get after running those two
commands:
> > > > > > > >
> > > > > > > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > > >
> > > > > > > > I hope that helps.  Please let me know if I have not
answered
> > > your
> > > > > > > question
> > > > > > > > and if this solves the problem for you.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Julie
> > > > > > > >
> > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via RT
<
> > > > > > met_help at ucar.edu
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted
upon.
> > > > > > > > > Transaction: Ticket created by
khaoula.enit at gmail.com
> > > > > > > > >        Queue: met_help
> > > > > > > > >      Subject: (No subject given)
> > > > > > > > >        Owner: Nobody
> > > > > > > > >   Requestors: khaoula.enit at gmail.com
> > > > > > > > >       Status: new
> > > > > > > > >  Ticket <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Dear Sir/Mrs,
> > > > > > > > > i4m traynig to use MET model.
> > > > > > > > > About compilation of BUFRLIB, i need gcc and
gfortran
> > > compilers.
> > > > > > > > > Do i need to install fortran and C software for
LINUX
> before
> > > > > > installing
> > > > > > > > > their compilers?
> > > > > > > > > Yours sincerly,
> > > > > > > > > Khaoula MELKI
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Wed Jun 24 05:10:08 2015

*Hi Julie,*

*I  unpacked the HDF librarry.*

*When lookig the HDF-EOS library, i found in the website is
HDF-EOS2.16v1.00.tar.Z.*

*i tried to unpack it, i didn't find the right command to do it.*

*Is there any command to unpak this library.*

*Thanks,*

*Khaoula  *


2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.
>
> The GRIB2 C-Library is used by the MET library code to read GRIB2
data
> files. The GRIB2 C-Library requires the libraries zlib, jasper and
png to
> be present on your system. Support for GRIB2 is optional and can be
enabled
> with the *--enable-grib2* option for configure.
>
> I hope that helps.
>
> Julie
>
>
>
> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> >  Thank you Julie,
> > It works.
> > I compile Nectcdf , GNU  and zlib libraries.
> > About GRIB C library, i downloaded the library and unpacked  it.
> > how it can be used by MET?
> > Thanks,
> > khaoula
> >
> >
> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Melki.
> > >
> > > I'm glad that you were able to get BUFRLIB installed.
> > >
> > > You said, "when trying to run the firs command of * *cd
> /path/to/netcdf.
> > he
> > > wrote me no file or directory"
> > >
> > > In the tutorial, when we say "*cd /path/to/netcdf*" you should
change
> > > directories to the location where your netcdf directory is on
your
> > machine.
> > > For example, if you unpacked the tar file netcdf-4.3.3.1.tar in
a
> > directory
> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you would run "cd
> > > /d2/melki/external_libs/netcdf-4.3.3.1".  */path/to/netcdf *is a
place
> > > holder for the location on your machine.
> > >
> > > You said, "setenv CC /path/to/c/compiler. It doesn't work.he
said
> command
> > > of setenv doesn't exist.*"  "setenv" is the name of the command
used to
> > set
> > > environment variables in the *csh family of shells.  If you are
using a
> > > different shell, however, you may need to use "export", which is
the
> name
> > > of the command in the "other" family of shells (ash, bourne,
bourne
> > again,
> > > zsh).  To find out what shell you are using, you can run "echo
$SHELL".
> > >
> > > If you are using a shell other than the *csh family of shells,
and you
> > need
> > > to use "export", the syntax is slightly different.  Instead of
running:
> > >
> > > setenv CC /path/to/c/compiler
> > >
> > > you would run
> > >
> > > export CC=/path/to/c/compiler
> > >
> > > Please note, it is import that when using the export command
that there
> > are
> > > no spaces before or after the "=".  Also, in this case, please
note
> that
> > > "/path/to/c/compiler" should be replaced with the path to the c
> compiler
> > on
> > > your machine.  For example. on my machine, gcc lives at
> /usr/bin/X11/gcc:
> > >
> > > puffin:jpresto> which gcc
> > > /usr/bin/X11/gcc
> > >
> > > so if I used setenv, I would run:
> > >
> > > setenv CC /usr/bin/X11/gcc
> > >
> > > but if I used export, I would run:
> > >
> > > export CC=/usr/bin/X11/gcc
> > >
> > > I hope this helps.  In the future, if you experience any
problems or
> > > errors, it would be helpful if you could copy and paste the
commands
> you
> > > have run along with the errors they produced.  If often gives us
a
> > clearer
> > > picture of what has gone wrong.
> > >
> > > Please let us know if you experience other problems and need
help.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > *Thanks Julie,*
> > > >
> > > > *It really works.*
> > > >
> > > > *i'm now trying to compile the netcdf library.*
> > > >
> > > > *I'm wondering about the steps written in the tutorial: *
> > > >
> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler setenv CXX
> > > >    /path/to/c++/compiler setenv FC '' setenv F90 ''
./configure
> > > >    --prefix=/netcdf/install/path --disable-netcdf-4 make make
> install i
> > > >    installed the netcdf-4.3.3.1 as a independent directory,
but when
> > > > trying to
> > > >    run the firs command of *
> > > >
> > > > *cd /path/to/netcdf. he wrote me no file or directory. so i
create a
> > file
> > > > called path existed in to file which are both included in
netcdf
> > > directory.
> > > > but when running   setenv CC /path/to/c/compiler. It doesn't
work.he
> > said
> > > > command of setenv doesn't exist.*
> > > >
> > > > *Thank you really for your help and your Time Julie.*
> > > >
> > > > *yours faithfully,*
> > > >
> > > > *Khaoula*
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Hi Melki.
> > > > >
> > > > > We are able to reproduce the problems you are experiencing
with the
> > > > latest
> > > > > version of BUFRLIB.  We are working on a solution to get the
> > > compilation
> > > > > working.
> > > > >
> > > > > In the meantime, I have uploaded the previous version of
BUFRLIB to
> > our
> > > > ftp
> > > > > site so that you can make some progress and start working
with MET.
> > > > >
> > > > > Please execute the following commands.
> > > > >
> > > > > *Make a new directory to contain the BUFRLIB code (e.g.
mkdir
> > > > > /home/user/BUFRLIB).*
> > > > > *Change directories to that new directory (e.g. cd *
> > > > > */home/user/BUFRLIB).wget
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > <
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > >*
> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
> > > > > *ar crv libbufr.a *.o*
> > > > >
> > > > > You should get a successful compilation with this older
version of
> > > > > BUFRLIB.  Please let us know how it goes.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > > >
> > > > > > Hello Julie,
> > > > > > Happy with your email.
> > > > > > It is really motivating to receive your help in compiling
MET
> > model.
> > > > > > You find  two terminal containing errors of runing gcc and
> gfortran
> > > > > > compilers.
> > > > > > Tnanks,
> > > > > > Khaoula
> > > > > >
> > > > > >
> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > > >
> > > > > > > Hi Melki.  I don't believe that you should have to
reinstall
> the
> > > > > > > compilers.  That is likely not the problem.
> > > > > > >
> > > > > > > You said that you received an error message when running
the
> > > > following:
> > > > > > >
> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > > > > gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
> > > > > > >
> > > > > > > Could you please send the full error that you received?
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Julie
> > > > > > >
> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > > > > >
> > > > > > > > Thanks for your email.
> > > > > > > >
> > > > > > > > In trying the command whereis gcc and whereis
gfortran, this
> is
> > > > > > > theresult:
> > > > > > > > [root at localhost BUFRLIB]#  whereis gfortran
> > > > > > > > gfortran: /usr/bin/gfortran
/usr/share/man/man1/gfortran.1.gz
> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > > >
> > > > > > > > So i go to try the command of *gcc -c -DUNDERSCORE *.c
and *
> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f
*.F *
> > > > > > > >
> > > > > > > > *Linux return me a message of error.*
> > > > > > > >
> > > > > > > >
> > > > > > > > *So i tried to reinstall gcc compiler using yum
install gcc,
> i
> > > > found
> > > > > > that
> > > > > > > > the last pack of gcc was installed. But when
reinstalling
> > > gfortran
> > > > > > > compiler
> > > > > > > > using yum install gfortran, i found an message telling
me
> there
> > > is
> > > > no
> > > > > > > > gfortran pack to install. *
> > > > > > > >
> > > > > > > >
> > > > > > > > *I don't know what to do.*
> > > > > > > >
> > > > > > > > *Thank you for your time and your cooperation*
> > > > > > > >
> > > > > > > > *yours faithfully *
> > > > > > > >
> > > > > > > > *KHAOULA MELKI*
> > > > > > > >
> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT <
> > > > > met_help at ucar.edu
> > > > > > >:
> > > > > > > >
> > > > > > > > > Hi Melki.  Thank you for trying to use the MET
software.
> I'm
> > > not
> > > > > > sure
> > > > > > > > if I
> > > > > > > > > understand what you are asking.
> > > > > > > > >
> > > > > > > > > You mentioned that you want to compile BUFRLIB.  As
is
> > > explained
> > > > on
> > > > > > the
> > > > > > > > > following page of the MET Online Tutorial for
METv5.0:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > >
> > > > > > > > > you can use the GNU gcc and gfortran compilers, the
PGI
> pgcc
> > > and
> > > > > > pgf90
> > > > > > > > > compilers, or the Intel icc and ifort compilers.
You are
> > > welcome
> > > > > to
> > > > > > > use
> > > > > > > > > gcc and gfortran (GNU) if you would like to.
> > > > > > > > >
> > > > > > > > > Most LINUX distributions come with the compilers.
To find
> > gcc
> > > > and
> > > > > > > > gfortran
> > > > > > > > > on your machine, you can run the following commands:
> > > > > > > > >
> > > > > > > > > whereis gfortran
> > > > > > > > > whereis gcc
> > > > > > > > >
> > > > > > > > > Here are the results I get after running those two
> commands:
> > > > > > > > >
> > > > > > > > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > > > >
> > > > > > > > > I hope that helps.  Please let me know if I have not
> answered
> > > > your
> > > > > > > > question
> > > > > > > > > and if this solves the problem for you.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via
RT <
> > > > > > > met_help at ucar.edu
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted
upon.
> > > > > > > > > > Transaction: Ticket created by
khaoula.enit at gmail.com
> > > > > > > > > >        Queue: met_help
> > > > > > > > > >      Subject: (No subject given)
> > > > > > > > > >        Owner: Nobody
> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
> > > > > > > > > >       Status: new
> > > > > > > > > >  Ticket <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Dear Sir/Mrs,
> > > > > > > > > > i4m traynig to use MET model.
> > > > > > > > > > About compilation of BUFRLIB, i need gcc and
gfortran
> > > > compilers.
> > > > > > > > > > Do i need to install fortran and C software for
LINUX
> > before
> > > > > > > installing
> > > > > > > > > > their compilers?
> > > > > > > > > > Yours sincerly,
> > > > > > > > > > Khaoula MELKI
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Wed Jun 24 06:29:28 2015

Hi Julie,
I compiled all libraries.
I downloaded post processor but i can't find the WRF-ARW p-interp Tool
when
i use the link posted in the tutorial.
also,what i don't understand the utility of the  copygb utility and
from
where to get it.
i don't know what to do next to downloading and compiling required
libraries.
Thanks,
Khaoula




2015-06-24 7:10 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:

>
>
> *Hi Julie,*
>
> *I  unpacked the HDF librarry.*
>
> *When lookig the HDF-EOS library, i found in the website is
> HDF-EOS2.16v1.00.tar.Z.*
>
> *i tried to unpack it, i didn't find the right command to do it.*
>
> *Is there any command to unpak this library.*
>
> *Thanks,*
>
> *Khaoula  *
>
>
> 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
>> Hi Khaoula.
>>
>> The GRIB2 C-Library is used by the MET library code to read GRIB2
data
>> files. The GRIB2 C-Library requires the libraries zlib, jasper and
png to
>> be present on your system. Support for GRIB2 is optional and can be
>> enabled
>> with the *--enable-grib2* option for configure.
>>
>> I hope that helps.
>>
>> Julie
>>
>>
>>
>> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> >
>> >  Thank you Julie,
>> > It works.
>> > I compile Nectcdf , GNU  and zlib libraries.
>> > About GRIB C library, i downloaded the library and unpacked  it.
>> > how it can be used by MET?
>> > Thanks,
>> > khaoula
>> >
>> >
>> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>> >
>> > > Hi Melki.
>> > >
>> > > I'm glad that you were able to get BUFRLIB installed.
>> > >
>> > > You said, "when trying to run the firs command of * *cd
>> /path/to/netcdf.
>> > he
>> > > wrote me no file or directory"
>> > >
>> > > In the tutorial, when we say "*cd /path/to/netcdf*" you should
change
>> > > directories to the location where your netcdf directory is on
your
>> > machine.
>> > > For example, if you unpacked the tar file netcdf-4.3.3.1.tar in
a
>> > directory
>> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you would run
"cd
>> > > /d2/melki/external_libs/netcdf-4.3.3.1".  */path/to/netcdf *is
a place
>> > > holder for the location on your machine.
>> > >
>> > > You said, "setenv CC /path/to/c/compiler. It doesn't work.he
said
>> command
>> > > of setenv doesn't exist.*"  "setenv" is the name of the command
used
>> to
>> > set
>> > > environment variables in the *csh family of shells.  If you are
using
>> a
>> > > different shell, however, you may need to use "export", which
is the
>> name
>> > > of the command in the "other" family of shells (ash, bourne,
bourne
>> > again,
>> > > zsh).  To find out what shell you are using, you can run "echo
>> $SHELL".
>> > >
>> > > If you are using a shell other than the *csh family of shells,
and you
>> > need
>> > > to use "export", the syntax is slightly different.  Instead of
>> running:
>> > >
>> > > setenv CC /path/to/c/compiler
>> > >
>> > > you would run
>> > >
>> > > export CC=/path/to/c/compiler
>> > >
>> > > Please note, it is import that when using the export command
that
>> there
>> > are
>> > > no spaces before or after the "=".  Also, in this case, please
note
>> that
>> > > "/path/to/c/compiler" should be replaced with the path to the c
>> compiler
>> > on
>> > > your machine.  For example. on my machine, gcc lives at
>> /usr/bin/X11/gcc:
>> > >
>> > > puffin:jpresto> which gcc
>> > > /usr/bin/X11/gcc
>> > >
>> > > so if I used setenv, I would run:
>> > >
>> > > setenv CC /usr/bin/X11/gcc
>> > >
>> > > but if I used export, I would run:
>> > >
>> > > export CC=/usr/bin/X11/gcc
>> > >
>> > > I hope this helps.  In the future, if you experience any
problems or
>> > > errors, it would be helpful if you could copy and paste the
commands
>> you
>> > > have run along with the errors they produced.  If often gives
us a
>> > clearer
>> > > picture of what has gone wrong.
>> > >
>> > > Please let us know if you experience other problems and need
help.
>> > >
>> > > Thanks,
>> > > Julie
>> > >
>> > >
>> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT <
>> met_help at ucar.edu
>> > >
>> > > wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
>> > > >
>> > > > *Thanks Julie,*
>> > > >
>> > > > *It really works.*
>> > > >
>> > > > *i'm now trying to compile the netcdf library.*
>> > > >
>> > > > *I'm wondering about the steps written in the tutorial: *
>> > > >
>> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler setenv CXX
>> > > >    /path/to/c++/compiler setenv FC '' setenv F90 ''
./configure
>> > > >    --prefix=/netcdf/install/path --disable-netcdf-4 make make
>> install i
>> > > >    installed the netcdf-4.3.3.1 as a independent directory,
but when
>> > > > trying to
>> > > >    run the firs command of *
>> > > >
>> > > > *cd /path/to/netcdf. he wrote me no file or directory. so i
create a
>> > file
>> > > > called path existed in to file which are both included in
netcdf
>> > > directory.
>> > > > but when running   setenv CC /path/to/c/compiler. It doesn't
work.he
>> > said
>> > > > command of setenv doesn't exist.*
>> > > >
>> > > > *Thank you really for your help and your Time Julie.*
>> > > >
>> > > > *yours faithfully,*
>> > > >
>> > > > *Khaoula*
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT <
>> met_help at ucar.edu
>> > >:
>> > > >
>> > > > > Hi Melki.
>> > > > >
>> > > > > We are able to reproduce the problems you are experiencing
with
>> the
>> > > > latest
>> > > > > version of BUFRLIB.  We are working on a solution to get
the
>> > > compilation
>> > > > > working.
>> > > > >
>> > > > > In the meantime, I have uploaded the previous version of
BUFRLIB
>> to
>> > our
>> > > > ftp
>> > > > > site so that you can make some progress and start working
with
>> MET.
>> > > > >
>> > > > > Please execute the following commands.
>> > > > >
>> > > > > *Make a new directory to contain the BUFRLIB code (e.g.
mkdir
>> > > > > /home/user/BUFRLIB).*
>> > > > > *Change directories to that new directory (e.g. cd *
>> > > > > */home/user/BUFRLIB).wget
>> > > > >
>> > > >
>> > >
>> >
>> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
>> > > > > <
>> > > >
>> > >
>> >
>> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
>> > > > > >*
>> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
>> > > > > *gcc -c -DUNDERSCORE *.c*
>> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
>> > > > > *ar crv libbufr.a *.o*
>> > > > >
>> > > > > You should get a successful compilation with this older
version of
>> > > > > BUFRLIB.  Please let us know how it goes.
>> > > > >
>> > > > > Thanks,
>> > > > > Julie
>> > > > >
>> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT <
>> > > met_help at ucar.edu
>> > > > >
>> > > > > wrote:
>> > > > >
>> > > > > >
>> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> > > > > >
>> > > > > > Hello Julie,
>> > > > > > Happy with your email.
>> > > > > > It is really motivating to receive your help in compiling
MET
>> > model.
>> > > > > > You find  two terminal containing errors of runing gcc
and
>> gfortran
>> > > > > > compilers.
>> > > > > > Tnanks,
>> > > > > > Khaoula
>> > > > > >
>> > > > > >
>> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT <
>> > > met_help at ucar.edu
>> > > > >:
>> > > > > >
>> > > > > > > Hi Melki.  I don't believe that you should have to
reinstall
>> the
>> > > > > > > compilers.  That is likely not the problem.
>> > > > > > >
>> > > > > > > You said that you received an error message when
running the
>> > > > following:
>> > > > > > >
>> > > > > > > gcc -c -DUNDERSCORE *.c
>> > > > > > > gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F
>> > > > > > >
>> > > > > > > Could you please send the full error that you received?
>> > > > > > >
>> > > > > > > Thanks,
>> > > > > > > Julie
>> > > > > > >
>> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT <
>> > > > > met_help at ucar.edu
>> > > > > > >
>> > > > > > > wrote:
>> > > > > > >
>> > > > > > > >
>> > > > > > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > >
>> > > > > > > >
>> > > > > > > > Thanks for your email.
>> > > > > > > >
>> > > > > > > > In trying the command whereis gcc and whereis
gfortran,
>> this is
>> > > > > > > theresult:
>> > > > > > > > [root at localhost BUFRLIB]#  whereis gfortran
>> > > > > > > > gfortran: /usr/bin/gfortran
>> /usr/share/man/man1/gfortran.1.gz
>> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
>> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
>> > > > > > > > /usr/share/man/man1/gcc.1.gz
>> > > > > > > >
>> > > > > > > > So i go to try the command of *gcc -c -DUNDERSCORE
*.c and *
>> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f
*.F *
>> > > > > > > >
>> > > > > > > > *Linux return me a message of error.*
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > *So i tried to reinstall gcc compiler using yum
install
>> gcc, i
>> > > > found
>> > > > > > that
>> > > > > > > > the last pack of gcc was installed. But when
reinstalling
>> > > gfortran
>> > > > > > > compiler
>> > > > > > > > using yum install gfortran, i found an message
telling me
>> there
>> > > is
>> > > > no
>> > > > > > > > gfortran pack to install. *
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > *I don't know what to do.*
>> > > > > > > >
>> > > > > > > > *Thank you for your time and your cooperation*
>> > > > > > > >
>> > > > > > > > *yours faithfully *
>> > > > > > > >
>> > > > > > > > *KHAOULA MELKI*
>> > > > > > > >
>> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT <
>> > > > > met_help at ucar.edu
>> > > > > > >:
>> > > > > > > >
>> > > > > > > > > Hi Melki.  Thank you for trying to use the MET
software.
>> I'm
>> > > not
>> > > > > > sure
>> > > > > > > > if I
>> > > > > > > > > understand what you are asking.
>> > > > > > > > >
>> > > > > > > > > You mentioned that you want to compile BUFRLIB.  As
is
>> > > explained
>> > > > on
>> > > > > > the
>> > > > > > > > > following page of the MET Online Tutorial for
METv5.0:
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > > > > > > > >
>> > > > > > > > > you can use the GNU gcc and gfortran compilers, the
PGI
>> pgcc
>> > > and
>> > > > > > pgf90
>> > > > > > > > > compilers, or the Intel icc and ifort compilers.
You are
>> > > welcome
>> > > > > to
>> > > > > > > use
>> > > > > > > > > gcc and gfortran (GNU) if you would like to.
>> > > > > > > > >
>> > > > > > > > > Most LINUX distributions come with the compilers.
To find
>> > gcc
>> > > > and
>> > > > > > > > gfortran
>> > > > > > > > > on your machine, you can run the following
commands:
>> > > > > > > > >
>> > > > > > > > > whereis gfortran
>> > > > > > > > > whereis gcc
>> > > > > > > > >
>> > > > > > > > > Here are the results I get after running those two
>> commands:
>> > > > > > > > >
>> > > > > > > > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
>> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
>> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
>> > > > > > > > > /usr/share/man/man1/gcc.1.gz
>> > > > > > > > >
>> > > > > > > > > I hope that helps.  Please let me know if I have
not
>> answered
>> > > > your
>> > > > > > > > question
>> > > > > > > > > and if this solves the problem for you.
>> > > > > > > > >
>> > > > > > > > > Thanks,
>> > > > > > > > > Julie
>> > > > > > > > >
>> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula via
RT <
>> > > > > > > met_help at ucar.edu
>> > > > > > > > >
>> > > > > > > > > wrote:
>> > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was acted
upon.
>> > > > > > > > > > Transaction: Ticket created by
khaoula.enit at gmail.com
>> > > > > > > > > >        Queue: met_help
>> > > > > > > > > >      Subject: (No subject given)
>> > > > > > > > > >        Owner: Nobody
>> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
>> > > > > > > > > >       Status: new
>> > > > > > > > > >  Ticket <URL:
>> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Dear Sir/Mrs,
>> > > > > > > > > > i4m traynig to use MET model.
>> > > > > > > > > > About compilation of BUFRLIB, i need gcc and
gfortran
>> > > > compilers.
>> > > > > > > > > > Do i need to install fortran and C software for
LINUX
>> > before
>> > > > > > > installing
>> > > > > > > > > > their compilers?
>> > > > > > > > > > Yours sincerly,
>> > > > > > > > > > Khaoula MELKI
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > --
>> > > > > > > > > Julie Prestopnik
>> > > > > > > > > National Center for Atmospheric Research
>> > > > > > > > > Research Applications Laboratory
>> > > > > > > > > Phone: 303.497.8399
>> > > > > > > > > Email: jpresto at ucar.edu
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Julie Prestopnik
>> > > > > > > National Center for Atmospheric Research
>> > > > > > > Research Applications Laboratory
>> > > > > > > Phone: 303.497.8399
>> > > > > > > Email: jpresto at ucar.edu
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Julie Prestopnik
>> > > > > National Center for Atmospheric Research
>> > > > > Research Applications Laboratory
>> > > > > Phone: 303.497.8399
>> > > > > Email: jpresto at ucar.edu
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Julie Prestopnik
>> > > National Center for Atmospheric Research
>> > > Research Applications Laboratory
>> > > Phone: 303.497.8399
>> > > Email: jpresto at ucar.edu
>> > >
>> > >
>> >
>> >
>>
>>
>> --
>> Julie Prestopnik
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> Phone: 303.497.8399
>> Email: jpresto at ucar.edu
>>
>>
>

------------------------------------------------
Subject: 
From: John Halley Gotway
Time: Wed Jun 24 09:42:42 2015

Hello Khaoula,

Julie is out of town.  My name is John, and I'd be happy to help
answer
your MET questions.

I see that you're trying to get up and running using MET to verify WRF
output.  MET doesn't read WRF output files directly, but requires that
they
first be post-processed either with the WRF-ARW pinterp utility or the
Unified Post-Processor (UPP).  Of the two, I'd strongly recommend
using UPP
which creates output in GRIB format that is fully supported by MET.
The
pinterp utility writes it output in NetCDF but we only support data
defined
on the non-staggered dimensions.  Since velocity points are staggered
in
WRF, MET can't be used to verifying winds in pinterp output.

Another advantage to using UPP is that GRIB data can be easily
regridded
using the copygb utility.  copygb is included in the UPP package.

You can download pinterp here:

http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing

And you can download UPP here:
   http://www.dtcenter.org/wrf-nmm/users/downloads/index.php

Hope that helps.

Thanks,
John Halley Gotway


On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> I compiled all libraries.
> I downloaded post processor but i can't find the WRF-ARW p-interp
Tool when
> i use the link posted in the tutorial.
> also,what i don't understand the utility of the  copygb utility and
from
> where to get it.
> i don't know what to do next to downloading and compiling required
> libraries.
> Thanks,
> Khaoula
>
>
>
>
> 2015-06-24 7:10 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
>
> >
> >
> > *Hi Julie,*
> >
> > *I  unpacked the HDF librarry.*
> >
> > *When lookig the HDF-EOS library, i found in the website is
> > HDF-EOS2.16v1.00.tar.Z.*
> >
> > *i tried to unpack it, i didn't find the right command to do it.*
> >
> > *Is there any command to unpak this library.*
> >
> > *Thanks,*
> >
> > *Khaoula  *
> >
> >
> > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> >> Hi Khaoula.
> >>
> >> The GRIB2 C-Library is used by the MET library code to read GRIB2
data
> >> files. The GRIB2 C-Library requires the libraries zlib, jasper
and png
> to
> >> be present on your system. Support for GRIB2 is optional and can
be
> >> enabled
> >> with the *--enable-grib2* option for configure.
> >>
> >> I hope that helps.
> >>
> >> Julie
> >>
> >>
> >>
> >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT <
> met_help at ucar.edu>
> >> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> >
> >> >  Thank you Julie,
> >> > It works.
> >> > I compile Nectcdf , GNU  and zlib libraries.
> >> > About GRIB C library, i downloaded the library and unpacked
it.
> >> > how it can be used by MET?
> >> > Thanks,
> >> > khaoula
> >> >
> >> >
> >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> >> >
> >> > > Hi Melki.
> >> > >
> >> > > I'm glad that you were able to get BUFRLIB installed.
> >> > >
> >> > > You said, "when trying to run the firs command of * *cd
> >> /path/to/netcdf.
> >> > he
> >> > > wrote me no file or directory"
> >> > >
> >> > > In the tutorial, when we say "*cd /path/to/netcdf*" you
should
> change
> >> > > directories to the location where your netcdf directory is on
your
> >> > machine.
> >> > > For example, if you unpacked the tar file netcdf-4.3.3.1.tar
in a
> >> > directory
> >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you would run
"cd
> >> > > /d2/melki/external_libs/netcdf-4.3.3.1".  */path/to/netcdf
*is a
> place
> >> > > holder for the location on your machine.
> >> > >
> >> > > You said, "setenv CC /path/to/c/compiler. It doesn't work.he
said
> >> command
> >> > > of setenv doesn't exist.*"  "setenv" is the name of the
command used
> >> to
> >> > set
> >> > > environment variables in the *csh family of shells.  If you
are
> using
> >> a
> >> > > different shell, however, you may need to use "export", which
is the
> >> name
> >> > > of the command in the "other" family of shells (ash, bourne,
bourne
> >> > again,
> >> > > zsh).  To find out what shell you are using, you can run
"echo
> >> $SHELL".
> >> > >
> >> > > If you are using a shell other than the *csh family of
shells, and
> you
> >> > need
> >> > > to use "export", the syntax is slightly different.  Instead
of
> >> running:
> >> > >
> >> > > setenv CC /path/to/c/compiler
> >> > >
> >> > > you would run
> >> > >
> >> > > export CC=/path/to/c/compiler
> >> > >
> >> > > Please note, it is import that when using the export command
that
> >> there
> >> > are
> >> > > no spaces before or after the "=".  Also, in this case,
please note
> >> that
> >> > > "/path/to/c/compiler" should be replaced with the path to the
c
> >> compiler
> >> > on
> >> > > your machine.  For example. on my machine, gcc lives at
> >> /usr/bin/X11/gcc:
> >> > >
> >> > > puffin:jpresto> which gcc
> >> > > /usr/bin/X11/gcc
> >> > >
> >> > > so if I used setenv, I would run:
> >> > >
> >> > > setenv CC /usr/bin/X11/gcc
> >> > >
> >> > > but if I used export, I would run:
> >> > >
> >> > > export CC=/usr/bin/X11/gcc
> >> > >
> >> > > I hope this helps.  In the future, if you experience any
problems or
> >> > > errors, it would be helpful if you could copy and paste the
commands
> >> you
> >> > > have run along with the errors they produced.  If often gives
us a
> >> > clearer
> >> > > picture of what has gone wrong.
> >> > >
> >> > > Please let us know if you experience other problems and need
help.
> >> > >
> >> > > Thanks,
> >> > > Julie
> >> > >
> >> > >
> >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT <
> >> met_help at ucar.edu
> >> > >
> >> > > wrote:
> >> > >
> >> > > >
> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> > > >
> >> > > > *Thanks Julie,*
> >> > > >
> >> > > > *It really works.*
> >> > > >
> >> > > > *i'm now trying to compile the netcdf library.*
> >> > > >
> >> > > > *I'm wondering about the steps written in the tutorial: *
> >> > > >
> >> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler setenv
CXX
> >> > > >    /path/to/c++/compiler setenv FC '' setenv F90 ''
./configure
> >> > > >    --prefix=/netcdf/install/path --disable-netcdf-4 make
make
> >> install i
> >> > > >    installed the netcdf-4.3.3.1 as a independent directory,
but
> when
> >> > > > trying to
> >> > > >    run the firs command of *
> >> > > >
> >> > > > *cd /path/to/netcdf. he wrote me no file or directory. so i
> create a
> >> > file
> >> > > > called path existed in to file which are both included in
netcdf
> >> > > directory.
> >> > > > but when running   setenv CC /path/to/c/compiler. It
doesn't
> work.he
> >> > said
> >> > > > command of setenv doesn't exist.*
> >> > > >
> >> > > > *Thank you really for your help and your Time Julie.*
> >> > > >
> >> > > > *yours faithfully,*
> >> > > >
> >> > > > *Khaoula*
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT <
> >> met_help at ucar.edu
> >> > >:
> >> > > >
> >> > > > > Hi Melki.
> >> > > > >
> >> > > > > We are able to reproduce the problems you are
experiencing with
> >> the
> >> > > > latest
> >> > > > > version of BUFRLIB.  We are working on a solution to get
the
> >> > > compilation
> >> > > > > working.
> >> > > > >
> >> > > > > In the meantime, I have uploaded the previous version of
BUFRLIB
> >> to
> >> > our
> >> > > > ftp
> >> > > > > site so that you can make some progress and start working
with
> >> MET.
> >> > > > >
> >> > > > > Please execute the following commands.
> >> > > > >
> >> > > > > *Make a new directory to contain the BUFRLIB code (e.g.
mkdir
> >> > > > > /home/user/BUFRLIB).*
> >> > > > > *Change directories to that new directory (e.g. cd *
> >> > > > > */home/user/BUFRLIB).wget
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> >> > > > > <
> >> > > >
> >> > >
> >> >
> >>
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> >> > > > > >*
> >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> >> > > > > *gcc -c -DUNDERSCORE *.c*
> >> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F*
> >> > > > > *ar crv libbufr.a *.o*
> >> > > > >
> >> > > > > You should get a successful compilation with this older
version
> of
> >> > > > > BUFRLIB.  Please let us know how it goes.
> >> > > > >
> >> > > > > Thanks,
> >> > > > > Julie
> >> > > > >
> >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT <
> >> > > met_help at ucar.edu
> >> > > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > >
> >> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> >> > > > > >
> >> > > > > > Hello Julie,
> >> > > > > > Happy with your email.
> >> > > > > > It is really motivating to receive your help in
compiling MET
> >> > model.
> >> > > > > > You find  two terminal containing errors of runing gcc
and
> >> gfortran
> >> > > > > > compilers.
> >> > > > > > Tnanks,
> >> > > > > > Khaoula
> >> > > > > >
> >> > > > > >
> >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT <
> >> > > met_help at ucar.edu
> >> > > > >:
> >> > > > > >
> >> > > > > > > Hi Melki.  I don't believe that you should have to
reinstall
> >> the
> >> > > > > > > compilers.  That is likely not the problem.
> >> > > > > > >
> >> > > > > > > You said that you received an error message when
running the
> >> > > > following:
> >> > > > > > >
> >> > > > > > > gcc -c -DUNDERSCORE *.c
> >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-underscore *.f
*.F
> >> > > > > > >
> >> > > > > > > Could you please send the full error that you
received?
> >> > > > > > >
> >> > > > > > > Thanks,
> >> > > > > > > Julie
> >> > > > > > >
> >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via RT
<
> >> > > > > met_help at ucar.edu
> >> > > > > > >
> >> > > > > > > wrote:
> >> > > > > > >
> >> > > > > > > >
> >> > > > > > > > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > >
> >> > > > > > > >
> >> > > > > > > > Thanks for your email.
> >> > > > > > > >
> >> > > > > > > > In trying the command whereis gcc and whereis
gfortran,
> >> this is
> >> > > > > > > theresult:
> >> > > > > > > > [root at localhost BUFRLIB]#  whereis gfortran
> >> > > > > > > > gfortran: /usr/bin/gfortran
> >> /usr/share/man/man1/gfortran.1.gz
> >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
> >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> >> > > > > > > >
> >> > > > > > > > So i go to try the command of *gcc -c -DUNDERSCORE
*.c
> and *
> >> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore
*.f *.F *
> >> > > > > > > >
> >> > > > > > > > *Linux return me a message of error.*
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > > *So i tried to reinstall gcc compiler using yum
install
> >> gcc, i
> >> > > > found
> >> > > > > > that
> >> > > > > > > > the last pack of gcc was installed. But when
reinstalling
> >> > > gfortran
> >> > > > > > > compiler
> >> > > > > > > > using yum install gfortran, i found an message
telling me
> >> there
> >> > > is
> >> > > > no
> >> > > > > > > > gfortran pack to install. *
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > > *I don't know what to do.*
> >> > > > > > > >
> >> > > > > > > > *Thank you for your time and your cooperation*
> >> > > > > > > >
> >> > > > > > > > *yours faithfully *
> >> > > > > > > >
> >> > > > > > > > *KHAOULA MELKI*
> >> > > > > > > >
> >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via RT
<
> >> > > > > met_help at ucar.edu
> >> > > > > > >:
> >> > > > > > > >
> >> > > > > > > > > Hi Melki.  Thank you for trying to use the MET
software.
> >> I'm
> >> > > not
> >> > > > > > sure
> >> > > > > > > > if I
> >> > > > > > > > > understand what you are asking.
> >> > > > > > > > >
> >> > > > > > > > > You mentioned that you want to compile BUFRLIB.
As is
> >> > > explained
> >> > > > on
> >> > > > > > the
> >> > > > > > > > > following page of the MET Online Tutorial for
METv5.0:
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >> > > > > > > > >
> >> > > > > > > > > you can use the GNU gcc and gfortran compilers,
the PGI
> >> pgcc
> >> > > and
> >> > > > > > pgf90
> >> > > > > > > > > compilers, or the Intel icc and ifort compilers.
You
> are
> >> > > welcome
> >> > > > > to
> >> > > > > > > use
> >> > > > > > > > > gcc and gfortran (GNU) if you would like to.
> >> > > > > > > > >
> >> > > > > > > > > Most LINUX distributions come with the compilers.
To
> find
> >> > gcc
> >> > > > and
> >> > > > > > > > gfortran
> >> > > > > > > > > on your machine, you can run the following
commands:
> >> > > > > > > > >
> >> > > > > > > > > whereis gfortran
> >> > > > > > > > > whereis gcc
> >> > > > > > > > >
> >> > > > > > > > > Here are the results I get after running those
two
> >> commands:
> >> > > > > > > > >
> >> > > > > > > > > gfortran: /usr/bin/gfortran /usr/bin/X11/gfortran
> >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> >> > > > > > > > >
> >> > > > > > > > > I hope that helps.  Please let me know if I have
not
> >> answered
> >> > > > your
> >> > > > > > > > question
> >> > > > > > > > > and if this solves the problem for you.
> >> > > > > > > > >
> >> > > > > > > > > Thanks,
> >> > > > > > > > > Julie
> >> > > > > > > > >
> >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula
via RT <
> >> > > > > > > met_help at ucar.edu
> >> > > > > > > > >
> >> > > > > > > > > wrote:
> >> > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was
acted
> upon.
> >> > > > > > > > > > Transaction: Ticket created by
khaoula.enit at gmail.com
> >> > > > > > > > > >        Queue: met_help
> >> > > > > > > > > >      Subject: (No subject given)
> >> > > > > > > > > >        Owner: Nobody
> >> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
> >> > > > > > > > > >       Status: new
> >> > > > > > > > > >  Ticket <URL:
> >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > Dear Sir/Mrs,
> >> > > > > > > > > > i4m traynig to use MET model.
> >> > > > > > > > > > About compilation of BUFRLIB, i need gcc and
gfortran
> >> > > > compilers.
> >> > > > > > > > > > Do i need to install fortran and C software for
LINUX
> >> > before
> >> > > > > > > installing
> >> > > > > > > > > > their compilers?
> >> > > > > > > > > > Yours sincerly,
> >> > > > > > > > > > Khaoula MELKI
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > --
> >> > > > > > > > > Julie Prestopnik
> >> > > > > > > > > National Center for Atmospheric Research
> >> > > > > > > > > Research Applications Laboratory
> >> > > > > > > > > Phone: 303.497.8399
> >> > > > > > > > > Email: jpresto at ucar.edu
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > --
> >> > > > > > > Julie Prestopnik
> >> > > > > > > National Center for Atmospheric Research
> >> > > > > > > Research Applications Laboratory
> >> > > > > > > Phone: 303.497.8399
> >> > > > > > > Email: jpresto at ucar.edu
> >> > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Julie Prestopnik
> >> > > > > National Center for Atmospheric Research
> >> > > > > Research Applications Laboratory
> >> > > > > Phone: 303.497.8399
> >> > > > > Email: jpresto at ucar.edu
> >> > > > >
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Julie Prestopnik
> >> > > National Center for Atmospheric Research
> >> > > Research Applications Laboratory
> >> > > Phone: 303.497.8399
> >> > > Email: jpresto at ucar.edu
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >> --
> >> Julie Prestopnik
> >> National Center for Atmospheric Research
> >> Research Applications Laboratory
> >> Phone: 303.497.8399
> >> Email: jpresto at ucar.edu
> >>
> >>
> >
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Thu Jun 25 06:58:13 2015

Hi John,

Thank you for your help.
I'm grateful for you and Julie.
I'm now setting environment variables.
I want to confirm this command if it is right or no, for example, if i
set:
export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
in order to Set *$MET_NETCDF* to point to the main NetCDFdirectory.
I  use  also the same process to set others external libraries.
I let you know that my shell is bash, so i can't use the export
command.
Im wondering if i'm in the right way, because the command with export
doesn't produce any error to verify if i'm right or wrong.
Thanks,
Khaoula


2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:

> Hello Khaoula,
>
> Julie is out of town.  My name is John, and I'd be happy to help
answer
> your MET questions.
>
> I see that you're trying to get up and running using MET to verify
WRF
> output.  MET doesn't read WRF output files directly, but requires
that they
> first be post-processed either with the WRF-ARW pinterp utility or
the
> Unified Post-Processor (UPP).  Of the two, I'd strongly recommend
using UPP
> which creates output in GRIB format that is fully supported by MET.
The
> pinterp utility writes it output in NetCDF but we only support data
defined
> on the non-staggered dimensions.  Since velocity points are
staggered in
> WRF, MET can't be used to verifying winds in pinterp output.
>
> Another advantage to using UPP is that GRIB data can be easily
regridded
> using the copygb utility.  copygb is included in the UPP package.
>
> You can download pinterp here:
>
>
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
>
> And you can download UPP here:
>    http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
>
> Hope that helps.
>
> Thanks,
> John Halley Gotway
>
>
> On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi Julie,
> > I compiled all libraries.
> > I downloaded post processor but i can't find the WRF-ARW p-interp
Tool
> when
> > i use the link posted in the tutorial.
> > also,what i don't understand the utility of the  copygb utility
and from
> > where to get it.
> > i don't know what to do next to downloading and compiling required
> > libraries.
> > Thanks,
> > Khaoula
> >
> >
> >
> >
> > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
> >
> > >
> > >
> > > *Hi Julie,*
> > >
> > > *I  unpacked the HDF librarry.*
> > >
> > > *When lookig the HDF-EOS library, i found in the website is
> > > HDF-EOS2.16v1.00.tar.Z.*
> > >
> > > *i tried to unpack it, i didn't find the right command to do
it.*
> > >
> > > *Is there any command to unpak this library.*
> > >
> > > *Thanks,*
> > >
> > > *Khaoula  *
> > >
> > >
> > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > >> Hi Khaoula.
> > >>
> > >> The GRIB2 C-Library is used by the MET library code to read
GRIB2 data
> > >> files. The GRIB2 C-Library requires the libraries zlib, jasper
and png
> > to
> > >> be present on your system. Support for GRIB2 is optional and
can be
> > >> enabled
> > >> with the *--enable-grib2* option for configure.
> > >>
> > >> I hope that helps.
> > >>
> > >> Julie
> > >>
> > >>
> > >>
> > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT <
> > met_help at ucar.edu>
> > >> wrote:
> > >>
> > >> >
> > >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > >> >
> > >> >  Thank you Julie,
> > >> > It works.
> > >> > I compile Nectcdf , GNU  and zlib libraries.
> > >> > About GRIB C library, i downloaded the library and unpacked
it.
> > >> > how it can be used by MET?
> > >> > Thanks,
> > >> > khaoula
> > >> >
> > >> >
> > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > >> >
> > >> > > Hi Melki.
> > >> > >
> > >> > > I'm glad that you were able to get BUFRLIB installed.
> > >> > >
> > >> > > You said, "when trying to run the firs command of * *cd
> > >> /path/to/netcdf.
> > >> > he
> > >> > > wrote me no file or directory"
> > >> > >
> > >> > > In the tutorial, when we say "*cd /path/to/netcdf*" you
should
> > change
> > >> > > directories to the location where your netcdf directory is
on your
> > >> > machine.
> > >> > > For example, if you unpacked the tar file netcdf-
4.3.3.1.tar in a
> > >> > directory
> > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you would
run "cd
> > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".  */path/to/netcdf
*is a
> > place
> > >> > > holder for the location on your machine.
> > >> > >
> > >> > > You said, "setenv CC /path/to/c/compiler. It doesn't
work.he said
> > >> command
> > >> > > of setenv doesn't exist.*"  "setenv" is the name of the
command
> used
> > >> to
> > >> > set
> > >> > > environment variables in the *csh family of shells.  If you
are
> > using
> > >> a
> > >> > > different shell, however, you may need to use "export",
which is
> the
> > >> name
> > >> > > of the command in the "other" family of shells (ash,
bourne,
> bourne
> > >> > again,
> > >> > > zsh).  To find out what shell you are using, you can run
"echo
> > >> $SHELL".
> > >> > >
> > >> > > If you are using a shell other than the *csh family of
shells, and
> > you
> > >> > need
> > >> > > to use "export", the syntax is slightly different.  Instead
of
> > >> running:
> > >> > >
> > >> > > setenv CC /path/to/c/compiler
> > >> > >
> > >> > > you would run
> > >> > >
> > >> > > export CC=/path/to/c/compiler
> > >> > >
> > >> > > Please note, it is import that when using the export
command that
> > >> there
> > >> > are
> > >> > > no spaces before or after the "=".  Also, in this case,
please
> note
> > >> that
> > >> > > "/path/to/c/compiler" should be replaced with the path to
the c
> > >> compiler
> > >> > on
> > >> > > your machine.  For example. on my machine, gcc lives at
> > >> /usr/bin/X11/gcc:
> > >> > >
> > >> > > puffin:jpresto> which gcc
> > >> > > /usr/bin/X11/gcc
> > >> > >
> > >> > > so if I used setenv, I would run:
> > >> > >
> > >> > > setenv CC /usr/bin/X11/gcc
> > >> > >
> > >> > > but if I used export, I would run:
> > >> > >
> > >> > > export CC=/usr/bin/X11/gcc
> > >> > >
> > >> > > I hope this helps.  In the future, if you experience any
problems
> or
> > >> > > errors, it would be helpful if you could copy and paste the
> commands
> > >> you
> > >> > > have run along with the errors they produced.  If often
gives us a
> > >> > clearer
> > >> > > picture of what has gone wrong.
> > >> > >
> > >> > > Please let us know if you experience other problems and
need help.
> > >> > >
> > >> > > Thanks,
> > >> > > Julie
> > >> > >
> > >> > >
> > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT <
> > >> met_help at ucar.edu
> > >> > >
> > >> > > wrote:
> > >> > >
> > >> > > >
> > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >> > > >
> > >> > > > *Thanks Julie,*
> > >> > > >
> > >> > > > *It really works.*
> > >> > > >
> > >> > > > *i'm now trying to compile the netcdf library.*
> > >> > > >
> > >> > > > *I'm wondering about the steps written in the tutorial: *
> > >> > > >
> > >> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler setenv
CXX
> > >> > > >    /path/to/c++/compiler setenv FC '' setenv F90 ''
./configure
> > >> > > >    --prefix=/netcdf/install/path --disable-netcdf-4 make
make
> > >> install i
> > >> > > >    installed the netcdf-4.3.3.1 as a independent
directory, but
> > when
> > >> > > > trying to
> > >> > > >    run the firs command of *
> > >> > > >
> > >> > > > *cd /path/to/netcdf. he wrote me no file or directory. so
i
> > create a
> > >> > file
> > >> > > > called path existed in to file which are both included in
netcdf
> > >> > > directory.
> > >> > > > but when running   setenv CC /path/to/c/compiler. It
doesn't
> > work.he
> > >> > said
> > >> > > > command of setenv doesn't exist.*
> > >> > > >
> > >> > > > *Thank you really for your help and your Time Julie.*
> > >> > > >
> > >> > > > *yours faithfully,*
> > >> > > >
> > >> > > > *Khaoula*
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT <
> > >> met_help at ucar.edu
> > >> > >:
> > >> > > >
> > >> > > > > Hi Melki.
> > >> > > > >
> > >> > > > > We are able to reproduce the problems you are
experiencing
> with
> > >> the
> > >> > > > latest
> > >> > > > > version of BUFRLIB.  We are working on a solution to
get the
> > >> > > compilation
> > >> > > > > working.
> > >> > > > >
> > >> > > > > In the meantime, I have uploaded the previous version
of
> BUFRLIB
> > >> to
> > >> > our
> > >> > > > ftp
> > >> > > > > site so that you can make some progress and start
working with
> > >> MET.
> > >> > > > >
> > >> > > > > Please execute the following commands.
> > >> > > > >
> > >> > > > > *Make a new directory to contain the BUFRLIB code (e.g.
mkdir
> > >> > > > > /home/user/BUFRLIB).*
> > >> > > > > *Change directories to that new directory (e.g. cd *
> > >> > > > > */home/user/BUFRLIB).wget
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > >> > > > > <
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > >> > > > > >*
> > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f
*.F*
> > >> > > > > *ar crv libbufr.a *.o*
> > >> > > > >
> > >> > > > > You should get a successful compilation with this older
> version
> > of
> > >> > > > > BUFRLIB.  Please let us know how it goes.
> > >> > > > >
> > >> > > > > Thanks,
> > >> > > > > Julie
> > >> > > > >
> > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT <
> > >> > > met_help at ucar.edu
> > >> > > > >
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > > >
> > >> > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > >> > > > > >
> > >> > > > > > Hello Julie,
> > >> > > > > > Happy with your email.
> > >> > > > > > It is really motivating to receive your help in
compiling
> MET
> > >> > model.
> > >> > > > > > You find  two terminal containing errors of runing
gcc and
> > >> gfortran
> > >> > > > > > compilers.
> > >> > > > > > Tnanks,
> > >> > > > > > Khaoula
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT <
> > >> > > met_help at ucar.edu
> > >> > > > >:
> > >> > > > > >
> > >> > > > > > > Hi Melki.  I don't believe that you should have to
> reinstall
> > >> the
> > >> > > > > > > compilers.  That is likely not the problem.
> > >> > > > > > >
> > >> > > > > > > You said that you received an error message when
running
> the
> > >> > > > following:
> > >> > > > > > >
> > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-underscore *.f
*.F
> > >> > > > > > >
> > >> > > > > > > Could you please send the full error that you
received?
> > >> > > > > > >
> > >> > > > > > > Thanks,
> > >> > > > > > > Julie
> > >> > > > > > >
> > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula via
RT <
> > >> > > > > met_help at ucar.edu
> > >> > > > > > >
> > >> > > > > > > wrote:
> > >> > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > >
> > >> > > > > > > >
> > >> > > > > > > > Thanks for your email.
> > >> > > > > > > >
> > >> > > > > > > > In trying the command whereis gcc and whereis
gfortran,
> > >> this is
> > >> > > > > > > theresult:
> > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gfortran
> > >> > > > > > > > gfortran: /usr/bin/gfortran
> > >> /usr/share/man/man1/gfortran.1.gz
> > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
> > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > >> > > > > > > >
> > >> > > > > > > > So i go to try the command of *gcc -c
-DUNDERSCORE *.c
> > and *
> > >> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore
*.f
> *.F *
> > >> > > > > > > >
> > >> > > > > > > > *Linux return me a message of error.*
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > *So i tried to reinstall gcc compiler using yum
install
> > >> gcc, i
> > >> > > > found
> > >> > > > > > that
> > >> > > > > > > > the last pack of gcc was installed. But when
> reinstalling
> > >> > > gfortran
> > >> > > > > > > compiler
> > >> > > > > > > > using yum install gfortran, i found an message
telling
> me
> > >> there
> > >> > > is
> > >> > > > no
> > >> > > > > > > > gfortran pack to install. *
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > *I don't know what to do.*
> > >> > > > > > > >
> > >> > > > > > > > *Thank you for your time and your cooperation*
> > >> > > > > > > >
> > >> > > > > > > > *yours faithfully *
> > >> > > > > > > >
> > >> > > > > > > > *KHAOULA MELKI*
> > >> > > > > > > >
> > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via
RT <
> > >> > > > > met_help at ucar.edu
> > >> > > > > > >:
> > >> > > > > > > >
> > >> > > > > > > > > Hi Melki.  Thank you for trying to use the MET
> software.
> > >> I'm
> > >> > > not
> > >> > > > > > sure
> > >> > > > > > > > if I
> > >> > > > > > > > > understand what you are asking.
> > >> > > > > > > > >
> > >> > > > > > > > > You mentioned that you want to compile BUFRLIB.
As is
> > >> > > explained
> > >> > > > on
> > >> > > > > > the
> > >> > > > > > > > > following page of the MET Online Tutorial for
METv5.0:
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >> > > > > > > > >
> > >> > > > > > > > > you can use the GNU gcc and gfortran compilers,
the
> PGI
> > >> pgcc
> > >> > > and
> > >> > > > > > pgf90
> > >> > > > > > > > > compilers, or the Intel icc and ifort
compilers.  You
> > are
> > >> > > welcome
> > >> > > > > to
> > >> > > > > > > use
> > >> > > > > > > > > gcc and gfortran (GNU) if you would like to.
> > >> > > > > > > > >
> > >> > > > > > > > > Most LINUX distributions come with the
compilers.  To
> > find
> > >> > gcc
> > >> > > > and
> > >> > > > > > > > gfortran
> > >> > > > > > > > > on your machine, you can run the following
commands:
> > >> > > > > > > > >
> > >> > > > > > > > > whereis gfortran
> > >> > > > > > > > > whereis gcc
> > >> > > > > > > > >
> > >> > > > > > > > > Here are the results I get after running those
two
> > >> commands:
> > >> > > > > > > > >
> > >> > > > > > > > > gfortran: /usr/bin/gfortran
/usr/bin/X11/gfortran
> > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/bin/X11/gcc
> > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> > >> > > > > > > > >
> > >> > > > > > > > > I hope that helps.  Please let me know if I
have not
> > >> answered
> > >> > > > your
> > >> > > > > > > > question
> > >> > > > > > > > > and if this solves the problem for you.
> > >> > > > > > > > >
> > >> > > > > > > > > Thanks,
> > >> > > > > > > > > Julie
> > >> > > > > > > > >
> > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki Khaoula
via RT
> <
> > >> > > > > > > met_help at ucar.edu
> > >> > > > > > > > >
> > >> > > > > > > > > wrote:
> > >> > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was
acted
> > upon.
> > >> > > > > > > > > > Transaction: Ticket created by
> khaoula.enit at gmail.com
> > >> > > > > > > > > >        Queue: met_help
> > >> > > > > > > > > >      Subject: (No subject given)
> > >> > > > > > > > > >        Owner: Nobody
> > >> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
> > >> > > > > > > > > >       Status: new
> > >> > > > > > > > > >  Ticket <URL:
> > >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > > Dear Sir/Mrs,
> > >> > > > > > > > > > i4m traynig to use MET model.
> > >> > > > > > > > > > About compilation of BUFRLIB, i need gcc and
> gfortran
> > >> > > > compilers.
> > >> > > > > > > > > > Do i need to install fortran and C software
for
> LINUX
> > >> > before
> > >> > > > > > > installing
> > >> > > > > > > > > > their compilers?
> > >> > > > > > > > > > Yours sincerly,
> > >> > > > > > > > > > Khaoula MELKI
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > --
> > >> > > > > > > > > Julie Prestopnik
> > >> > > > > > > > > National Center for Atmospheric Research
> > >> > > > > > > > > Research Applications Laboratory
> > >> > > > > > > > > Phone: 303.497.8399
> > >> > > > > > > > > Email: jpresto at ucar.edu
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > --
> > >> > > > > > > Julie Prestopnik
> > >> > > > > > > National Center for Atmospheric Research
> > >> > > > > > > Research Applications Laboratory
> > >> > > > > > > Phone: 303.497.8399
> > >> > > > > > > Email: jpresto at ucar.edu
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Julie Prestopnik
> > >> > > > > National Center for Atmospheric Research
> > >> > > > > Research Applications Laboratory
> > >> > > > > Phone: 303.497.8399
> > >> > > > > Email: jpresto at ucar.edu
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Julie Prestopnik
> > >> > > National Center for Atmospheric Research
> > >> > > Research Applications Laboratory
> > >> > > Phone: 303.497.8399
> > >> > > Email: jpresto at ucar.edu
> > >> > >
> > >> > >
> > >> >
> > >> >
> > >>
> > >>
> > >> --
> > >> Julie Prestopnik
> > >> National Center for Atmospheric Research
> > >> Research Applications Laboratory
> > >> Phone: 303.497.8399
> > >> Email: jpresto at ucar.edu
> > >>
> > >>
> > >
> >
> >
>
>

------------------------------------------------
Subject: 
From: John Halley Gotway
Time: Thu Jun 25 09:43:34 2015

Khaoula,

Looks like you have syntax wrong on those commands.  Please try this:

export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib

Actually since your NetCDF build is installed in the standard way,
this is
all you really need to set:

export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1

And MET assumes that the headers are in the "include" subdirectory and
the
library archive files are in the "lib" subdirectory.

Thanks,
John

On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi John,
>
> Thank you for your help.
> I'm grateful for you and Julie.
> I'm now setting environment variables.
> I want to confirm this command if it is right or no, for example, if
i set:
> export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> in order to Set *$MET_NETCDF* to point to the main NetCDFdirectory.
> I  use  also the same process to set others external libraries.
> I let you know that my shell is bash, so i can't use the export
command.
> Im wondering if i'm in the right way, because the command with
export
> doesn't produce any error to verify if i'm right or wrong.
> Thanks,
> Khaoula
>
>
> 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:
>
> > Hello Khaoula,
> >
> > Julie is out of town.  My name is John, and I'd be happy to help
answer
> > your MET questions.
> >
> > I see that you're trying to get up and running using MET to verify
WRF
> > output.  MET doesn't read WRF output files directly, but requires
that
> they
> > first be post-processed either with the WRF-ARW pinterp utility or
the
> > Unified Post-Processor (UPP).  Of the two, I'd strongly recommend
using
> UPP
> > which creates output in GRIB format that is fully supported by
MET.  The
> > pinterp utility writes it output in NetCDF but we only support
data
> defined
> > on the non-staggered dimensions.  Since velocity points are
staggered in
> > WRF, MET can't be used to verifying winds in pinterp output.
> >
> > Another advantage to using UPP is that GRIB data can be easily
regridded
> > using the copygb utility.  copygb is included in the UPP package.
> >
> > You can download pinterp here:
> >
> >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> >
> > And you can download UPP here:
> >    http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> >
> > Hope that helps.
> >
> > Thanks,
> > John Halley Gotway
> >
> >
> > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi Julie,
> > > I compiled all libraries.
> > > I downloaded post processor but i can't find the WRF-ARW p-
interp Tool
> > when
> > > i use the link posted in the tutorial.
> > > also,what i don't understand the utility of the  copygb utility
and
> from
> > > where to get it.
> > > i don't know what to do next to downloading and compiling
required
> > > libraries.
> > > Thanks,
> > > Khaoula
> > >
> > >
> > >
> > >
> > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > >
> > > >
> > > >
> > > > *Hi Julie,*
> > > >
> > > > *I  unpacked the HDF librarry.*
> > > >
> > > > *When lookig the HDF-EOS library, i found in the website is
> > > > HDF-EOS2.16v1.00.tar.Z.*
> > > >
> > > > *i tried to unpack it, i didn't find the right command to do
it.*
> > > >
> > > > *Is there any command to unpak this library.*
> > > >
> > > > *Thanks,*
> > > >
> > > > *Khaoula  *
> > > >
> > > >
> > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > >> Hi Khaoula.
> > > >>
> > > >> The GRIB2 C-Library is used by the MET library code to read
GRIB2
> data
> > > >> files. The GRIB2 C-Library requires the libraries zlib,
jasper and
> png
> > > to
> > > >> be present on your system. Support for GRIB2 is optional and
can be
> > > >> enabled
> > > >> with the *--enable-grib2* option for configure.
> > > >>
> > > >> I hope that helps.
> > > >>
> > > >> Julie
> > > >>
> > > >>
> > > >>
> > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu>
> > > >> wrote:
> > > >>
> > > >> >
> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > >> >
> > > >> >  Thank you Julie,
> > > >> > It works.
> > > >> > I compile Nectcdf , GNU  and zlib libraries.
> > > >> > About GRIB C library, i downloaded the library and unpacked
it.
> > > >> > how it can be used by MET?
> > > >> > Thanks,
> > > >> > khaoula
> > > >> >
> > > >> >
> > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > >> >
> > > >> > > Hi Melki.
> > > >> > >
> > > >> > > I'm glad that you were able to get BUFRLIB installed.
> > > >> > >
> > > >> > > You said, "when trying to run the firs command of * *cd
> > > >> /path/to/netcdf.
> > > >> > he
> > > >> > > wrote me no file or directory"
> > > >> > >
> > > >> > > In the tutorial, when we say "*cd /path/to/netcdf*" you
should
> > > change
> > > >> > > directories to the location where your netcdf directory
is on
> your
> > > >> > machine.
> > > >> > > For example, if you unpacked the tar file netcdf-
4.3.3.1.tar in
> a
> > > >> > directory
> > > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you would
run "cd
> > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
*/path/to/netcdf *is a
> > > place
> > > >> > > holder for the location on your machine.
> > > >> > >
> > > >> > > You said, "setenv CC /path/to/c/compiler. It doesn't
work.he
> said
> > > >> command
> > > >> > > of setenv doesn't exist.*"  "setenv" is the name of the
command
> > used
> > > >> to
> > > >> > set
> > > >> > > environment variables in the *csh family of shells.  If
you are
> > > using
> > > >> a
> > > >> > > different shell, however, you may need to use "export",
which is
> > the
> > > >> name
> > > >> > > of the command in the "other" family of shells (ash,
bourne,
> > bourne
> > > >> > again,
> > > >> > > zsh).  To find out what shell you are using, you can run
"echo
> > > >> $SHELL".
> > > >> > >
> > > >> > > If you are using a shell other than the *csh family of
shells,
> and
> > > you
> > > >> > need
> > > >> > > to use "export", the syntax is slightly different.
Instead of
> > > >> running:
> > > >> > >
> > > >> > > setenv CC /path/to/c/compiler
> > > >> > >
> > > >> > > you would run
> > > >> > >
> > > >> > > export CC=/path/to/c/compiler
> > > >> > >
> > > >> > > Please note, it is import that when using the export
command
> that
> > > >> there
> > > >> > are
> > > >> > > no spaces before or after the "=".  Also, in this case,
please
> > note
> > > >> that
> > > >> > > "/path/to/c/compiler" should be replaced with the path to
the c
> > > >> compiler
> > > >> > on
> > > >> > > your machine.  For example. on my machine, gcc lives at
> > > >> /usr/bin/X11/gcc:
> > > >> > >
> > > >> > > puffin:jpresto> which gcc
> > > >> > > /usr/bin/X11/gcc
> > > >> > >
> > > >> > > so if I used setenv, I would run:
> > > >> > >
> > > >> > > setenv CC /usr/bin/X11/gcc
> > > >> > >
> > > >> > > but if I used export, I would run:
> > > >> > >
> > > >> > > export CC=/usr/bin/X11/gcc
> > > >> > >
> > > >> > > I hope this helps.  In the future, if you experience any
> problems
> > or
> > > >> > > errors, it would be helpful if you could copy and paste
the
> > commands
> > > >> you
> > > >> > > have run along with the errors they produced.  If often
gives
> us a
> > > >> > clearer
> > > >> > > picture of what has gone wrong.
> > > >> > >
> > > >> > > Please let us know if you experience other problems and
need
> help.
> > > >> > >
> > > >> > > Thanks,
> > > >> > > Julie
> > > >> > >
> > > >> > >
> > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT <
> > > >> met_help at ucar.edu
> > > >> > >
> > > >> > > wrote:
> > > >> > >
> > > >> > > >
> > > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > >> > > >
> > > >> > > > *Thanks Julie,*
> > > >> > > >
> > > >> > > > *It really works.*
> > > >> > > >
> > > >> > > > *i'm now trying to compile the netcdf library.*
> > > >> > > >
> > > >> > > > *I'm wondering about the steps written in the tutorial:
*
> > > >> > > >
> > > >> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler
setenv CXX
> > > >> > > >    /path/to/c++/compiler setenv FC '' setenv F90 ''
> ./configure
> > > >> > > >    --prefix=/netcdf/install/path --disable-netcdf-4
make make
> > > >> install i
> > > >> > > >    installed the netcdf-4.3.3.1 as a independent
directory,
> but
> > > when
> > > >> > > > trying to
> > > >> > > >    run the firs command of *
> > > >> > > >
> > > >> > > > *cd /path/to/netcdf. he wrote me no file or directory.
so i
> > > create a
> > > >> > file
> > > >> > > > called path existed in to file which are both included
in
> netcdf
> > > >> > > directory.
> > > >> > > > but when running   setenv CC /path/to/c/compiler. It
doesn't
> > > work.he
> > > >> > said
> > > >> > > > command of setenv doesn't exist.*
> > > >> > > >
> > > >> > > > *Thank you really for your help and your Time Julie.*
> > > >> > > >
> > > >> > > > *yours faithfully,*
> > > >> > > >
> > > >> > > > *Khaoula*
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT <
> > > >> met_help at ucar.edu
> > > >> > >:
> > > >> > > >
> > > >> > > > > Hi Melki.
> > > >> > > > >
> > > >> > > > > We are able to reproduce the problems you are
experiencing
> > with
> > > >> the
> > > >> > > > latest
> > > >> > > > > version of BUFRLIB.  We are working on a solution to
get the
> > > >> > > compilation
> > > >> > > > > working.
> > > >> > > > >
> > > >> > > > > In the meantime, I have uploaded the previous version
of
> > BUFRLIB
> > > >> to
> > > >> > our
> > > >> > > > ftp
> > > >> > > > > site so that you can make some progress and start
working
> with
> > > >> MET.
> > > >> > > > >
> > > >> > > > > Please execute the following commands.
> > > >> > > > >
> > > >> > > > > *Make a new directory to contain the BUFRLIB code
(e.g.
> mkdir
> > > >> > > > > /home/user/BUFRLIB).*
> > > >> > > > > *Change directories to that new directory (e.g. cd *
> > > >> > > > > */home/user/BUFRLIB).wget
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > >> > > > > <
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > >> > > > > >*
> > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore *.f
*.F*
> > > >> > > > > *ar crv libbufr.a *.o*
> > > >> > > > >
> > > >> > > > > You should get a successful compilation with this
older
> > version
> > > of
> > > >> > > > > BUFRLIB.  Please let us know how it goes.
> > > >> > > > >
> > > >> > > > > Thanks,
> > > >> > > > > Julie
> > > >> > > > >
> > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via RT
<
> > > >> > > met_help at ucar.edu
> > > >> > > > >
> > > >> > > > > wrote:
> > > >> > > > >
> > > >> > > > > >
> > > >> > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > >> > > > > >
> > > >> > > > > > Hello Julie,
> > > >> > > > > > Happy with your email.
> > > >> > > > > > It is really motivating to receive your help in
compiling
> > MET
> > > >> > model.
> > > >> > > > > > You find  two terminal containing errors of runing
gcc and
> > > >> gfortran
> > > >> > > > > > compilers.
> > > >> > > > > > Tnanks,
> > > >> > > > > > Khaoula
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via RT
<
> > > >> > > met_help at ucar.edu
> > > >> > > > >:
> > > >> > > > > >
> > > >> > > > > > > Hi Melki.  I don't believe that you should have
to
> > reinstall
> > > >> the
> > > >> > > > > > > compilers.  That is likely not the problem.
> > > >> > > > > > >
> > > >> > > > > > > You said that you received an error message when
running
> > the
> > > >> > > > following:
> > > >> > > > > > >
> > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-underscore
*.f *.F
> > > >> > > > > > >
> > > >> > > > > > > Could you please send the full error that you
received?
> > > >> > > > > > >
> > > >> > > > > > > Thanks,
> > > >> > > > > > > Julie
> > > >> > > > > > >
> > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula
via RT <
> > > >> > > > > met_help at ucar.edu
> > > >> > > > > > >
> > > >> > > > > > > wrote:
> > > >> > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > <URL:
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > >
> > > >> > > > > > > >
> > > >> > > > > > > > Thanks for your email.
> > > >> > > > > > > >
> > > >> > > > > > > > In trying the command whereis gcc and whereis
> gfortran,
> > > >> this is
> > > >> > > > > > > theresult:
> > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gfortran
> > > >> > > > > > > > gfortran: /usr/bin/gfortran
> > > >> /usr/share/man/man1/gfortran.1.gz
> > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
> > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc
> > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > >> > > > > > > >
> > > >> > > > > > > > So i go to try the command of *gcc -c
-DUNDERSCORE *.c
> > > and *
> > > >> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore *.f
> > *.F *
> > > >> > > > > > > >
> > > >> > > > > > > > *Linux return me a message of error.*
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > *So i tried to reinstall gcc compiler using yum
> install
> > > >> gcc, i
> > > >> > > > found
> > > >> > > > > > that
> > > >> > > > > > > > the last pack of gcc was installed. But when
> > reinstalling
> > > >> > > gfortran
> > > >> > > > > > > compiler
> > > >> > > > > > > > using yum install gfortran, i found an message
telling
> > me
> > > >> there
> > > >> > > is
> > > >> > > > no
> > > >> > > > > > > > gfortran pack to install. *
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > *I don't know what to do.*
> > > >> > > > > > > >
> > > >> > > > > > > > *Thank you for your time and your cooperation*
> > > >> > > > > > > >
> > > >> > > > > > > > *yours faithfully *
> > > >> > > > > > > >
> > > >> > > > > > > > *KHAOULA MELKI*
> > > >> > > > > > > >
> > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik via
RT <
> > > >> > > > > met_help at ucar.edu
> > > >> > > > > > >:
> > > >> > > > > > > >
> > > >> > > > > > > > > Hi Melki.  Thank you for trying to use the
MET
> > software.
> > > >> I'm
> > > >> > > not
> > > >> > > > > > sure
> > > >> > > > > > > > if I
> > > >> > > > > > > > > understand what you are asking.
> > > >> > > > > > > > >
> > > >> > > > > > > > > You mentioned that you want to compile
BUFRLIB.  As
> is
> > > >> > > explained
> > > >> > > > on
> > > >> > > > > > the
> > > >> > > > > > > > > following page of the MET Online Tutorial for
> METv5.0:
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > >> > > > > > > > >
> > > >> > > > > > > > > you can use the GNU gcc and gfortran
compilers, the
> > PGI
> > > >> pgcc
> > > >> > > and
> > > >> > > > > > pgf90
> > > >> > > > > > > > > compilers, or the Intel icc and ifort
compilers.
> You
> > > are
> > > >> > > welcome
> > > >> > > > > to
> > > >> > > > > > > use
> > > >> > > > > > > > > gcc and gfortran (GNU) if you would like to.
> > > >> > > > > > > > >
> > > >> > > > > > > > > Most LINUX distributions come with the
compilers.
> To
> > > find
> > > >> > gcc
> > > >> > > > and
> > > >> > > > > > > > gfortran
> > > >> > > > > > > > > on your machine, you can run the following
commands:
> > > >> > > > > > > > >
> > > >> > > > > > > > > whereis gfortran
> > > >> > > > > > > > > whereis gcc
> > > >> > > > > > > > >
> > > >> > > > > > > > > Here are the results I get after running
those two
> > > >> commands:
> > > >> > > > > > > > >
> > > >> > > > > > > > > gfortran: /usr/bin/gfortran
/usr/bin/X11/gfortran
> > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
/usr/bin/X11/gcc
> > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > >> > > > > > > > >
> > > >> > > > > > > > > I hope that helps.  Please let me know if I
have not
> > > >> answered
> > > >> > > > your
> > > >> > > > > > > > question
> > > >> > > > > > > > > and if this solves the problem for you.
> > > >> > > > > > > > >
> > > >> > > > > > > > > Thanks,
> > > >> > > > > > > > > Julie
> > > >> > > > > > > > >
> > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki
Khaoula via
> RT
> > <
> > > >> > > > > > > met_help at ucar.edu
> > > >> > > > > > > > >
> > > >> > > > > > > > > wrote:
> > > >> > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309 was
acted
> > > upon.
> > > >> > > > > > > > > > Transaction: Ticket created by
> > khaoula.enit at gmail.com
> > > >> > > > > > > > > >        Queue: met_help
> > > >> > > > > > > > > >      Subject: (No subject given)
> > > >> > > > > > > > > >        Owner: Nobody
> > > >> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
> > > >> > > > > > > > > >       Status: new
> > > >> > > > > > > > > >  Ticket <URL:
> > > >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Dear Sir/Mrs,
> > > >> > > > > > > > > > i4m traynig to use MET model.
> > > >> > > > > > > > > > About compilation of BUFRLIB, i need gcc
and
> > gfortran
> > > >> > > > compilers.
> > > >> > > > > > > > > > Do i need to install fortran and C software
for
> > LINUX
> > > >> > before
> > > >> > > > > > > installing
> > > >> > > > > > > > > > their compilers?
> > > >> > > > > > > > > > Yours sincerly,
> > > >> > > > > > > > > > Khaoula MELKI
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > --
> > > >> > > > > > > > > Julie Prestopnik
> > > >> > > > > > > > > National Center for Atmospheric Research
> > > >> > > > > > > > > Research Applications Laboratory
> > > >> > > > > > > > > Phone: 303.497.8399
> > > >> > > > > > > > > Email: jpresto at ucar.edu
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > --
> > > >> > > > > > > Julie Prestopnik
> > > >> > > > > > > National Center for Atmospheric Research
> > > >> > > > > > > Research Applications Laboratory
> > > >> > > > > > > Phone: 303.497.8399
> > > >> > > > > > > Email: jpresto at ucar.edu
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > --
> > > >> > > > > Julie Prestopnik
> > > >> > > > > National Center for Atmospheric Research
> > > >> > > > > Research Applications Laboratory
> > > >> > > > > Phone: 303.497.8399
> > > >> > > > > Email: jpresto at ucar.edu
> > > >> > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Julie Prestopnik
> > > >> > > National Center for Atmospheric Research
> > > >> > > Research Applications Laboratory
> > > >> > > Phone: 303.497.8399
> > > >> > > Email: jpresto at ucar.edu
> > > >> > >
> > > >> > >
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >> --
> > > >> Julie Prestopnik
> > > >> National Center for Atmospheric Research
> > > >> Research Applications Laboratory
> > > >> Phone: 303.497.8399
> > > >> Email: jpresto at ucar.edu
> > > >>
> > > >>
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Fri Jun 26 03:32:55 2015

Hello John,
Thank you for your help. it really works.
I am in the configuration step.
when executing the command of : ./configure --prefix=`pwd` --enable-
grib2
--enable-modis --enable-mode_graphics.
i found that when cheking for some compilers, the system return no.
for example:
checking for bison... no
checking for byacc... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
IS there any errors?
you will find the executive file called configuration.
thanks,
Khaoula





2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:

> Khaoula,
>
> Looks like you have syntax wrong on those commands.  Please try
this:
>
> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
>
> Actually since your NetCDF build is installed in the standard way,
this is
> all you really need to set:
>
> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
>
> And MET assumes that the headers are in the "include" subdirectory
and the
> library archive files are in the "lib" subdirectory.
>
> Thanks,
> John
>
> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi John,
> >
> > Thank you for your help.
> > I'm grateful for you and Julie.
> > I'm now setting environment variables.
> > I want to confirm this command if it is right or no, for example,
if i
> set:
> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > in order to Set *$MET_NETCDF* to point to the main
NetCDFdirectory.
> > I  use  also the same process to set others external libraries.
> > I let you know that my shell is bash, so i can't use the export
command.
> > Im wondering if i'm in the right way, because the command with
export
> > doesn't produce any error to verify if i'm right or wrong.
> > Thanks,
> > Khaoula
> >
> >
> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu
> >:
> >
> > > Hello Khaoula,
> > >
> > > Julie is out of town.  My name is John, and I'd be happy to help
answer
> > > your MET questions.
> > >
> > > I see that you're trying to get up and running using MET to
verify WRF
> > > output.  MET doesn't read WRF output files directly, but
requires that
> > they
> > > first be post-processed either with the WRF-ARW pinterp utility
or the
> > > Unified Post-Processor (UPP).  Of the two, I'd strongly
recommend using
> > UPP
> > > which creates output in GRIB format that is fully supported by
MET.
> The
> > > pinterp utility writes it output in NetCDF but we only support
data
> > defined
> > > on the non-staggered dimensions.  Since velocity points are
staggered
> in
> > > WRF, MET can't be used to verifying winds in pinterp output.
> > >
> > > Another advantage to using UPP is that GRIB data can be easily
> regridded
> > > using the copygb utility.  copygb is included in the UPP
package.
> > >
> > > You can download pinterp here:
> > >
> > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > >
> > > And you can download UPP here:
> > >    http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > >
> > > Hope that helps.
> > >
> > > Thanks,
> > > John Halley Gotway
> > >
> > >
> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hi Julie,
> > > > I compiled all libraries.
> > > > I downloaded post processor but i can't find the WRF-ARW p-
interp
> Tool
> > > when
> > > > i use the link posted in the tutorial.
> > > > also,what i don't understand the utility of the  copygb
utility and
> > from
> > > > where to get it.
> > > > i don't know what to do next to downloading and compiling
required
> > > > libraries.
> > > > Thanks,
> > > > Khaoula
> > > >
> > > >
> > > >
> > > >
> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > > >
> > > > >
> > > > >
> > > > > *Hi Julie,*
> > > > >
> > > > > *I  unpacked the HDF librarry.*
> > > > >
> > > > > *When lookig the HDF-EOS library, i found in the website is
> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > >
> > > > > *i tried to unpack it, i didn't find the right command to do
it.*
> > > > >
> > > > > *Is there any command to unpak this library.*
> > > > >
> > > > > *Thanks,*
> > > > >
> > > > > *Khaoula  *
> > > > >
> > > > >
> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > > >
> > > > >> Hi Khaoula.
> > > > >>
> > > > >> The GRIB2 C-Library is used by the MET library code to read
GRIB2
> > data
> > > > >> files. The GRIB2 C-Library requires the libraries zlib,
jasper and
> > png
> > > > to
> > > > >> be present on your system. Support for GRIB2 is optional
and can
> be
> > > > >> enabled
> > > > >> with the *--enable-grib2* option for configure.
> > > > >>
> > > > >> I hope that helps.
> > > > >>
> > > > >> Julie
> > > > >>
> > > > >>
> > > > >>
> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu>
> > > > >> wrote:
> > > > >>
> > > > >> >
> > > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >> >
> > > > >> >  Thank you Julie,
> > > > >> > It works.
> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
> > > > >> > About GRIB C library, i downloaded the library and
unpacked  it.
> > > > >> > how it can be used by MET?
> > > > >> > Thanks,
> > > > >> > khaoula
> > > > >> >
> > > > >> >
> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > >> >
> > > > >> > > Hi Melki.
> > > > >> > >
> > > > >> > > I'm glad that you were able to get BUFRLIB installed.
> > > > >> > >
> > > > >> > > You said, "when trying to run the firs command of * *cd
> > > > >> /path/to/netcdf.
> > > > >> > he
> > > > >> > > wrote me no file or directory"
> > > > >> > >
> > > > >> > > In the tutorial, when we say "*cd /path/to/netcdf*" you
should
> > > > change
> > > > >> > > directories to the location where your netcdf directory
is on
> > your
> > > > >> > machine.
> > > > >> > > For example, if you unpacked the tar file netcdf-
4.3.3.1.tar
> in
> > a
> > > > >> > directory
> > > > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you
would run
> "cd
> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
*/path/to/netcdf
> *is a
> > > > place
> > > > >> > > holder for the location on your machine.
> > > > >> > >
> > > > >> > > You said, "setenv CC /path/to/c/compiler. It doesn't
work.he
> > said
> > > > >> command
> > > > >> > > of setenv doesn't exist.*"  "setenv" is the name of the
> command
> > > used
> > > > >> to
> > > > >> > set
> > > > >> > > environment variables in the *csh family of shells.  If
you
> are
> > > > using
> > > > >> a
> > > > >> > > different shell, however, you may need to use "export",
which
> is
> > > the
> > > > >> name
> > > > >> > > of the command in the "other" family of shells (ash,
bourne,
> > > bourne
> > > > >> > again,
> > > > >> > > zsh).  To find out what shell you are using, you can
run "echo
> > > > >> $SHELL".
> > > > >> > >
> > > > >> > > If you are using a shell other than the *csh family of
shells,
> > and
> > > > you
> > > > >> > need
> > > > >> > > to use "export", the syntax is slightly different.
Instead of
> > > > >> running:
> > > > >> > >
> > > > >> > > setenv CC /path/to/c/compiler
> > > > >> > >
> > > > >> > > you would run
> > > > >> > >
> > > > >> > > export CC=/path/to/c/compiler
> > > > >> > >
> > > > >> > > Please note, it is import that when using the export
command
> > that
> > > > >> there
> > > > >> > are
> > > > >> > > no spaces before or after the "=".  Also, in this case,
please
> > > note
> > > > >> that
> > > > >> > > "/path/to/c/compiler" should be replaced with the path
to the
> c
> > > > >> compiler
> > > > >> > on
> > > > >> > > your machine.  For example. on my machine, gcc lives at
> > > > >> /usr/bin/X11/gcc:
> > > > >> > >
> > > > >> > > puffin:jpresto> which gcc
> > > > >> > > /usr/bin/X11/gcc
> > > > >> > >
> > > > >> > > so if I used setenv, I would run:
> > > > >> > >
> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > >> > >
> > > > >> > > but if I used export, I would run:
> > > > >> > >
> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > >> > >
> > > > >> > > I hope this helps.  In the future, if you experience
any
> > problems
> > > or
> > > > >> > > errors, it would be helpful if you could copy and paste
the
> > > commands
> > > > >> you
> > > > >> > > have run along with the errors they produced.  If often
gives
> > us a
> > > > >> > clearer
> > > > >> > > picture of what has gone wrong.
> > > > >> > >
> > > > >> > > Please let us know if you experience other problems and
need
> > help.
> > > > >> > >
> > > > >> > > Thanks,
> > > > >> > > Julie
> > > > >> > >
> > > > >> > >
> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT <
> > > > >> met_help at ucar.edu
> > > > >> > >
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > > >
> > > > >> > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > >> > > >
> > > > >> > > > *Thanks Julie,*
> > > > >> > > >
> > > > >> > > > *It really works.*
> > > > >> > > >
> > > > >> > > > *i'm now trying to compile the netcdf library.*
> > > > >> > > >
> > > > >> > > > *I'm wondering about the steps written in the
tutorial: *
> > > > >> > > >
> > > > >> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler
setenv CXX
> > > > >> > > >    /path/to/c++/compiler setenv FC '' setenv F90 ''
> > ./configure
> > > > >> > > >    --prefix=/netcdf/install/path --disable-netcdf-4
make
> make
> > > > >> install i
> > > > >> > > >    installed the netcdf-4.3.3.1 as a independent
directory,
> > but
> > > > when
> > > > >> > > > trying to
> > > > >> > > >    run the firs command of *
> > > > >> > > >
> > > > >> > > > *cd /path/to/netcdf. he wrote me no file or
directory. so i
> > > > create a
> > > > >> > file
> > > > >> > > > called path existed in to file which are both
included in
> > netcdf
> > > > >> > > directory.
> > > > >> > > > but when running   setenv CC /path/to/c/compiler. It
doesn't
> > > > work.he
> > > > >> > said
> > > > >> > > > command of setenv doesn't exist.*
> > > > >> > > >
> > > > >> > > > *Thank you really for your help and your Time Julie.*
> > > > >> > > >
> > > > >> > > > *yours faithfully,*
> > > > >> > > >
> > > > >> > > > *Khaoula*
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT <
> > > > >> met_help at ucar.edu
> > > > >> > >:
> > > > >> > > >
> > > > >> > > > > Hi Melki.
> > > > >> > > > >
> > > > >> > > > > We are able to reproduce the problems you are
experiencing
> > > with
> > > > >> the
> > > > >> > > > latest
> > > > >> > > > > version of BUFRLIB.  We are working on a solution
to get
> the
> > > > >> > > compilation
> > > > >> > > > > working.
> > > > >> > > > >
> > > > >> > > > > In the meantime, I have uploaded the previous
version of
> > > BUFRLIB
> > > > >> to
> > > > >> > our
> > > > >> > > > ftp
> > > > >> > > > > site so that you can make some progress and start
working
> > with
> > > > >> MET.
> > > > >> > > > >
> > > > >> > > > > Please execute the following commands.
> > > > >> > > > >
> > > > >> > > > > *Make a new directory to contain the BUFRLIB code
(e.g.
> > mkdir
> > > > >> > > > > /home/user/BUFRLIB).*
> > > > >> > > > > *Change directories to that new directory (e.g. cd
*
> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > >> > > > > <
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > >> > > > > >*
> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore
*.f *.F*
> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > >> > > > >
> > > > >> > > > > You should get a successful compilation with this
older
> > > version
> > > > of
> > > > >> > > > > BUFRLIB.  Please let us know how it goes.
> > > > >> > > > >
> > > > >> > > > > Thanks,
> > > > >> > > > > Julie
> > > > >> > > > >
> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via
RT <
> > > > >> > > met_help at ucar.edu
> > > > >> > > > >
> > > > >> > > > > wrote:
> > > > >> > > > >
> > > > >> > > > > >
> > > > >> > > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > >> > > > > >
> > > > >> > > > > > Hello Julie,
> > > > >> > > > > > Happy with your email.
> > > > >> > > > > > It is really motivating to receive your help in
> compiling
> > > MET
> > > > >> > model.
> > > > >> > > > > > You find  two terminal containing errors of
runing gcc
> and
> > > > >> gfortran
> > > > >> > > > > > compilers.
> > > > >> > > > > > Tnanks,
> > > > >> > > > > > Khaoula
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via
RT <
> > > > >> > > met_help at ucar.edu
> > > > >> > > > >:
> > > > >> > > > > >
> > > > >> > > > > > > Hi Melki.  I don't believe that you should have
to
> > > reinstall
> > > > >> the
> > > > >> > > > > > > compilers.  That is likely not the problem.
> > > > >> > > > > > >
> > > > >> > > > > > > You said that you received an error message
when
> running
> > > the
> > > > >> > > > following:
> > > > >> > > > > > >
> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-underscore
*.f
> *.F
> > > > >> > > > > > >
> > > > >> > > > > > > Could you please send the full error that you
> received?
> > > > >> > > > > > >
> > > > >> > > > > > > Thanks,
> > > > >> > > > > > > Julie
> > > > >> > > > > > >
> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula
via RT
> <
> > > > >> > > > > met_help at ucar.edu
> > > > >> > > > > > >
> > > > >> > > > > > > wrote:
> > > > >> > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > <URL:
> > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > Thanks for your email.
> > > > >> > > > > > > >
> > > > >> > > > > > > > In trying the command whereis gcc and whereis
> > gfortran,
> > > > >> this is
> > > > >> > > > > > > theresult:
> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gfortran
> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
/usr/libexec/gcc
> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > >> > > > > > > >
> > > > >> > > > > > > > So i go to try the command of *gcc -c
-DUNDERSCORE
> *.c
> > > > and *
> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore *.f
> > > *.F *
> > > > >> > > > > > > >
> > > > >> > > > > > > > *Linux return me a message of error.*
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > *So i tried to reinstall gcc compiler using
yum
> > install
> > > > >> gcc, i
> > > > >> > > > found
> > > > >> > > > > > that
> > > > >> > > > > > > > the last pack of gcc was installed. But when
> > > reinstalling
> > > > >> > > gfortran
> > > > >> > > > > > > compiler
> > > > >> > > > > > > > using yum install gfortran, i found an
message
> telling
> > > me
> > > > >> there
> > > > >> > > is
> > > > >> > > > no
> > > > >> > > > > > > > gfortran pack to install. *
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > *I don't know what to do.*
> > > > >> > > > > > > >
> > > > >> > > > > > > > *Thank you for your time and your
cooperation*
> > > > >> > > > > > > >
> > > > >> > > > > > > > *yours faithfully *
> > > > >> > > > > > > >
> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > >> > > > > > > >
> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik
via RT <
> > > > >> > > > > met_help at ucar.edu
> > > > >> > > > > > >:
> > > > >> > > > > > > >
> > > > >> > > > > > > > > Hi Melki.  Thank you for trying to use the
MET
> > > software.
> > > > >> I'm
> > > > >> > > not
> > > > >> > > > > > sure
> > > > >> > > > > > > > if I
> > > > >> > > > > > > > > understand what you are asking.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > You mentioned that you want to compile
BUFRLIB.
> As
> > is
> > > > >> > > explained
> > > > >> > > > on
> > > > >> > > > > > the
> > > > >> > > > > > > > > following page of the MET Online Tutorial
for
> > METv5.0:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > you can use the GNU gcc and gfortran
compilers,
> the
> > > PGI
> > > > >> pgcc
> > > > >> > > and
> > > > >> > > > > > pgf90
> > > > >> > > > > > > > > compilers, or the Intel icc and ifort
compilers.
> > You
> > > > are
> > > > >> > > welcome
> > > > >> > > > > to
> > > > >> > > > > > > use
> > > > >> > > > > > > > > gcc and gfortran (GNU) if you would like
to.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Most LINUX distributions come with the
compilers.
> > To
> > > > find
> > > > >> > gcc
> > > > >> > > > and
> > > > >> > > > > > > > gfortran
> > > > >> > > > > > > > > on your machine, you can run the following
> commands:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > whereis gfortran
> > > > >> > > > > > > > > whereis gcc
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Here are the results I get after running
those two
> > > > >> commands:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
/usr/bin/X11/gfortran
> > > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
/usr/bin/X11/gcc
> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > I hope that helps.  Please let me know if I
have
> not
> > > > >> answered
> > > > >> > > > your
> > > > >> > > > > > > > question
> > > > >> > > > > > > > > and if this solves the problem for you.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Thanks,
> > > > >> > > > > > > > > Julie
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki
Khaoula via
> > RT
> > > <
> > > > >> > > > > > > met_help at ucar.edu
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > wrote:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309
was
> acted
> > > > upon.
> > > > >> > > > > > > > > > Transaction: Ticket created by
> > > khaoula.enit at gmail.com
> > > > >> > > > > > > > > >        Queue: met_help
> > > > >> > > > > > > > > >      Subject: (No subject given)
> > > > >> > > > > > > > > >        Owner: Nobody
> > > > >> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
> > > > >> > > > > > > > > >       Status: new
> > > > >> > > > > > > > > >  Ticket <URL:
> > > > >> > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > >> > > > > > > > > > i4m traynig to use MET model.
> > > > >> > > > > > > > > > About compilation of BUFRLIB, i need gcc
and
> > > gfortran
> > > > >> > > > compilers.
> > > > >> > > > > > > > > > Do i need to install fortran and C
software for
> > > LINUX
> > > > >> > before
> > > > >> > > > > > > installing
> > > > >> > > > > > > > > > their compilers?
> > > > >> > > > > > > > > > Yours sincerly,
> > > > >> > > > > > > > > > Khaoula MELKI
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > --
> > > > >> > > > > > > > > Julie Prestopnik
> > > > >> > > > > > > > > National Center for Atmospheric Research
> > > > >> > > > > > > > > Research Applications Laboratory
> > > > >> > > > > > > > > Phone: 303.497.8399
> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > --
> > > > >> > > > > > > Julie Prestopnik
> > > > >> > > > > > > National Center for Atmospheric Research
> > > > >> > > > > > > Research Applications Laboratory
> > > > >> > > > > > > Phone: 303.497.8399
> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > > >> > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > --
> > > > >> > > > > Julie Prestopnik
> > > > >> > > > > National Center for Atmospheric Research
> > > > >> > > > > Research Applications Laboratory
> > > > >> > > > > Phone: 303.497.8399
> > > > >> > > > > Email: jpresto at ucar.edu
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > >
> > > > >> > >
> > > > >> > > --
> > > > >> > > Julie Prestopnik
> > > > >> > > National Center for Atmospheric Research
> > > > >> > > Research Applications Laboratory
> > > > >> > > Phone: 303.497.8399
> > > > >> > > Email: jpresto at ucar.edu
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >> >
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Julie Prestopnik
> > > > >> National Center for Atmospheric Research
> > > > >> Research Applications Laboratory
> > > > >> Phone: 303.497.8399
> > > > >> Email: jpresto at ucar.edu
> > > > >>
> > > > >>
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Fri Jun 26 04:24:34 2015

Hello John,
the error was there is no compilor of C++. so i downloaded g++ using :
yum
install gcc-c++.
I didn't understand the bin subdirectory. I looked to the met-5.0
directory, i didin't find a subdirectory called bin. But files cited
in the
Built executables are located in the output subdirectory.
The compilation of *make install >& make_install.log &*
*tail -f make_install.log   *
* send an error.*
*there is two executables,  *the first is called configuration1. It is
about run of ./
*configure --prefix=`pwd` --enable-grib2 --enable-modis
--enable-mode_graphics*The second is called make install.log, obtained
after running :
*make install >& make_install.log &*

*tail -f make_install.log*

*Thanks,*

*Khaoula*




2015-06-26 5:32 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:

> Hello John,
> Thank you for your help. it really works.
> I am in the configuration step.
> when executing the command of : ./configure --prefix=`pwd` --enable-
grib2
> --enable-modis --enable-mode_graphics.
> i found that when cheking for some compilers, the system return no.
> for example:
> checking for bison... no
> checking for byacc... no
> checking for g++... no
> checking for c++... no
> checking for gpp... no
> checking for aCC... no
> checking for CC... no
> checking for cxx... no
> checking for cc++... no
> checking for cl.exe... no
> checking for FCC... no
> checking for KCC... no
> checking for RCC... no
> checking for xlC_r... no
> checking for xlC... no
> checking whether the C++ compiler works... no
> IS there any errors?
> you will find the executive file called configuration.
> thanks,
> Khaoula
>
>
>
>
>
> 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:
>
>> Khaoula,
>>
>> Looks like you have syntax wrong on those commands.  Please try
this:
>>
>> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
>> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
>>
>> Actually since your NetCDF build is installed in the standard way,
this is
>> all you really need to set:
>>
>> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
>>
>> And MET assumes that the headers are in the "include" subdirectory
and the
>> library archive files are in the "lib" subdirectory.
>>
>> Thanks,
>> John
>>
>> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> >
>> > Hi John,
>> >
>> > Thank you for your help.
>> > I'm grateful for you and Julie.
>> > I'm now setting environment variables.
>> > I want to confirm this command if it is right or no, for example,
if i
>> set:
>> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
>> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
>> > in order to Set *$MET_NETCDF* to point to the main
NetCDFdirectory.
>> > I  use  also the same process to set others external libraries.
>> > I let you know that my shell is bash, so i can't use the export
command.
>> > Im wondering if i'm in the right way, because the command with
export
>> > doesn't produce any error to verify if i'm right or wrong.
>> > Thanks,
>> > Khaoula
>> >
>> >
>> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu
>> >:
>> >
>> > > Hello Khaoula,
>> > >
>> > > Julie is out of town.  My name is John, and I'd be happy to
help
>> answer
>> > > your MET questions.
>> > >
>> > > I see that you're trying to get up and running using MET to
verify WRF
>> > > output.  MET doesn't read WRF output files directly, but
requires that
>> > they
>> > > first be post-processed either with the WRF-ARW pinterp utility
or the
>> > > Unified Post-Processor (UPP).  Of the two, I'd strongly
recommend
>> using
>> > UPP
>> > > which creates output in GRIB format that is fully supported by
MET.
>> The
>> > > pinterp utility writes it output in NetCDF but we only support
data
>> > defined
>> > > on the non-staggered dimensions.  Since velocity points are
staggered
>> in
>> > > WRF, MET can't be used to verifying winds in pinterp output.
>> > >
>> > > Another advantage to using UPP is that GRIB data can be easily
>> regridded
>> > > using the copygb utility.  copygb is included in the UPP
package.
>> > >
>> > > You can download pinterp here:
>> > >
>> > >
>> > >
>> >
>>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
>> > >
>> > > And you can download UPP here:
>> > >    http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
>> > >
>> > > Hope that helps.
>> > >
>> > > Thanks,
>> > > John Halley Gotway
>> > >
>> > >
>> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT <
>> met_help at ucar.edu
>> > >
>> > > wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
>> > > >
>> > > > Hi Julie,
>> > > > I compiled all libraries.
>> > > > I downloaded post processor but i can't find the WRF-ARW p-
interp
>> Tool
>> > > when
>> > > > i use the link posted in the tutorial.
>> > > > also,what i don't understand the utility of the  copygb
utility and
>> > from
>> > > > where to get it.
>> > > > i don't know what to do next to downloading and compiling
required
>> > > > libraries.
>> > > > Thanks,
>> > > > Khaoula
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
>> > > >
>> > > > >
>> > > > >
>> > > > > *Hi Julie,*
>> > > > >
>> > > > > *I  unpacked the HDF librarry.*
>> > > > >
>> > > > > *When lookig the HDF-EOS library, i found in the website is
>> > > > > HDF-EOS2.16v1.00.tar.Z.*
>> > > > >
>> > > > > *i tried to unpack it, i didn't find the right command to
do it.*
>> > > > >
>> > > > > *Is there any command to unpak this library.*
>> > > > >
>> > > > > *Thanks,*
>> > > > >
>> > > > > *Khaoula  *
>> > > > >
>> > > > >
>> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT <
>> > met_help at ucar.edu
>> > > >:
>> > > > >
>> > > > >> Hi Khaoula.
>> > > > >>
>> > > > >> The GRIB2 C-Library is used by the MET library code to
read GRIB2
>> > data
>> > > > >> files. The GRIB2 C-Library requires the libraries zlib,
jasper
>> and
>> > png
>> > > > to
>> > > > >> be present on your system. Support for GRIB2 is optional
and can
>> be
>> > > > >> enabled
>> > > > >> with the *--enable-grib2* option for configure.
>> > > > >>
>> > > > >> I hope that helps.
>> > > > >>
>> > > > >> Julie
>> > > > >>
>> > > > >>
>> > > > >>
>> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT <
>> > > > met_help at ucar.edu>
>> > > > >> wrote:
>> > > > >>
>> > > > >> >
>> > > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >
>> > > > >> >
>> > > > >> >  Thank you Julie,
>> > > > >> > It works.
>> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
>> > > > >> > About GRIB C library, i downloaded the library and
unpacked
>> it.
>> > > > >> > how it can be used by MET?
>> > > > >> > Thanks,
>> > > > >> > khaoula
>> > > > >> >
>> > > > >> >
>> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT <
>> > > met_help at ucar.edu
>> > > > >:
>> > > > >> >
>> > > > >> > > Hi Melki.
>> > > > >> > >
>> > > > >> > > I'm glad that you were able to get BUFRLIB installed.
>> > > > >> > >
>> > > > >> > > You said, "when trying to run the firs command of *
*cd
>> > > > >> /path/to/netcdf.
>> > > > >> > he
>> > > > >> > > wrote me no file or directory"
>> > > > >> > >
>> > > > >> > > In the tutorial, when we say "*cd /path/to/netcdf*"
you
>> should
>> > > > change
>> > > > >> > > directories to the location where your netcdf
directory is on
>> > your
>> > > > >> > machine.
>> > > > >> > > For example, if you unpacked the tar file netcdf-
4.3.3.1.tar
>> in
>> > a
>> > > > >> > directory
>> > > > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you
would run
>> "cd
>> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
*/path/to/netcdf
>> *is a
>> > > > place
>> > > > >> > > holder for the location on your machine.
>> > > > >> > >
>> > > > >> > > You said, "setenv CC /path/to/c/compiler. It doesn't
work.he
>> > said
>> > > > >> command
>> > > > >> > > of setenv doesn't exist.*"  "setenv" is the name of
the
>> command
>> > > used
>> > > > >> to
>> > > > >> > set
>> > > > >> > > environment variables in the *csh family of shells.
If you
>> are
>> > > > using
>> > > > >> a
>> > > > >> > > different shell, however, you may need to use
"export",
>> which is
>> > > the
>> > > > >> name
>> > > > >> > > of the command in the "other" family of shells (ash,
bourne,
>> > > bourne
>> > > > >> > again,
>> > > > >> > > zsh).  To find out what shell you are using, you can
run
>> "echo
>> > > > >> $SHELL".
>> > > > >> > >
>> > > > >> > > If you are using a shell other than the *csh family of
>> shells,
>> > and
>> > > > you
>> > > > >> > need
>> > > > >> > > to use "export", the syntax is slightly different.
Instead
>> of
>> > > > >> running:
>> > > > >> > >
>> > > > >> > > setenv CC /path/to/c/compiler
>> > > > >> > >
>> > > > >> > > you would run
>> > > > >> > >
>> > > > >> > > export CC=/path/to/c/compiler
>> > > > >> > >
>> > > > >> > > Please note, it is import that when using the export
command
>> > that
>> > > > >> there
>> > > > >> > are
>> > > > >> > > no spaces before or after the "=".  Also, in this
case,
>> please
>> > > note
>> > > > >> that
>> > > > >> > > "/path/to/c/compiler" should be replaced with the path
to
>> the c
>> > > > >> compiler
>> > > > >> > on
>> > > > >> > > your machine.  For example. on my machine, gcc lives
at
>> > > > >> /usr/bin/X11/gcc:
>> > > > >> > >
>> > > > >> > > puffin:jpresto> which gcc
>> > > > >> > > /usr/bin/X11/gcc
>> > > > >> > >
>> > > > >> > > so if I used setenv, I would run:
>> > > > >> > >
>> > > > >> > > setenv CC /usr/bin/X11/gcc
>> > > > >> > >
>> > > > >> > > but if I used export, I would run:
>> > > > >> > >
>> > > > >> > > export CC=/usr/bin/X11/gcc
>> > > > >> > >
>> > > > >> > > I hope this helps.  In the future, if you experience
any
>> > problems
>> > > or
>> > > > >> > > errors, it would be helpful if you could copy and
paste the
>> > > commands
>> > > > >> you
>> > > > >> > > have run along with the errors they produced.  If
often gives
>> > us a
>> > > > >> > clearer
>> > > > >> > > picture of what has gone wrong.
>> > > > >> > >
>> > > > >> > > Please let us know if you experience other problems
and need
>> > help.
>> > > > >> > >
>> > > > >> > > Thanks,
>> > > > >> > > Julie
>> > > > >> > >
>> > > > >> > >
>> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via RT
<
>> > > > >> met_help at ucar.edu
>> > > > >> > >
>> > > > >> > > wrote:
>> > > > >> > >
>> > > > >> > > >
>> > > > >> > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > >
>> > > > >> > > >
>> > > > >> > > > *Thanks Julie,*
>> > > > >> > > >
>> > > > >> > > > *It really works.*
>> > > > >> > > >
>> > > > >> > > > *i'm now trying to compile the netcdf library.*
>> > > > >> > > >
>> > > > >> > > > *I'm wondering about the steps written in the
tutorial: *
>> > > > >> > > >
>> > > > >> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler
setenv
>> CXX
>> > > > >> > > >    /path/to/c++/compiler setenv FC '' setenv F90 ''
>> > ./configure
>> > > > >> > > >    --prefix=/netcdf/install/path --disable-netcdf-4
make
>> make
>> > > > >> install i
>> > > > >> > > >    installed the netcdf-4.3.3.1 as a independent
directory,
>> > but
>> > > > when
>> > > > >> > > > trying to
>> > > > >> > > >    run the firs command of *
>> > > > >> > > >
>> > > > >> > > > *cd /path/to/netcdf. he wrote me no file or
directory. so i
>> > > > create a
>> > > > >> > file
>> > > > >> > > > called path existed in to file which are both
included in
>> > netcdf
>> > > > >> > > directory.
>> > > > >> > > > but when running   setenv CC /path/to/c/compiler. It
>> doesn't
>> > > > work.he
>> > > > >> > said
>> > > > >> > > > command of setenv doesn't exist.*
>> > > > >> > > >
>> > > > >> > > > *Thank you really for your help and your Time
Julie.*
>> > > > >> > > >
>> > > > >> > > > *yours faithfully,*
>> > > > >> > > >
>> > > > >> > > > *Khaoula*
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT <
>> > > > >> met_help at ucar.edu
>> > > > >> > >:
>> > > > >> > > >
>> > > > >> > > > > Hi Melki.
>> > > > >> > > > >
>> > > > >> > > > > We are able to reproduce the problems you are
>> experiencing
>> > > with
>> > > > >> the
>> > > > >> > > > latest
>> > > > >> > > > > version of BUFRLIB.  We are working on a solution
to get
>> the
>> > > > >> > > compilation
>> > > > >> > > > > working.
>> > > > >> > > > >
>> > > > >> > > > > In the meantime, I have uploaded the previous
version of
>> > > BUFRLIB
>> > > > >> to
>> > > > >> > our
>> > > > >> > > > ftp
>> > > > >> > > > > site so that you can make some progress and start
working
>> > with
>> > > > >> MET.
>> > > > >> > > > >
>> > > > >> > > > > Please execute the following commands.
>> > > > >> > > > >
>> > > > >> > > > > *Make a new directory to contain the BUFRLIB code
(e.g.
>> > mkdir
>> > > > >> > > > > /home/user/BUFRLIB).*
>> > > > >> > > > > *Change directories to that new directory (e.g. cd
*
>> > > > >> > > > > */home/user/BUFRLIB).wget
>> > > > >> > > > >
>> > > > >> > > >
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
>> > > > >> > > > > <
>> > > > >> > > >
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
>> > > > >> > > > > >*
>> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
>> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
>> > > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore
*.f *.F*
>> > > > >> > > > > *ar crv libbufr.a *.o*
>> > > > >> > > > >
>> > > > >> > > > > You should get a successful compilation with this
older
>> > > version
>> > > > of
>> > > > >> > > > > BUFRLIB.  Please let us know how it goes.
>> > > > >> > > > >
>> > > > >> > > > > Thanks,
>> > > > >> > > > > Julie
>> > > > >> > > > >
>> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula via
RT <
>> > > > >> > > met_help at ucar.edu
>> > > > >> > > > >
>> > > > >> > > > > wrote:
>> > > > >> > > > >
>> > > > >> > > > > >
>> > > > >> > > > > > <URL:
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > >
>> > > > >> > > > > >
>> > > > >> > > > > > Hello Julie,
>> > > > >> > > > > > Happy with your email.
>> > > > >> > > > > > It is really motivating to receive your help in
>> compiling
>> > > MET
>> > > > >> > model.
>> > > > >> > > > > > You find  two terminal containing errors of
runing gcc
>> and
>> > > > >> gfortran
>> > > > >> > > > > > compilers.
>> > > > >> > > > > > Tnanks,
>> > > > >> > > > > > Khaoula
>> > > > >> > > > > >
>> > > > >> > > > > >
>> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik via
RT <
>> > > > >> > > met_help at ucar.edu
>> > > > >> > > > >:
>> > > > >> > > > > >
>> > > > >> > > > > > > Hi Melki.  I don't believe that you should
have to
>> > > reinstall
>> > > > >> the
>> > > > >> > > > > > > compilers.  That is likely not the problem.
>> > > > >> > > > > > >
>> > > > >> > > > > > > You said that you received an error message
when
>> running
>> > > the
>> > > > >> > > > following:
>> > > > >> > > > > > >
>> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
>> > > > >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-
underscore *.f
>> *.F
>> > > > >> > > > > > >
>> > > > >> > > > > > > Could you please send the full error that you
>> received?
>> > > > >> > > > > > >
>> > > > >> > > > > > > Thanks,
>> > > > >> > > > > > > Julie
>> > > > >> > > > > > >
>> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki Khaoula
via
>> RT <
>> > > > >> > > > > met_help at ucar.edu
>> > > > >> > > > > > >
>> > > > >> > > > > > > wrote:
>> > > > >> > > > > > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > <URL:
>> > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > >> > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > Thanks for your email.
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > In trying the command whereis gcc and
whereis
>> > gfortran,
>> > > > >> this is
>> > > > >> > > > > > > theresult:
>> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gfortran
>> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
>> > > > >> /usr/share/man/man1/gfortran.1.gz
>> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
>> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
/usr/libexec/gcc
>> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > So i go to try the command of *gcc -c
-DUNDERSCORE
>> *.c
>> > > > and *
>> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore
>> *.f
>> > > *.F *
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > *Linux return me a message of error.*
>> > > > >> > > > > > > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > *So i tried to reinstall gcc compiler using
yum
>> > install
>> > > > >> gcc, i
>> > > > >> > > > found
>> > > > >> > > > > > that
>> > > > >> > > > > > > > the last pack of gcc was installed. But when
>> > > reinstalling
>> > > > >> > > gfortran
>> > > > >> > > > > > > compiler
>> > > > >> > > > > > > > using yum install gfortran, i found an
message
>> telling
>> > > me
>> > > > >> there
>> > > > >> > > is
>> > > > >> > > > no
>> > > > >> > > > > > > > gfortran pack to install. *
>> > > > >> > > > > > > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > *I don't know what to do.*
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > *Thank you for your time and your
cooperation*
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > *yours faithfully *
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > *KHAOULA MELKI*
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie Prestopnik
via RT
>> <
>> > > > >> > > > > met_help at ucar.edu
>> > > > >> > > > > > >:
>> > > > >> > > > > > > >
>> > > > >> > > > > > > > > Hi Melki.  Thank you for trying to use the
MET
>> > > software.
>> > > > >> I'm
>> > > > >> > > not
>> > > > >> > > > > > sure
>> > > > >> > > > > > > > if I
>> > > > >> > > > > > > > > understand what you are asking.
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > You mentioned that you want to compile
BUFRLIB.
>> As
>> > is
>> > > > >> > > explained
>> > > > >> > > > on
>> > > > >> > > > > > the
>> > > > >> > > > > > > > > following page of the MET Online Tutorial
for
>> > METv5.0:
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > >
>> > > > >> > > > >
>> > > > >> > > >
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > you can use the GNU gcc and gfortran
compilers,
>> the
>> > > PGI
>> > > > >> pgcc
>> > > > >> > > and
>> > > > >> > > > > > pgf90
>> > > > >> > > > > > > > > compilers, or the Intel icc and ifort
compilers.
>> > You
>> > > > are
>> > > > >> > > welcome
>> > > > >> > > > > to
>> > > > >> > > > > > > use
>> > > > >> > > > > > > > > gcc and gfortran (GNU) if you would like
to.
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > Most LINUX distributions come with the
compilers.
>> > To
>> > > > find
>> > > > >> > gcc
>> > > > >> > > > and
>> > > > >> > > > > > > > gfortran
>> > > > >> > > > > > > > > on your machine, you can run the following
>> commands:
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > whereis gfortran
>> > > > >> > > > > > > > > whereis gcc
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > Here are the results I get after running
those
>> two
>> > > > >> commands:
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
/usr/bin/X11/gfortran
>> > > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
>> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
/usr/bin/X11/gcc
>> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > I hope that helps.  Please let me know if
I have
>> not
>> > > > >> answered
>> > > > >> > > > your
>> > > > >> > > > > > > > question
>> > > > >> > > > > > > > > and if this solves the problem for you.
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > Thanks,
>> > > > >> > > > > > > > > Julie
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki
Khaoula
>> via
>> > RT
>> > > <
>> > > > >> > > > > > > met_help at ucar.edu
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > wrote:
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > >
>> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request 72309
was
>> acted
>> > > > upon.
>> > > > >> > > > > > > > > > Transaction: Ticket created by
>> > > khaoula.enit at gmail.com
>> > > > >> > > > > > > > > >        Queue: met_help
>> > > > >> > > > > > > > > >      Subject: (No subject given)
>> > > > >> > > > > > > > > >        Owner: Nobody
>> > > > >> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
>> > > > >> > > > > > > > > >       Status: new
>> > > > >> > > > > > > > > >  Ticket <URL:
>> > > > >> > > > > > >
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > >
>> > > > >> > > > > > > > > >
>> > > > >> > > > > > > > > > Dear Sir/Mrs,
>> > > > >> > > > > > > > > > i4m traynig to use MET model.
>> > > > >> > > > > > > > > > About compilation of BUFRLIB, i need gcc
and
>> > > gfortran
>> > > > >> > > > compilers.
>> > > > >> > > > > > > > > > Do i need to install fortran and C
software for
>> > > LINUX
>> > > > >> > before
>> > > > >> > > > > > > installing
>> > > > >> > > > > > > > > > their compilers?
>> > > > >> > > > > > > > > > Yours sincerly,
>> > > > >> > > > > > > > > > Khaoula MELKI
>> > > > >> > > > > > > > > >
>> > > > >> > > > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > > --
>> > > > >> > > > > > > > > Julie Prestopnik
>> > > > >> > > > > > > > > National Center for Atmospheric Research
>> > > > >> > > > > > > > > Research Applications Laboratory
>> > > > >> > > > > > > > > Phone: 303.497.8399
>> > > > >> > > > > > > > > Email: jpresto at ucar.edu
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > > > --
>> > > > >> > > > > > > Julie Prestopnik
>> > > > >> > > > > > > National Center for Atmospheric Research
>> > > > >> > > > > > > Research Applications Laboratory
>> > > > >> > > > > > > Phone: 303.497.8399
>> > > > >> > > > > > > Email: jpresto at ucar.edu
>> > > > >> > > > > > >
>> > > > >> > > > > > >
>> > > > >> > > > > >
>> > > > >> > > > > >
>> > > > >> > > > >
>> > > > >> > > > >
>> > > > >> > > > > --
>> > > > >> > > > > Julie Prestopnik
>> > > > >> > > > > National Center for Atmospheric Research
>> > > > >> > > > > Research Applications Laboratory
>> > > > >> > > > > Phone: 303.497.8399
>> > > > >> > > > > Email: jpresto at ucar.edu
>> > > > >> > > > >
>> > > > >> > > > >
>> > > > >> > > >
>> > > > >> > > >
>> > > > >> > >
>> > > > >> > >
>> > > > >> > > --
>> > > > >> > > Julie Prestopnik
>> > > > >> > > National Center for Atmospheric Research
>> > > > >> > > Research Applications Laboratory
>> > > > >> > > Phone: 303.497.8399
>> > > > >> > > Email: jpresto at ucar.edu
>> > > > >> > >
>> > > > >> > >
>> > > > >> >
>> > > > >> >
>> > > > >>
>> > > > >>
>> > > > >> --
>> > > > >> Julie Prestopnik
>> > > > >> National Center for Atmospheric Research
>> > > > >> Research Applications Laboratory
>> > > > >> Phone: 303.497.8399
>> > > > >> Email: jpresto at ucar.edu
>> > > > >>
>> > > > >>
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Wed Jul 08 13:53:06 2015

Hi Khaoula.  I apologize for the delayed response.  I was out of town.

I believe that I see in your make_install.log that there is a problem
finding netcdf.hh:

nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou dossier de
ce type

We've typically been compiling MET using NetCDF version 3 - the
specific
version is netcdf-3.6.3.  I know that some of the versions of netcdf
no
longer include netcdf.hh, but that file is necessary for our code.
I'd
suggest downloading and compiling NetCDF 3.6.3 locally using the
following
steps:

Download NetCDF 3.6.3 from here:
http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz

Then run:

tar -zxf netcdf-3.6.3.tar.gz
./configure --prefix=`pwd`
make
make install

These commands should compile the C and C++ interfaces for NetCDF and
skip
the Fortran interface that MET doesn't use.  It will install the
library in
current "netcdf-3.6.3" directory due to the --prefix=`pwd` option.

Next, you'll need to edit where you set MET_NETCDF to point to this
new
location, source your .bashrc or similiar file, and rebuild MET.

Please let us know if that works well for you.

Thanks,
Julie


On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hello John,
> the error was there is no compilor of C++. so i downloaded g++ using
: yum
> install gcc-c++.
> I didn't understand the bin subdirectory. I looked to the met-5.0
> directory, i didin't find a subdirectory called bin. But files cited
in the
> Built executables are located in the output subdirectory.
> The compilation of *make install >& make_install.log &*
> *tail -f make_install.log   *
> * send an error.*
> *there is two executables,  *the first is called configuration1. It
is
> about run of ./
> *configure --prefix=`pwd` --enable-grib2 --enable-modis
> --enable-mode_graphics*The second is called make install.log,
obtained
> after running :
> *make install >& make_install.log &*
>
> *tail -f make_install.log*
>
> *Thanks,*
>
> *Khaoula*
>
>
>
>
> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
>
> > Hello John,
> > Thank you for your help. it really works.
> > I am in the configuration step.
> > when executing the command of : ./configure --prefix=`pwd`
--enable-grib2
> > --enable-modis --enable-mode_graphics.
> > i found that when cheking for some compilers, the system return
no.
> > for example:
> > checking for bison... no
> > checking for byacc... no
> > checking for g++... no
> > checking for c++... no
> > checking for gpp... no
> > checking for aCC... no
> > checking for CC... no
> > checking for cxx... no
> > checking for cc++... no
> > checking for cl.exe... no
> > checking for FCC... no
> > checking for KCC... no
> > checking for RCC... no
> > checking for xlC_r... no
> > checking for xlC... no
> > checking whether the C++ compiler works... no
> > IS there any errors?
> > you will find the executive file called configuration.
> > thanks,
> > Khaoula
> >
> >
> >
> >
> >
> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu
> >:
> >
> >> Khaoula,
> >>
> >> Looks like you have syntax wrong on those commands.  Please try
this:
> >>
> >> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> >>
> >> Actually since your NetCDF build is installed in the standard
way, this
> is
> >> all you really need to set:
> >>
> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> >>
> >> And MET assumes that the headers are in the "include"
subdirectory and
> the
> >> library archive files are in the "lib" subdirectory.
> >>
> >> Thanks,
> >> John
> >>
> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT <
> met_help at ucar.edu>
> >> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> >
> >> > Hi John,
> >> >
> >> > Thank you for your help.
> >> > I'm grateful for you and Julie.
> >> > I'm now setting environment variables.
> >> > I want to confirm this command if it is right or no, for
example, if i
> >> set:
> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> >> > in order to Set *$MET_NETCDF* to point to the main
NetCDFdirectory.
> >> > I  use  also the same process to set others external libraries.
> >> > I let you know that my shell is bash, so i can't use the export
> command.
> >> > Im wondering if i'm in the right way, because the command with
export
> >> > doesn't produce any error to verify if i'm right or wrong.
> >> > Thanks,
> >> > Khaoula
> >> >
> >> >
> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT <
> met_help at ucar.edu
> >> >:
> >> >
> >> > > Hello Khaoula,
> >> > >
> >> > > Julie is out of town.  My name is John, and I'd be happy to
help
> >> answer
> >> > > your MET questions.
> >> > >
> >> > > I see that you're trying to get up and running using MET to
verify
> WRF
> >> > > output.  MET doesn't read WRF output files directly, but
requires
> that
> >> > they
> >> > > first be post-processed either with the WRF-ARW pinterp
utility or
> the
> >> > > Unified Post-Processor (UPP).  Of the two, I'd strongly
recommend
> >> using
> >> > UPP
> >> > > which creates output in GRIB format that is fully supported
by MET.
> >> The
> >> > > pinterp utility writes it output in NetCDF but we only
support data
> >> > defined
> >> > > on the non-staggered dimensions.  Since velocity points are
> staggered
> >> in
> >> > > WRF, MET can't be used to verifying winds in pinterp output.
> >> > >
> >> > > Another advantage to using UPP is that GRIB data can be
easily
> >> regridded
> >> > > using the copygb utility.  copygb is included in the UPP
package.
> >> > >
> >> > > You can download pinterp here:
> >> > >
> >> > >
> >> > >
> >> >
> >>
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> >> > >
> >> > > And you can download UPP here:
> >> > >    http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> >> > >
> >> > > Hope that helps.
> >> > >
> >> > > Thanks,
> >> > > John Halley Gotway
> >> > >
> >> > >
> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT <
> >> met_help at ucar.edu
> >> > >
> >> > > wrote:
> >> > >
> >> > > >
> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> > > >
> >> > > > Hi Julie,
> >> > > > I compiled all libraries.
> >> > > > I downloaded post processor but i can't find the WRF-ARW p-
interp
> >> Tool
> >> > > when
> >> > > > i use the link posted in the tutorial.
> >> > > > also,what i don't understand the utility of the  copygb
utility
> and
> >> > from
> >> > > > where to get it.
> >> > > > i don't know what to do next to downloading and compiling
required
> >> > > > libraries.
> >> > > > Thanks,
> >> > > > Khaoula
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> >> > > >
> >> > > > >
> >> > > > >
> >> > > > > *Hi Julie,*
> >> > > > >
> >> > > > > *I  unpacked the HDF librarry.*
> >> > > > >
> >> > > > > *When lookig the HDF-EOS library, i found in the website
is
> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> >> > > > >
> >> > > > > *i tried to unpack it, i didn't find the right command to
do
> it.*
> >> > > > >
> >> > > > > *Is there any command to unpak this library.*
> >> > > > >
> >> > > > > *Thanks,*
> >> > > > >
> >> > > > > *Khaoula  *
> >> > > > >
> >> > > > >
> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT <
> >> > met_help at ucar.edu
> >> > > >:
> >> > > > >
> >> > > > >> Hi Khaoula.
> >> > > > >>
> >> > > > >> The GRIB2 C-Library is used by the MET library code to
read
> GRIB2
> >> > data
> >> > > > >> files. The GRIB2 C-Library requires the libraries zlib,
jasper
> >> and
> >> > png
> >> > > > to
> >> > > > >> be present on your system. Support for GRIB2 is optional
and
> can
> >> be
> >> > > > >> enabled
> >> > > > >> with the *--enable-grib2* option for configure.
> >> > > > >>
> >> > > > >> I hope that helps.
> >> > > > >>
> >> > > > >> Julie
> >> > > > >>
> >> > > > >>
> >> > > > >>
> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT <
> >> > > > met_help at ucar.edu>
> >> > > > >> wrote:
> >> > > > >>
> >> > > > >> >
> >> > > > >> > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> >
> >> > > > >> >
> >> > > > >> >  Thank you Julie,
> >> > > > >> > It works.
> >> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
> >> > > > >> > About GRIB C library, i downloaded the library and
unpacked
> >> it.
> >> > > > >> > how it can be used by MET?
> >> > > > >> > Thanks,
> >> > > > >> > khaoula
> >> > > > >> >
> >> > > > >> >
> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT <
> >> > > met_help at ucar.edu
> >> > > > >:
> >> > > > >> >
> >> > > > >> > > Hi Melki.
> >> > > > >> > >
> >> > > > >> > > I'm glad that you were able to get BUFRLIB
installed.
> >> > > > >> > >
> >> > > > >> > > You said, "when trying to run the firs command of *
*cd
> >> > > > >> /path/to/netcdf.
> >> > > > >> > he
> >> > > > >> > > wrote me no file or directory"
> >> > > > >> > >
> >> > > > >> > > In the tutorial, when we say "*cd /path/to/netcdf*"
you
> >> should
> >> > > > change
> >> > > > >> > > directories to the location where your netcdf
directory is
> on
> >> > your
> >> > > > >> > machine.
> >> > > > >> > > For example, if you unpacked the tar file
> netcdf-4.3.3.1.tar
> >> in
> >> > a
> >> > > > >> > directory
> >> > > > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you
would
> run
> >> "cd
> >> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
*/path/to/netcdf
> >> *is a
> >> > > > place
> >> > > > >> > > holder for the location on your machine.
> >> > > > >> > >
> >> > > > >> > > You said, "setenv CC /path/to/c/compiler. It doesn't
> work.he
> >> > said
> >> > > > >> command
> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is the name of
the
> >> command
> >> > > used
> >> > > > >> to
> >> > > > >> > set
> >> > > > >> > > environment variables in the *csh family of shells.
If you
> >> are
> >> > > > using
> >> > > > >> a
> >> > > > >> > > different shell, however, you may need to use
"export",
> >> which is
> >> > > the
> >> > > > >> name
> >> > > > >> > > of the command in the "other" family of shells (ash,
> bourne,
> >> > > bourne
> >> > > > >> > again,
> >> > > > >> > > zsh).  To find out what shell you are using, you can
run
> >> "echo
> >> > > > >> $SHELL".
> >> > > > >> > >
> >> > > > >> > > If you are using a shell other than the *csh family
of
> >> shells,
> >> > and
> >> > > > you
> >> > > > >> > need
> >> > > > >> > > to use "export", the syntax is slightly different.
Instead
> >> of
> >> > > > >> running:
> >> > > > >> > >
> >> > > > >> > > setenv CC /path/to/c/compiler
> >> > > > >> > >
> >> > > > >> > > you would run
> >> > > > >> > >
> >> > > > >> > > export CC=/path/to/c/compiler
> >> > > > >> > >
> >> > > > >> > > Please note, it is import that when using the export
> command
> >> > that
> >> > > > >> there
> >> > > > >> > are
> >> > > > >> > > no spaces before or after the "=".  Also, in this
case,
> >> please
> >> > > note
> >> > > > >> that
> >> > > > >> > > "/path/to/c/compiler" should be replaced with the
path to
> >> the c
> >> > > > >> compiler
> >> > > > >> > on
> >> > > > >> > > your machine.  For example. on my machine, gcc lives
at
> >> > > > >> /usr/bin/X11/gcc:
> >> > > > >> > >
> >> > > > >> > > puffin:jpresto> which gcc
> >> > > > >> > > /usr/bin/X11/gcc
> >> > > > >> > >
> >> > > > >> > > so if I used setenv, I would run:
> >> > > > >> > >
> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> >> > > > >> > >
> >> > > > >> > > but if I used export, I would run:
> >> > > > >> > >
> >> > > > >> > > export CC=/usr/bin/X11/gcc
> >> > > > >> > >
> >> > > > >> > > I hope this helps.  In the future, if you experience
any
> >> > problems
> >> > > or
> >> > > > >> > > errors, it would be helpful if you could copy and
paste the
> >> > > commands
> >> > > > >> you
> >> > > > >> > > have run along with the errors they produced.  If
often
> gives
> >> > us a
> >> > > > >> > clearer
> >> > > > >> > > picture of what has gone wrong.
> >> > > > >> > >
> >> > > > >> > > Please let us know if you experience other problems
and
> need
> >> > help.
> >> > > > >> > >
> >> > > > >> > > Thanks,
> >> > > > >> > > Julie
> >> > > > >> > >
> >> > > > >> > >
> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via
RT <
> >> > > > >> met_help at ucar.edu
> >> > > > >> > >
> >> > > > >> > > wrote:
> >> > > > >> > >
> >> > > > >> > > >
> >> > > > >> > > > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > >
> >> > > > >> > > >
> >> > > > >> > > > *Thanks Julie,*
> >> > > > >> > > >
> >> > > > >> > > > *It really works.*
> >> > > > >> > > >
> >> > > > >> > > > *i'm now trying to compile the netcdf library.*
> >> > > > >> > > >
> >> > > > >> > > > *I'm wondering about the steps written in the
tutorial: *
> >> > > > >> > > >
> >> > > > >> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler
setenv
> >> CXX
> >> > > > >> > > >    /path/to/c++/compiler setenv FC '' setenv F90
''
> >> > ./configure
> >> > > > >> > > >    --prefix=/netcdf/install/path --disable-netcdf-
4 make
> >> make
> >> > > > >> install i
> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a independent
> directory,
> >> > but
> >> > > > when
> >> > > > >> > > > trying to
> >> > > > >> > > >    run the firs command of *
> >> > > > >> > > >
> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no file or
directory.
> so i
> >> > > > create a
> >> > > > >> > file
> >> > > > >> > > > called path existed in to file which are both
included in
> >> > netcdf
> >> > > > >> > > directory.
> >> > > > >> > > > but when running   setenv CC /path/to/c/compiler.
It
> >> doesn't
> >> > > > work.he
> >> > > > >> > said
> >> > > > >> > > > command of setenv doesn't exist.*
> >> > > > >> > > >
> >> > > > >> > > > *Thank you really for your help and your Time
Julie.*
> >> > > > >> > > >
> >> > > > >> > > > *yours faithfully,*
> >> > > > >> > > >
> >> > > > >> > > > *Khaoula*
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via RT
<
> >> > > > >> met_help at ucar.edu
> >> > > > >> > >:
> >> > > > >> > > >
> >> > > > >> > > > > Hi Melki.
> >> > > > >> > > > >
> >> > > > >> > > > > We are able to reproduce the problems you are
> >> experiencing
> >> > > with
> >> > > > >> the
> >> > > > >> > > > latest
> >> > > > >> > > > > version of BUFRLIB.  We are working on a
solution to
> get
> >> the
> >> > > > >> > > compilation
> >> > > > >> > > > > working.
> >> > > > >> > > > >
> >> > > > >> > > > > In the meantime, I have uploaded the previous
version
> of
> >> > > BUFRLIB
> >> > > > >> to
> >> > > > >> > our
> >> > > > >> > > > ftp
> >> > > > >> > > > > site so that you can make some progress and
start
> working
> >> > with
> >> > > > >> MET.
> >> > > > >> > > > >
> >> > > > >> > > > > Please execute the following commands.
> >> > > > >> > > > >
> >> > > > >> > > > > *Make a new directory to contain the BUFRLIB
code (e.g.
> >> > mkdir
> >> > > > >> > > > > /home/user/BUFRLIB).*
> >> > > > >> > > > > *Change directories to that new directory (e.g.
cd *
> >> > > > >> > > > > */home/user/BUFRLIB).wget
> >> > > > >> > > > >
> >> > > > >> > > >
> >> > > > >> > >
> >> > > > >> >
> >> > > > >>
> >> > > >
> >> > >
> >> >
> >>
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> >> > > > >> > > > > <
> >> > > > >> > > >
> >> > > > >> > >
> >> > > > >> >
> >> > > > >>
> >> > > >
> >> > >
> >> >
> >>
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> >> > > > >> > > > > >*
> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> >> > > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-underscore
*.f
> *.F*
> >> > > > >> > > > > *ar crv libbufr.a *.o*
> >> > > > >> > > > >
> >> > > > >> > > > > You should get a successful compilation with
this older
> >> > > version
> >> > > > of
> >> > > > >> > > > > BUFRLIB.  Please let us know how it goes.
> >> > > > >> > > > >
> >> > > > >> > > > > Thanks,
> >> > > > >> > > > > Julie
> >> > > > >> > > > >
> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula
via RT <
> >> > > > >> > > met_help at ucar.edu
> >> > > > >> > > > >
> >> > > > >> > > > > wrote:
> >> > > > >> > > > >
> >> > > > >> > > > > >
> >> > > > >> > > > > > <URL:
> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > >
> >> > > > >> > > > > >
> >> > > > >> > > > > > Hello Julie,
> >> > > > >> > > > > > Happy with your email.
> >> > > > >> > > > > > It is really motivating to receive your help
in
> >> compiling
> >> > > MET
> >> > > > >> > model.
> >> > > > >> > > > > > You find  two terminal containing errors of
runing
> gcc
> >> and
> >> > > > >> gfortran
> >> > > > >> > > > > > compilers.
> >> > > > >> > > > > > Tnanks,
> >> > > > >> > > > > > Khaoula
> >> > > > >> > > > > >
> >> > > > >> > > > > >
> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik
via RT <
> >> > > > >> > > met_help at ucar.edu
> >> > > > >> > > > >:
> >> > > > >> > > > > >
> >> > > > >> > > > > > > Hi Melki.  I don't believe that you should
have to
> >> > > reinstall
> >> > > > >> the
> >> > > > >> > > > > > > compilers.  That is likely not the problem.
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > You said that you received an error message
when
> >> running
> >> > > the
> >> > > > >> > > > following:
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-
underscore *.f
> >> *.F
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > Could you please send the full error that
you
> >> received?
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > Thanks,
> >> > > > >> > > > > > > Julie
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki
Khaoula via
> >> RT <
> >> > > > >> > > > > met_help at ucar.edu
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > wrote:
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > <URL:
> >> > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > >> > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > Thanks for your email.
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > In trying the command whereis gcc and
whereis
> >> > gfortran,
> >> > > > >> this is
> >> > > > >> > > > > > > theresult:
> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis
gfortran
> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
> >> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
/usr/libexec/gcc
> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > So i go to try the command of *gcc -c
> -DUNDERSCORE
> >> *.c
> >> > > > and *
> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore
> >> *.f
> >> > > *.F *
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > *Linux return me a message of error.*
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > *So i tried to reinstall gcc compiler
using yum
> >> > install
> >> > > > >> gcc, i
> >> > > > >> > > > found
> >> > > > >> > > > > > that
> >> > > > >> > > > > > > > the last pack of gcc was installed. But
when
> >> > > reinstalling
> >> > > > >> > > gfortran
> >> > > > >> > > > > > > compiler
> >> > > > >> > > > > > > > using yum install gfortran, i found an
message
> >> telling
> >> > > me
> >> > > > >> there
> >> > > > >> > > is
> >> > > > >> > > > no
> >> > > > >> > > > > > > > gfortran pack to install. *
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > *I don't know what to do.*
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > *Thank you for your time and your
cooperation*
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > *yours faithfully *
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > *KHAOULA MELKI*
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie
Prestopnik via
> RT
> >> <
> >> > > > >> > > > > met_help at ucar.edu
> >> > > > >> > > > > > >:
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > > > Hi Melki.  Thank you for trying to use
the MET
> >> > > software.
> >> > > > >> I'm
> >> > > > >> > > not
> >> > > > >> > > > > > sure
> >> > > > >> > > > > > > > if I
> >> > > > >> > > > > > > > > understand what you are asking.
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > You mentioned that you want to compile
BUFRLIB.
> >> As
> >> > is
> >> > > > >> > > explained
> >> > > > >> > > > on
> >> > > > >> > > > > > the
> >> > > > >> > > > > > > > > following page of the MET Online
Tutorial for
> >> > METv5.0:
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > >
> >> > > > >> > > > >
> >> > > > >> > > >
> >> > > > >> > >
> >> > > > >> >
> >> > > > >>
> >> > > >
> >> > >
> >> >
> >>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > you can use the GNU gcc and gfortran
compilers,
> >> the
> >> > > PGI
> >> > > > >> pgcc
> >> > > > >> > > and
> >> > > > >> > > > > > pgf90
> >> > > > >> > > > > > > > > compilers, or the Intel icc and ifort
> compilers.
> >> > You
> >> > > > are
> >> > > > >> > > welcome
> >> > > > >> > > > > to
> >> > > > >> > > > > > > use
> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if you would like
to.
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > Most LINUX distributions come with the
> compilers.
> >> > To
> >> > > > find
> >> > > > >> > gcc
> >> > > > >> > > > and
> >> > > > >> > > > > > > > gfortran
> >> > > > >> > > > > > > > > on your machine, you can run the
following
> >> commands:
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > whereis gfortran
> >> > > > >> > > > > > > > > whereis gcc
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > Here are the results I get after running
those
> >> two
> >> > > > >> commands:
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
> /usr/bin/X11/gfortran
> >> > > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
/usr/bin/X11/gcc
> >> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > I hope that helps.  Please let me know
if I
> have
> >> not
> >> > > > >> answered
> >> > > > >> > > > your
> >> > > > >> > > > > > > > question
> >> > > > >> > > > > > > > > and if this solves the problem for you.
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > Thanks,
> >> > > > >> > > > > > > > > Julie
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki
Khaoula
> >> via
> >> > RT
> >> > > <
> >> > > > >> > > > > > > met_help at ucar.edu
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > wrote:
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > >
> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request
72309 was
> >> acted
> >> > > > upon.
> >> > > > >> > > > > > > > > > Transaction: Ticket created by
> >> > > khaoula.enit at gmail.com
> >> > > > >> > > > > > > > > >        Queue: met_help
> >> > > > >> > > > > > > > > >      Subject: (No subject given)
> >> > > > >> > > > > > > > > >        Owner: Nobody
> >> > > > >> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
> >> > > > >> > > > > > > > > >       Status: new
> >> > > > >> > > > > > > > > >  Ticket <URL:
> >> > > > >> > > > > > >
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > >
> >> > > > >> > > > > > > > > >
> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> >> > > > >> > > > > > > > > > i4m traynig to use MET model.
> >> > > > >> > > > > > > > > > About compilation of BUFRLIB, i need
gcc and
> >> > > gfortran
> >> > > > >> > > > compilers.
> >> > > > >> > > > > > > > > > Do i need to install fortran and C
software
> for
> >> > > LINUX
> >> > > > >> > before
> >> > > > >> > > > > > > installing
> >> > > > >> > > > > > > > > > their compilers?
> >> > > > >> > > > > > > > > > Yours sincerly,
> >> > > > >> > > > > > > > > > Khaoula MELKI
> >> > > > >> > > > > > > > > >
> >> > > > >> > > > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > > --
> >> > > > >> > > > > > > > > Julie Prestopnik
> >> > > > >> > > > > > > > > National Center for Atmospheric Research
> >> > > > >> > > > > > > > > Research Applications Laboratory
> >> > > > >> > > > > > > > > Phone: 303.497.8399
> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > > > --
> >> > > > >> > > > > > > Julie Prestopnik
> >> > > > >> > > > > > > National Center for Atmospheric Research
> >> > > > >> > > > > > > Research Applications Laboratory
> >> > > > >> > > > > > > Phone: 303.497.8399
> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> >> > > > >> > > > > > >
> >> > > > >> > > > > > >
> >> > > > >> > > > > >
> >> > > > >> > > > > >
> >> > > > >> > > > >
> >> > > > >> > > > >
> >> > > > >> > > > > --
> >> > > > >> > > > > Julie Prestopnik
> >> > > > >> > > > > National Center for Atmospheric Research
> >> > > > >> > > > > Research Applications Laboratory
> >> > > > >> > > > > Phone: 303.497.8399
> >> > > > >> > > > > Email: jpresto at ucar.edu
> >> > > > >> > > > >
> >> > > > >> > > > >
> >> > > > >> > > >
> >> > > > >> > > >
> >> > > > >> > >
> >> > > > >> > >
> >> > > > >> > > --
> >> > > > >> > > Julie Prestopnik
> >> > > > >> > > National Center for Atmospheric Research
> >> > > > >> > > Research Applications Laboratory
> >> > > > >> > > Phone: 303.497.8399
> >> > > > >> > > Email: jpresto at ucar.edu
> >> > > > >> > >
> >> > > > >> > >
> >> > > > >> >
> >> > > > >> >
> >> > > > >>
> >> > > > >>
> >> > > > >> --
> >> > > > >> Julie Prestopnik
> >> > > > >> National Center for Atmospheric Research
> >> > > > >> Research Applications Laboratory
> >> > > > >> Phone: 303.497.8399
> >> > > > >> Email: jpresto at ucar.edu
> >> > > > >>
> >> > > > >>
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Wed Jul 08 13:59:56 2015

Taking another look at this, I do not see a "-I" entry for
"/root/Bureau/netcdf-4.3.3.1", which I believe you have MET_NETCDF set
to.

g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/libcode/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gnomon
-I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob
-I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_util
-I../../../src/libcode/vx_pb_util -I../../../src/libcode/vx_plot_util
-I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm
-I../../../src/libcode/vx_render -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out
-I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
-DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
libvx_nc_util_a-nc_var_info.o -MD -MP -MF
.deps/libvx_nc_util_a-nc_var_info.Tpo -c -o libvx_nc_util_a-
nc_var_info.o
`test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
Dans le fichier inclus à partir de nc_var_info.cc:24:
nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou dossier de
ce type

You could check the include area for /root/Bureau/netcdf-4.3.3.1 to
see if
there is a netcdf.hh file.  If there is, you'll need to make sure that
met
can find it by making sure the MET_NETCDF is set correctly, then
source
your .bashrc or similar file, reconfigure, and rebuild MET, otherwise,
if
it is not there, I would suggest following the instructions in my most
recent previous email.

Please let us know how it works out.

Thanks,
Julie


On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik <jpresto at ucar.edu>
wrote:

> Hi Khaoula.  I apologize for the delayed response.  I was out of
town.
>
> I believe that I see in your make_install.log that there is a
problem
> finding netcdf.hh:
>
> nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou dossier de
ce
> type
>
> We've typically been compiling MET using NetCDF version 3 - the
specific
> version is netcdf-3.6.3.  I know that some of the versions of netcdf
no
> longer include netcdf.hh, but that file is necessary for our code.
I'd
> suggest downloading and compiling NetCDF 3.6.3 locally using the
> following steps:
>
> Download NetCDF 3.6.3 from here:
> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz
>
> Then run:
>
> tar -zxf netcdf-3.6.3.tar.gz
> ./configure --prefix=`pwd`
> make
> make install
>
> These commands should compile the C and C++ interfaces for NetCDF
and
> skip the Fortran interface that MET doesn't use.  It will install
the
> library in current "netcdf-3.6.3" directory due to the
--prefix=`pwd`
> option.
>
> Next, you'll need to edit where you set MET_NETCDF to point to this
new
> location, source your .bashrc or similiar file, and rebuild MET.
>
> Please let us know if that works well for you.
>
> Thanks,
> Julie
>
>
>
> On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>>
>> Hello John,
>> the error was there is no compilor of C++. so i downloaded g++
using : yum
>> install gcc-c++.
>> I didn't understand the bin subdirectory. I looked to the met-5.0
>> directory, i didin't find a subdirectory called bin. But files
cited in
>> the
>> Built executables are located in the output subdirectory.
>> The compilation of *make install >& make_install.log &*
>> *tail -f make_install.log   *
>> * send an error.*
>> *there is two executables,  *the first is called configuration1. It
is
>> about run of ./
>> *configure --prefix=`pwd` --enable-grib2 --enable-modis
>> --enable-mode_graphics*The second is called make install.log,
obtained
>> after running :
>> *make install >& make_install.log &*
>>
>> *tail -f make_install.log*
>>
>> *Thanks,*
>>
>> *Khaoula*
>>
>>
>>
>>
>> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
>>
>> > Hello John,
>> > Thank you for your help. it really works.
>> > I am in the configuration step.
>> > when executing the command of : ./configure --prefix=`pwd`
>> --enable-grib2
>> > --enable-modis --enable-mode_graphics.
>> > i found that when cheking for some compilers, the system return
no.
>> > for example:
>> > checking for bison... no
>> > checking for byacc... no
>> > checking for g++... no
>> > checking for c++... no
>> > checking for gpp... no
>> > checking for aCC... no
>> > checking for CC... no
>> > checking for cxx... no
>> > checking for cc++... no
>> > checking for cl.exe... no
>> > checking for FCC... no
>> > checking for KCC... no
>> > checking for RCC... no
>> > checking for xlC_r... no
>> > checking for xlC... no
>> > checking whether the C++ compiler works... no
>> > IS there any errors?
>> > you will find the executive file called configuration.
>> > thanks,
>> > Khaoula
>> >
>> >
>> >
>> >
>> >
>> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu
>> >:
>> >
>> >> Khaoula,
>> >>
>> >> Looks like you have syntax wrong on those commands.  Please try
this:
>> >>
>> >> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
>> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
>> >>
>> >> Actually since your NetCDF build is installed in the standard
way,
>> this is
>> >> all you really need to set:
>> >>
>> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
>> >>
>> >> And MET assumes that the headers are in the "include"
subdirectory and
>> the
>> >> library archive files are in the "lib" subdirectory.
>> >>
>> >> Thanks,
>> >> John
>> >>
>> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT <
>> met_help at ucar.edu>
>> >> wrote:
>> >>
>> >> >
>> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
>> >> >
>> >> > Hi John,
>> >> >
>> >> > Thank you for your help.
>> >> > I'm grateful for you and Julie.
>> >> > I'm now setting environment variables.
>> >> > I want to confirm this command if it is right or no, for
example, if
>> i
>> >> set:
>> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
>> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
>> >> > in order to Set *$MET_NETCDF* to point to the main
NetCDFdirectory.
>> >> > I  use  also the same process to set others external
libraries.
>> >> > I let you know that my shell is bash, so i can't use the
export
>> command.
>> >> > Im wondering if i'm in the right way, because the command with
export
>> >> > doesn't produce any error to verify if i'm right or wrong.
>> >> > Thanks,
>> >> > Khaoula
>> >> >
>> >> >
>> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT <
>> met_help at ucar.edu
>> >> >:
>> >> >
>> >> > > Hello Khaoula,
>> >> > >
>> >> > > Julie is out of town.  My name is John, and I'd be happy to
help
>> >> answer
>> >> > > your MET questions.
>> >> > >
>> >> > > I see that you're trying to get up and running using MET to
verify
>> WRF
>> >> > > output.  MET doesn't read WRF output files directly, but
requires
>> that
>> >> > they
>> >> > > first be post-processed either with the WRF-ARW pinterp
utility or
>> the
>> >> > > Unified Post-Processor (UPP).  Of the two, I'd strongly
recommend
>> >> using
>> >> > UPP
>> >> > > which creates output in GRIB format that is fully supported
by MET.
>> >> The
>> >> > > pinterp utility writes it output in NetCDF but we only
support data
>> >> > defined
>> >> > > on the non-staggered dimensions.  Since velocity points are
>> staggered
>> >> in
>> >> > > WRF, MET can't be used to verifying winds in pinterp output.
>> >> > >
>> >> > > Another advantage to using UPP is that GRIB data can be
easily
>> >> regridded
>> >> > > using the copygb utility.  copygb is included in the UPP
package.
>> >> > >
>> >> > > You can download pinterp here:
>> >> > >
>> >> > >
>> >> > >
>> >> >
>> >>
>>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
>> >> > >
>> >> > > And you can download UPP here:
>> >> > >    http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
>> >> > >
>> >> > > Hope that helps.
>> >> > >
>> >> > > Thanks,
>> >> > > John Halley Gotway
>> >> > >
>> >> > >
>> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT <
>> >> met_help at ucar.edu
>> >> > >
>> >> > > wrote:
>> >> > >
>> >> > > >
>> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> >> > > >
>> >> > > > Hi Julie,
>> >> > > > I compiled all libraries.
>> >> > > > I downloaded post processor but i can't find the WRF-ARW
p-interp
>> >> Tool
>> >> > > when
>> >> > > > i use the link posted in the tutorial.
>> >> > > > also,what i don't understand the utility of the  copygb
utility
>> and
>> >> > from
>> >> > > > where to get it.
>> >> > > > i don't know what to do next to downloading and compiling
>> required
>> >> > > > libraries.
>> >> > > > Thanks,
>> >> > > > Khaoula
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com
>> >:
>> >> > > >
>> >> > > > >
>> >> > > > >
>> >> > > > > *Hi Julie,*
>> >> > > > >
>> >> > > > > *I  unpacked the HDF librarry.*
>> >> > > > >
>> >> > > > > *When lookig the HDF-EOS library, i found in the website
is
>> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
>> >> > > > >
>> >> > > > > *i tried to unpack it, i didn't find the right command
to do
>> it.*
>> >> > > > >
>> >> > > > > *Is there any command to unpak this library.*
>> >> > > > >
>> >> > > > > *Thanks,*
>> >> > > > >
>> >> > > > > *Khaoula  *
>> >> > > > >
>> >> > > > >
>> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT <
>> >> > met_help at ucar.edu
>> >> > > >:
>> >> > > > >
>> >> > > > >> Hi Khaoula.
>> >> > > > >>
>> >> > > > >> The GRIB2 C-Library is used by the MET library code to
read
>> GRIB2
>> >> > data
>> >> > > > >> files. The GRIB2 C-Library requires the libraries zlib,
jasper
>> >> and
>> >> > png
>> >> > > > to
>> >> > > > >> be present on your system. Support for GRIB2 is
optional and
>> can
>> >> be
>> >> > > > >> enabled
>> >> > > > >> with the *--enable-grib2* option for configure.
>> >> > > > >>
>> >> > > > >> I hope that helps.
>> >> > > > >>
>> >> > > > >> Julie
>> >> > > > >>
>> >> > > > >>
>> >> > > > >>
>> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT <
>> >> > > > met_help at ucar.edu>
>> >> > > > >> wrote:
>> >> > > > >>
>> >> > > > >> >
>> >> > > > >> > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> >
>> >> > > > >> >
>> >> > > > >> >  Thank you Julie,
>> >> > > > >> > It works.
>> >> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
>> >> > > > >> > About GRIB C library, i downloaded the library and
unpacked
>> >> it.
>> >> > > > >> > how it can be used by MET?
>> >> > > > >> > Thanks,
>> >> > > > >> > khaoula
>> >> > > > >> >
>> >> > > > >> >
>> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT <
>> >> > > met_help at ucar.edu
>> >> > > > >:
>> >> > > > >> >
>> >> > > > >> > > Hi Melki.
>> >> > > > >> > >
>> >> > > > >> > > I'm glad that you were able to get BUFRLIB
installed.
>> >> > > > >> > >
>> >> > > > >> > > You said, "when trying to run the firs command of *
*cd
>> >> > > > >> /path/to/netcdf.
>> >> > > > >> > he
>> >> > > > >> > > wrote me no file or directory"
>> >> > > > >> > >
>> >> > > > >> > > In the tutorial, when we say "*cd /path/to/netcdf*"
you
>> >> should
>> >> > > > change
>> >> > > > >> > > directories to the location where your netcdf
directory
>> is on
>> >> > your
>> >> > > > >> > machine.
>> >> > > > >> > > For example, if you unpacked the tar file
>> netcdf-4.3.3.1.tar
>> >> in
>> >> > a
>> >> > > > >> > directory
>> >> > > > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1 you
would
>> run
>> >> "cd
>> >> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
*/path/to/netcdf
>> >> *is a
>> >> > > > place
>> >> > > > >> > > holder for the location on your machine.
>> >> > > > >> > >
>> >> > > > >> > > You said, "setenv CC /path/to/c/compiler. It
doesn't
>> work.he
>> >> > said
>> >> > > > >> command
>> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is the name of
the
>> >> command
>> >> > > used
>> >> > > > >> to
>> >> > > > >> > set
>> >> > > > >> > > environment variables in the *csh family of shells.
If
>> you
>> >> are
>> >> > > > using
>> >> > > > >> a
>> >> > > > >> > > different shell, however, you may need to use
"export",
>> >> which is
>> >> > > the
>> >> > > > >> name
>> >> > > > >> > > of the command in the "other" family of shells
(ash,
>> bourne,
>> >> > > bourne
>> >> > > > >> > again,
>> >> > > > >> > > zsh).  To find out what shell you are using, you
can run
>> >> "echo
>> >> > > > >> $SHELL".
>> >> > > > >> > >
>> >> > > > >> > > If you are using a shell other than the *csh family
of
>> >> shells,
>> >> > and
>> >> > > > you
>> >> > > > >> > need
>> >> > > > >> > > to use "export", the syntax is slightly different.
>> Instead
>> >> of
>> >> > > > >> running:
>> >> > > > >> > >
>> >> > > > >> > > setenv CC /path/to/c/compiler
>> >> > > > >> > >
>> >> > > > >> > > you would run
>> >> > > > >> > >
>> >> > > > >> > > export CC=/path/to/c/compiler
>> >> > > > >> > >
>> >> > > > >> > > Please note, it is import that when using the
export
>> command
>> >> > that
>> >> > > > >> there
>> >> > > > >> > are
>> >> > > > >> > > no spaces before or after the "=".  Also, in this
case,
>> >> please
>> >> > > note
>> >> > > > >> that
>> >> > > > >> > > "/path/to/c/compiler" should be replaced with the
path to
>> >> the c
>> >> > > > >> compiler
>> >> > > > >> > on
>> >> > > > >> > > your machine.  For example. on my machine, gcc
lives at
>> >> > > > >> /usr/bin/X11/gcc:
>> >> > > > >> > >
>> >> > > > >> > > puffin:jpresto> which gcc
>> >> > > > >> > > /usr/bin/X11/gcc
>> >> > > > >> > >
>> >> > > > >> > > so if I used setenv, I would run:
>> >> > > > >> > >
>> >> > > > >> > > setenv CC /usr/bin/X11/gcc
>> >> > > > >> > >
>> >> > > > >> > > but if I used export, I would run:
>> >> > > > >> > >
>> >> > > > >> > > export CC=/usr/bin/X11/gcc
>> >> > > > >> > >
>> >> > > > >> > > I hope this helps.  In the future, if you
experience any
>> >> > problems
>> >> > > or
>> >> > > > >> > > errors, it would be helpful if you could copy and
paste
>> the
>> >> > > commands
>> >> > > > >> you
>> >> > > > >> > > have run along with the errors they produced.  If
often
>> gives
>> >> > us a
>> >> > > > >> > clearer
>> >> > > > >> > > picture of what has gone wrong.
>> >> > > > >> > >
>> >> > > > >> > > Please let us know if you experience other problems
and
>> need
>> >> > help.
>> >> > > > >> > >
>> >> > > > >> > > Thanks,
>> >> > > > >> > > Julie
>> >> > > > >> > >
>> >> > > > >> > >
>> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula via
RT <
>> >> > > > >> met_help at ucar.edu
>> >> > > > >> > >
>> >> > > > >> > > wrote:
>> >> > > > >> > >
>> >> > > > >> > > >
>> >> > > > >> > > > <URL:
>> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> > >
>> >> > > > >> > > >
>> >> > > > >> > > > *Thanks Julie,*
>> >> > > > >> > > >
>> >> > > > >> > > > *It really works.*
>> >> > > > >> > > >
>> >> > > > >> > > > *i'm now trying to compile the netcdf library.*
>> >> > > > >> > > >
>> >> > > > >> > > > *I'm wondering about the steps written in the
tutorial:
>> *
>> >> > > > >> > > >
>> >> > > > >> > > > *cd /path/to/netcdf setenv CC /path/to/c/compiler
setenv
>> >> CXX
>> >> > > > >> > > >    /path/to/c++/compiler setenv FC '' setenv F90
''
>> >> > ./configure
>> >> > > > >> > > >    --prefix=/netcdf/install/path --disable-
netcdf-4 make
>> >> make
>> >> > > > >> install i
>> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a independent
>> directory,
>> >> > but
>> >> > > > when
>> >> > > > >> > > > trying to
>> >> > > > >> > > >    run the firs command of *
>> >> > > > >> > > >
>> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no file or
directory.
>> so i
>> >> > > > create a
>> >> > > > >> > file
>> >> > > > >> > > > called path existed in to file which are both
included
>> in
>> >> > netcdf
>> >> > > > >> > > directory.
>> >> > > > >> > > > but when running   setenv CC /path/to/c/compiler.
It
>> >> doesn't
>> >> > > > work.he
>> >> > > > >> > said
>> >> > > > >> > > > command of setenv doesn't exist.*
>> >> > > > >> > > >
>> >> > > > >> > > > *Thank you really for your help and your Time
Julie.*
>> >> > > > >> > > >
>> >> > > > >> > > > *yours faithfully,*
>> >> > > > >> > > >
>> >> > > > >> > > > *Khaoula*
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via
RT <
>> >> > > > >> met_help at ucar.edu
>> >> > > > >> > >:
>> >> > > > >> > > >
>> >> > > > >> > > > > Hi Melki.
>> >> > > > >> > > > >
>> >> > > > >> > > > > We are able to reproduce the problems you are
>> >> experiencing
>> >> > > with
>> >> > > > >> the
>> >> > > > >> > > > latest
>> >> > > > >> > > > > version of BUFRLIB.  We are working on a
solution to
>> get
>> >> the
>> >> > > > >> > > compilation
>> >> > > > >> > > > > working.
>> >> > > > >> > > > >
>> >> > > > >> > > > > In the meantime, I have uploaded the previous
version
>> of
>> >> > > BUFRLIB
>> >> > > > >> to
>> >> > > > >> > our
>> >> > > > >> > > > ftp
>> >> > > > >> > > > > site so that you can make some progress and
start
>> working
>> >> > with
>> >> > > > >> MET.
>> >> > > > >> > > > >
>> >> > > > >> > > > > Please execute the following commands.
>> >> > > > >> > > > >
>> >> > > > >> > > > > *Make a new directory to contain the BUFRLIB
code
>> (e.g.
>> >> > mkdir
>> >> > > > >> > > > > /home/user/BUFRLIB).*
>> >> > > > >> > > > > *Change directories to that new directory (e.g.
cd *
>> >> > > > >> > > > > */home/user/BUFRLIB).wget
>> >> > > > >> > > > >
>> >> > > > >> > > >
>> >> > > > >> > >
>> >> > > > >> >
>> >> > > > >>
>> >> > > >
>> >> > >
>> >> >
>> >>
>> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
>> >> > > > >> > > > > <
>> >> > > > >> > > >
>> >> > > > >> > >
>> >> > > > >> >
>> >> > > > >>
>> >> > > >
>> >> > >
>> >> >
>> >>
>> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
>> >> > > > >> > > > > >*
>> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
>> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
>> >> > > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore *.f
>> *.F*
>> >> > > > >> > > > > *ar crv libbufr.a *.o*
>> >> > > > >> > > > >
>> >> > > > >> > > > > You should get a successful compilation with
this
>> older
>> >> > > version
>> >> > > > of
>> >> > > > >> > > > > BUFRLIB.  Please let us know how it goes.
>> >> > > > >> > > > >
>> >> > > > >> > > > > Thanks,
>> >> > > > >> > > > > Julie
>> >> > > > >> > > > >
>> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki Khaoula
via RT
>> <
>> >> > > > >> > > met_help at ucar.edu
>> >> > > > >> > > > >
>> >> > > > >> > > > > wrote:
>> >> > > > >> > > > >
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > <URL:
>> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> > > > >
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > Hello Julie,
>> >> > > > >> > > > > > Happy with your email.
>> >> > > > >> > > > > > It is really motivating to receive your help
in
>> >> compiling
>> >> > > MET
>> >> > > > >> > model.
>> >> > > > >> > > > > > You find  two terminal containing errors of
runing
>> gcc
>> >> and
>> >> > > > >> gfortran
>> >> > > > >> > > > > > compilers.
>> >> > > > >> > > > > > Tnanks,
>> >> > > > >> > > > > > Khaoula
>> >> > > > >> > > > > >
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik
via RT <
>> >> > > > >> > > met_help at ucar.edu
>> >> > > > >> > > > >:
>> >> > > > >> > > > > >
>> >> > > > >> > > > > > > Hi Melki.  I don't believe that you should
have to
>> >> > > reinstall
>> >> > > > >> the
>> >> > > > >> > > > > > > compilers.  That is likely not the problem.
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > You said that you received an error message
when
>> >> running
>> >> > > the
>> >> > > > >> > > > following:
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
>> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-
underscore
>> *.f
>> >> *.F
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > Could you please send the full error that
you
>> >> received?
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > Thanks,
>> >> > > > >> > > > > > > Julie
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki
Khaoula via
>> >> RT <
>> >> > > > >> > > > > met_help at ucar.edu
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > wrote:
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > <URL:
>> >> > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> > > > >> > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > Thanks for your email.
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > In trying the command whereis gcc and
whereis
>> >> > gfortran,
>> >> > > > >> this is
>> >> > > > >> > > > > > > theresult:
>> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis
gfortran
>> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
>> >> > > > >> /usr/share/man/man1/gfortran.1.gz
>> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
>> >> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
/usr/libexec/gcc
>> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > So i go to try the command of *gcc -c
>> -DUNDERSCORE
>> >> *.c
>> >> > > > and *
>> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore
>> >> *.f
>> >> > > *.F *
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > *Linux return me a message of error.*
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > *So i tried to reinstall gcc compiler
using yum
>> >> > install
>> >> > > > >> gcc, i
>> >> > > > >> > > > found
>> >> > > > >> > > > > > that
>> >> > > > >> > > > > > > > the last pack of gcc was installed. But
when
>> >> > > reinstalling
>> >> > > > >> > > gfortran
>> >> > > > >> > > > > > > compiler
>> >> > > > >> > > > > > > > using yum install gfortran, i found an
message
>> >> telling
>> >> > > me
>> >> > > > >> there
>> >> > > > >> > > is
>> >> > > > >> > > > no
>> >> > > > >> > > > > > > > gfortran pack to install. *
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > *I don't know what to do.*
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > *Thank you for your time and your
cooperation*
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > *yours faithfully *
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > *KHAOULA MELKI*
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie
Prestopnik via
>> RT
>> >> <
>> >> > > > >> > > > > met_help at ucar.edu
>> >> > > > >> > > > > > >:
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > > > Hi Melki.  Thank you for trying to use
the MET
>> >> > > software.
>> >> > > > >> I'm
>> >> > > > >> > > not
>> >> > > > >> > > > > > sure
>> >> > > > >> > > > > > > > if I
>> >> > > > >> > > > > > > > > understand what you are asking.
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > You mentioned that you want to compile
>> BUFRLIB.
>> >> As
>> >> > is
>> >> > > > >> > > explained
>> >> > > > >> > > > on
>> >> > > > >> > > > > > the
>> >> > > > >> > > > > > > > > following page of the MET Online
Tutorial for
>> >> > METv5.0:
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > >
>> >> > > > >> > > > >
>> >> > > > >> > > >
>> >> > > > >> > >
>> >> > > > >> >
>> >> > > > >>
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > you can use the GNU gcc and gfortran
>> compilers,
>> >> the
>> >> > > PGI
>> >> > > > >> pgcc
>> >> > > > >> > > and
>> >> > > > >> > > > > > pgf90
>> >> > > > >> > > > > > > > > compilers, or the Intel icc and ifort
>> compilers.
>> >> > You
>> >> > > > are
>> >> > > > >> > > welcome
>> >> > > > >> > > > > to
>> >> > > > >> > > > > > > use
>> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if you would
like to.
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > Most LINUX distributions come with the
>> compilers.
>> >> > To
>> >> > > > find
>> >> > > > >> > gcc
>> >> > > > >> > > > and
>> >> > > > >> > > > > > > > gfortran
>> >> > > > >> > > > > > > > > on your machine, you can run the
following
>> >> commands:
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > whereis gfortran
>> >> > > > >> > > > > > > > > whereis gcc
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > Here are the results I get after
running those
>> >> two
>> >> > > > >> commands:
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
>> /usr/bin/X11/gfortran
>> >> > > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
>> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
>> /usr/bin/X11/gcc
>> >> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > I hope that helps.  Please let me know
if I
>> have
>> >> not
>> >> > > > >> answered
>> >> > > > >> > > > your
>> >> > > > >> > > > > > > > question
>> >> > > > >> > > > > > > > > and if this solves the problem for you.
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > Thanks,
>> >> > > > >> > > > > > > > > Julie
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM, Melki
Khaoula
>> >> via
>> >> > RT
>> >> > > <
>> >> > > > >> > > > > > > met_help at ucar.edu
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > wrote:
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > >
>> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request
72309 was
>> >> acted
>> >> > > > upon.
>> >> > > > >> > > > > > > > > > Transaction: Ticket created by
>> >> > > khaoula.enit at gmail.com
>> >> > > > >> > > > > > > > > >        Queue: met_help
>> >> > > > >> > > > > > > > > >      Subject: (No subject given)
>> >> > > > >> > > > > > > > > >        Owner: Nobody
>> >> > > > >> > > > > > > > > >   Requestors: khaoula.enit at gmail.com
>> >> > > > >> > > > > > > > > >       Status: new
>> >> > > > >> > > > > > > > > >  Ticket <URL:
>> >> > > > >> > > > > > >
>> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > >
>> >> > > > >> > > > > > > > > >
>> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
>> >> > > > >> > > > > > > > > > i4m traynig to use MET model.
>> >> > > > >> > > > > > > > > > About compilation of BUFRLIB, i need
gcc and
>> >> > > gfortran
>> >> > > > >> > > > compilers.
>> >> > > > >> > > > > > > > > > Do i need to install fortran and C
software
>> for
>> >> > > LINUX
>> >> > > > >> > before
>> >> > > > >> > > > > > > installing
>> >> > > > >> > > > > > > > > > their compilers?
>> >> > > > >> > > > > > > > > > Yours sincerly,
>> >> > > > >> > > > > > > > > > Khaoula MELKI
>> >> > > > >> > > > > > > > > >
>> >> > > > >> > > > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > > --
>> >> > > > >> > > > > > > > > Julie Prestopnik
>> >> > > > >> > > > > > > > > National Center for Atmospheric
Research
>> >> > > > >> > > > > > > > > Research Applications Laboratory
>> >> > > > >> > > > > > > > > Phone: 303.497.8399
>> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > > --
>> >> > > > >> > > > > > > Julie Prestopnik
>> >> > > > >> > > > > > > National Center for Atmospheric Research
>> >> > > > >> > > > > > > Research Applications Laboratory
>> >> > > > >> > > > > > > Phone: 303.497.8399
>> >> > > > >> > > > > > > Email: jpresto at ucar.edu
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > > >
>> >> > > > >> > > > > >
>> >> > > > >> > > > > >
>> >> > > > >> > > > >
>> >> > > > >> > > > >
>> >> > > > >> > > > > --
>> >> > > > >> > > > > Julie Prestopnik
>> >> > > > >> > > > > National Center for Atmospheric Research
>> >> > > > >> > > > > Research Applications Laboratory
>> >> > > > >> > > > > Phone: 303.497.8399
>> >> > > > >> > > > > Email: jpresto at ucar.edu
>> >> > > > >> > > > >
>> >> > > > >> > > > >
>> >> > > > >> > > >
>> >> > > > >> > > >
>> >> > > > >> > >
>> >> > > > >> > >
>> >> > > > >> > > --
>> >> > > > >> > > Julie Prestopnik
>> >> > > > >> > > National Center for Atmospheric Research
>> >> > > > >> > > Research Applications Laboratory
>> >> > > > >> > > Phone: 303.497.8399
>> >> > > > >> > > Email: jpresto at ucar.edu
>> >> > > > >> > >
>> >> > > > >> > >
>> >> > > > >> >
>> >> > > > >> >
>> >> > > > >>
>> >> > > > >>
>> >> > > > >> --
>> >> > > > >> Julie Prestopnik
>> >> > > > >> National Center for Atmospheric Research
>> >> > > > >> Research Applications Laboratory
>> >> > > > >> Phone: 303.497.8399
>> >> > > > >> Email: jpresto at ucar.edu
>> >> > > > >>
>> >> > > > >>
>> >> > > > >
>> >> > > >
>> >> > > >
>> >> > >
>> >> > >
>> >> >
>> >> >
>> >>
>> >>
>> >
>>
>>
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>



--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Thu Jul 09 03:28:01 2015

Hi Julie,
thank you for your response.
it rebuilt nectd.
my problem now is the bin subdirectory.
when unpacking met-5.0, thre is no subdirectory called bin.

Also, after setting environment variables, i used the configuration
script
with: ./configure --prefix=`pwd` --enable-grib2 --enable-modis
--enable-mode_graphics
there is no bin subdirectory  built or recreated.
Thanks,
Khaoula







2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Taking another look at this, I do not see a "-I" entry for
> "/root/Bureau/netcdf-4.3.3.1", which I believe you have MET_NETCDF
set to.
>
> g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
> -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> -I../../../src/libcode/vx_afm
-I../../../src/libcode/vx_analysis_util
> -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> -I../../../src/libcode/vx_data2d_factory
> -I../../../src/libcode/vx_data2d_grib
> -I../../../src/libcode/vx_data2d_grib2
> -I../../../src/libcode/vx_data2d_nccf
> -I../../../src/libcode/vx_data2d_nc_met
> -I../../../src/libcode/vx_data2d_nc_pinterp
> -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gnomon
> -I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob
> -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_util
> -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util
> -I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm
> -I../../../src/libcode/vx_render -I../../../src/libcode/vx_shapedata
> -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out
> -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
> libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o libvx_nc_util_a-
nc_var_info.o
> `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> Dans le fichier inclus à partir de nc_var_info.cc:24:
> nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou dossier de
ce
> type
>
> You could check the include area for /root/Bureau/netcdf-4.3.3.1 to
see if
> there is a netcdf.hh file.  If there is, you'll need to make sure
that met
> can find it by making sure the MET_NETCDF is set correctly, then
source
> your .bashrc or similar file, reconfigure, and rebuild MET,
otherwise, if
> it is not there, I would suggest following the instructions in my
most
> recent previous email.
>
> Please let us know how it works out.
>
> Thanks,
> Julie
>
>
> On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik <jpresto at ucar.edu>
wrote:
>
> > Hi Khaoula.  I apologize for the delayed response.  I was out of
town.
> >
> > I believe that I see in your make_install.log that there is a
problem
> > finding netcdf.hh:
> >
> > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou dossier
de ce
> > type
> >
> > We've typically been compiling MET using NetCDF version 3 - the
specific
> > version is netcdf-3.6.3.  I know that some of the versions of
netcdf no
> > longer include netcdf.hh, but that file is necessary for our code.
I'd
> > suggest downloading and compiling NetCDF 3.6.3 locally using the
> > following steps:
> >
> > Download NetCDF 3.6.3 from here:
> > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> >
> > Then run:
> >
> > tar -zxf netcdf-3.6.3.tar.gz
> > ./configure --prefix=`pwd`
> > make
> > make install
> >
> > These commands should compile the C and C++ interfaces for NetCDF
and
> > skip the Fortran interface that MET doesn't use.  It will install
the
> > library in current "netcdf-3.6.3" directory due to the
--prefix=`pwd`
> > option.
> >
> > Next, you'll need to edit where you set MET_NETCDF to point to
this new
> > location, source your .bashrc or similiar file, and rebuild MET.
> >
> > Please let us know if that works well for you.
> >
> > Thanks,
> > Julie
> >
> >
> >
> > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >>
> >> Hello John,
> >> the error was there is no compilor of C++. so i downloaded g++
using :
> yum
> >> install gcc-c++.
> >> I didn't understand the bin subdirectory. I looked to the met-5.0
> >> directory, i didin't find a subdirectory called bin. But files
cited in
> >> the
> >> Built executables are located in the output subdirectory.
> >> The compilation of *make install >& make_install.log &*
> >> *tail -f make_install.log   *
> >> * send an error.*
> >> *there is two executables,  *the first is called configuration1.
It is
> >> about run of ./
> >> *configure --prefix=`pwd` --enable-grib2 --enable-modis
> >> --enable-mode_graphics*The second is called make install.log,
obtained
> >> after running :
> >> *make install >& make_install.log &*
> >>
> >> *tail -f make_install.log*
> >>
> >> *Thanks,*
> >>
> >> *Khaoula*
> >>
> >>
> >>
> >>
> >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
> >>
> >> > Hello John,
> >> > Thank you for your help. it really works.
> >> > I am in the configuration step.
> >> > when executing the command of : ./configure --prefix=`pwd`
> >> --enable-grib2
> >> > --enable-modis --enable-mode_graphics.
> >> > i found that when cheking for some compilers, the system return
no.
> >> > for example:
> >> > checking for bison... no
> >> > checking for byacc... no
> >> > checking for g++... no
> >> > checking for c++... no
> >> > checking for gpp... no
> >> > checking for aCC... no
> >> > checking for CC... no
> >> > checking for cxx... no
> >> > checking for cc++... no
> >> > checking for cl.exe... no
> >> > checking for FCC... no
> >> > checking for KCC... no
> >> > checking for RCC... no
> >> > checking for xlC_r... no
> >> > checking for xlC... no
> >> > checking whether the C++ compiler works... no
> >> > IS there any errors?
> >> > you will find the executive file called configuration.
> >> > thanks,
> >> > Khaoula
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT <
> met_help at ucar.edu
> >> >:
> >> >
> >> >> Khaoula,
> >> >>
> >> >> Looks like you have syntax wrong on those commands.  Please
try this:
> >> >>
> >> >> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> >> >>
> >> >> Actually since your NetCDF build is installed in the standard
way,
> >> this is
> >> >> all you really need to set:
> >> >>
> >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> >> >>
> >> >> And MET assumes that the headers are in the "include"
subdirectory
> and
> >> the
> >> >> library archive files are in the "lib" subdirectory.
> >> >>
> >> >> Thanks,
> >> >> John
> >> >>
> >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT <
> >> met_help at ucar.edu>
> >> >> wrote:
> >> >>
> >> >> >
> >> >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> >> >
> >> >> > Hi John,
> >> >> >
> >> >> > Thank you for your help.
> >> >> > I'm grateful for you and Julie.
> >> >> > I'm now setting environment variables.
> >> >> > I want to confirm this command if it is right or no, for
example,
> if
> >> i
> >> >> set:
> >> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> >> >> > in order to Set *$MET_NETCDF* to point to the main
NetCDFdirectory.
> >> >> > I  use  also the same process to set others external
libraries.
> >> >> > I let you know that my shell is bash, so i can't use the
export
> >> command.
> >> >> > Im wondering if i'm in the right way, because the command
with
> export
> >> >> > doesn't produce any error to verify if i'm right or wrong.
> >> >> > Thanks,
> >> >> > Khaoula
> >> >> >
> >> >> >
> >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT <
> >> met_help at ucar.edu
> >> >> >:
> >> >> >
> >> >> > > Hello Khaoula,
> >> >> > >
> >> >> > > Julie is out of town.  My name is John, and I'd be happy
to help
> >> >> answer
> >> >> > > your MET questions.
> >> >> > >
> >> >> > > I see that you're trying to get up and running using MET
to
> verify
> >> WRF
> >> >> > > output.  MET doesn't read WRF output files directly, but
requires
> >> that
> >> >> > they
> >> >> > > first be post-processed either with the WRF-ARW pinterp
utility
> or
> >> the
> >> >> > > Unified Post-Processor (UPP).  Of the two, I'd strongly
recommend
> >> >> using
> >> >> > UPP
> >> >> > > which creates output in GRIB format that is fully
supported by
> MET.
> >> >> The
> >> >> > > pinterp utility writes it output in NetCDF but we only
support
> data
> >> >> > defined
> >> >> > > on the non-staggered dimensions.  Since velocity points
are
> >> staggered
> >> >> in
> >> >> > > WRF, MET can't be used to verifying winds in pinterp
output.
> >> >> > >
> >> >> > > Another advantage to using UPP is that GRIB data can be
easily
> >> >> regridded
> >> >> > > using the copygb utility.  copygb is included in the UPP
package.
> >> >> > >
> >> >> > > You can download pinterp here:
> >> >> > >
> >> >> > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> >> >> > >
> >> >> > > And you can download UPP here:
> >> >> > >    http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> >> >> > >
> >> >> > > Hope that helps.
> >> >> > >
> >> >> > > Thanks,
> >> >> > > John Halley Gotway
> >> >> > >
> >> >> > >
> >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT <
> >> >> met_help at ucar.edu
> >> >> > >
> >> >> > > wrote:
> >> >> > >
> >> >> > > >
> >> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> >> >> > > >
> >> >> > > > Hi Julie,
> >> >> > > > I compiled all libraries.
> >> >> > > > I downloaded post processor but i can't find the WRF-ARW
> p-interp
> >> >> Tool
> >> >> > > when
> >> >> > > > i use the link posted in the tutorial.
> >> >> > > > also,what i don't understand the utility of the  copygb
utility
> >> and
> >> >> > from
> >> >> > > > where to get it.
> >> >> > > > i don't know what to do next to downloading and
compiling
> >> required
> >> >> > > > libraries.
> >> >> > > > Thanks,
> >> >> > > > Khaoula
> >> >> > > >
> >> >> > > >
> >> >> > > >
> >> >> > > >
> >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
> khaoula.enit at gmail.com
> >> >:
> >> >> > > >
> >> >> > > > >
> >> >> > > > >
> >> >> > > > > *Hi Julie,*
> >> >> > > > >
> >> >> > > > > *I  unpacked the HDF librarry.*
> >> >> > > > >
> >> >> > > > > *When lookig the HDF-EOS library, i found in the
website is
> >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> >> >> > > > >
> >> >> > > > > *i tried to unpack it, i didn't find the right command
to do
> >> it.*
> >> >> > > > >
> >> >> > > > > *Is there any command to unpak this library.*
> >> >> > > > >
> >> >> > > > > *Thanks,*
> >> >> > > > >
> >> >> > > > > *Khaoula  *
> >> >> > > > >
> >> >> > > > >
> >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT <
> >> >> > met_help at ucar.edu
> >> >> > > >:
> >> >> > > > >
> >> >> > > > >> Hi Khaoula.
> >> >> > > > >>
> >> >> > > > >> The GRIB2 C-Library is used by the MET library code
to read
> >> GRIB2
> >> >> > data
> >> >> > > > >> files. The GRIB2 C-Library requires the libraries
zlib,
> jasper
> >> >> and
> >> >> > png
> >> >> > > > to
> >> >> > > > >> be present on your system. Support for GRIB2 is
optional and
> >> can
> >> >> be
> >> >> > > > >> enabled
> >> >> > > > >> with the *--enable-grib2* option for configure.
> >> >> > > > >>
> >> >> > > > >> I hope that helps.
> >> >> > > > >>
> >> >> > > > >> Julie
> >> >> > > > >>
> >> >> > > > >>
> >> >> > > > >>
> >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via RT
<
> >> >> > > > met_help at ucar.edu>
> >> >> > > > >> wrote:
> >> >> > > > >>
> >> >> > > > >> >
> >> >> > > > >> > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> >> >
> >> >> > > > >> >
> >> >> > > > >> >  Thank you Julie,
> >> >> > > > >> > It works.
> >> >> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
> >> >> > > > >> > About GRIB C library, i downloaded the library and
> unpacked
> >> >> it.
> >> >> > > > >> > how it can be used by MET?
> >> >> > > > >> > Thanks,
> >> >> > > > >> > khaoula
> >> >> > > > >> >
> >> >> > > > >> >
> >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT
<
> >> >> > > met_help at ucar.edu
> >> >> > > > >:
> >> >> > > > >> >
> >> >> > > > >> > > Hi Melki.
> >> >> > > > >> > >
> >> >> > > > >> > > I'm glad that you were able to get BUFRLIB
installed.
> >> >> > > > >> > >
> >> >> > > > >> > > You said, "when trying to run the firs command of
* *cd
> >> >> > > > >> /path/to/netcdf.
> >> >> > > > >> > he
> >> >> > > > >> > > wrote me no file or directory"
> >> >> > > > >> > >
> >> >> > > > >> > > In the tutorial, when we say "*cd
/path/to/netcdf*" you
> >> >> should
> >> >> > > > change
> >> >> > > > >> > > directories to the location where your netcdf
directory
> >> is on
> >> >> > your
> >> >> > > > >> > machine.
> >> >> > > > >> > > For example, if you unpacked the tar file
> >> netcdf-4.3.3.1.tar
> >> >> in
> >> >> > a
> >> >> > > > >> > directory
> >> >> > > > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1
you would
> >> run
> >> >> "cd
> >> >> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
> */path/to/netcdf
> >> >> *is a
> >> >> > > > place
> >> >> > > > >> > > holder for the location on your machine.
> >> >> > > > >> > >
> >> >> > > > >> > > You said, "setenv CC /path/to/c/compiler. It
doesn't
> >> work.he
> >> >> > said
> >> >> > > > >> command
> >> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is the name
of the
> >> >> command
> >> >> > > used
> >> >> > > > >> to
> >> >> > > > >> > set
> >> >> > > > >> > > environment variables in the *csh family of
shells.  If
> >> you
> >> >> are
> >> >> > > > using
> >> >> > > > >> a
> >> >> > > > >> > > different shell, however, you may need to use
"export",
> >> >> which is
> >> >> > > the
> >> >> > > > >> name
> >> >> > > > >> > > of the command in the "other" family of shells
(ash,
> >> bourne,
> >> >> > > bourne
> >> >> > > > >> > again,
> >> >> > > > >> > > zsh).  To find out what shell you are using, you
can run
> >> >> "echo
> >> >> > > > >> $SHELL".
> >> >> > > > >> > >
> >> >> > > > >> > > If you are using a shell other than the *csh
family of
> >> >> shells,
> >> >> > and
> >> >> > > > you
> >> >> > > > >> > need
> >> >> > > > >> > > to use "export", the syntax is slightly
different.
> >> Instead
> >> >> of
> >> >> > > > >> running:
> >> >> > > > >> > >
> >> >> > > > >> > > setenv CC /path/to/c/compiler
> >> >> > > > >> > >
> >> >> > > > >> > > you would run
> >> >> > > > >> > >
> >> >> > > > >> > > export CC=/path/to/c/compiler
> >> >> > > > >> > >
> >> >> > > > >> > > Please note, it is import that when using the
export
> >> command
> >> >> > that
> >> >> > > > >> there
> >> >> > > > >> > are
> >> >> > > > >> > > no spaces before or after the "=".  Also, in this
case,
> >> >> please
> >> >> > > note
> >> >> > > > >> that
> >> >> > > > >> > > "/path/to/c/compiler" should be replaced with the
path
> to
> >> >> the c
> >> >> > > > >> compiler
> >> >> > > > >> > on
> >> >> > > > >> > > your machine.  For example. on my machine, gcc
lives at
> >> >> > > > >> /usr/bin/X11/gcc:
> >> >> > > > >> > >
> >> >> > > > >> > > puffin:jpresto> which gcc
> >> >> > > > >> > > /usr/bin/X11/gcc
> >> >> > > > >> > >
> >> >> > > > >> > > so if I used setenv, I would run:
> >> >> > > > >> > >
> >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> >> >> > > > >> > >
> >> >> > > > >> > > but if I used export, I would run:
> >> >> > > > >> > >
> >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> >> >> > > > >> > >
> >> >> > > > >> > > I hope this helps.  In the future, if you
experience any
> >> >> > problems
> >> >> > > or
> >> >> > > > >> > > errors, it would be helpful if you could copy and
paste
> >> the
> >> >> > > commands
> >> >> > > > >> you
> >> >> > > > >> > > have run along with the errors they produced.  If
often
> >> gives
> >> >> > us a
> >> >> > > > >> > clearer
> >> >> > > > >> > > picture of what has gone wrong.
> >> >> > > > >> > >
> >> >> > > > >> > > Please let us know if you experience other
problems and
> >> need
> >> >> > help.
> >> >> > > > >> > >
> >> >> > > > >> > > Thanks,
> >> >> > > > >> > > Julie
> >> >> > > > >> > >
> >> >> > > > >> > >
> >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula
via RT <
> >> >> > > > >> met_help at ucar.edu
> >> >> > > > >> > >
> >> >> > > > >> > > wrote:
> >> >> > > > >> > >
> >> >> > > > >> > > >
> >> >> > > > >> > > > <URL:
> >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> >> > >
> >> >> > > > >> > > >
> >> >> > > > >> > > > *Thanks Julie,*
> >> >> > > > >> > > >
> >> >> > > > >> > > > *It really works.*
> >> >> > > > >> > > >
> >> >> > > > >> > > > *i'm now trying to compile the netcdf library.*
> >> >> > > > >> > > >
> >> >> > > > >> > > > *I'm wondering about the steps written in the
> tutorial:
> >> *
> >> >> > > > >> > > >
> >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
/path/to/c/compiler
> setenv
> >> >> CXX
> >> >> > > > >> > > >    /path/to/c++/compiler setenv FC '' setenv
F90 ''
> >> >> > ./configure
> >> >> > > > >> > > >    --prefix=/netcdf/install/path --disable-
netcdf-4
> make
> >> >> make
> >> >> > > > >> install i
> >> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a
independent
> >> directory,
> >> >> > but
> >> >> > > > when
> >> >> > > > >> > > > trying to
> >> >> > > > >> > > >    run the firs command of *
> >> >> > > > >> > > >
> >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no file or
directory.
> >> so i
> >> >> > > > create a
> >> >> > > > >> > file
> >> >> > > > >> > > > called path existed in to file which are both
included
> >> in
> >> >> > netcdf
> >> >> > > > >> > > directory.
> >> >> > > > >> > > > but when running   setenv CC
/path/to/c/compiler. It
> >> >> doesn't
> >> >> > > > work.he
> >> >> > > > >> > said
> >> >> > > > >> > > > command of setenv doesn't exist.*
> >> >> > > > >> > > >
> >> >> > > > >> > > > *Thank you really for your help and your Time
Julie.*
> >> >> > > > >> > > >
> >> >> > > > >> > > > *yours faithfully,*
> >> >> > > > >> > > >
> >> >> > > > >> > > > *Khaoula*
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik via
RT <
> >> >> > > > >> met_help at ucar.edu
> >> >> > > > >> > >:
> >> >> > > > >> > > >
> >> >> > > > >> > > > > Hi Melki.
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > We are able to reproduce the problems you are
> >> >> experiencing
> >> >> > > with
> >> >> > > > >> the
> >> >> > > > >> > > > latest
> >> >> > > > >> > > > > version of BUFRLIB.  We are working on a
solution to
> >> get
> >> >> the
> >> >> > > > >> > > compilation
> >> >> > > > >> > > > > working.
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > In the meantime, I have uploaded the previous
> version
> >> of
> >> >> > > BUFRLIB
> >> >> > > > >> to
> >> >> > > > >> > our
> >> >> > > > >> > > > ftp
> >> >> > > > >> > > > > site so that you can make some progress and
start
> >> working
> >> >> > with
> >> >> > > > >> MET.
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > Please execute the following commands.
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > *Make a new directory to contain the BUFRLIB
code
> >> (e.g.
> >> >> > mkdir
> >> >> > > > >> > > > > /home/user/BUFRLIB).*
> >> >> > > > >> > > > > *Change directories to that new directory
(e.g. cd *
> >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> >> >> > > > >> > > > >
> >> >> > > > >> > > >
> >> >> > > > >> > >
> >> >> > > > >> >
> >> >> > > > >>
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> >> >> > > > >> > > > > <
> >> >> > > > >> > > >
> >> >> > > > >> > >
> >> >> > > > >> >
> >> >> > > > >>
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> >> >> > > > >> > > > > >*
> >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore *.f
> >> *.F*
> >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > You should get a successful compilation with
this
> >> older
> >> >> > > version
> >> >> > > > of
> >> >> > > > >> > > > > BUFRLIB.  Please let us know how it goes.
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > Thanks,
> >> >> > > > >> > > > > Julie
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki
Khaoula via
> RT
> >> <
> >> >> > > > >> > > met_help at ucar.edu
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > wrote:
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > <URL:
> >> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> >> > > > >
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > Hello Julie,
> >> >> > > > >> > > > > > Happy with your email.
> >> >> > > > >> > > > > > It is really motivating to receive your
help in
> >> >> compiling
> >> >> > > MET
> >> >> > > > >> > model.
> >> >> > > > >> > > > > > You find  two terminal containing errors of
runing
> >> gcc
> >> >> and
> >> >> > > > >> gfortran
> >> >> > > > >> > > > > > compilers.
> >> >> > > > >> > > > > > Tnanks,
> >> >> > > > >> > > > > > Khaoula
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie Prestopnik
via
> RT <
> >> >> > > > >> > > met_help at ucar.edu
> >> >> > > > >> > > > >:
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > > > Hi Melki.  I don't believe that you
should have
> to
> >> >> > > reinstall
> >> >> > > > >> the
> >> >> > > > >> > > > > > > compilers.  That is likely not the
problem.
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > You said that you received an error
message when
> >> >> running
> >> >> > > the
> >> >> > > > >> > > > following:
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-
underscore
> >> *.f
> >> >> *.F
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > Could you please send the full error that
you
> >> >> received?
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > Thanks,
> >> >> > > > >> > > > > > > Julie
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki
Khaoula
> via
> >> >> RT <
> >> >> > > > >> > > > > met_help at ucar.edu
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > wrote:
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > <URL:
> >> >> > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> >> > > > >> > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > Thanks for your email.
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > In trying the command whereis gcc and
whereis
> >> >> > gfortran,
> >> >> > > > >> this is
> >> >> > > > >> > > > > > > theresult:
> >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis
gfortran
> >> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
> >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> /usr/libexec/gcc
> >> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > So i go to try the command of *gcc -c
> >> -DUNDERSCORE
> >> >> *.c
> >> >> > > > and *
> >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
> -fno-second-underscore
> >> >> *.f
> >> >> > > *.F *
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > *Linux return me a message of error.*
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > *So i tried to reinstall gcc compiler
using
> yum
> >> >> > install
> >> >> > > > >> gcc, i
> >> >> > > > >> > > > found
> >> >> > > > >> > > > > > that
> >> >> > > > >> > > > > > > > the last pack of gcc was installed. But
when
> >> >> > > reinstalling
> >> >> > > > >> > > gfortran
> >> >> > > > >> > > > > > > compiler
> >> >> > > > >> > > > > > > > using yum install gfortran, i found an
message
> >> >> telling
> >> >> > > me
> >> >> > > > >> there
> >> >> > > > >> > > is
> >> >> > > > >> > > > no
> >> >> > > > >> > > > > > > > gfortran pack to install. *
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > *I don't know what to do.*
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > *Thank you for your time and your
cooperation*
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > *yours faithfully *
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie
Prestopnik
> via
> >> RT
> >> >> <
> >> >> > > > >> > > > > met_help at ucar.edu
> >> >> > > > >> > > > > > >:
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > > > Hi Melki.  Thank you for trying to
use the
> MET
> >> >> > > software.
> >> >> > > > >> I'm
> >> >> > > > >> > > not
> >> >> > > > >> > > > > > sure
> >> >> > > > >> > > > > > > > if I
> >> >> > > > >> > > > > > > > > understand what you are asking.
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > You mentioned that you want to
compile
> >> BUFRLIB.
> >> >> As
> >> >> > is
> >> >> > > > >> > > explained
> >> >> > > > >> > > > on
> >> >> > > > >> > > > > > the
> >> >> > > > >> > > > > > > > > following page of the MET Online
Tutorial
> for
> >> >> > METv5.0:
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > >
> >> >> > > > >> > >
> >> >> > > > >> >
> >> >> > > > >>
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > you can use the GNU gcc and gfortran
> >> compilers,
> >> >> the
> >> >> > > PGI
> >> >> > > > >> pgcc
> >> >> > > > >> > > and
> >> >> > > > >> > > > > > pgf90
> >> >> > > > >> > > > > > > > > compilers, or the Intel icc and ifort
> >> compilers.
> >> >> > You
> >> >> > > > are
> >> >> > > > >> > > welcome
> >> >> > > > >> > > > > to
> >> >> > > > >> > > > > > > use
> >> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if you would
like to.
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > Most LINUX distributions come with
the
> >> compilers.
> >> >> > To
> >> >> > > > find
> >> >> > > > >> > gcc
> >> >> > > > >> > > > and
> >> >> > > > >> > > > > > > > gfortran
> >> >> > > > >> > > > > > > > > on your machine, you can run the
following
> >> >> commands:
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > whereis gfortran
> >> >> > > > >> > > > > > > > > whereis gcc
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > Here are the results I get after
running
> those
> >> >> two
> >> >> > > > >> commands:
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
> >> /usr/bin/X11/gfortran
> >> >> > > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> >> /usr/bin/X11/gcc
> >> >> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > I hope that helps.  Please let me
know if I
> >> have
> >> >> not
> >> >> > > > >> answered
> >> >> > > > >> > > > your
> >> >> > > > >> > > > > > > > question
> >> >> > > > >> > > > > > > > > and if this solves the problem for
you.
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > Thanks,
> >> >> > > > >> > > > > > > > > Julie
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM,
Melki
> Khaoula
> >> >> via
> >> >> > RT
> >> >> > > <
> >> >> > > > >> > > > > > > met_help at ucar.edu
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > wrote:
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > >
> >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request
72309
> was
> >> >> acted
> >> >> > > > upon.
> >> >> > > > >> > > > > > > > > > Transaction: Ticket created by
> >> >> > > khaoula.enit at gmail.com
> >> >> > > > >> > > > > > > > > >        Queue: met_help
> >> >> > > > >> > > > > > > > > >      Subject: (No subject given)
> >> >> > > > >> > > > > > > > > >        Owner: Nobody
> >> >> > > > >> > > > > > > > > >   Requestors:
khaoula.enit at gmail.com
> >> >> > > > >> > > > > > > > > >       Status: new
> >> >> > > > >> > > > > > > > > >  Ticket <URL:
> >> >> > > > >> > > > > > >
> >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > >
> >> >> > > > >> > > > > > > > > >
> >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> >> >> > > > >> > > > > > > > > > i4m traynig to use MET model.
> >> >> > > > >> > > > > > > > > > About compilation of BUFRLIB, i
need gcc
> and
> >> >> > > gfortran
> >> >> > > > >> > > > compilers.
> >> >> > > > >> > > > > > > > > > Do i need to install fortran and C
> software
> >> for
> >> >> > > LINUX
> >> >> > > > >> > before
> >> >> > > > >> > > > > > > installing
> >> >> > > > >> > > > > > > > > > their compilers?
> >> >> > > > >> > > > > > > > > > Yours sincerly,
> >> >> > > > >> > > > > > > > > > Khaoula MELKI
> >> >> > > > >> > > > > > > > > >
> >> >> > > > >> > > > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > > --
> >> >> > > > >> > > > > > > > > Julie Prestopnik
> >> >> > > > >> > > > > > > > > National Center for Atmospheric
Research
> >> >> > > > >> > > > > > > > > Research Applications Laboratory
> >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > > --
> >> >> > > > >> > > > > > > Julie Prestopnik
> >> >> > > > >> > > > > > > National Center for Atmospheric Research
> >> >> > > > >> > > > > > > Research Applications Laboratory
> >> >> > > > >> > > > > > > Phone: 303.497.8399
> >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > > >
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > > > --
> >> >> > > > >> > > > > Julie Prestopnik
> >> >> > > > >> > > > > National Center for Atmospheric Research
> >> >> > > > >> > > > > Research Applications Laboratory
> >> >> > > > >> > > > > Phone: 303.497.8399
> >> >> > > > >> > > > > Email: jpresto at ucar.edu
> >> >> > > > >> > > > >
> >> >> > > > >> > > > >
> >> >> > > > >> > > >
> >> >> > > > >> > > >
> >> >> > > > >> > >
> >> >> > > > >> > >
> >> >> > > > >> > > --
> >> >> > > > >> > > Julie Prestopnik
> >> >> > > > >> > > National Center for Atmospheric Research
> >> >> > > > >> > > Research Applications Laboratory
> >> >> > > > >> > > Phone: 303.497.8399
> >> >> > > > >> > > Email: jpresto at ucar.edu
> >> >> > > > >> > >
> >> >> > > > >> > >
> >> >> > > > >> >
> >> >> > > > >> >
> >> >> > > > >>
> >> >> > > > >>
> >> >> > > > >> --
> >> >> > > > >> Julie Prestopnik
> >> >> > > > >> National Center for Atmospheric Research
> >> >> > > > >> Research Applications Laboratory
> >> >> > > > >> Phone: 303.497.8399
> >> >> > > > >> Email: jpresto at ucar.edu
> >> >> > > > >>
> >> >> > > > >>
> >> >> > > > >
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> > >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >>
> >>
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
>
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Thu Jul 09 04:16:33 2015

You find the make_install.log attached.


2015-07-09 5:27 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:

> Hi Julie,
> thank you for your response.
> it rebuilt nectd.
> my problem now is the bin subdirectory.
> when unpacking met-5.0, thre is no subdirectory called bin.
>
> Also, after setting environment variables, i used the configuration
script
> with: ./configure --prefix=`pwd` --enable-grib2 --enable-modis
> --enable-mode_graphics
> there is no bin subdirectory  built or recreated.
> Thanks,
> Khaoula
>
>
>
>
>
>
>
> 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
>> Taking another look at this, I do not see a "-I" entry for
>> "/root/Bureau/netcdf-4.3.3.1", which I believe you have MET_NETCDF
set to.
>>
>> g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
>> -I../../../src/basic/vx_config -I../../../src/basic/vx_log
>> -I../../../src/basic/vx_math -I../../../src/basic/vx_util
>> -I../../../src/libcode/vx_afm
-I../../../src/libcode/vx_analysis_util
>> -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
>> -I../../../src/libcode/vx_data2d_factory
>> -I../../../src/libcode/vx_data2d_grib
>> -I../../../src/libcode/vx_data2d_grib2
>> -I../../../src/libcode/vx_data2d_nccf
>> -I../../../src/libcode/vx_data2d_nc_met
>> -I../../../src/libcode/vx_data2d_nc_pinterp
>> -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gnomon
>> -I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob
>> -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_util
>> -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util
>> -I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm
>> -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_shapedata
>> -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out
>> -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
>> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
>> libvx_nc_util_a-nc_var_info.o -MD -MP -MF
>> .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o libvx_nc_util_a-
nc_var_info.o
>> `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
>> Dans le fichier inclus à partir de nc_var_info.cc:24:
>> nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou dossier
de ce
>> type
>>
>> You could check the include area for /root/Bureau/netcdf-4.3.3.1 to
see if
>> there is a netcdf.hh file.  If there is, you'll need to make sure
that met
>> can find it by making sure the MET_NETCDF is set correctly, then
source
>> your .bashrc or similar file, reconfigure, and rebuild MET,
otherwise, if
>> it is not there, I would suggest following the instructions in my
most
>> recent previous email.
>>
>> Please let us know how it works out.
>>
>> Thanks,
>> Julie
>>
>>
>> On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik <jpresto at ucar.edu>
>> wrote:
>>
>> > Hi Khaoula.  I apologize for the delayed response.  I was out of
town.
>> >
>> > I believe that I see in your make_install.log that there is a
problem
>> > finding netcdf.hh:
>> >
>> > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou dossier
de ce
>> > type
>> >
>> > We've typically been compiling MET using NetCDF version 3 - the
specific
>> > version is netcdf-3.6.3.  I know that some of the versions of
netcdf no
>> > longer include netcdf.hh, but that file is necessary for our
code.  I'd
>> > suggest downloading and compiling NetCDF 3.6.3 locally using the
>> > following steps:
>> >
>> > Download NetCDF 3.6.3 from here:
>> > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
>> >
>> > Then run:
>> >
>> > tar -zxf netcdf-3.6.3.tar.gz
>> > ./configure --prefix=`pwd`
>> > make
>> > make install
>> >
>> > These commands should compile the C and C++ interfaces for NetCDF
and
>> > skip the Fortran interface that MET doesn't use.  It will install
the
>> > library in current "netcdf-3.6.3" directory due to the
--prefix=`pwd`
>> > option.
>> >
>> > Next, you'll need to edit where you set MET_NETCDF to point to
this new
>> > location, source your .bashrc or similiar file, and rebuild MET.
>> >
>> > Please let us know if that works well for you.
>> >
>> > Thanks,
>> > Julie
>> >
>> >
>> >
>> > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT <
>> met_help at ucar.edu>
>> > wrote:
>> >
>> >>
>> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> >>
>> >> Hello John,
>> >> the error was there is no compilor of C++. so i downloaded g++
using :
>> yum
>> >> install gcc-c++.
>> >> I didn't understand the bin subdirectory. I looked to the met-
5.0
>> >> directory, i didin't find a subdirectory called bin. But files
cited in
>> >> the
>> >> Built executables are located in the output subdirectory.
>> >> The compilation of *make install >& make_install.log &*
>> >> *tail -f make_install.log   *
>> >> * send an error.*
>> >> *there is two executables,  *the first is called configuration1.
It is
>> >> about run of ./
>> >> *configure --prefix=`pwd` --enable-grib2 --enable-modis
>> >> --enable-mode_graphics*The second is called make install.log,
obtained
>> >> after running :
>> >> *make install >& make_install.log &*
>> >>
>> >> *tail -f make_install.log*
>> >>
>> >> *Thanks,*
>> >>
>> >> *Khaoula*
>> >>
>> >>
>> >>
>> >>
>> >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
>> >>
>> >> > Hello John,
>> >> > Thank you for your help. it really works.
>> >> > I am in the configuration step.
>> >> > when executing the command of : ./configure --prefix=`pwd`
>> >> --enable-grib2
>> >> > --enable-modis --enable-mode_graphics.
>> >> > i found that when cheking for some compilers, the system
return no.
>> >> > for example:
>> >> > checking for bison... no
>> >> > checking for byacc... no
>> >> > checking for g++... no
>> >> > checking for c++... no
>> >> > checking for gpp... no
>> >> > checking for aCC... no
>> >> > checking for CC... no
>> >> > checking for cxx... no
>> >> > checking for cc++... no
>> >> > checking for cl.exe... no
>> >> > checking for FCC... no
>> >> > checking for KCC... no
>> >> > checking for RCC... no
>> >> > checking for xlC_r... no
>> >> > checking for xlC... no
>> >> > checking whether the C++ compiler works... no
>> >> > IS there any errors?
>> >> > you will find the executive file called configuration.
>> >> > thanks,
>> >> > Khaoula
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT <
>> met_help at ucar.edu
>> >> >:
>> >> >
>> >> >> Khaoula,
>> >> >>
>> >> >> Looks like you have syntax wrong on those commands.  Please
try
>> this:
>> >> >>
>> >> >> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
>> >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
>> >> >>
>> >> >> Actually since your NetCDF build is installed in the standard
way,
>> >> this is
>> >> >> all you really need to set:
>> >> >>
>> >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
>> >> >>
>> >> >> And MET assumes that the headers are in the "include"
subdirectory
>> and
>> >> the
>> >> >> library archive files are in the "lib" subdirectory.
>> >> >>
>> >> >> Thanks,
>> >> >> John
>> >> >>
>> >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT <
>> >> met_help at ucar.edu>
>> >> >> wrote:
>> >> >>
>> >> >> >
>> >> >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> >> >> >
>> >> >> > Hi John,
>> >> >> >
>> >> >> > Thank you for your help.
>> >> >> > I'm grateful for you and Julie.
>> >> >> > I'm now setting environment variables.
>> >> >> > I want to confirm this command if it is right or no, for
example,
>> if
>> >> i
>> >> >> set:
>> >> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
>> >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
>> >> >> > in order to Set *$MET_NETCDF* to point to the main
>> NetCDFdirectory.
>> >> >> > I  use  also the same process to set others external
libraries.
>> >> >> > I let you know that my shell is bash, so i can't use the
export
>> >> command.
>> >> >> > Im wondering if i'm in the right way, because the command
with
>> export
>> >> >> > doesn't produce any error to verify if i'm right or wrong.
>> >> >> > Thanks,
>> >> >> > Khaoula
>> >> >> >
>> >> >> >
>> >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT <
>> >> met_help at ucar.edu
>> >> >> >:
>> >> >> >
>> >> >> > > Hello Khaoula,
>> >> >> > >
>> >> >> > > Julie is out of town.  My name is John, and I'd be happy
to help
>> >> >> answer
>> >> >> > > your MET questions.
>> >> >> > >
>> >> >> > > I see that you're trying to get up and running using MET
to
>> verify
>> >> WRF
>> >> >> > > output.  MET doesn't read WRF output files directly, but
>> requires
>> >> that
>> >> >> > they
>> >> >> > > first be post-processed either with the WRF-ARW pinterp
utility
>> or
>> >> the
>> >> >> > > Unified Post-Processor (UPP).  Of the two, I'd strongly
>> recommend
>> >> >> using
>> >> >> > UPP
>> >> >> > > which creates output in GRIB format that is fully
supported by
>> MET.
>> >> >> The
>> >> >> > > pinterp utility writes it output in NetCDF but we only
support
>> data
>> >> >> > defined
>> >> >> > > on the non-staggered dimensions.  Since velocity points
are
>> >> staggered
>> >> >> in
>> >> >> > > WRF, MET can't be used to verifying winds in pinterp
output.
>> >> >> > >
>> >> >> > > Another advantage to using UPP is that GRIB data can be
easily
>> >> >> regridded
>> >> >> > > using the copygb utility.  copygb is included in the UPP
>> package.
>> >> >> > >
>> >> >> > > You can download pinterp here:
>> >> >> > >
>> >> >> > >
>> >> >> > >
>> >> >> >
>> >> >>
>> >>
>>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
>> >> >> > >
>> >> >> > > And you can download UPP here:
>> >> >> > >    http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
>> >> >> > >
>> >> >> > > Hope that helps.
>> >> >> > >
>> >> >> > > Thanks,
>> >> >> > > John Halley Gotway
>> >> >> > >
>> >> >> > >
>> >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT <
>> >> >> met_help at ucar.edu
>> >> >> > >
>> >> >> > > wrote:
>> >> >> > >
>> >> >> > > >
>> >> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >
>> >> >> > > >
>> >> >> > > > Hi Julie,
>> >> >> > > > I compiled all libraries.
>> >> >> > > > I downloaded post processor but i can't find the WRF-
ARW
>> p-interp
>> >> >> Tool
>> >> >> > > when
>> >> >> > > > i use the link posted in the tutorial.
>> >> >> > > > also,what i don't understand the utility of the  copygb
>> utility
>> >> and
>> >> >> > from
>> >> >> > > > where to get it.
>> >> >> > > > i don't know what to do next to downloading and
compiling
>> >> required
>> >> >> > > > libraries.
>> >> >> > > > Thanks,
>> >> >> > > > Khaoula
>> >> >> > > >
>> >> >> > > >
>> >> >> > > >
>> >> >> > > >
>> >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
>> khaoula.enit at gmail.com
>> >> >:
>> >> >> > > >
>> >> >> > > > >
>> >> >> > > > >
>> >> >> > > > > *Hi Julie,*
>> >> >> > > > >
>> >> >> > > > > *I  unpacked the HDF librarry.*
>> >> >> > > > >
>> >> >> > > > > *When lookig the HDF-EOS library, i found in the
website is
>> >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
>> >> >> > > > >
>> >> >> > > > > *i tried to unpack it, i didn't find the right
command to do
>> >> it.*
>> >> >> > > > >
>> >> >> > > > > *Is there any command to unpak this library.*
>> >> >> > > > >
>> >> >> > > > > *Thanks,*
>> >> >> > > > >
>> >> >> > > > > *Khaoula  *
>> >> >> > > > >
>> >> >> > > > >
>> >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT <
>> >> >> > met_help at ucar.edu
>> >> >> > > >:
>> >> >> > > > >
>> >> >> > > > >> Hi Khaoula.
>> >> >> > > > >>
>> >> >> > > > >> The GRIB2 C-Library is used by the MET library code
to read
>> >> GRIB2
>> >> >> > data
>> >> >> > > > >> files. The GRIB2 C-Library requires the libraries
zlib,
>> jasper
>> >> >> and
>> >> >> > png
>> >> >> > > > to
>> >> >> > > > >> be present on your system. Support for GRIB2 is
optional
>> and
>> >> can
>> >> >> be
>> >> >> > > > >> enabled
>> >> >> > > > >> with the *--enable-grib2* option for configure.
>> >> >> > > > >>
>> >> >> > > > >> I hope that helps.
>> >> >> > > > >>
>> >> >> > > > >> Julie
>> >> >> > > > >>
>> >> >> > > > >>
>> >> >> > > > >>
>> >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via
RT <
>> >> >> > > > met_help at ucar.edu>
>> >> >> > > > >> wrote:
>> >> >> > > > >>
>> >> >> > > > >> >
>> >> >> > > > >> > <URL:
>> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> >> >
>> >> >> > > > >> >
>> >> >> > > > >> >  Thank you Julie,
>> >> >> > > > >> > It works.
>> >> >> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
>> >> >> > > > >> > About GRIB C library, i downloaded the library and
>> unpacked
>> >> >> it.
>> >> >> > > > >> > how it can be used by MET?
>> >> >> > > > >> > Thanks,
>> >> >> > > > >> > khaoula
>> >> >> > > > >> >
>> >> >> > > > >> >
>> >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via RT
<
>> >> >> > > met_help at ucar.edu
>> >> >> > > > >:
>> >> >> > > > >> >
>> >> >> > > > >> > > Hi Melki.
>> >> >> > > > >> > >
>> >> >> > > > >> > > I'm glad that you were able to get BUFRLIB
installed.
>> >> >> > > > >> > >
>> >> >> > > > >> > > You said, "when trying to run the firs command
of * *cd
>> >> >> > > > >> /path/to/netcdf.
>> >> >> > > > >> > he
>> >> >> > > > >> > > wrote me no file or directory"
>> >> >> > > > >> > >
>> >> >> > > > >> > > In the tutorial, when we say "*cd
/path/to/netcdf*" you
>> >> >> should
>> >> >> > > > change
>> >> >> > > > >> > > directories to the location where your netcdf
directory
>> >> is on
>> >> >> > your
>> >> >> > > > >> > machine.
>> >> >> > > > >> > > For example, if you unpacked the tar file
>> >> netcdf-4.3.3.1.tar
>> >> >> in
>> >> >> > a
>> >> >> > > > >> > directory
>> >> >> > > > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1
you
>> would
>> >> run
>> >> >> "cd
>> >> >> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
>> */path/to/netcdf
>> >> >> *is a
>> >> >> > > > place
>> >> >> > > > >> > > holder for the location on your machine.
>> >> >> > > > >> > >
>> >> >> > > > >> > > You said, "setenv CC /path/to/c/compiler. It
doesn't
>> >> work.he
>> >> >> > said
>> >> >> > > > >> command
>> >> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is the name
of the
>> >> >> command
>> >> >> > > used
>> >> >> > > > >> to
>> >> >> > > > >> > set
>> >> >> > > > >> > > environment variables in the *csh family of
shells.  If
>> >> you
>> >> >> are
>> >> >> > > > using
>> >> >> > > > >> a
>> >> >> > > > >> > > different shell, however, you may need to use
"export",
>> >> >> which is
>> >> >> > > the
>> >> >> > > > >> name
>> >> >> > > > >> > > of the command in the "other" family of shells
(ash,
>> >> bourne,
>> >> >> > > bourne
>> >> >> > > > >> > again,
>> >> >> > > > >> > > zsh).  To find out what shell you are using, you
can
>> run
>> >> >> "echo
>> >> >> > > > >> $SHELL".
>> >> >> > > > >> > >
>> >> >> > > > >> > > If you are using a shell other than the *csh
family of
>> >> >> shells,
>> >> >> > and
>> >> >> > > > you
>> >> >> > > > >> > need
>> >> >> > > > >> > > to use "export", the syntax is slightly
different.
>> >> Instead
>> >> >> of
>> >> >> > > > >> running:
>> >> >> > > > >> > >
>> >> >> > > > >> > > setenv CC /path/to/c/compiler
>> >> >> > > > >> > >
>> >> >> > > > >> > > you would run
>> >> >> > > > >> > >
>> >> >> > > > >> > > export CC=/path/to/c/compiler
>> >> >> > > > >> > >
>> >> >> > > > >> > > Please note, it is import that when using the
export
>> >> command
>> >> >> > that
>> >> >> > > > >> there
>> >> >> > > > >> > are
>> >> >> > > > >> > > no spaces before or after the "=".  Also, in
this case,
>> >> >> please
>> >> >> > > note
>> >> >> > > > >> that
>> >> >> > > > >> > > "/path/to/c/compiler" should be replaced with
the path
>> to
>> >> >> the c
>> >> >> > > > >> compiler
>> >> >> > > > >> > on
>> >> >> > > > >> > > your machine.  For example. on my machine, gcc
lives at
>> >> >> > > > >> /usr/bin/X11/gcc:
>> >> >> > > > >> > >
>> >> >> > > > >> > > puffin:jpresto> which gcc
>> >> >> > > > >> > > /usr/bin/X11/gcc
>> >> >> > > > >> > >
>> >> >> > > > >> > > so if I used setenv, I would run:
>> >> >> > > > >> > >
>> >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
>> >> >> > > > >> > >
>> >> >> > > > >> > > but if I used export, I would run:
>> >> >> > > > >> > >
>> >> >> > > > >> > > export CC=/usr/bin/X11/gcc
>> >> >> > > > >> > >
>> >> >> > > > >> > > I hope this helps.  In the future, if you
experience
>> any
>> >> >> > problems
>> >> >> > > or
>> >> >> > > > >> > > errors, it would be helpful if you could copy
and paste
>> >> the
>> >> >> > > commands
>> >> >> > > > >> you
>> >> >> > > > >> > > have run along with the errors they produced.
If often
>> >> gives
>> >> >> > us a
>> >> >> > > > >> > clearer
>> >> >> > > > >> > > picture of what has gone wrong.
>> >> >> > > > >> > >
>> >> >> > > > >> > > Please let us know if you experience other
problems and
>> >> need
>> >> >> > help.
>> >> >> > > > >> > >
>> >> >> > > > >> > > Thanks,
>> >> >> > > > >> > > Julie
>> >> >> > > > >> > >
>> >> >> > > > >> > >
>> >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula
via RT <
>> >> >> > > > >> met_help at ucar.edu
>> >> >> > > > >> > >
>> >> >> > > > >> > > wrote:
>> >> >> > > > >> > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > <URL:
>> >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> >> > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *Thanks Julie,*
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *It really works.*
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *i'm now trying to compile the netcdf
library.*
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *I'm wondering about the steps written in the
>> tutorial:
>> >> *
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
/path/to/c/compiler
>> setenv
>> >> >> CXX
>> >> >> > > > >> > > >    /path/to/c++/compiler setenv FC '' setenv
F90 ''
>> >> >> > ./configure
>> >> >> > > > >> > > >    --prefix=/netcdf/install/path --disable-
netcdf-4
>> make
>> >> >> make
>> >> >> > > > >> install i
>> >> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a
independent
>> >> directory,
>> >> >> > but
>> >> >> > > > when
>> >> >> > > > >> > > > trying to
>> >> >> > > > >> > > >    run the firs command of *
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no file or
>> directory.
>> >> so i
>> >> >> > > > create a
>> >> >> > > > >> > file
>> >> >> > > > >> > > > called path existed in to file which are both
>> included
>> >> in
>> >> >> > netcdf
>> >> >> > > > >> > > directory.
>> >> >> > > > >> > > > but when running   setenv CC
/path/to/c/compiler. It
>> >> >> doesn't
>> >> >> > > > work.he
>> >> >> > > > >> > said
>> >> >> > > > >> > > > command of setenv doesn't exist.*
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *Thank you really for your help and your Time
Julie.*
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *yours faithfully,*
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > *Khaoula*
>> >> >> > > > >> > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik
via RT <
>> >> >> > > > >> met_help at ucar.edu
>> >> >> > > > >> > >:
>> >> >> > > > >> > > >
>> >> >> > > > >> > > > > Hi Melki.
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > We are able to reproduce the problems you
are
>> >> >> experiencing
>> >> >> > > with
>> >> >> > > > >> the
>> >> >> > > > >> > > > latest
>> >> >> > > > >> > > > > version of BUFRLIB.  We are working on a
solution
>> to
>> >> get
>> >> >> the
>> >> >> > > > >> > > compilation
>> >> >> > > > >> > > > > working.
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > In the meantime, I have uploaded the
previous
>> version
>> >> of
>> >> >> > > BUFRLIB
>> >> >> > > > >> to
>> >> >> > > > >> > our
>> >> >> > > > >> > > > ftp
>> >> >> > > > >> > > > > site so that you can make some progress and
start
>> >> working
>> >> >> > with
>> >> >> > > > >> MET.
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > Please execute the following commands.
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > *Make a new directory to contain the BUFRLIB
code
>> >> (e.g.
>> >> >> > mkdir
>> >> >> > > > >> > > > > /home/user/BUFRLIB).*
>> >> >> > > > >> > > > > *Change directories to that new directory
(e.g. cd
>> *
>> >> >> > > > >> > > > > */home/user/BUFRLIB).wget
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > >
>> >> >> > > > >> >
>> >> >> > > > >>
>> >> >> > > >
>> >> >> > >
>> >> >> >
>> >> >>
>> >>
>> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
>> >> >> > > > >> > > > > <
>> >> >> > > > >> > > >
>> >> >> > > > >> > >
>> >> >> > > > >> >
>> >> >> > > > >>
>> >> >> > > >
>> >> >> > >
>> >> >> >
>> >> >>
>> >>
>> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-
2-3.tar
>> >> >> > > > >> > > > > >*
>> >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
>> >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
>> >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore
>> *.f
>> >> *.F*
>> >> >> > > > >> > > > > *ar crv libbufr.a *.o*
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > You should get a successful compilation with
this
>> >> older
>> >> >> > > version
>> >> >> > > > of
>> >> >> > > > >> > > > > BUFRLIB.  Please let us know how it goes.
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > Thanks,
>> >> >> > > > >> > > > > Julie
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki
Khaoula via
>> RT
>> >> <
>> >> >> > > > >> > > met_help at ucar.edu
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > wrote:
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > >
>> >> >> > > > >> > > > > > <URL:
>> >> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> >> > > > >
>> >> >> > > > >> > > > > >
>> >> >> > > > >> > > > > > Hello Julie,
>> >> >> > > > >> > > > > > Happy with your email.
>> >> >> > > > >> > > > > > It is really motivating to receive your
help in
>> >> >> compiling
>> >> >> > > MET
>> >> >> > > > >> > model.
>> >> >> > > > >> > > > > > You find  two terminal containing errors
of
>> runing
>> >> gcc
>> >> >> and
>> >> >> > > > >> gfortran
>> >> >> > > > >> > > > > > compilers.
>> >> >> > > > >> > > > > > Tnanks,
>> >> >> > > > >> > > > > > Khaoula
>> >> >> > > > >> > > > > >
>> >> >> > > > >> > > > > >
>> >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie
Prestopnik via
>> RT <
>> >> >> > > > >> > > met_help at ucar.edu
>> >> >> > > > >> > > > >:
>> >> >> > > > >> > > > > >
>> >> >> > > > >> > > > > > > Hi Melki.  I don't believe that you
should
>> have to
>> >> >> > > reinstall
>> >> >> > > > >> the
>> >> >> > > > >> > > > > > > compilers.  That is likely not the
problem.
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > > You said that you received an error
message
>> when
>> >> >> running
>> >> >> > > the
>> >> >> > > > >> > > > following:
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
>> >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE -fno-second-
underscore
>> >> *.f
>> >> >> *.F
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > > Could you please send the full error
that you
>> >> >> received?
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > > Thanks,
>> >> >> > > > >> > > > > > > Julie
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki
Khaoula
>> via
>> >> >> RT <
>> >> >> > > > >> > > > > met_help at ucar.edu
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > > wrote:
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > <URL:
>> >> >> > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> >> > > > >> > >
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > Thanks for your email.
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > In trying the command whereis gcc and
whereis
>> >> >> > gfortran,
>> >> >> > > > >> this is
>> >> >> > > > >> > > > > > > theresult:
>> >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis
gfortran
>> >> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
>> >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
>> >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis gcc
>> >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
>> /usr/libexec/gcc
>> >> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > So i go to try the command of *gcc -c
>> >> -DUNDERSCORE
>> >> >> *.c
>> >> >> > > > and *
>> >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
>> -fno-second-underscore
>> >> >> *.f
>> >> >> > > *.F *
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > *Linux return me a message of error.*
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > *So i tried to reinstall gcc compiler
using
>> yum
>> >> >> > install
>> >> >> > > > >> gcc, i
>> >> >> > > > >> > > > found
>> >> >> > > > >> > > > > > that
>> >> >> > > > >> > > > > > > > the last pack of gcc was installed.
But when
>> >> >> > > reinstalling
>> >> >> > > > >> > > gfortran
>> >> >> > > > >> > > > > > > compiler
>> >> >> > > > >> > > > > > > > using yum install gfortran, i found an
>> message
>> >> >> telling
>> >> >> > > me
>> >> >> > > > >> there
>> >> >> > > > >> > > is
>> >> >> > > > >> > > > no
>> >> >> > > > >> > > > > > > > gfortran pack to install. *
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > *I don't know what to do.*
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > *Thank you for your time and your
>> cooperation*
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > *yours faithfully *
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > *KHAOULA MELKI*
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie
Prestopnik
>> via
>> >> RT
>> >> >> <
>> >> >> > > > >> > > > > met_help at ucar.edu
>> >> >> > > > >> > > > > > >:
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > > > Hi Melki.  Thank you for trying to
use the
>> MET
>> >> >> > > software.
>> >> >> > > > >> I'm
>> >> >> > > > >> > > not
>> >> >> > > > >> > > > > > sure
>> >> >> > > > >> > > > > > > > if I
>> >> >> > > > >> > > > > > > > > understand what you are asking.
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > You mentioned that you want to
compile
>> >> BUFRLIB.
>> >> >> As
>> >> >> > is
>> >> >> > > > >> > > explained
>> >> >> > > > >> > > > on
>> >> >> > > > >> > > > > > the
>> >> >> > > > >> > > > > > > > > following page of the MET Online
Tutorial
>> for
>> >> >> > METv5.0:
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > >
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > >
>> >> >> > > > >> >
>> >> >> > > > >>
>> >> >> > > >
>> >> >> > >
>> >> >> >
>> >> >>
>> >>
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > you can use the GNU gcc and gfortran
>> >> compilers,
>> >> >> the
>> >> >> > > PGI
>> >> >> > > > >> pgcc
>> >> >> > > > >> > > and
>> >> >> > > > >> > > > > > pgf90
>> >> >> > > > >> > > > > > > > > compilers, or the Intel icc and
ifort
>> >> compilers.
>> >> >> > You
>> >> >> > > > are
>> >> >> > > > >> > > welcome
>> >> >> > > > >> > > > > to
>> >> >> > > > >> > > > > > > use
>> >> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if you would
like
>> to.
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > Most LINUX distributions come with
the
>> >> compilers.
>> >> >> > To
>> >> >> > > > find
>> >> >> > > > >> > gcc
>> >> >> > > > >> > > > and
>> >> >> > > > >> > > > > > > > gfortran
>> >> >> > > > >> > > > > > > > > on your machine, you can run the
following
>> >> >> commands:
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > whereis gfortran
>> >> >> > > > >> > > > > > > > > whereis gcc
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > Here are the results I get after
running
>> those
>> >> >> two
>> >> >> > > > >> commands:
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
>> >> /usr/bin/X11/gfortran
>> >> >> > > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
>> >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
>> >> /usr/bin/X11/gcc
>> >> >> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > I hope that helps.  Please let me
know if I
>> >> have
>> >> >> not
>> >> >> > > > >> answered
>> >> >> > > > >> > > > your
>> >> >> > > > >> > > > > > > > question
>> >> >> > > > >> > > > > > > > > and if this solves the problem for
you.
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > Thanks,
>> >> >> > > > >> > > > > > > > > Julie
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM,
Melki
>> Khaoula
>> >> >> via
>> >> >> > RT
>> >> >> > > <
>> >> >> > > > >> > > > > > > met_help at ucar.edu
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > wrote:
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > >
>> >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request
72309
>> was
>> >> >> acted
>> >> >> > > > upon.
>> >> >> > > > >> > > > > > > > > > Transaction: Ticket created by
>> >> >> > > khaoula.enit at gmail.com
>> >> >> > > > >> > > > > > > > > >        Queue: met_help
>> >> >> > > > >> > > > > > > > > >      Subject: (No subject given)
>> >> >> > > > >> > > > > > > > > >        Owner: Nobody
>> >> >> > > > >> > > > > > > > > >   Requestors:
khaoula.enit at gmail.com
>> >> >> > > > >> > > > > > > > > >       Status: new
>> >> >> > > > >> > > > > > > > > >  Ticket <URL:
>> >> >> > > > >> > > > > > >
>> >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > >
>> >> >> > > > >> > > > > > > > > >
>> >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
>> >> >> > > > >> > > > > > > > > > i4m traynig to use MET model.
>> >> >> > > > >> > > > > > > > > > About compilation of BUFRLIB, i
need gcc
>> and
>> >> >> > > gfortran
>> >> >> > > > >> > > > compilers.
>> >> >> > > > >> > > > > > > > > > Do i need to install fortran and C
>> software
>> >> for
>> >> >> > > LINUX
>> >> >> > > > >> > before
>> >> >> > > > >> > > > > > > installing
>> >> >> > > > >> > > > > > > > > > their compilers?
>> >> >> > > > >> > > > > > > > > > Yours sincerly,
>> >> >> > > > >> > > > > > > > > > Khaoula MELKI
>> >> >> > > > >> > > > > > > > > >
>> >> >> > > > >> > > > > > > > > >
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > > --
>> >> >> > > > >> > > > > > > > > Julie Prestopnik
>> >> >> > > > >> > > > > > > > > National Center for Atmospheric
Research
>> >> >> > > > >> > > > > > > > > Research Applications Laboratory
>> >> >> > > > >> > > > > > > > > Phone: 303.497.8399
>> >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > > >
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > > >
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > > --
>> >> >> > > > >> > > > > > > Julie Prestopnik
>> >> >> > > > >> > > > > > > National Center for Atmospheric Research
>> >> >> > > > >> > > > > > > Research Applications Laboratory
>> >> >> > > > >> > > > > > > Phone: 303.497.8399
>> >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > > >
>> >> >> > > > >> > > > > >
>> >> >> > > > >> > > > > >
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > > --
>> >> >> > > > >> > > > > Julie Prestopnik
>> >> >> > > > >> > > > > National Center for Atmospheric Research
>> >> >> > > > >> > > > > Research Applications Laboratory
>> >> >> > > > >> > > > > Phone: 303.497.8399
>> >> >> > > > >> > > > > Email: jpresto at ucar.edu
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > > >
>> >> >> > > > >> > >
>> >> >> > > > >> > >
>> >> >> > > > >> > > --
>> >> >> > > > >> > > Julie Prestopnik
>> >> >> > > > >> > > National Center for Atmospheric Research
>> >> >> > > > >> > > Research Applications Laboratory
>> >> >> > > > >> > > Phone: 303.497.8399
>> >> >> > > > >> > > Email: jpresto at ucar.edu
>> >> >> > > > >> > >
>> >> >> > > > >> > >
>> >> >> > > > >> >
>> >> >> > > > >> >
>> >> >> > > > >>
>> >> >> > > > >>
>> >> >> > > > >> --
>> >> >> > > > >> Julie Prestopnik
>> >> >> > > > >> National Center for Atmospheric Research
>> >> >> > > > >> Research Applications Laboratory
>> >> >> > > > >> Phone: 303.497.8399
>> >> >> > > > >> Email: jpresto at ucar.edu
>> >> >> > > > >>
>> >> >> > > > >>
>> >> >> > > > >
>> >> >> > > >
>> >> >> > > >
>> >> >> > >
>> >> >> > >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >>
>> >>
>> >
>> >
>> > --
>> > Julie Prestopnik
>> > National Center for Atmospheric Research
>> > Research Applications Laboratory
>> > Phone: 303.497.8399
>> > Email: jpresto at ucar.edu
>> >
>>
>>
>>
>> --
>> Julie Prestopnik
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> Phone: 303.497.8399
>> Email: jpresto at ucar.edu
>>
>>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Thu Jul 09 10:10:12 2015

Hi Khaoula.

There will not be a bin subdirectory when you unpack met-5.0, but
there
should be upon a successful installation of the MET tools.  Looking at
your
make_install.log file I see that there is a problem finding grib2.h:

data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou dossier de ce
type

NCEP's GRIB2C library is used by the MET library code to read GRIB2
data
files.  If you do not need GRIB2 capability, you can simply skip this
part
of the installation by removing "--enable-grib2" from your list of
options
to "./configure".  If you do need GRIB2 capability and the grib2c
library
is not already on your system, you will need to download and unpack
the
grib2c tarball (http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/) and
refer to
the README file. Once built, MET expects the GRIB2 C-Library to be
named
*libgrib2c.a*. The GRIB2 C-Library *requires the libraries zlib,
jasper and
png* to be present on your system and those packages are all available
in
the link above. When configuring the MET build after installation of
the
necessary libraries (or if grib2c, zlib, jasper, and png are already
on
your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC* and
*MET_GRIB2CLIB*)
environment variables to indicate the location of this library.

Please let us know if you have any questions.

Thanks,
Julie


On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> thank you for your response.
> it rebuilt nectd.
> my problem now is the bin subdirectory.
> when unpacking met-5.0, thre is no subdirectory called bin.
>
> Also, after setting environment variables, i used the configuration
script
> with: ./configure --prefix=`pwd` --enable-grib2 --enable-modis
> --enable-mode_graphics
> there is no bin subdirectory  built or recreated.
> Thanks,
> Khaoula
>
>
>
>
>
>
>
> 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Taking another look at this, I do not see a "-I" entry for
> > "/root/Bureau/netcdf-4.3.3.1", which I believe you have MET_NETCDF
set
> to.
> >
> > g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
> > -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > -I../../../src/libcode/vx_afm
-I../../../src/libcode/vx_analysis_util
> > -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> > -I../../../src/libcode/vx_data2d_factory
> > -I../../../src/libcode/vx_data2d_grib
> > -I../../../src/libcode/vx_data2d_grib2
> > -I../../../src/libcode/vx_data2d_nccf
> > -I../../../src/libcode/vx_data2d_nc_met
> > -I../../../src/libcode/vx_data2d_nc_pinterp
> > -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gnomon
> > -I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob
> > -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_util
> > -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util
> > -I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm
> > -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_shapedata
> > -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out
> > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
> > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o libvx_nc_util_a-
nc_var_info.o
> > `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> > Dans le fichier inclus à partir de nc_var_info.cc:24:
> > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou dossier
de ce
> > type
> >
> > You could check the include area for /root/Bureau/netcdf-4.3.3.1
to see
> if
> > there is a netcdf.hh file.  If there is, you'll need to make sure
that
> met
> > can find it by making sure the MET_NETCDF is set correctly, then
source
> > your .bashrc or similar file, reconfigure, and rebuild MET,
otherwise, if
> > it is not there, I would suggest following the instructions in my
most
> > recent previous email.
> >
> > Please let us know how it works out.
> >
> > Thanks,
> > Julie
> >
> >
> > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik
<jpresto at ucar.edu>
> wrote:
> >
> > > Hi Khaoula.  I apologize for the delayed response.  I was out of
town.
> > >
> > > I believe that I see in your make_install.log that there is a
problem
> > > finding netcdf.hh:
> > >
> > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou
dossier de ce
> > > type
> > >
> > > We've typically been compiling MET using NetCDF version 3 - the
> specific
> > > version is netcdf-3.6.3.  I know that some of the versions of
netcdf no
> > > longer include netcdf.hh, but that file is necessary for our
code.  I'd
> > > suggest downloading and compiling NetCDF 3.6.3 locally using the
> > > following steps:
> > >
> > > Download NetCDF 3.6.3 from here:
> > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > >
> > > Then run:
> > >
> > > tar -zxf netcdf-3.6.3.tar.gz
> > > ./configure --prefix=`pwd`
> > > make
> > > make install
> > >
> > > These commands should compile the C and C++ interfaces for
NetCDF and
> > > skip the Fortran interface that MET doesn't use.  It will
install the
> > > library in current "netcdf-3.6.3" directory due to the
--prefix=`pwd`
> > > option.
> > >
> > > Next, you'll need to edit where you set MET_NETCDF to point to
this new
> > > location, source your .bashrc or similiar file, and rebuild MET.
> > >
> > > Please let us know if that works well for you.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > >
> > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > >>
> > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >>
> > >> Hello John,
> > >> the error was there is no compilor of C++. so i downloaded g++
using :
> > yum
> > >> install gcc-c++.
> > >> I didn't understand the bin subdirectory. I looked to the met-
5.0
> > >> directory, i didin't find a subdirectory called bin. But files
cited
> in
> > >> the
> > >> Built executables are located in the output subdirectory.
> > >> The compilation of *make install >& make_install.log &*
> > >> *tail -f make_install.log   *
> > >> * send an error.*
> > >> *there is two executables,  *the first is called
configuration1. It is
> > >> about run of ./
> > >> *configure --prefix=`pwd` --enable-grib2 --enable-modis
> > >> --enable-mode_graphics*The second is called make install.log,
obtained
> > >> after running :
> > >> *make install >& make_install.log &*
> > >>
> > >> *tail -f make_install.log*
> > >>
> > >> *Thanks,*
> > >>
> > >> *Khaoula*
> > >>
> > >>
> > >>
> > >>
> > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > >>
> > >> > Hello John,
> > >> > Thank you for your help. it really works.
> > >> > I am in the configuration step.
> > >> > when executing the command of : ./configure --prefix=`pwd`
> > >> --enable-grib2
> > >> > --enable-modis --enable-mode_graphics.
> > >> > i found that when cheking for some compilers, the system
return no.
> > >> > for example:
> > >> > checking for bison... no
> > >> > checking for byacc... no
> > >> > checking for g++... no
> > >> > checking for c++... no
> > >> > checking for gpp... no
> > >> > checking for aCC... no
> > >> > checking for CC... no
> > >> > checking for cxx... no
> > >> > checking for cc++... no
> > >> > checking for cl.exe... no
> > >> > checking for FCC... no
> > >> > checking for KCC... no
> > >> > checking for RCC... no
> > >> > checking for xlC_r... no
> > >> > checking for xlC... no
> > >> > checking whether the C++ compiler works... no
> > >> > IS there any errors?
> > >> > you will find the executive file called configuration.
> > >> > thanks,
> > >> > Khaoula
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT <
> > met_help at ucar.edu
> > >> >:
> > >> >
> > >> >> Khaoula,
> > >> >>
> > >> >> Looks like you have syntax wrong on those commands.  Please
try
> this:
> > >> >>
> > >> >> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > >> >>
> > >> >> Actually since your NetCDF build is installed in the
standard way,
> > >> this is
> > >> >> all you really need to set:
> > >> >>
> > >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > >> >>
> > >> >> And MET assumes that the headers are in the "include"
subdirectory
> > and
> > >> the
> > >> >> library archive files are in the "lib" subdirectory.
> > >> >>
> > >> >> Thanks,
> > >> >> John
> > >> >>
> > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT <
> > >> met_help at ucar.edu>
> > >> >> wrote:
> > >> >>
> > >> >> >
> > >> >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >> >> >
> > >> >> > Hi John,
> > >> >> >
> > >> >> > Thank you for your help.
> > >> >> > I'm grateful for you and Julie.
> > >> >> > I'm now setting environment variables.
> > >> >> > I want to confirm this command if it is right or no, for
example,
> > if
> > >> i
> > >> >> set:
> > >> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > >> >> > in order to Set *$MET_NETCDF* to point to the main
> NetCDFdirectory.
> > >> >> > I  use  also the same process to set others external
libraries.
> > >> >> > I let you know that my shell is bash, so i can't use the
export
> > >> command.
> > >> >> > Im wondering if i'm in the right way, because the command
with
> > export
> > >> >> > doesn't produce any error to verify if i'm right or wrong.
> > >> >> > Thanks,
> > >> >> > Khaoula
> > >> >> >
> > >> >> >
> > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT <
> > >> met_help at ucar.edu
> > >> >> >:
> > >> >> >
> > >> >> > > Hello Khaoula,
> > >> >> > >
> > >> >> > > Julie is out of town.  My name is John, and I'd be happy
to
> help
> > >> >> answer
> > >> >> > > your MET questions.
> > >> >> > >
> > >> >> > > I see that you're trying to get up and running using MET
to
> > verify
> > >> WRF
> > >> >> > > output.  MET doesn't read WRF output files directly, but
> requires
> > >> that
> > >> >> > they
> > >> >> > > first be post-processed either with the WRF-ARW pinterp
utility
> > or
> > >> the
> > >> >> > > Unified Post-Processor (UPP).  Of the two, I'd strongly
> recommend
> > >> >> using
> > >> >> > UPP
> > >> >> > > which creates output in GRIB format that is fully
supported by
> > MET.
> > >> >> The
> > >> >> > > pinterp utility writes it output in NetCDF but we only
support
> > data
> > >> >> > defined
> > >> >> > > on the non-staggered dimensions.  Since velocity points
are
> > >> staggered
> > >> >> in
> > >> >> > > WRF, MET can't be used to verifying winds in pinterp
output.
> > >> >> > >
> > >> >> > > Another advantage to using UPP is that GRIB data can be
easily
> > >> >> regridded
> > >> >> > > using the copygb utility.  copygb is included in the UPP
> package.
> > >> >> > >
> > >> >> > > You can download pinterp here:
> > >> >> > >
> > >> >> > >
> > >> >> > >
> > >> >> >
> > >> >>
> > >>
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > >> >> > >
> > >> >> > > And you can download UPP here:
> > >> >> > >    http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> > >> >> > >
> > >> >> > > Hope that helps.
> > >> >> > >
> > >> >> > > Thanks,
> > >> >> > > John Halley Gotway
> > >> >> > >
> > >> >> > >
> > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT <
> > >> >> met_help at ucar.edu
> > >> >> > >
> > >> >> > > wrote:
> > >> >> > >
> > >> >> > > >
> > >> >> > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > >> >> > > >
> > >> >> > > > Hi Julie,
> > >> >> > > > I compiled all libraries.
> > >> >> > > > I downloaded post processor but i can't find the WRF-
ARW
> > p-interp
> > >> >> Tool
> > >> >> > > when
> > >> >> > > > i use the link posted in the tutorial.
> > >> >> > > > also,what i don't understand the utility of the
copygb
> utility
> > >> and
> > >> >> > from
> > >> >> > > > where to get it.
> > >> >> > > > i don't know what to do next to downloading and
compiling
> > >> required
> > >> >> > > > libraries.
> > >> >> > > > Thanks,
> > >> >> > > > Khaoula
> > >> >> > > >
> > >> >> > > >
> > >> >> > > >
> > >> >> > > >
> > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
> > khaoula.enit at gmail.com
> > >> >:
> > >> >> > > >
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > > *Hi Julie,*
> > >> >> > > > >
> > >> >> > > > > *I  unpacked the HDF librarry.*
> > >> >> > > > >
> > >> >> > > > > *When lookig the HDF-EOS library, i found in the
website is
> > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > >> >> > > > >
> > >> >> > > > > *i tried to unpack it, i didn't find the right
command to
> do
> > >> it.*
> > >> >> > > > >
> > >> >> > > > > *Is there any command to unpak this library.*
> > >> >> > > > >
> > >> >> > > > > *Thanks,*
> > >> >> > > > >
> > >> >> > > > > *Khaoula  *
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT <
> > >> >> > met_help at ucar.edu
> > >> >> > > >:
> > >> >> > > > >
> > >> >> > > > >> Hi Khaoula.
> > >> >> > > > >>
> > >> >> > > > >> The GRIB2 C-Library is used by the MET library code
to
> read
> > >> GRIB2
> > >> >> > data
> > >> >> > > > >> files. The GRIB2 C-Library requires the libraries
zlib,
> > jasper
> > >> >> and
> > >> >> > png
> > >> >> > > > to
> > >> >> > > > >> be present on your system. Support for GRIB2 is
optional
> and
> > >> can
> > >> >> be
> > >> >> > > > >> enabled
> > >> >> > > > >> with the *--enable-grib2* option for configure.
> > >> >> > > > >>
> > >> >> > > > >> I hope that helps.
> > >> >> > > > >>
> > >> >> > > > >> Julie
> > >> >> > > > >>
> > >> >> > > > >>
> > >> >> > > > >>
> > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula via
RT <
> > >> >> > > > met_help at ucar.edu>
> > >> >> > > > >> wrote:
> > >> >> > > > >>
> > >> >> > > > >> >
> > >> >> > > > >> > <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> >> >
> > >> >> > > > >> >
> > >> >> > > > >> >  Thank you Julie,
> > >> >> > > > >> > It works.
> > >> >> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
> > >> >> > > > >> > About GRIB C library, i downloaded the library
and
> > unpacked
> > >> >> it.
> > >> >> > > > >> > how it can be used by MET?
> > >> >> > > > >> > Thanks,
> > >> >> > > > >> > khaoula
> > >> >> > > > >> >
> > >> >> > > > >> >
> > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via
RT <
> > >> >> > > met_help at ucar.edu
> > >> >> > > > >:
> > >> >> > > > >> >
> > >> >> > > > >> > > Hi Melki.
> > >> >> > > > >> > >
> > >> >> > > > >> > > I'm glad that you were able to get BUFRLIB
installed.
> > >> >> > > > >> > >
> > >> >> > > > >> > > You said, "when trying to run the firs command
of *
> *cd
> > >> >> > > > >> /path/to/netcdf.
> > >> >> > > > >> > he
> > >> >> > > > >> > > wrote me no file or directory"
> > >> >> > > > >> > >
> > >> >> > > > >> > > In the tutorial, when we say "*cd
/path/to/netcdf*"
> you
> > >> >> should
> > >> >> > > > change
> > >> >> > > > >> > > directories to the location where your netcdf
> directory
> > >> is on
> > >> >> > your
> > >> >> > > > >> > machine.
> > >> >> > > > >> > > For example, if you unpacked the tar file
> > >> netcdf-4.3.3.1.tar
> > >> >> in
> > >> >> > a
> > >> >> > > > >> > directory
> > >> >> > > > >> > > path of /d2/melki/external_libs/netcdf-4.3.3.1
you
> would
> > >> run
> > >> >> "cd
> > >> >> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > */path/to/netcdf
> > >> >> *is a
> > >> >> > > > place
> > >> >> > > > >> > > holder for the location on your machine.
> > >> >> > > > >> > >
> > >> >> > > > >> > > You said, "setenv CC /path/to/c/compiler. It
doesn't
> > >> work.he
> > >> >> > said
> > >> >> > > > >> command
> > >> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is the
name of
> the
> > >> >> command
> > >> >> > > used
> > >> >> > > > >> to
> > >> >> > > > >> > set
> > >> >> > > > >> > > environment variables in the *csh family of
shells.
> If
> > >> you
> > >> >> are
> > >> >> > > > using
> > >> >> > > > >> a
> > >> >> > > > >> > > different shell, however, you may need to use
> "export",
> > >> >> which is
> > >> >> > > the
> > >> >> > > > >> name
> > >> >> > > > >> > > of the command in the "other" family of shells
(ash,
> > >> bourne,
> > >> >> > > bourne
> > >> >> > > > >> > again,
> > >> >> > > > >> > > zsh).  To find out what shell you are using,
you can
> run
> > >> >> "echo
> > >> >> > > > >> $SHELL".
> > >> >> > > > >> > >
> > >> >> > > > >> > > If you are using a shell other than the *csh
family of
> > >> >> shells,
> > >> >> > and
> > >> >> > > > you
> > >> >> > > > >> > need
> > >> >> > > > >> > > to use "export", the syntax is slightly
different.
> > >> Instead
> > >> >> of
> > >> >> > > > >> running:
> > >> >> > > > >> > >
> > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > >> >> > > > >> > >
> > >> >> > > > >> > > you would run
> > >> >> > > > >> > >
> > >> >> > > > >> > > export CC=/path/to/c/compiler
> > >> >> > > > >> > >
> > >> >> > > > >> > > Please note, it is import that when using the
export
> > >> command
> > >> >> > that
> > >> >> > > > >> there
> > >> >> > > > >> > are
> > >> >> > > > >> > > no spaces before or after the "=".  Also, in
this
> case,
> > >> >> please
> > >> >> > > note
> > >> >> > > > >> that
> > >> >> > > > >> > > "/path/to/c/compiler" should be replaced with
the path
> > to
> > >> >> the c
> > >> >> > > > >> compiler
> > >> >> > > > >> > on
> > >> >> > > > >> > > your machine.  For example. on my machine, gcc
lives
> at
> > >> >> > > > >> /usr/bin/X11/gcc:
> > >> >> > > > >> > >
> > >> >> > > > >> > > puffin:jpresto> which gcc
> > >> >> > > > >> > > /usr/bin/X11/gcc
> > >> >> > > > >> > >
> > >> >> > > > >> > > so if I used setenv, I would run:
> > >> >> > > > >> > >
> > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > >> >> > > > >> > >
> > >> >> > > > >> > > but if I used export, I would run:
> > >> >> > > > >> > >
> > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > >> >> > > > >> > >
> > >> >> > > > >> > > I hope this helps.  In the future, if you
experience
> any
> > >> >> > problems
> > >> >> > > or
> > >> >> > > > >> > > errors, it would be helpful if you could copy
and
> paste
> > >> the
> > >> >> > > commands
> > >> >> > > > >> you
> > >> >> > > > >> > > have run along with the errors they produced.
If
> often
> > >> gives
> > >> >> > us a
> > >> >> > > > >> > clearer
> > >> >> > > > >> > > picture of what has gone wrong.
> > >> >> > > > >> > >
> > >> >> > > > >> > > Please let us know if you experience other
problems
> and
> > >> need
> > >> >> > help.
> > >> >> > > > >> > >
> > >> >> > > > >> > > Thanks,
> > >> >> > > > >> > > Julie
> > >> >> > > > >> > >
> > >> >> > > > >> > >
> > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki Khaoula
via RT
> <
> > >> >> > > > >> met_help at ucar.edu
> > >> >> > > > >> > >
> > >> >> > > > >> > > wrote:
> > >> >> > > > >> > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > <URL:
> > >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> >> > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *Thanks Julie,*
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *It really works.*
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *i'm now trying to compile the netcdf
library.*
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *I'm wondering about the steps written in the
> > tutorial:
> > >> *
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
/path/to/c/compiler
> > setenv
> > >> >> CXX
> > >> >> > > > >> > > >    /path/to/c++/compiler setenv FC '' setenv
F90 ''
> > >> >> > ./configure
> > >> >> > > > >> > > >    --prefix=/netcdf/install/path --disable-
netcdf-4
> > make
> > >> >> make
> > >> >> > > > >> install i
> > >> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a
independent
> > >> directory,
> > >> >> > but
> > >> >> > > > when
> > >> >> > > > >> > > > trying to
> > >> >> > > > >> > > >    run the firs command of *
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no file or
> directory.
> > >> so i
> > >> >> > > > create a
> > >> >> > > > >> > file
> > >> >> > > > >> > > > called path existed in to file which are both
> included
> > >> in
> > >> >> > netcdf
> > >> >> > > > >> > > directory.
> > >> >> > > > >> > > > but when running   setenv CC
/path/to/c/compiler. It
> > >> >> doesn't
> > >> >> > > > work.he
> > >> >> > > > >> > said
> > >> >> > > > >> > > > command of setenv doesn't exist.*
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *Thank you really for your help and your Time
> Julie.*
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *yours faithfully,*
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > *Khaoula*
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik
via RT <
> > >> >> > > > >> met_help at ucar.edu
> > >> >> > > > >> > >:
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > > Hi Melki.
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > We are able to reproduce the problems you
are
> > >> >> experiencing
> > >> >> > > with
> > >> >> > > > >> the
> > >> >> > > > >> > > > latest
> > >> >> > > > >> > > > > version of BUFRLIB.  We are working on a
solution
> to
> > >> get
> > >> >> the
> > >> >> > > > >> > > compilation
> > >> >> > > > >> > > > > working.
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > In the meantime, I have uploaded the
previous
> > version
> > >> of
> > >> >> > > BUFRLIB
> > >> >> > > > >> to
> > >> >> > > > >> > our
> > >> >> > > > >> > > > ftp
> > >> >> > > > >> > > > > site so that you can make some progress and
start
> > >> working
> > >> >> > with
> > >> >> > > > >> MET.
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > Please execute the following commands.
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > *Make a new directory to contain the
BUFRLIB code
> > >> (e.g.
> > >> >> > mkdir
> > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > >> >> > > > >> > > > > *Change directories to that new directory
(e.g.
> cd *
> > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > >
> > >> >> > > > >> >
> > >> >> > > > >>
> > >> >> > > >
> > >> >> > >
> > >> >> >
> > >> >>
> > >>
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > >> >> > > > >> > > > > <
> > >> >> > > > >> > > >
> > >> >> > > > >> > >
> > >> >> > > > >> >
> > >> >> > > > >>
> > >> >> > > >
> > >> >> > >
> > >> >> >
> > >> >>
> > >>
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > >> >> > > > >> > > > > >*
> > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore
> *.f
> > >> *.F*
> > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > You should get a successful compilation
with this
> > >> older
> > >> >> > > version
> > >> >> > > > of
> > >> >> > > > >> > > > > BUFRLIB.  Please let us know how it goes.
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > Thanks,
> > >> >> > > > >> > > > > Julie
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki
Khaoula via
> > RT
> > >> <
> > >> >> > > > >> > > met_help at ucar.edu
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > wrote:
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > >
> > >> >> > > > >> > > > > > <URL:
> > >> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> >> > > > >
> > >> >> > > > >> > > > > >
> > >> >> > > > >> > > > > > Hello Julie,
> > >> >> > > > >> > > > > > Happy with your email.
> > >> >> > > > >> > > > > > It is really motivating to receive your
help in
> > >> >> compiling
> > >> >> > > MET
> > >> >> > > > >> > model.
> > >> >> > > > >> > > > > > You find  two terminal containing errors
of
> runing
> > >> gcc
> > >> >> and
> > >> >> > > > >> gfortran
> > >> >> > > > >> > > > > > compilers.
> > >> >> > > > >> > > > > > Tnanks,
> > >> >> > > > >> > > > > > Khaoula
> > >> >> > > > >> > > > > >
> > >> >> > > > >> > > > > >
> > >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie
Prestopnik via
> > RT <
> > >> >> > > > >> > > met_help at ucar.edu
> > >> >> > > > >> > > > >:
> > >> >> > > > >> > > > > >
> > >> >> > > > >> > > > > > > Hi Melki.  I don't believe that you
should
> have
> > to
> > >> >> > > reinstall
> > >> >> > > > >> the
> > >> >> > > > >> > > > > > > compilers.  That is likely not the
problem.
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > > You said that you received an error
message
> when
> > >> >> running
> > >> >> > > the
> > >> >> > > > >> > > > following:
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE
> -fno-second-underscore
> > >> *.f
> > >> >> *.F
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > > Could you please send the full error
that you
> > >> >> received?
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > > Thanks,
> > >> >> > > > >> > > > > > > Julie
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM, Melki
Khaoula
> > via
> > >> >> RT <
> > >> >> > > > >> > > > > met_help at ucar.edu
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > > wrote:
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > <URL:
> > >> >> > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> >> > > > >> > >
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > Thanks for your email.
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > In trying the command whereis gcc and
> whereis
> > >> >> > gfortran,
> > >> >> > > > >> this is
> > >> >> > > > >> > > > > > > theresult:
> > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis
gfortran
> > >> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis
gcc
> > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> > /usr/libexec/gcc
> > >> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > So i go to try the command of *gcc -c
> > >> -DUNDERSCORE
> > >> >> *.c
> > >> >> > > > and *
> > >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
> > -fno-second-underscore
> > >> >> *.f
> > >> >> > > *.F *
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > *Linux return me a message of error.*
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > *So i tried to reinstall gcc compiler
using
> > yum
> > >> >> > install
> > >> >> > > > >> gcc, i
> > >> >> > > > >> > > > found
> > >> >> > > > >> > > > > > that
> > >> >> > > > >> > > > > > > > the last pack of gcc was installed.
But when
> > >> >> > > reinstalling
> > >> >> > > > >> > > gfortran
> > >> >> > > > >> > > > > > > compiler
> > >> >> > > > >> > > > > > > > using yum install gfortran, i found
an
> message
> > >> >> telling
> > >> >> > > me
> > >> >> > > > >> there
> > >> >> > > > >> > > is
> > >> >> > > > >> > > > no
> > >> >> > > > >> > > > > > > > gfortran pack to install. *
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > *I don't know what to do.*
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > *Thank you for your time and your
> cooperation*
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > *yours faithfully *
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie
Prestopnik
> > via
> > >> RT
> > >> >> <
> > >> >> > > > >> > > > > met_help at ucar.edu
> > >> >> > > > >> > > > > > >:
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > > > Hi Melki.  Thank you for trying to
use the
> > MET
> > >> >> > > software.
> > >> >> > > > >> I'm
> > >> >> > > > >> > > not
> > >> >> > > > >> > > > > > sure
> > >> >> > > > >> > > > > > > > if I
> > >> >> > > > >> > > > > > > > > understand what you are asking.
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > You mentioned that you want to
compile
> > >> BUFRLIB.
> > >> >> As
> > >> >> > is
> > >> >> > > > >> > > explained
> > >> >> > > > >> > > > on
> > >> >> > > > >> > > > > > the
> > >> >> > > > >> > > > > > > > > following page of the MET Online
Tutorial
> > for
> > >> >> > METv5.0:
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > >
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > >
> > >> >> > > > >> >
> > >> >> > > > >>
> > >> >> > > >
> > >> >> > >
> > >> >> >
> > >> >>
> > >>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > you can use the GNU gcc and
gfortran
> > >> compilers,
> > >> >> the
> > >> >> > > PGI
> > >> >> > > > >> pgcc
> > >> >> > > > >> > > and
> > >> >> > > > >> > > > > > pgf90
> > >> >> > > > >> > > > > > > > > compilers, or the Intel icc and
ifort
> > >> compilers.
> > >> >> > You
> > >> >> > > > are
> > >> >> > > > >> > > welcome
> > >> >> > > > >> > > > > to
> > >> >> > > > >> > > > > > > use
> > >> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if you would
like
> to.
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > Most LINUX distributions come with
the
> > >> compilers.
> > >> >> > To
> > >> >> > > > find
> > >> >> > > > >> > gcc
> > >> >> > > > >> > > > and
> > >> >> > > > >> > > > > > > > gfortran
> > >> >> > > > >> > > > > > > > > on your machine, you can run the
following
> > >> >> commands:
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > whereis gfortran
> > >> >> > > > >> > > > > > > > > whereis gcc
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > Here are the results I get after
running
> > those
> > >> >> two
> > >> >> > > > >> commands:
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
> > >> /usr/bin/X11/gfortran
> > >> >> > > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> > >> /usr/bin/X11/gcc
> > >> >> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > I hope that helps.  Please let me
know if
> I
> > >> have
> > >> >> not
> > >> >> > > > >> answered
> > >> >> > > > >> > > > your
> > >> >> > > > >> > > > > > > > question
> > >> >> > > > >> > > > > > > > > and if this solves the problem for
you.
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > Thanks,
> > >> >> > > > >> > > > > > > > > Julie
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM,
Melki
> > Khaoula
> > >> >> via
> > >> >> > RT
> > >> >> > > <
> > >> >> > > > >> > > > > > > met_help at ucar.edu
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > wrote:
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > >
> > >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015: Request
72309
> > was
> > >> >> acted
> > >> >> > > > upon.
> > >> >> > > > >> > > > > > > > > > Transaction: Ticket created by
> > >> >> > > khaoula.enit at gmail.com
> > >> >> > > > >> > > > > > > > > >        Queue: met_help
> > >> >> > > > >> > > > > > > > > >      Subject: (No subject given)
> > >> >> > > > >> > > > > > > > > >        Owner: Nobody
> > >> >> > > > >> > > > > > > > > >   Requestors:
khaoula.enit at gmail.com
> > >> >> > > > >> > > > > > > > > >       Status: new
> > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > >> >> > > > >> > > > > > >
> > >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > >
> > >> >> > > > >> > > > > > > > > >
> > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > >> >> > > > >> > > > > > > > > > i4m traynig to use MET model.
> > >> >> > > > >> > > > > > > > > > About compilation of BUFRLIB, i
need gcc
> > and
> > >> >> > > gfortran
> > >> >> > > > >> > > > compilers.
> > >> >> > > > >> > > > > > > > > > Do i need to install fortran and
C
> > software
> > >> for
> > >> >> > > LINUX
> > >> >> > > > >> > before
> > >> >> > > > >> > > > > > > installing
> > >> >> > > > >> > > > > > > > > > their compilers?
> > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > >> >> > > > >> > > > > > > > > >
> > >> >> > > > >> > > > > > > > > >
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > > --
> > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > >> >> > > > >> > > > > > > > > National Center for Atmospheric
Research
> > >> >> > > > >> > > > > > > > > Research Applications Laboratory
> > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > > >
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > > >
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > > --
> > >> >> > > > >> > > > > > > Julie Prestopnik
> > >> >> > > > >> > > > > > > National Center for Atmospheric
Research
> > >> >> > > > >> > > > > > > Research Applications Laboratory
> > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > > >
> > >> >> > > > >> > > > > >
> > >> >> > > > >> > > > > >
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > > --
> > >> >> > > > >> > > > > Julie Prestopnik
> > >> >> > > > >> > > > > National Center for Atmospheric Research
> > >> >> > > > >> > > > > Research Applications Laboratory
> > >> >> > > > >> > > > > Phone: 303.497.8399
> > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > >
> > >> >> > > > >> > >
> > >> >> > > > >> > > --
> > >> >> > > > >> > > Julie Prestopnik
> > >> >> > > > >> > > National Center for Atmospheric Research
> > >> >> > > > >> > > Research Applications Laboratory
> > >> >> > > > >> > > Phone: 303.497.8399
> > >> >> > > > >> > > Email: jpresto at ucar.edu
> > >> >> > > > >> > >
> > >> >> > > > >> > >
> > >> >> > > > >> >
> > >> >> > > > >> >
> > >> >> > > > >>
> > >> >> > > > >>
> > >> >> > > > >> --
> > >> >> > > > >> Julie Prestopnik
> > >> >> > > > >> National Center for Atmospheric Research
> > >> >> > > > >> Research Applications Laboratory
> > >> >> > > > >> Phone: 303.497.8399
> > >> >> > > > >> Email: jpresto at ucar.edu
> > >> >> > > > >>
> > >> >> > > > >>
> > >> >> > > > >
> > >> >> > > >
> > >> >> > > >
> > >> >> > >
> > >> >> > >
> > >> >> >
> > >> >> >
> > >> >>
> > >> >>
> > >> >
> > >>
> > >>
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Thu Jul 16 05:45:39 2015

Hi Julie,
Grib2 needs jasper, png and zlib libraries to install.
in installing zlib library,i i used  these commands:
*cd /path/to/zlib*
*./configure --prefix=/zlib/install/path*
*make test*

*make install*

*for my sysytem, path/to/zlib is root/Bureau/zlib-1.2.8.*

*about prefix=zlib/install/path. zlib/install/path is the directory
where i
put zlib installation, prefix=/zlib-1.2.8 or it is usr/local/bin in
order
to be installed in the system.*

*i found a problem when installing libpng library. i used thses
commands:*

*cd libpng-1.2.34*

*./configure --prefix=/root/Bureau/libpng-1.2.34*

*make *

*make install*

*But when using configure, an error occur informing me that zlib isn't
installed.*

*So, i was wondering about path to install. It is in the directory of
library or in the system unix(usr/local/bin)*
*Thanks,*

*khaoula melki*


2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.
>
> There will not be a bin subdirectory when you unpack met-5.0, but
there
> should be upon a successful installation of the MET tools.  Looking
at your
> make_install.log file I see that there is a problem finding grib2.h:
>
> data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou dossier de
ce type
>
> NCEP's GRIB2C library is used by the MET library code to read GRIB2
data
> files.  If you do not need GRIB2 capability, you can simply skip
this part
> of the installation by removing "--enable-grib2" from your list of
options
> to "./configure".  If you do need GRIB2 capability and the grib2c
library
> is not already on your system, you will need to download and unpack
the
> grib2c tarball (http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/) and
refer
> to
> the README file. Once built, MET expects the GRIB2 C-Library to be
named
> *libgrib2c.a*. The GRIB2 C-Library *requires the libraries zlib,
jasper and
> png* to be present on your system and those packages are all
available in
> the link above. When configuring the MET build after installation of
the
> necessary libraries (or if grib2c, zlib, jasper, and png are already
on
> your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC* and
*MET_GRIB2CLIB*)
> environment variables to indicate the location of this library.
>
> Please let us know if you have any questions.
>
> Thanks,
> Julie
>
>
> On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi Julie,
> > thank you for your response.
> > it rebuilt nectd.
> > my problem now is the bin subdirectory.
> > when unpacking met-5.0, thre is no subdirectory called bin.
> >
> > Also, after setting environment variables, i used the
configuration
> script
> > with: ./configure --prefix=`pwd` --enable-grib2 --enable-modis
> > --enable-mode_graphics
> > there is no bin subdirectory  built or recreated.
> > Thanks,
> > Khaoula
> >
> >
> >
> >
> >
> >
> >
> > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Taking another look at this, I do not see a "-I" entry for
> > > "/root/Bureau/netcdf-4.3.3.1", which I believe you have
MET_NETCDF set
> > to.
> > >
> > > g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
> > > -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > > -I../../../src/libcode/vx_afm
-I../../../src/libcode/vx_analysis_util
> > > -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> > > -I../../../src/libcode/vx_data2d_factory
> > > -I../../../src/libcode/vx_data2d_grib
> > > -I../../../src/libcode/vx_data2d_grib2
> > > -I../../../src/libcode/vx_data2d_nccf
> > > -I../../../src/libcode/vx_data2d_nc_met
> > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > -I../../../src/libcode/vx_geodesy
-I../../../src/libcode/vx_gnomon
> > > -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob
> > > -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_util
> > > -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util
> > > -I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm
> > > -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_shapedata
> > > -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out
> > > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
> > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> libvx_nc_util_a-nc_var_info.o
> > > `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> > > Dans le fichier inclus à partir de nc_var_info.cc:24:
> > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou
dossier de ce
> > > type
> > >
> > > You could check the include area for /root/Bureau/netcdf-4.3.3.1
to see
> > if
> > > there is a netcdf.hh file.  If there is, you'll need to make
sure that
> > met
> > > can find it by making sure the MET_NETCDF is set correctly, then
source
> > > your .bashrc or similar file, reconfigure, and rebuild MET,
otherwise,
> if
> > > it is not there, I would suggest following the instructions in
my most
> > > recent previous email.
> > >
> > > Please let us know how it works out.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik
<jpresto at ucar.edu>
> > wrote:
> > >
> > > > Hi Khaoula.  I apologize for the delayed response.  I was out
of
> town.
> > > >
> > > > I believe that I see in your make_install.log that there is a
problem
> > > > finding netcdf.hh:
> > > >
> > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou
dossier de
> ce
> > > > type
> > > >
> > > > We've typically been compiling MET using NetCDF version 3 -
the
> > specific
> > > > version is netcdf-3.6.3.  I know that some of the versions of
netcdf
> no
> > > > longer include netcdf.hh, but that file is necessary for our
code.
> I'd
> > > > suggest downloading and compiling NetCDF 3.6.3 locally using
the
> > > > following steps:
> > > >
> > > > Download NetCDF 3.6.3 from here:
> > > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > >
> > > > Then run:
> > > >
> > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > ./configure --prefix=`pwd`
> > > > make
> > > > make install
> > > >
> > > > These commands should compile the C and C++ interfaces for
NetCDF and
> > > > skip the Fortran interface that MET doesn't use.  It will
install the
> > > > library in current "netcdf-3.6.3" directory due to the
--prefix=`pwd`
> > > > option.
> > > >
> > > > Next, you'll need to edit where you set MET_NETCDF to point to
this
> new
> > > > location, source your .bashrc or similiar file, and rebuild
MET.
> > > >
> > > > Please let us know if that works well for you.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > >
> > > >
> > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > >>
> > > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >>
> > > >> Hello John,
> > > >> the error was there is no compilor of C++. so i downloaded
g++
> using :
> > > yum
> > > >> install gcc-c++.
> > > >> I didn't understand the bin subdirectory. I looked to the
met-5.0
> > > >> directory, i didin't find a subdirectory called bin. But
files cited
> > in
> > > >> the
> > > >> Built executables are located in the output subdirectory.
> > > >> The compilation of *make install >& make_install.log &*
> > > >> *tail -f make_install.log   *
> > > >> * send an error.*
> > > >> *there is two executables,  *the first is called
configuration1. It
> is
> > > >> about run of ./
> > > >> *configure --prefix=`pwd` --enable-grib2 --enable-modis
> > > >> --enable-mode_graphics*The second is called make install.log,
> obtained
> > > >> after running :
> > > >> *make install >& make_install.log &*
> > > >>
> > > >> *tail -f make_install.log*
> > > >>
> > > >> *Thanks,*
> > > >>
> > > >> *Khaoula*
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > > >>
> > > >> > Hello John,
> > > >> > Thank you for your help. it really works.
> > > >> > I am in the configuration step.
> > > >> > when executing the command of : ./configure --prefix=`pwd`
> > > >> --enable-grib2
> > > >> > --enable-modis --enable-mode_graphics.
> > > >> > i found that when cheking for some compilers, the system
return
> no.
> > > >> > for example:
> > > >> > checking for bison... no
> > > >> > checking for byacc... no
> > > >> > checking for g++... no
> > > >> > checking for c++... no
> > > >> > checking for gpp... no
> > > >> > checking for aCC... no
> > > >> > checking for CC... no
> > > >> > checking for cxx... no
> > > >> > checking for cc++... no
> > > >> > checking for cl.exe... no
> > > >> > checking for FCC... no
> > > >> > checking for KCC... no
> > > >> > checking for RCC... no
> > > >> > checking for xlC_r... no
> > > >> > checking for xlC... no
> > > >> > checking whether the C++ compiler works... no
> > > >> > IS there any errors?
> > > >> > you will find the executive file called configuration.
> > > >> > thanks,
> > > >> > Khaoula
> > > >> >
> > > >> >
> > > >> >
> > > >> >
> > > >> >
> > > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT <
> > > met_help at ucar.edu
> > > >> >:
> > > >> >
> > > >> >> Khaoula,
> > > >> >>
> > > >> >> Looks like you have syntax wrong on those commands.
Please try
> > this:
> > > >> >>
> > > >> >> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > >> >>
> > > >> >> Actually since your NetCDF build is installed in the
standard
> way,
> > > >> this is
> > > >> >> all you really need to set:
> > > >> >>
> > > >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > >> >>
> > > >> >> And MET assumes that the headers are in the "include"
> subdirectory
> > > and
> > > >> the
> > > >> >> library archive files are in the "lib" subdirectory.
> > > >> >>
> > > >> >> Thanks,
> > > >> >> John
> > > >> >>
> > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT <
> > > >> met_help at ucar.edu>
> > > >> >> wrote:
> > > >> >>
> > > >> >> >
> > > >> >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > >> >> >
> > > >> >> > Hi John,
> > > >> >> >
> > > >> >> > Thank you for your help.
> > > >> >> > I'm grateful for you and Julie.
> > > >> >> > I'm now setting environment variables.
> > > >> >> > I want to confirm this command if it is right or no, for
> example,
> > > if
> > > >> i
> > > >> >> set:
> > > >> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > > >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > >> >> > in order to Set *$MET_NETCDF* to point to the main
> > NetCDFdirectory.
> > > >> >> > I  use  also the same process to set others external
libraries.
> > > >> >> > I let you know that my shell is bash, so i can't use the
export
> > > >> command.
> > > >> >> > Im wondering if i'm in the right way, because the
command with
> > > export
> > > >> >> > doesn't produce any error to verify if i'm right or
wrong.
> > > >> >> > Thanks,
> > > >> >> > Khaoula
> > > >> >> >
> > > >> >> >
> > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT <
> > > >> met_help at ucar.edu
> > > >> >> >:
> > > >> >> >
> > > >> >> > > Hello Khaoula,
> > > >> >> > >
> > > >> >> > > Julie is out of town.  My name is John, and I'd be
happy to
> > help
> > > >> >> answer
> > > >> >> > > your MET questions.
> > > >> >> > >
> > > >> >> > > I see that you're trying to get up and running using
MET to
> > > verify
> > > >> WRF
> > > >> >> > > output.  MET doesn't read WRF output files directly,
but
> > requires
> > > >> that
> > > >> >> > they
> > > >> >> > > first be post-processed either with the WRF-ARW
pinterp
> utility
> > > or
> > > >> the
> > > >> >> > > Unified Post-Processor (UPP).  Of the two, I'd
strongly
> > recommend
> > > >> >> using
> > > >> >> > UPP
> > > >> >> > > which creates output in GRIB format that is fully
supported
> by
> > > MET.
> > > >> >> The
> > > >> >> > > pinterp utility writes it output in NetCDF but we only
> support
> > > data
> > > >> >> > defined
> > > >> >> > > on the non-staggered dimensions.  Since velocity
points are
> > > >> staggered
> > > >> >> in
> > > >> >> > > WRF, MET can't be used to verifying winds in pinterp
output.
> > > >> >> > >
> > > >> >> > > Another advantage to using UPP is that GRIB data can
be
> easily
> > > >> >> regridded
> > > >> >> > > using the copygb utility.  copygb is included in the
UPP
> > package.
> > > >> >> > >
> > > >> >> > > You can download pinterp here:
> > > >> >> > >
> > > >> >> > >
> > > >> >> > >
> > > >> >> >
> > > >> >>
> > > >>
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > >> >> > >
> > > >> >> > > And you can download UPP here:
> > > >> >> > >    http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> > > >> >> > >
> > > >> >> > > Hope that helps.
> > > >> >> > >
> > > >> >> > > Thanks,
> > > >> >> > > John Halley Gotway
> > > >> >> > >
> > > >> >> > >
> > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via RT
<
> > > >> >> met_help at ucar.edu
> > > >> >> > >
> > > >> >> > > wrote:
> > > >> >> > >
> > > >> >> > > >
> > > >> >> > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > >> >> > > >
> > > >> >> > > > Hi Julie,
> > > >> >> > > > I compiled all libraries.
> > > >> >> > > > I downloaded post processor but i can't find the
WRF-ARW
> > > p-interp
> > > >> >> Tool
> > > >> >> > > when
> > > >> >> > > > i use the link posted in the tutorial.
> > > >> >> > > > also,what i don't understand the utility of the
copygb
> > utility
> > > >> and
> > > >> >> > from
> > > >> >> > > > where to get it.
> > > >> >> > > > i don't know what to do next to downloading and
compiling
> > > >> required
> > > >> >> > > > libraries.
> > > >> >> > > > Thanks,
> > > >> >> > > > Khaoula
> > > >> >> > > >
> > > >> >> > > >
> > > >> >> > > >
> > > >> >> > > >
> > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
> > > khaoula.enit at gmail.com
> > > >> >:
> > > >> >> > > >
> > > >> >> > > > >
> > > >> >> > > > >
> > > >> >> > > > > *Hi Julie,*
> > > >> >> > > > >
> > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > >> >> > > > >
> > > >> >> > > > > *When lookig the HDF-EOS library, i found in the
website
> is
> > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > >> >> > > > >
> > > >> >> > > > > *i tried to unpack it, i didn't find the right
command to
> > do
> > > >> it.*
> > > >> >> > > > >
> > > >> >> > > > > *Is there any command to unpak this library.*
> > > >> >> > > > >
> > > >> >> > > > > *Thanks,*
> > > >> >> > > > >
> > > >> >> > > > > *Khaoula  *
> > > >> >> > > > >
> > > >> >> > > > >
> > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via RT
<
> > > >> >> > met_help at ucar.edu
> > > >> >> > > >:
> > > >> >> > > > >
> > > >> >> > > > >> Hi Khaoula.
> > > >> >> > > > >>
> > > >> >> > > > >> The GRIB2 C-Library is used by the MET library
code to
> > read
> > > >> GRIB2
> > > >> >> > data
> > > >> >> > > > >> files. The GRIB2 C-Library requires the libraries
zlib,
> > > jasper
> > > >> >> and
> > > >> >> > png
> > > >> >> > > > to
> > > >> >> > > > >> be present on your system. Support for GRIB2 is
optional
> > and
> > > >> can
> > > >> >> be
> > > >> >> > > > >> enabled
> > > >> >> > > > >> with the *--enable-grib2* option for configure.
> > > >> >> > > > >>
> > > >> >> > > > >> I hope that helps.
> > > >> >> > > > >>
> > > >> >> > > > >> Julie
> > > >> >> > > > >>
> > > >> >> > > > >>
> > > >> >> > > > >>
> > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula
via RT <
> > > >> >> > > > met_help at ucar.edu>
> > > >> >> > > > >> wrote:
> > > >> >> > > > >>
> > > >> >> > > > >> >
> > > >> >> > > > >> > <URL:
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> >> >
> > > >> >> > > > >> >
> > > >> >> > > > >> >  Thank you Julie,
> > > >> >> > > > >> > It works.
> > > >> >> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
> > > >> >> > > > >> > About GRIB C library, i downloaded the library
and
> > > unpacked
> > > >> >> it.
> > > >> >> > > > >> > how it can be used by MET?
> > > >> >> > > > >> > Thanks,
> > > >> >> > > > >> > khaoula
> > > >> >> > > > >> >
> > > >> >> > > > >> >
> > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik via
RT <
> > > >> >> > > met_help at ucar.edu
> > > >> >> > > > >:
> > > >> >> > > > >> >
> > > >> >> > > > >> > > Hi Melki.
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > I'm glad that you were able to get BUFRLIB
> installed.
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > You said, "when trying to run the firs
command of *
> > *cd
> > > >> >> > > > >> /path/to/netcdf.
> > > >> >> > > > >> > he
> > > >> >> > > > >> > > wrote me no file or directory"
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > In the tutorial, when we say "*cd
/path/to/netcdf*"
> > you
> > > >> >> should
> > > >> >> > > > change
> > > >> >> > > > >> > > directories to the location where your netcdf
> > directory
> > > >> is on
> > > >> >> > your
> > > >> >> > > > >> > machine.
> > > >> >> > > > >> > > For example, if you unpacked the tar file
> > > >> netcdf-4.3.3.1.tar
> > > >> >> in
> > > >> >> > a
> > > >> >> > > > >> > directory
> > > >> >> > > > >> > > path of /d2/melki/external_libs/netcdf-
4.3.3.1 you
> > would
> > > >> run
> > > >> >> "cd
> > > >> >> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > */path/to/netcdf
> > > >> >> *is a
> > > >> >> > > > place
> > > >> >> > > > >> > > holder for the location on your machine.
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > You said, "setenv CC /path/to/c/compiler. It
doesn't
> > > >> work.he
> > > >> >> > said
> > > >> >> > > > >> command
> > > >> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is the
name of
> > the
> > > >> >> command
> > > >> >> > > used
> > > >> >> > > > >> to
> > > >> >> > > > >> > set
> > > >> >> > > > >> > > environment variables in the *csh family of
shells.
> > If
> > > >> you
> > > >> >> are
> > > >> >> > > > using
> > > >> >> > > > >> a
> > > >> >> > > > >> > > different shell, however, you may need to use
> > "export",
> > > >> >> which is
> > > >> >> > > the
> > > >> >> > > > >> name
> > > >> >> > > > >> > > of the command in the "other" family of
shells (ash,
> > > >> bourne,
> > > >> >> > > bourne
> > > >> >> > > > >> > again,
> > > >> >> > > > >> > > zsh).  To find out what shell you are using,
you can
> > run
> > > >> >> "echo
> > > >> >> > > > >> $SHELL".
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > If you are using a shell other than the *csh
family
> of
> > > >> >> shells,
> > > >> >> > and
> > > >> >> > > > you
> > > >> >> > > > >> > need
> > > >> >> > > > >> > > to use "export", the syntax is slightly
different.
> > > >> Instead
> > > >> >> of
> > > >> >> > > > >> running:
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > you would run
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > Please note, it is import that when using the
export
> > > >> command
> > > >> >> > that
> > > >> >> > > > >> there
> > > >> >> > > > >> > are
> > > >> >> > > > >> > > no spaces before or after the "=".  Also, in
this
> > case,
> > > >> >> please
> > > >> >> > > note
> > > >> >> > > > >> that
> > > >> >> > > > >> > > "/path/to/c/compiler" should be replaced with
the
> path
> > > to
> > > >> >> the c
> > > >> >> > > > >> compiler
> > > >> >> > > > >> > on
> > > >> >> > > > >> > > your machine.  For example. on my machine,
gcc lives
> > at
> > > >> >> > > > >> /usr/bin/X11/gcc:
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > so if I used setenv, I would run:
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > but if I used export, I would run:
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > I hope this helps.  In the future, if you
experience
> > any
> > > >> >> > problems
> > > >> >> > > or
> > > >> >> > > > >> > > errors, it would be helpful if you could copy
and
> > paste
> > > >> the
> > > >> >> > > commands
> > > >> >> > > > >> you
> > > >> >> > > > >> > > have run along with the errors they produced.
If
> > often
> > > >> gives
> > > >> >> > us a
> > > >> >> > > > >> > clearer
> > > >> >> > > > >> > > picture of what has gone wrong.
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > Please let us know if you experience other
problems
> > and
> > > >> need
> > > >> >> > help.
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > Thanks,
> > > >> >> > > > >> > > Julie
> > > >> >> > > > >> > >
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki
Khaoula via
> RT
> > <
> > > >> >> > > > >> met_help at ucar.edu
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > wrote:
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > <URL:
> > > >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> >> > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *Thanks Julie,*
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *It really works.*
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *i'm now trying to compile the netcdf
library.*
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *I'm wondering about the steps written in
the
> > > tutorial:
> > > >> *
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
/path/to/c/compiler
> > > setenv
> > > >> >> CXX
> > > >> >> > > > >> > > >    /path/to/c++/compiler setenv FC ''
setenv F90
> ''
> > > >> >> > ./configure
> > > >> >> > > > >> > > >    --prefix=/netcdf/install/path
> --disable-netcdf-4
> > > make
> > > >> >> make
> > > >> >> > > > >> install i
> > > >> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a
independent
> > > >> directory,
> > > >> >> > but
> > > >> >> > > > when
> > > >> >> > > > >> > > > trying to
> > > >> >> > > > >> > > >    run the firs command of *
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no file or
> > directory.
> > > >> so i
> > > >> >> > > > create a
> > > >> >> > > > >> > file
> > > >> >> > > > >> > > > called path existed in to file which are
both
> > included
> > > >> in
> > > >> >> > netcdf
> > > >> >> > > > >> > > directory.
> > > >> >> > > > >> > > > but when running   setenv CC
/path/to/c/compiler.
> It
> > > >> >> doesn't
> > > >> >> > > > work.he
> > > >> >> > > > >> > said
> > > >> >> > > > >> > > > command of setenv doesn't exist.*
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *Thank you really for your help and your
Time
> > Julie.*
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *yours faithfully,*
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > *Khaoula*
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie Prestopnik
via
> RT <
> > > >> >> > > > >> met_help at ucar.edu
> > > >> >> > > > >> > >:
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > > > Hi Melki.
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > We are able to reproduce the problems you
are
> > > >> >> experiencing
> > > >> >> > > with
> > > >> >> > > > >> the
> > > >> >> > > > >> > > > latest
> > > >> >> > > > >> > > > > version of BUFRLIB.  We are working on a
> solution
> > to
> > > >> get
> > > >> >> the
> > > >> >> > > > >> > > compilation
> > > >> >> > > > >> > > > > working.
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > In the meantime, I have uploaded the
previous
> > > version
> > > >> of
> > > >> >> > > BUFRLIB
> > > >> >> > > > >> to
> > > >> >> > > > >> > our
> > > >> >> > > > >> > > > ftp
> > > >> >> > > > >> > > > > site so that you can make some progress
and
> start
> > > >> working
> > > >> >> > with
> > > >> >> > > > >> MET.
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > Please execute the following commands.
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > *Make a new directory to contain the
BUFRLIB
> code
> > > >> (e.g.
> > > >> >> > mkdir
> > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > >> >> > > > >> > > > > *Change directories to that new directory
(e.g.
> > cd *
> > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > >
> > > >> >> > > > >> >
> > > >> >> > > > >>
> > > >> >> > > >
> > > >> >> > >
> > > >> >> >
> > > >> >>
> > > >>
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > >> >> > > > >> > > > > <
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > >
> > > >> >> > > > >> >
> > > >> >> > > > >>
> > > >> >> > > >
> > > >> >> > >
> > > >> >> >
> > > >> >>
> > > >>
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > >> >> > > > >> > > > > >*
> > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE -fno-second-
underscore
> > *.f
> > > >> *.F*
> > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > You should get a successful compilation
with
> this
> > > >> older
> > > >> >> > > version
> > > >> >> > > > of
> > > >> >> > > > >> > > > > BUFRLIB.  Please let us know how it goes.
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > Thanks,
> > > >> >> > > > >> > > > > Julie
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki
Khaoula
> via
> > > RT
> > > >> <
> > > >> >> > > > >> > > met_help at ucar.edu
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > wrote:
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > >
> > > >> >> > > > >> > > > > > <URL:
> > > >> >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> >> > > > >
> > > >> >> > > > >> > > > > >
> > > >> >> > > > >> > > > > > Hello Julie,
> > > >> >> > > > >> > > > > > Happy with your email.
> > > >> >> > > > >> > > > > > It is really motivating to receive your
help
> in
> > > >> >> compiling
> > > >> >> > > MET
> > > >> >> > > > >> > model.
> > > >> >> > > > >> > > > > > You find  two terminal containing
errors of
> > runing
> > > >> gcc
> > > >> >> and
> > > >> >> > > > >> gfortran
> > > >> >> > > > >> > > > > > compilers.
> > > >> >> > > > >> > > > > > Tnanks,
> > > >> >> > > > >> > > > > > Khaoula
> > > >> >> > > > >> > > > > >
> > > >> >> > > > >> > > > > >
> > > >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie
Prestopnik
> via
> > > RT <
> > > >> >> > > > >> > > met_help at ucar.edu
> > > >> >> > > > >> > > > >:
> > > >> >> > > > >> > > > > >
> > > >> >> > > > >> > > > > > > Hi Melki.  I don't believe that you
should
> > have
> > > to
> > > >> >> > > reinstall
> > > >> >> > > > >> the
> > > >> >> > > > >> > > > > > > compilers.  That is likely not the
problem.
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > > You said that you received an error
message
> > when
> > > >> >> running
> > > >> >> > > the
> > > >> >> > > > >> > > > following:
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE
> > -fno-second-underscore
> > > >> *.f
> > > >> >> *.F
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > > Could you please send the full error
that
> you
> > > >> >> received?
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > > Thanks,
> > > >> >> > > > >> > > > > > > Julie
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM,
Melki
> Khaoula
> > > via
> > > >> >> RT <
> > > >> >> > > > >> > > > > met_help at ucar.edu
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > > wrote:
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > <URL:
> > > >> >> > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > Thanks for your email.
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > In trying the command whereis gcc
and
> > whereis
> > > >> >> > gfortran,
> > > >> >> > > > >> this is
> > > >> >> > > > >> > > > > > > theresult:
> > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis
> gfortran
> > > >> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#  whereis
gcc
> > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> > > /usr/libexec/gcc
> > > >> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > So i go to try the command of *gcc
-c
> > > >> -DUNDERSCORE
> > > >> >> *.c
> > > >> >> > > > and *
> > > >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
> > > -fno-second-underscore
> > > >> >> *.f
> > > >> >> > > *.F *
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > *Linux return me a message of
error.*
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > *So i tried to reinstall gcc
compiler
> using
> > > yum
> > > >> >> > install
> > > >> >> > > > >> gcc, i
> > > >> >> > > > >> > > > found
> > > >> >> > > > >> > > > > > that
> > > >> >> > > > >> > > > > > > > the last pack of gcc was installed.
But
> when
> > > >> >> > > reinstalling
> > > >> >> > > > >> > > gfortran
> > > >> >> > > > >> > > > > > > compiler
> > > >> >> > > > >> > > > > > > > using yum install gfortran, i found
an
> > message
> > > >> >> telling
> > > >> >> > > me
> > > >> >> > > > >> there
> > > >> >> > > > >> > > is
> > > >> >> > > > >> > > > no
> > > >> >> > > > >> > > > > > > > gfortran pack to install. *
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > *I don't know what to do.*
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > *Thank you for your time and your
> > cooperation*
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie
> Prestopnik
> > > via
> > > >> RT
> > > >> >> <
> > > >> >> > > > >> > > > > met_help at ucar.edu
> > > >> >> > > > >> > > > > > >:
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank you for trying
to use
> the
> > > MET
> > > >> >> > > software.
> > > >> >> > > > >> I'm
> > > >> >> > > > >> > > not
> > > >> >> > > > >> > > > > > sure
> > > >> >> > > > >> > > > > > > > if I
> > > >> >> > > > >> > > > > > > > > understand what you are asking.
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > You mentioned that you want to
compile
> > > >> BUFRLIB.
> > > >> >> As
> > > >> >> > is
> > > >> >> > > > >> > > explained
> > > >> >> > > > >> > > > on
> > > >> >> > > > >> > > > > > the
> > > >> >> > > > >> > > > > > > > > following page of the MET Online
> Tutorial
> > > for
> > > >> >> > METv5.0:
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > >
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > >
> > > >> >> > > > >> >
> > > >> >> > > > >>
> > > >> >> > > >
> > > >> >> > >
> > > >> >> >
> > > >> >>
> > > >>
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > you can use the GNU gcc and
gfortran
> > > >> compilers,
> > > >> >> the
> > > >> >> > > PGI
> > > >> >> > > > >> pgcc
> > > >> >> > > > >> > > and
> > > >> >> > > > >> > > > > > pgf90
> > > >> >> > > > >> > > > > > > > > compilers, or the Intel icc and
ifort
> > > >> compilers.
> > > >> >> > You
> > > >> >> > > > are
> > > >> >> > > > >> > > welcome
> > > >> >> > > > >> > > > > to
> > > >> >> > > > >> > > > > > > use
> > > >> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if you
would like
> > to.
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > Most LINUX distributions come
with the
> > > >> compilers.
> > > >> >> > To
> > > >> >> > > > find
> > > >> >> > > > >> > gcc
> > > >> >> > > > >> > > > and
> > > >> >> > > > >> > > > > > > > gfortran
> > > >> >> > > > >> > > > > > > > > on your machine, you can run the
> following
> > > >> >> commands:
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > >> >> > > > >> > > > > > > > > whereis gcc
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > Here are the results I get after
running
> > > those
> > > >> >> two
> > > >> >> > > > >> commands:
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
> > > >> /usr/bin/X11/gfortran
> > > >> >> > > > >> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> > > >> /usr/bin/X11/gcc
> > > >> >> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > I hope that helps.  Please let me
know
> if
> > I
> > > >> have
> > > >> >> not
> > > >> >> > > > >> answered
> > > >> >> > > > >> > > > your
> > > >> >> > > > >> > > > > > > > question
> > > >> >> > > > >> > > > > > > > > and if this solves the problem
for you.
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > Thanks,
> > > >> >> > > > >> > > > > > > > > Julie
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40 AM,
Melki
> > > Khaoula
> > > >> >> via
> > > >> >> > RT
> > > >> >> > > <
> > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > wrote:
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > >
> > > >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015:
Request
> 72309
> > > was
> > > >> >> acted
> > > >> >> > > > upon.
> > > >> >> > > > >> > > > > > > > > > Transaction: Ticket created by
> > > >> >> > > khaoula.enit at gmail.com
> > > >> >> > > > >> > > > > > > > > >        Queue: met_help
> > > >> >> > > > >> > > > > > > > > >      Subject: (No subject
given)
> > > >> >> > > > >> > > > > > > > > >        Owner: Nobody
> > > >> >> > > > >> > > > > > > > > >   Requestors:
khaoula.enit at gmail.com
> > > >> >> > > > >> > > > > > > > > >       Status: new
> > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > >> >> > > > >> > > > > > >
> > > >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > >
> > > >> >> > > > >> > > > > > > > > >
> > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > >> >> > > > >> > > > > > > > > > i4m traynig to use MET model.
> > > >> >> > > > >> > > > > > > > > > About compilation of BUFRLIB, i
need
> gcc
> > > and
> > > >> >> > > gfortran
> > > >> >> > > > >> > > > compilers.
> > > >> >> > > > >> > > > > > > > > > Do i need to install fortran
and C
> > > software
> > > >> for
> > > >> >> > > LINUX
> > > >> >> > > > >> > before
> > > >> >> > > > >> > > > > > > installing
> > > >> >> > > > >> > > > > > > > > > their compilers?
> > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > >> >> > > > >> > > > > > > > > >
> > > >> >> > > > >> > > > > > > > > >
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > > --
> > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > >> >> > > > >> > > > > > > > > National Center for Atmospheric
Research
> > > >> >> > > > >> > > > > > > > > Research Applications Laboratory
> > > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > > >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > > >
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > > >
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > > --
> > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > >> >> > > > >> > > > > > > National Center for Atmospheric
Research
> > > >> >> > > > >> > > > > > > Research Applications Laboratory
> > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > > >
> > > >> >> > > > >> > > > > >
> > > >> >> > > > >> > > > > >
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > > --
> > > >> >> > > > >> > > > > Julie Prestopnik
> > > >> >> > > > >> > > > > National Center for Atmospheric Research
> > > >> >> > > > >> > > > > Research Applications Laboratory
> > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > > >
> > > >> >> > > > >> > >
> > > >> >> > > > >> > >
> > > >> >> > > > >> > > --
> > > >> >> > > > >> > > Julie Prestopnik
> > > >> >> > > > >> > > National Center for Atmospheric Research
> > > >> >> > > > >> > > Research Applications Laboratory
> > > >> >> > > > >> > > Phone: 303.497.8399
> > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > >> >> > > > >> > >
> > > >> >> > > > >> > >
> > > >> >> > > > >> >
> > > >> >> > > > >> >
> > > >> >> > > > >>
> > > >> >> > > > >>
> > > >> >> > > > >> --
> > > >> >> > > > >> Julie Prestopnik
> > > >> >> > > > >> National Center for Atmospheric Research
> > > >> >> > > > >> Research Applications Laboratory
> > > >> >> > > > >> Phone: 303.497.8399
> > > >> >> > > > >> Email: jpresto at ucar.edu
> > > >> >> > > > >>
> > > >> >> > > > >>
> > > >> >> > > > >
> > > >> >> > > >
> > > >> >> > > >
> > > >> >> > >
> > > >> >> > >
> > > >> >> >
> > > >> >> >
> > > >> >>
> > > >> >>
> > > >> >
> > > >>
> > > >>
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Thu Jul 16 12:36:56 2015

Hi Khaoula.

I see that you tried to install zlib, but have a question about the
install
path.

You can install zlib where ever you would like, either in /zlib-1.2.8
or /usr/local/bin
(assuming you have root access) or somewhere else entirely.  So, it
sounds
like you followed these generic instructions:

cd /path/to/zlib
./configure --prefix=/zlib/install/path
make test
make install

replacing /path/to/zlib with /root/Bureau/zlib-1.2.8 and replacing
/zlib/install/path
with /zlib-1.2.8 as follows:

cd /root/Bureau/zlib-1.2.8
./configure --prefix=/zlib-1.2.8
make test
make install

It sounds like you got a successful installation of zlib, but libpng
couldn't find zlib.

Try recompiling libpng as follows,
  replacing "/path/to/libz.a/directory" with the path to libz.a (leave
the
-L in place in the example below)
  replacing "/path/to/zlib.h/directory" with the path to zlib.h (leave
the
-I in place in the example below)
  and replacing "/path/to/libpng/install/directory" with the path
where you
would like to install libpng:

  cd /root/Bureau/libpng-1.2.34
  make clean
  export LDFLAGS="-L/path/to/libz.a/directory"
  export CPPFLAGS="-I/path/to/zlib.h/directory"
  ./configure --prefix=/path/to/libpng/install/directory
  make
  make install

That should do the trick.  With those environment variables, you're
telling
it where to find the zlib header and object files.  Give that a try
and let
me know if you're able to compile libpng successfully.

Thanks,
Julie

On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> Grib2 needs jasper, png and zlib libraries to install.
> in installing zlib library,i i used  these commands:
> *cd /path/to/zlib*
> *./configure --prefix=/zlib/install/path*
> *make test*
>
> *make install*
>
> *for my sysytem, path/to/zlib is root/Bureau/zlib-1.2.8.*
>
> *about prefix=zlib/install/path. zlib/install/path is the directory
where i
> put zlib installation, prefix=/zlib-1.2.8 or it is usr/local/bin in
order
> to be installed in the system.*
>
> *i found a problem when installing libpng library. i used thses
commands:*
>
> *cd libpng-1.2.34*
>
> *./configure --prefix=/root/Bureau/libpng-1.2.34*
>
> *make *
>
> *make install*
>
> *But when using configure, an error occur informing me that zlib
isn't
> installed.*
>
> *So, i was wondering about path to install. It is in the directory
of
> library or in the system unix(usr/local/bin)*
> *Thanks,*
>
> *khaoula melki*
>
>
> 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Khaoula.
> >
> > There will not be a bin subdirectory when you unpack met-5.0, but
there
> > should be upon a successful installation of the MET tools.
Looking at
> your
> > make_install.log file I see that there is a problem finding
grib2.h:
> >
> > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou dossier
de ce
> type
> >
> > NCEP's GRIB2C library is used by the MET library code to read
GRIB2 data
> > files.  If you do not need GRIB2 capability, you can simply skip
this
> part
> > of the installation by removing "--enable-grib2" from your list of
> options
> > to "./configure".  If you do need GRIB2 capability and the grib2c
library
> > is not already on your system, you will need to download and
unpack the
> > grib2c tarball (http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/) and
refer
> > to
> > the README file. Once built, MET expects the GRIB2 C-Library to be
named
> > *libgrib2c.a*. The GRIB2 C-Library *requires the libraries zlib,
jasper
> and
> > png* to be present on your system and those packages are all
available in
> > the link above. When configuring the MET build after installation
of the
> > necessary libraries (or if grib2c, zlib, jasper, and png are
already on
> > your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC* and
> *MET_GRIB2CLIB*)
> > environment variables to indicate the location of this library.
> >
> > Please let us know if you have any questions.
> >
> > Thanks,
> > Julie
> >
> >
> > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi Julie,
> > > thank you for your response.
> > > it rebuilt nectd.
> > > my problem now is the bin subdirectory.
> > > when unpacking met-5.0, thre is no subdirectory called bin.
> > >
> > > Also, after setting environment variables, i used the
configuration
> > script
> > > with: ./configure --prefix=`pwd` --enable-grib2 --enable-modis
> > > --enable-mode_graphics
> > > there is no bin subdirectory  built or recreated.
> > > Thanks,
> > > Khaoula
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Taking another look at this, I do not see a "-I" entry for
> > > > "/root/Bureau/netcdf-4.3.3.1", which I believe you have
MET_NETCDF
> set
> > > to.
> > > >
> > > > g++ -DHAVE_CONFIG_H -I. -I../../..
-I../../../src/basic/vx_cal
> > > > -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > > > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > > > -I../../../src/libcode/vx_afm
-I../../../src/libcode/vx_analysis_util
> > > > -I../../../src/libcode/vx_color
-I../../../src/libcode/vx_data2d
> > > > -I../../../src/libcode/vx_data2d_factory
> > > > -I../../../src/libcode/vx_data2d_grib
> > > > -I../../../src/libcode/vx_data2d_grib2
> > > > -I../../../src/libcode/vx_data2d_nccf
> > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > -I../../../src/libcode/vx_geodesy
-I../../../src/libcode/vx_gnomon
> > > > -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob
> > > > -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util
> > > > -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util
> > > > -I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm
> > > > -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_shapedata
> > > > -I../../../src/libcode/vx_statistics
> -I../../../src/libcode/vx_stat_out
> > > > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
> > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > libvx_nc_util_a-nc_var_info.o
> > > > `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> > > > Dans le fichier inclus à partir de nc_var_info.cc:24:
> > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou
dossier de
> ce
> > > > type
> > > >
> > > > You could check the include area for /root/Bureau/netcdf-
4.3.3.1 to
> see
> > > if
> > > > there is a netcdf.hh file.  If there is, you'll need to make
sure
> that
> > > met
> > > > can find it by making sure the MET_NETCDF is set correctly,
then
> source
> > > > your .bashrc or similar file, reconfigure, and rebuild MET,
> otherwise,
> > if
> > > > it is not there, I would suggest following the instructions in
my
> most
> > > > recent previous email.
> > > >
> > > > Please let us know how it works out.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > >
> > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik
<jpresto at ucar.edu>
> > > wrote:
> > > >
> > > > > Hi Khaoula.  I apologize for the delayed response.  I was
out of
> > town.
> > > > >
> > > > > I believe that I see in your make_install.log that there is
a
> problem
> > > > > finding netcdf.hh:
> > > > >
> > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou
dossier
> de
> > ce
> > > > > type
> > > > >
> > > > > We've typically been compiling MET using NetCDF version 3 -
the
> > > specific
> > > > > version is netcdf-3.6.3.  I know that some of the versions
of
> netcdf
> > no
> > > > > longer include netcdf.hh, but that file is necessary for our
code.
> > I'd
> > > > > suggest downloading and compiling NetCDF 3.6.3 locally using
the
> > > > > following steps:
> > > > >
> > > > > Download NetCDF 3.6.3 from here:
> > > > >
> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz
> > > > >
> > > > > Then run:
> > > > >
> > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > ./configure --prefix=`pwd`
> > > > > make
> > > > > make install
> > > > >
> > > > > These commands should compile the C and C++ interfaces for
NetCDF
> and
> > > > > skip the Fortran interface that MET doesn't use.  It will
install
> the
> > > > > library in current "netcdf-3.6.3" directory due to the
> --prefix=`pwd`
> > > > > option.
> > > > >
> > > > > Next, you'll need to edit where you set MET_NETCDF to point
to this
> > new
> > > > > location, source your .bashrc or similiar file, and rebuild
MET.
> > > > >
> > > > > Please let us know if that works well for you.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > >>
> > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >>
> > > > >> Hello John,
> > > > >> the error was there is no compilor of C++. so i downloaded
g++
> > using :
> > > > yum
> > > > >> install gcc-c++.
> > > > >> I didn't understand the bin subdirectory. I looked to the
met-5.0
> > > > >> directory, i didin't find a subdirectory called bin. But
files
> cited
> > > in
> > > > >> the
> > > > >> Built executables are located in the output subdirectory.
> > > > >> The compilation of *make install >& make_install.log &*
> > > > >> *tail -f make_install.log   *
> > > > >> * send an error.*
> > > > >> *there is two executables,  *the first is called
configuration1.
> It
> > is
> > > > >> about run of ./
> > > > >> *configure --prefix=`pwd` --enable-grib2 --enable-modis
> > > > >> --enable-mode_graphics*The second is called make
install.log,
> > obtained
> > > > >> after running :
> > > > >> *make install >& make_install.log &*
> > > > >>
> > > > >> *tail -f make_install.log*
> > > > >>
> > > > >> *Thanks,*
> > > > >>
> > > > >> *Khaoula*
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > > > >>
> > > > >> > Hello John,
> > > > >> > Thank you for your help. it really works.
> > > > >> > I am in the configuration step.
> > > > >> > when executing the command of : ./configure
--prefix=`pwd`
> > > > >> --enable-grib2
> > > > >> > --enable-modis --enable-mode_graphics.
> > > > >> > i found that when cheking for some compilers, the system
return
> > no.
> > > > >> > for example:
> > > > >> > checking for bison... no
> > > > >> > checking for byacc... no
> > > > >> > checking for g++... no
> > > > >> > checking for c++... no
> > > > >> > checking for gpp... no
> > > > >> > checking for aCC... no
> > > > >> > checking for CC... no
> > > > >> > checking for cxx... no
> > > > >> > checking for cc++... no
> > > > >> > checking for cl.exe... no
> > > > >> > checking for FCC... no
> > > > >> > checking for KCC... no
> > > > >> > checking for RCC... no
> > > > >> > checking for xlC_r... no
> > > > >> > checking for xlC... no
> > > > >> > checking whether the C++ compiler works... no
> > > > >> > IS there any errors?
> > > > >> > you will find the executive file called configuration.
> > > > >> > thanks,
> > > > >> > Khaoula
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT <
> > > > met_help at ucar.edu
> > > > >> >:
> > > > >> >
> > > > >> >> Khaoula,
> > > > >> >>
> > > > >> >> Looks like you have syntax wrong on those commands.
Please try
> > > this:
> > > > >> >>
> > > > >> >> export MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > >> >>
> > > > >> >> Actually since your NetCDF build is installed in the
standard
> > way,
> > > > >> this is
> > > > >> >> all you really need to set:
> > > > >> >>
> > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > >> >>
> > > > >> >> And MET assumes that the headers are in the "include"
> > subdirectory
> > > > and
> > > > >> the
> > > > >> >> library archive files are in the "lib" subdirectory.
> > > > >> >>
> > > > >> >> Thanks,
> > > > >> >> John
> > > > >> >>
> > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT <
> > > > >> met_help at ucar.edu>
> > > > >> >> wrote:
> > > > >> >>
> > > > >> >> >
> > > > >> >> > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > >> >> >
> > > > >> >> > Hi John,
> > > > >> >> >
> > > > >> >> > Thank you for your help.
> > > > >> >> > I'm grateful for you and Julie.
> > > > >> >> > I'm now setting environment variables.
> > > > >> >> > I want to confirm this command if it is right or no,
for
> > example,
> > > > if
> > > > >> i
> > > > >> >> set:
> > > > >> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > > > >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > >> >> > in order to Set *$MET_NETCDF* to point to the main
> > > NetCDFdirectory.
> > > > >> >> > I  use  also the same process to set others external
> libraries.
> > > > >> >> > I let you know that my shell is bash, so i can't use
the
> export
> > > > >> command.
> > > > >> >> > Im wondering if i'm in the right way, because the
command
> with
> > > > export
> > > > >> >> > doesn't produce any error to verify if i'm right or
wrong.
> > > > >> >> > Thanks,
> > > > >> >> > Khaoula
> > > > >> >> >
> > > > >> >> >
> > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT <
> > > > >> met_help at ucar.edu
> > > > >> >> >:
> > > > >> >> >
> > > > >> >> > > Hello Khaoula,
> > > > >> >> > >
> > > > >> >> > > Julie is out of town.  My name is John, and I'd be
happy to
> > > help
> > > > >> >> answer
> > > > >> >> > > your MET questions.
> > > > >> >> > >
> > > > >> >> > > I see that you're trying to get up and running using
MET to
> > > > verify
> > > > >> WRF
> > > > >> >> > > output.  MET doesn't read WRF output files directly,
but
> > > requires
> > > > >> that
> > > > >> >> > they
> > > > >> >> > > first be post-processed either with the WRF-ARW
pinterp
> > utility
> > > > or
> > > > >> the
> > > > >> >> > > Unified Post-Processor (UPP).  Of the two, I'd
strongly
> > > recommend
> > > > >> >> using
> > > > >> >> > UPP
> > > > >> >> > > which creates output in GRIB format that is fully
supported
> > by
> > > > MET.
> > > > >> >> The
> > > > >> >> > > pinterp utility writes it output in NetCDF but we
only
> > support
> > > > data
> > > > >> >> > defined
> > > > >> >> > > on the non-staggered dimensions.  Since velocity
points are
> > > > >> staggered
> > > > >> >> in
> > > > >> >> > > WRF, MET can't be used to verifying winds in pinterp
> output.
> > > > >> >> > >
> > > > >> >> > > Another advantage to using UPP is that GRIB data can
be
> > easily
> > > > >> >> regridded
> > > > >> >> > > using the copygb utility.  copygb is included in the
UPP
> > > package.
> > > > >> >> > >
> > > > >> >> > > You can download pinterp here:
> > > > >> >> > >
> > > > >> >> > >
> > > > >> >> > >
> > > > >> >> >
> > > > >> >>
> > > > >>
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > >> >> > >
> > > > >> >> > > And you can download UPP here:
> > > > >> >> > >
> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > >> >> > >
> > > > >> >> > > Hope that helps.
> > > > >> >> > >
> > > > >> >> > > Thanks,
> > > > >> >> > > John Halley Gotway
> > > > >> >> > >
> > > > >> >> > >
> > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via
RT <
> > > > >> >> met_help at ucar.edu
> > > > >> >> > >
> > > > >> >> > > wrote:
> > > > >> >> > >
> > > > >> >> > > >
> > > > >> >> > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > >> >> > > >
> > > > >> >> > > > Hi Julie,
> > > > >> >> > > > I compiled all libraries.
> > > > >> >> > > > I downloaded post processor but i can't find the
WRF-ARW
> > > > p-interp
> > > > >> >> Tool
> > > > >> >> > > when
> > > > >> >> > > > i use the link posted in the tutorial.
> > > > >> >> > > > also,what i don't understand the utility of the
copygb
> > > utility
> > > > >> and
> > > > >> >> > from
> > > > >> >> > > > where to get it.
> > > > >> >> > > > i don't know what to do next to downloading and
compiling
> > > > >> required
> > > > >> >> > > > libraries.
> > > > >> >> > > > Thanks,
> > > > >> >> > > > Khaoula
> > > > >> >> > > >
> > > > >> >> > > >
> > > > >> >> > > >
> > > > >> >> > > >
> > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
> > > > khaoula.enit at gmail.com
> > > > >> >:
> > > > >> >> > > >
> > > > >> >> > > > >
> > > > >> >> > > > >
> > > > >> >> > > > > *Hi Julie,*
> > > > >> >> > > > >
> > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > >> >> > > > >
> > > > >> >> > > > > *When lookig the HDF-EOS library, i found in the
> website
> > is
> > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > >> >> > > > >
> > > > >> >> > > > > *i tried to unpack it, i didn't find the right
command
> to
> > > do
> > > > >> it.*
> > > > >> >> > > > >
> > > > >> >> > > > > *Is there any command to unpak this library.*
> > > > >> >> > > > >
> > > > >> >> > > > > *Thanks,*
> > > > >> >> > > > >
> > > > >> >> > > > > *Khaoula  *
> > > > >> >> > > > >
> > > > >> >> > > > >
> > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik via
RT <
> > > > >> >> > met_help at ucar.edu
> > > > >> >> > > >:
> > > > >> >> > > > >
> > > > >> >> > > > >> Hi Khaoula.
> > > > >> >> > > > >>
> > > > >> >> > > > >> The GRIB2 C-Library is used by the MET library
code to
> > > read
> > > > >> GRIB2
> > > > >> >> > data
> > > > >> >> > > > >> files. The GRIB2 C-Library requires the
libraries
> zlib,
> > > > jasper
> > > > >> >> and
> > > > >> >> > png
> > > > >> >> > > > to
> > > > >> >> > > > >> be present on your system. Support for GRIB2 is
> optional
> > > and
> > > > >> can
> > > > >> >> be
> > > > >> >> > > > >> enabled
> > > > >> >> > > > >> with the *--enable-grib2* option for configure.
> > > > >> >> > > > >>
> > > > >> >> > > > >> I hope that helps.
> > > > >> >> > > > >>
> > > > >> >> > > > >> Julie
> > > > >> >> > > > >>
> > > > >> >> > > > >>
> > > > >> >> > > > >>
> > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki Khaoula
via RT
> <
> > > > >> >> > > > met_help at ucar.edu>
> > > > >> >> > > > >> wrote:
> > > > >> >> > > > >>
> > > > >> >> > > > >> >
> > > > >> >> > > > >> > <URL:
> > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> >> >
> > > > >> >> > > > >> >
> > > > >> >> > > > >> >  Thank you Julie,
> > > > >> >> > > > >> > It works.
> > > > >> >> > > > >> > I compile Nectcdf , GNU  and zlib libraries.
> > > > >> >> > > > >> > About GRIB C library, i downloaded the
library and
> > > > unpacked
> > > > >> >> it.
> > > > >> >> > > > >> > how it can be used by MET?
> > > > >> >> > > > >> > Thanks,
> > > > >> >> > > > >> > khaoula
> > > > >> >> > > > >> >
> > > > >> >> > > > >> >
> > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik
via RT <
> > > > >> >> > > met_help at ucar.edu
> > > > >> >> > > > >:
> > > > >> >> > > > >> >
> > > > >> >> > > > >> > > Hi Melki.
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > I'm glad that you were able to get BUFRLIB
> > installed.
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > You said, "when trying to run the firs
command of
> *
> > > *cd
> > > > >> >> > > > >> /path/to/netcdf.
> > > > >> >> > > > >> > he
> > > > >> >> > > > >> > > wrote me no file or directory"
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > In the tutorial, when we say "*cd
> /path/to/netcdf*"
> > > you
> > > > >> >> should
> > > > >> >> > > > change
> > > > >> >> > > > >> > > directories to the location where your
netcdf
> > > directory
> > > > >> is on
> > > > >> >> > your
> > > > >> >> > > > >> > machine.
> > > > >> >> > > > >> > > For example, if you unpacked the tar file
> > > > >> netcdf-4.3.3.1.tar
> > > > >> >> in
> > > > >> >> > a
> > > > >> >> > > > >> > directory
> > > > >> >> > > > >> > > path of /d2/melki/external_libs/netcdf-
4.3.3.1 you
> > > would
> > > > >> run
> > > > >> >> "cd
> > > > >> >> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > */path/to/netcdf
> > > > >> >> *is a
> > > > >> >> > > > place
> > > > >> >> > > > >> > > holder for the location on your machine.
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > You said, "setenv CC /path/to/c/compiler.
It
> doesn't
> > > > >> work.he
> > > > >> >> > said
> > > > >> >> > > > >> command
> > > > >> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is the
name
> of
> > > the
> > > > >> >> command
> > > > >> >> > > used
> > > > >> >> > > > >> to
> > > > >> >> > > > >> > set
> > > > >> >> > > > >> > > environment variables in the *csh family of
> shells.
> > > If
> > > > >> you
> > > > >> >> are
> > > > >> >> > > > using
> > > > >> >> > > > >> a
> > > > >> >> > > > >> > > different shell, however, you may need to
use
> > > "export",
> > > > >> >> which is
> > > > >> >> > > the
> > > > >> >> > > > >> name
> > > > >> >> > > > >> > > of the command in the "other" family of
shells
> (ash,
> > > > >> bourne,
> > > > >> >> > > bourne
> > > > >> >> > > > >> > again,
> > > > >> >> > > > >> > > zsh).  To find out what shell you are
using, you
> can
> > > run
> > > > >> >> "echo
> > > > >> >> > > > >> $SHELL".
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > If you are using a shell other than the
*csh
> family
> > of
> > > > >> >> shells,
> > > > >> >> > and
> > > > >> >> > > > you
> > > > >> >> > > > >> > need
> > > > >> >> > > > >> > > to use "export", the syntax is slightly
different.
> > > > >> Instead
> > > > >> >> of
> > > > >> >> > > > >> running:
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > you would run
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > Please note, it is import that when using
the
> export
> > > > >> command
> > > > >> >> > that
> > > > >> >> > > > >> there
> > > > >> >> > > > >> > are
> > > > >> >> > > > >> > > no spaces before or after the "=".  Also,
in this
> > > case,
> > > > >> >> please
> > > > >> >> > > note
> > > > >> >> > > > >> that
> > > > >> >> > > > >> > > "/path/to/c/compiler" should be replaced
with the
> > path
> > > > to
> > > > >> >> the c
> > > > >> >> > > > >> compiler
> > > > >> >> > > > >> > on
> > > > >> >> > > > >> > > your machine.  For example. on my machine,
gcc
> lives
> > > at
> > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > so if I used setenv, I would run:
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > but if I used export, I would run:
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > I hope this helps.  In the future, if you
> experience
> > > any
> > > > >> >> > problems
> > > > >> >> > > or
> > > > >> >> > > > >> > > errors, it would be helpful if you could
copy and
> > > paste
> > > > >> the
> > > > >> >> > > commands
> > > > >> >> > > > >> you
> > > > >> >> > > > >> > > have run along with the errors they
produced.  If
> > > often
> > > > >> gives
> > > > >> >> > us a
> > > > >> >> > > > >> > clearer
> > > > >> >> > > > >> > > picture of what has gone wrong.
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > Please let us know if you experience other
> problems
> > > and
> > > > >> need
> > > > >> >> > help.
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > Thanks,
> > > > >> >> > > > >> > > Julie
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki
Khaoula via
> > RT
> > > <
> > > > >> >> > > > >> met_help at ucar.edu
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > wrote:
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > <URL:
> > > > >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> >> > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *It really works.*
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *i'm now trying to compile the netcdf
library.*
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *I'm wondering about the steps written in
the
> > > > tutorial:
> > > > >> *
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
> /path/to/c/compiler
> > > > setenv
> > > > >> >> CXX
> > > > >> >> > > > >> > > >    /path/to/c++/compiler setenv FC ''
setenv F90
> > ''
> > > > >> >> > ./configure
> > > > >> >> > > > >> > > >    --prefix=/netcdf/install/path
> > --disable-netcdf-4
> > > > make
> > > > >> >> make
> > > > >> >> > > > >> install i
> > > > >> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a
independent
> > > > >> directory,
> > > > >> >> > but
> > > > >> >> > > > when
> > > > >> >> > > > >> > > > trying to
> > > > >> >> > > > >> > > >    run the firs command of *
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no file
or
> > > directory.
> > > > >> so i
> > > > >> >> > > > create a
> > > > >> >> > > > >> > file
> > > > >> >> > > > >> > > > called path existed in to file which are
both
> > > included
> > > > >> in
> > > > >> >> > netcdf
> > > > >> >> > > > >> > > directory.
> > > > >> >> > > > >> > > > but when running   setenv CC
> /path/to/c/compiler.
> > It
> > > > >> >> doesn't
> > > > >> >> > > > work.he
> > > > >> >> > > > >> > said
> > > > >> >> > > > >> > > > command of setenv doesn't exist.*
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *Thank you really for your help and your
Time
> > > Julie.*
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *yours faithfully,*
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > *Khaoula*
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie
Prestopnik via
> > RT <
> > > > >> >> > > > >> met_help at ucar.edu
> > > > >> >> > > > >> > >:
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > > > Hi Melki.
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > We are able to reproduce the problems
you are
> > > > >> >> experiencing
> > > > >> >> > > with
> > > > >> >> > > > >> the
> > > > >> >> > > > >> > > > latest
> > > > >> >> > > > >> > > > > version of BUFRLIB.  We are working on
a
> > solution
> > > to
> > > > >> get
> > > > >> >> the
> > > > >> >> > > > >> > > compilation
> > > > >> >> > > > >> > > > > working.
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > In the meantime, I have uploaded the
previous
> > > > version
> > > > >> of
> > > > >> >> > > BUFRLIB
> > > > >> >> > > > >> to
> > > > >> >> > > > >> > our
> > > > >> >> > > > >> > > > ftp
> > > > >> >> > > > >> > > > > site so that you can make some progress
and
> > start
> > > > >> working
> > > > >> >> > with
> > > > >> >> > > > >> MET.
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > Please execute the following commands.
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > *Make a new directory to contain the
BUFRLIB
> > code
> > > > >> (e.g.
> > > > >> >> > mkdir
> > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > >> >> > > > >> > > > > *Change directories to that new
directory
> (e.g.
> > > cd *
> > > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> >
> > > > >> >> > > > >>
> > > > >> >> > > >
> > > > >> >> > >
> > > > >> >> >
> > > > >> >>
> > > > >>
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > >> >> > > > >> > > > > <
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> >
> > > > >> >> > > > >>
> > > > >> >> > > >
> > > > >> >> > >
> > > > >> >> >
> > > > >> >>
> > > > >>
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > >> >> > > > >> > > > > >*
> > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE
> -fno-second-underscore
> > > *.f
> > > > >> *.F*
> > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > You should get a successful compilation
with
> > this
> > > > >> older
> > > > >> >> > > version
> > > > >> >> > > > of
> > > > >> >> > > > >> > > > > BUFRLIB.  Please let us know how it
goes.
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > Thanks,
> > > > >> >> > > > >> > > > > Julie
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM, Melki
Khaoula
> > via
> > > > RT
> > > > >> <
> > > > >> >> > > > >> > > met_help at ucar.edu
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > wrote:
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > >
> > > > >> >> > > > >> > > > > > <URL:
> > > > >> >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> >> > > > >
> > > > >> >> > > > >> > > > > >
> > > > >> >> > > > >> > > > > > Hello Julie,
> > > > >> >> > > > >> > > > > > Happy with your email.
> > > > >> >> > > > >> > > > > > It is really motivating to receive
your help
> > in
> > > > >> >> compiling
> > > > >> >> > > MET
> > > > >> >> > > > >> > model.
> > > > >> >> > > > >> > > > > > You find  two terminal containing
errors of
> > > runing
> > > > >> gcc
> > > > >> >> and
> > > > >> >> > > > >> gfortran
> > > > >> >> > > > >> > > > > > compilers.
> > > > >> >> > > > >> > > > > > Tnanks,
> > > > >> >> > > > >> > > > > > Khaoula
> > > > >> >> > > > >> > > > > >
> > > > >> >> > > > >> > > > > >
> > > > >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie
Prestopnik
> > via
> > > > RT <
> > > > >> >> > > > >> > > met_help at ucar.edu
> > > > >> >> > > > >> > > > >:
> > > > >> >> > > > >> > > > > >
> > > > >> >> > > > >> > > > > > > Hi Melki.  I don't believe that you
should
> > > have
> > > > to
> > > > >> >> > > reinstall
> > > > >> >> > > > >> the
> > > > >> >> > > > >> > > > > > > compilers.  That is likely not the
> problem.
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > > You said that you received an error
> message
> > > when
> > > > >> >> running
> > > > >> >> > > the
> > > > >> >> > > > >> > > > following:
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE
> > > -fno-second-underscore
> > > > >> *.f
> > > > >> >> *.F
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > > Could you please send the full
error that
> > you
> > > > >> >> received?
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > > Thanks,
> > > > >> >> > > > >> > > > > > > Julie
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM,
Melki
> > Khaoula
> > > > via
> > > > >> >> RT <
> > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > > wrote:
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > <URL:
> > > > >> >> > > > >>
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > Thanks for your email.
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > In trying the command whereis gcc
and
> > > whereis
> > > > >> >> > gfortran,
> > > > >> >> > > > >> this is
> > > > >> >> > > > >> > > > > > > theresult:
> > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
whereis
> > gfortran
> > > > >> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> > > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
whereis gcc
> > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> > > > /usr/libexec/gcc
> > > > >> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > So i go to try the command of
*gcc -c
> > > > >> -DUNDERSCORE
> > > > >> >> *.c
> > > > >> >> > > > and *
> > > > >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
> > > > -fno-second-underscore
> > > > >> >> *.f
> > > > >> >> > > *.F *
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > *Linux return me a message of
error.*
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > *So i tried to reinstall gcc
compiler
> > using
> > > > yum
> > > > >> >> > install
> > > > >> >> > > > >> gcc, i
> > > > >> >> > > > >> > > > found
> > > > >> >> > > > >> > > > > > that
> > > > >> >> > > > >> > > > > > > > the last pack of gcc was
installed. But
> > when
> > > > >> >> > > reinstalling
> > > > >> >> > > > >> > > gfortran
> > > > >> >> > > > >> > > > > > > compiler
> > > > >> >> > > > >> > > > > > > > using yum install gfortran, i
found an
> > > message
> > > > >> >> telling
> > > > >> >> > > me
> > > > >> >> > > > >> there
> > > > >> >> > > > >> > > is
> > > > >> >> > > > >> > > > no
> > > > >> >> > > > >> > > > > > > > gfortran pack to install. *
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > *I don't know what to do.*
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > *Thank you for your time and your
> > > cooperation*
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00 Julie
> > Prestopnik
> > > > via
> > > > >> RT
> > > > >> >> <
> > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > >> >> > > > >> > > > > > >:
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank you for trying
to use
> > the
> > > > MET
> > > > >> >> > > software.
> > > > >> >> > > > >> I'm
> > > > >> >> > > > >> > > not
> > > > >> >> > > > >> > > > > > sure
> > > > >> >> > > > >> > > > > > > > if I
> > > > >> >> > > > >> > > > > > > > > understand what you are asking.
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > You mentioned that you want to
compile
> > > > >> BUFRLIB.
> > > > >> >> As
> > > > >> >> > is
> > > > >> >> > > > >> > > explained
> > > > >> >> > > > >> > > > on
> > > > >> >> > > > >> > > > > > the
> > > > >> >> > > > >> > > > > > > > > following page of the MET
Online
> > Tutorial
> > > > for
> > > > >> >> > METv5.0:
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > >
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> >
> > > > >> >> > > > >>
> > > > >> >> > > >
> > > > >> >> > >
> > > > >> >> >
> > > > >> >>
> > > > >>
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > you can use the GNU gcc and
gfortran
> > > > >> compilers,
> > > > >> >> the
> > > > >> >> > > PGI
> > > > >> >> > > > >> pgcc
> > > > >> >> > > > >> > > and
> > > > >> >> > > > >> > > > > > pgf90
> > > > >> >> > > > >> > > > > > > > > compilers, or the Intel icc and
ifort
> > > > >> compilers.
> > > > >> >> > You
> > > > >> >> > > > are
> > > > >> >> > > > >> > > welcome
> > > > >> >> > > > >> > > > > to
> > > > >> >> > > > >> > > > > > > use
> > > > >> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if you
would
> like
> > > to.
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > Most LINUX distributions come
with the
> > > > >> compilers.
> > > > >> >> > To
> > > > >> >> > > > find
> > > > >> >> > > > >> > gcc
> > > > >> >> > > > >> > > > and
> > > > >> >> > > > >> > > > > > > > gfortran
> > > > >> >> > > > >> > > > > > > > > on your machine, you can run
the
> > following
> > > > >> >> commands:
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > Here are the results I get
after
> running
> > > > those
> > > > >> >> two
> > > > >> >> > > > >> commands:
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
> > > > >> /usr/bin/X11/gfortran
> > > > >> >> > > > >> > > > > > > > >
/usr/share/man/man1/gfortran.1.gz
> > > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> > > > >> /usr/bin/X11/gcc
> > > > >> >> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > I hope that helps.  Please let
me know
> > if
> > > I
> > > > >> have
> > > > >> >> not
> > > > >> >> > > > >> answered
> > > > >> >> > > > >> > > > your
> > > > >> >> > > > >> > > > > > > > question
> > > > >> >> > > > >> > > > > > > > > and if this solves the problem
for
> you.
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > >> >> > > > >> > > > > > > > > Julie
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40
AM, Melki
> > > > Khaoula
> > > > >> >> via
> > > > >> >> > RT
> > > > >> >> > > <
> > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > wrote:
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015:
Request
> > 72309
> > > > was
> > > > >> >> acted
> > > > >> >> > > > upon.
> > > > >> >> > > > >> > > > > > > > > > Transaction: Ticket created
by
> > > > >> >> > > khaoula.enit at gmail.com
> > > > >> >> > > > >> > > > > > > > > >        Queue: met_help
> > > > >> >> > > > >> > > > > > > > > >      Subject: (No subject
given)
> > > > >> >> > > > >> > > > > > > > > >        Owner: Nobody
> > > > >> >> > > > >> > > > > > > > > >   Requestors:
> khaoula.enit at gmail.com
> > > > >> >> > > > >> > > > > > > > > >       Status: new
> > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > >> >> > > > >> > > > > > >
> > > > >> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > >> >> > > > >> > > > > > > > > > i4m traynig to use MET model.
> > > > >> >> > > > >> > > > > > > > > > About compilation of BUFRLIB,
i need
> > gcc
> > > > and
> > > > >> >> > > gfortran
> > > > >> >> > > > >> > > > compilers.
> > > > >> >> > > > >> > > > > > > > > > Do i need to install fortran
and C
> > > > software
> > > > >> for
> > > > >> >> > > LINUX
> > > > >> >> > > > >> > before
> > > > >> >> > > > >> > > > > > > installing
> > > > >> >> > > > >> > > > > > > > > > their compilers?
> > > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > >> >> > > > >> > > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > >
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > > --
> > > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > > >> >> > > > >> > > > > > > > > National Center for Atmospheric
> Research
> > > > >> >> > > > >> > > > > > > > > Research Applications
Laboratory
> > > > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > > > >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > > >
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > > >
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > > --
> > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > >> >> > > > >> > > > > > > National Center for Atmospheric
Research
> > > > >> >> > > > >> > > > > > > Research Applications Laboratory
> > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > > >
> > > > >> >> > > > >> > > > > >
> > > > >> >> > > > >> > > > > >
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > > --
> > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > >> >> > > > >> > > > > National Center for Atmospheric
Research
> > > > >> >> > > > >> > > > > Research Applications Laboratory
> > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > > >
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > > --
> > > > >> >> > > > >> > > Julie Prestopnik
> > > > >> >> > > > >> > > National Center for Atmospheric Research
> > > > >> >> > > > >> > > Research Applications Laboratory
> > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> > >
> > > > >> >> > > > >> >
> > > > >> >> > > > >> >
> > > > >> >> > > > >>
> > > > >> >> > > > >>
> > > > >> >> > > > >> --
> > > > >> >> > > > >> Julie Prestopnik
> > > > >> >> > > > >> National Center for Atmospheric Research
> > > > >> >> > > > >> Research Applications Laboratory
> > > > >> >> > > > >> Phone: 303.497.8399
> > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > >> >> > > > >>
> > > > >> >> > > > >>
> > > > >> >> > > > >
> > > > >> >> > > >
> > > > >> >> > > >
> > > > >> >> > >
> > > > >> >> > >
> > > > >> >> >
> > > > >> >> >
> > > > >> >>
> > > > >> >>
> > > > >> >
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Wed Jul 22 05:10:26 2015

Hi Julie,
the same problem appear again.
you find a file joined to this e-mail.
thanks,
Khaoula

2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.
>
> I see that you tried to install zlib, but have a question about the
install
> path.
>
> You can install zlib where ever you would like, either in /zlib-
1.2.8
> or /usr/local/bin
> (assuming you have root access) or somewhere else entirely.  So, it
sounds
> like you followed these generic instructions:
>
> cd /path/to/zlib
> ./configure --prefix=/zlib/install/path
> make test
> make install
>
> replacing /path/to/zlib with /root/Bureau/zlib-1.2.8 and replacing
> /zlib/install/path
> with /zlib-1.2.8 as follows:
>
> cd /root/Bureau/zlib-1.2.8
> ./configure --prefix=/zlib-1.2.8
> make test
> make install
>
> It sounds like you got a successful installation of zlib, but libpng
> couldn't find zlib.
>
> Try recompiling libpng as follows,
>   replacing "/path/to/libz.a/directory" with the path to libz.a
(leave the
> -L in place in the example below)
>   replacing "/path/to/zlib.h/directory" with the path to zlib.h
(leave the
> -I in place in the example below)
>   and replacing "/path/to/libpng/install/directory" with the path
where you
> would like to install libpng:
>
>   cd /root/Bureau/libpng-1.2.34
>   make clean
>   export LDFLAGS="-L/path/to/libz.a/directory"
>   export CPPFLAGS="-I/path/to/zlib.h/directory"
>   ./configure --prefix=/path/to/libpng/install/directory
>   make
>   make install
>
> That should do the trick.  With those environment variables, you're
telling
> it where to find the zlib header and object files.  Give that a try
and let
> me know if you're able to compile libpng successfully.
>
> Thanks,
> Julie
>
> On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi Julie,
> > Grib2 needs jasper, png and zlib libraries to install.
> > in installing zlib library,i i used  these commands:
> > *cd /path/to/zlib*
> > *./configure --prefix=/zlib/install/path*
> > *make test*
> >
> > *make install*
> >
> > *for my sysytem, path/to/zlib is root/Bureau/zlib-1.2.8.*
> >
> > *about prefix=zlib/install/path. zlib/install/path is the
directory
> where i
> > put zlib installation, prefix=/zlib-1.2.8 or it is usr/local/bin
in order
> > to be installed in the system.*
> >
> > *i found a problem when installing libpng library. i used thses
> commands:*
> >
> > *cd libpng-1.2.34*
> >
> > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> >
> > *make *
> >
> > *make install*
> >
> > *But when using configure, an error occur informing me that zlib
isn't
> > installed.*
> >
> > *So, i was wondering about path to install. It is in the directory
of
> > library or in the system unix(usr/local/bin)*
> > *Thanks,*
> >
> > *khaoula melki*
> >
> >
> > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Khaoula.
> > >
> > > There will not be a bin subdirectory when you unpack met-5.0,
but there
> > > should be upon a successful installation of the MET tools.
Looking at
> > your
> > > make_install.log file I see that there is a problem finding
grib2.h:
> > >
> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou dossier
de ce
> > type
> > >
> > > NCEP's GRIB2C library is used by the MET library code to read
GRIB2
> data
> > > files.  If you do not need GRIB2 capability, you can simply skip
this
> > part
> > > of the installation by removing "--enable-grib2" from your list
of
> > options
> > > to "./configure".  If you do need GRIB2 capability and the
grib2c
> library
> > > is not already on your system, you will need to download and
unpack the
> > > grib2c tarball (http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
and
> refer
> > > to
> > > the README file. Once built, MET expects the GRIB2 C-Library to
be
> named
> > > *libgrib2c.a*. The GRIB2 C-Library *requires the libraries zlib,
jasper
> > and
> > > png* to be present on your system and those packages are all
available
> in
> > > the link above. When configuring the MET build after
installation of
> the
> > > necessary libraries (or if grib2c, zlib, jasper, and png are
already on
> > > your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC* and
> > *MET_GRIB2CLIB*)
> > > environment variables to indicate the location of this library.
> > >
> > > Please let us know if you have any questions.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT <
> met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hi Julie,
> > > > thank you for your response.
> > > > it rebuilt nectd.
> > > > my problem now is the bin subdirectory.
> > > > when unpacking met-5.0, thre is no subdirectory called bin.
> > > >
> > > > Also, after setting environment variables, i used the
configuration
> > > script
> > > > with: ./configure --prefix=`pwd` --enable-grib2 --enable-modis
> > > > --enable-mode_graphics
> > > > there is no bin subdirectory  built or recreated.
> > > > Thanks,
> > > > Khaoula
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Taking another look at this, I do not see a "-I" entry for
> > > > > "/root/Bureau/netcdf-4.3.3.1", which I believe you have
MET_NETCDF
> > set
> > > > to.
> > > > >
> > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
-I../../../src/basic/vx_cal
> > > > > -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > > > > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > > > > -I../../../src/libcode/vx_afm
> -I../../../src/libcode/vx_analysis_util
> > > > > -I../../../src/libcode/vx_color
-I../../../src/libcode/vx_data2d
> > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > -I../../../src/libcode/vx_geodesy
-I../../../src/libcode/vx_gnomon
> > > > > -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob
> > > > > -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util
> > > > > -I../../../src/libcode/vx_pb_util
> -I../../../src/libcode/vx_plot_util
> > > > > -I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm
> > > > > -I../../../src/libcode/vx_render
> -I../../../src/libcode/vx_shapedata
> > > > > -I../../../src/libcode/vx_statistics
> > -I../../../src/libcode/vx_stat_out
> > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > > > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
> > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > libvx_nc_util_a-nc_var_info.o
> > > > > `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> > > > > Dans le fichier inclus à partir de nc_var_info.cc:24:
> > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou
dossier
> de
> > ce
> > > > > type
> > > > >
> > > > > You could check the include area for /root/Bureau/netcdf-
4.3.3.1 to
> > see
> > > > if
> > > > > there is a netcdf.hh file.  If there is, you'll need to make
sure
> > that
> > > > met
> > > > > can find it by making sure the MET_NETCDF is set correctly,
then
> > source
> > > > > your .bashrc or similar file, reconfigure, and rebuild MET,
> > otherwise,
> > > if
> > > > > it is not there, I would suggest following the instructions
in my
> > most
> > > > > recent previous email.
> > > > >
> > > > > Please let us know how it works out.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > >
> > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik
<jpresto at ucar.edu
> >
> > > > wrote:
> > > > >
> > > > > > Hi Khaoula.  I apologize for the delayed response.  I was
out of
> > > town.
> > > > > >
> > > > > > I believe that I see in your make_install.log that there
is a
> > problem
> > > > > > finding netcdf.hh:
> > > > > >
> > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou
dossier
> > de
> > > ce
> > > > > > type
> > > > > >
> > > > > > We've typically been compiling MET using NetCDF version 3
- the
> > > > specific
> > > > > > version is netcdf-3.6.3.  I know that some of the versions
of
> > netcdf
> > > no
> > > > > > longer include netcdf.hh, but that file is necessary for
our
> code.
> > > I'd
> > > > > > suggest downloading and compiling NetCDF 3.6.3 locally
using the
> > > > > > following steps:
> > > > > >
> > > > > > Download NetCDF 3.6.3 from here:
> > > > > >
> > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > >
> > > > > > Then run:
> > > > > >
> > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > ./configure --prefix=`pwd`
> > > > > > make
> > > > > > make install
> > > > > >
> > > > > > These commands should compile the C and C++ interfaces for
NetCDF
> > and
> > > > > > skip the Fortran interface that MET doesn't use.  It will
install
> > the
> > > > > > library in current "netcdf-3.6.3" directory due to the
> > --prefix=`pwd`
> > > > > > option.
> > > > > >
> > > > > > Next, you'll need to edit where you set MET_NETCDF to
point to
> this
> > > new
> > > > > > location, source your .bashrc or similiar file, and
rebuild MET.
> > > > > >
> > > > > > Please let us know if that works well for you.
> > > > > >
> > > > > > Thanks,
> > > > > > Julie
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > >>
> > > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > > >>
> > > > > >> Hello John,
> > > > > >> the error was there is no compilor of C++. so i
downloaded g++
> > > using :
> > > > > yum
> > > > > >> install gcc-c++.
> > > > > >> I didn't understand the bin subdirectory. I looked to the
> met-5.0
> > > > > >> directory, i didin't find a subdirectory called bin. But
files
> > cited
> > > > in
> > > > > >> the
> > > > > >> Built executables are located in the output subdirectory.
> > > > > >> The compilation of *make install >& make_install.log &*
> > > > > >> *tail -f make_install.log   *
> > > > > >> * send an error.*
> > > > > >> *there is two executables,  *the first is called
configuration1.
> > It
> > > is
> > > > > >> about run of ./
> > > > > >> *configure --prefix=`pwd` --enable-grib2 --enable-modis
> > > > > >> --enable-mode_graphics*The second is called make
install.log,
> > > obtained
> > > > > >> after running :
> > > > > >> *make install >& make_install.log &*
> > > > > >>
> > > > > >> *tail -f make_install.log*
> > > > > >>
> > > > > >> *Thanks,*
> > > > > >>
> > > > > >> *Khaoula*
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com
> >:
> > > > > >>
> > > > > >> > Hello John,
> > > > > >> > Thank you for your help. it really works.
> > > > > >> > I am in the configuration step.
> > > > > >> > when executing the command of : ./configure
--prefix=`pwd`
> > > > > >> --enable-grib2
> > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > >> > i found that when cheking for some compilers, the
system
> return
> > > no.
> > > > > >> > for example:
> > > > > >> > checking for bison... no
> > > > > >> > checking for byacc... no
> > > > > >> > checking for g++... no
> > > > > >> > checking for c++... no
> > > > > >> > checking for gpp... no
> > > > > >> > checking for aCC... no
> > > > > >> > checking for CC... no
> > > > > >> > checking for cxx... no
> > > > > >> > checking for cc++... no
> > > > > >> > checking for cl.exe... no
> > > > > >> > checking for FCC... no
> > > > > >> > checking for KCC... no
> > > > > >> > checking for RCC... no
> > > > > >> > checking for xlC_r... no
> > > > > >> > checking for xlC... no
> > > > > >> > checking whether the C++ compiler works... no
> > > > > >> > IS there any errors?
> > > > > >> > you will find the executive file called configuration.
> > > > > >> > thanks,
> > > > > >> > Khaoula
> > > > > >> >
> > > > > >> >
> > > > > >> >
> > > > > >> >
> > > > > >> >
> > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT <
> > > > > met_help at ucar.edu
> > > > > >> >:
> > > > > >> >
> > > > > >> >> Khaoula,
> > > > > >> >>
> > > > > >> >> Looks like you have syntax wrong on those commands.
Please
> try
> > > > this:
> > > > > >> >>
> > > > > >> >> export MET_NETCDFINC=/root/Bureau/netcdf-
4.3.3.1/include
> > > > > >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > >> >>
> > > > > >> >> Actually since your NetCDF build is installed in the
standard
> > > way,
> > > > > >> this is
> > > > > >> >> all you really need to set:
> > > > > >> >>
> > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > > >> >>
> > > > > >> >> And MET assumes that the headers are in the "include"
> > > subdirectory
> > > > > and
> > > > > >> the
> > > > > >> >> library archive files are in the "lib" subdirectory.
> > > > > >> >>
> > > > > >> >> Thanks,
> > > > > >> >> John
> > > > > >> >>
> > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via RT
<
> > > > > >> met_help at ucar.edu>
> > > > > >> >> wrote:
> > > > > >> >>
> > > > > >> >> >
> > > > > >> >> > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > > > >> >> >
> > > > > >> >> > Hi John,
> > > > > >> >> >
> > > > > >> >> > Thank you for your help.
> > > > > >> >> > I'm grateful for you and Julie.
> > > > > >> >> > I'm now setting environment variables.
> > > > > >> >> > I want to confirm this command if it is right or no,
for
> > > example,
> > > > > if
> > > > > >> i
> > > > > >> >> set:
> > > > > >> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > > > > >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-
4.3.3.1/lib
> > > > > >> >> > in order to Set *$MET_NETCDF* to point to the main
> > > > NetCDFdirectory.
> > > > > >> >> > I  use  also the same process to set others external
> > libraries.
> > > > > >> >> > I let you know that my shell is bash, so i can't use
the
> > export
> > > > > >> command.
> > > > > >> >> > Im wondering if i'm in the right way, because the
command
> > with
> > > > > export
> > > > > >> >> > doesn't produce any error to verify if i'm right or
wrong.
> > > > > >> >> > Thanks,
> > > > > >> >> > Khaoula
> > > > > >> >> >
> > > > > >> >> >
> > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via RT
<
> > > > > >> met_help at ucar.edu
> > > > > >> >> >:
> > > > > >> >> >
> > > > > >> >> > > Hello Khaoula,
> > > > > >> >> > >
> > > > > >> >> > > Julie is out of town.  My name is John, and I'd be
happy
> to
> > > > help
> > > > > >> >> answer
> > > > > >> >> > > your MET questions.
> > > > > >> >> > >
> > > > > >> >> > > I see that you're trying to get up and running
using MET
> to
> > > > > verify
> > > > > >> WRF
> > > > > >> >> > > output.  MET doesn't read WRF output files
directly, but
> > > > requires
> > > > > >> that
> > > > > >> >> > they
> > > > > >> >> > > first be post-processed either with the WRF-ARW
pinterp
> > > utility
> > > > > or
> > > > > >> the
> > > > > >> >> > > Unified Post-Processor (UPP).  Of the two, I'd
strongly
> > > > recommend
> > > > > >> >> using
> > > > > >> >> > UPP
> > > > > >> >> > > which creates output in GRIB format that is fully
> supported
> > > by
> > > > > MET.
> > > > > >> >> The
> > > > > >> >> > > pinterp utility writes it output in NetCDF but we
only
> > > support
> > > > > data
> > > > > >> >> > defined
> > > > > >> >> > > on the non-staggered dimensions.  Since velocity
points
> are
> > > > > >> staggered
> > > > > >> >> in
> > > > > >> >> > > WRF, MET can't be used to verifying winds in
pinterp
> > output.
> > > > > >> >> > >
> > > > > >> >> > > Another advantage to using UPP is that GRIB data
can be
> > > easily
> > > > > >> >> regridded
> > > > > >> >> > > using the copygb utility.  copygb is included in
the UPP
> > > > package.
> > > > > >> >> > >
> > > > > >> >> > > You can download pinterp here:
> > > > > >> >> > >
> > > > > >> >> > >
> > > > > >> >> > >
> > > > > >> >> >
> > > > > >> >>
> > > > > >>
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > >> >> > >
> > > > > >> >> > > And you can download UPP here:
> > > > > >> >> > >
> > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > > >> >> > >
> > > > > >> >> > > Hope that helps.
> > > > > >> >> > >
> > > > > >> >> > > Thanks,
> > > > > >> >> > > John Halley Gotway
> > > > > >> >> > >
> > > > > >> >> > >
> > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula via
RT <
> > > > > >> >> met_help at ucar.edu
> > > > > >> >> > >
> > > > > >> >> > > wrote:
> > > > > >> >> > >
> > > > > >> >> > > >
> > > > > >> >> > > > <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >
> > > > > >> >> > > >
> > > > > >> >> > > > Hi Julie,
> > > > > >> >> > > > I compiled all libraries.
> > > > > >> >> > > > I downloaded post processor but i can't find the
> WRF-ARW
> > > > > p-interp
> > > > > >> >> Tool
> > > > > >> >> > > when
> > > > > >> >> > > > i use the link posted in the tutorial.
> > > > > >> >> > > > also,what i don't understand the utility of the
copygb
> > > > utility
> > > > > >> and
> > > > > >> >> > from
> > > > > >> >> > > > where to get it.
> > > > > >> >> > > > i don't know what to do next to downloading and
> compiling
> > > > > >> required
> > > > > >> >> > > > libraries.
> > > > > >> >> > > > Thanks,
> > > > > >> >> > > > Khaoula
> > > > > >> >> > > >
> > > > > >> >> > > >
> > > > > >> >> > > >
> > > > > >> >> > > >
> > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
> > > > > khaoula.enit at gmail.com
> > > > > >> >:
> > > > > >> >> > > >
> > > > > >> >> > > > >
> > > > > >> >> > > > >
> > > > > >> >> > > > > *Hi Julie,*
> > > > > >> >> > > > >
> > > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > > >> >> > > > >
> > > > > >> >> > > > > *When lookig the HDF-EOS library, i found in
the
> > website
> > > is
> > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > >> >> > > > >
> > > > > >> >> > > > > *i tried to unpack it, i didn't find the right
> command
> > to
> > > > do
> > > > > >> it.*
> > > > > >> >> > > > >
> > > > > >> >> > > > > *Is there any command to unpak this library.*
> > > > > >> >> > > > >
> > > > > >> >> > > > > *Thanks,*
> > > > > >> >> > > > >
> > > > > >> >> > > > > *Khaoula  *
> > > > > >> >> > > > >
> > > > > >> >> > > > >
> > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik
via RT <
> > > > > >> >> > met_help at ucar.edu
> > > > > >> >> > > >:
> > > > > >> >> > > > >
> > > > > >> >> > > > >> Hi Khaoula.
> > > > > >> >> > > > >>
> > > > > >> >> > > > >> The GRIB2 C-Library is used by the MET
library code
> to
> > > > read
> > > > > >> GRIB2
> > > > > >> >> > data
> > > > > >> >> > > > >> files. The GRIB2 C-Library requires the
libraries
> > zlib,
> > > > > jasper
> > > > > >> >> and
> > > > > >> >> > png
> > > > > >> >> > > > to
> > > > > >> >> > > > >> be present on your system. Support for GRIB2
is
> > optional
> > > > and
> > > > > >> can
> > > > > >> >> be
> > > > > >> >> > > > >> enabled
> > > > > >> >> > > > >> with the *--enable-grib2* option for
configure.
> > > > > >> >> > > > >>
> > > > > >> >> > > > >> I hope that helps.
> > > > > >> >> > > > >>
> > > > > >> >> > > > >> Julie
> > > > > >> >> > > > >>
> > > > > >> >> > > > >>
> > > > > >> >> > > > >>
> > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki
Khaoula via
> RT
> > <
> > > > > >> >> > > > met_help at ucar.edu>
> > > > > >> >> > > > >> wrote:
> > > > > >> >> > > > >>
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >> > <URL:
> > > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> >> >
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >> >  Thank you Julie,
> > > > > >> >> > > > >> > It works.
> > > > > >> >> > > > >> > I compile Nectcdf , GNU  and zlib
libraries.
> > > > > >> >> > > > >> > About GRIB C library, i downloaded the
library and
> > > > > unpacked
> > > > > >> >> it.
> > > > > >> >> > > > >> > how it can be used by MET?
> > > > > >> >> > > > >> > Thanks,
> > > > > >> >> > > > >> > khaoula
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie Prestopnik
via
> RT <
> > > > > >> >> > > met_help at ucar.edu
> > > > > >> >> > > > >:
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >> > > Hi Melki.
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > I'm glad that you were able to get
BUFRLIB
> > > installed.
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > You said, "when trying to run the firs
command
> of
> > *
> > > > *cd
> > > > > >> >> > > > >> /path/to/netcdf.
> > > > > >> >> > > > >> > he
> > > > > >> >> > > > >> > > wrote me no file or directory"
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > In the tutorial, when we say "*cd
> > /path/to/netcdf*"
> > > > you
> > > > > >> >> should
> > > > > >> >> > > > change
> > > > > >> >> > > > >> > > directories to the location where your
netcdf
> > > > directory
> > > > > >> is on
> > > > > >> >> > your
> > > > > >> >> > > > >> > machine.
> > > > > >> >> > > > >> > > For example, if you unpacked the tar file
> > > > > >> netcdf-4.3.3.1.tar
> > > > > >> >> in
> > > > > >> >> > a
> > > > > >> >> > > > >> > directory
> > > > > >> >> > > > >> > > path of /d2/melki/external_libs/netcdf-
4.3.3.1
> you
> > > > would
> > > > > >> run
> > > > > >> >> "cd
> > > > > >> >> > > > >> > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > > */path/to/netcdf
> > > > > >> >> *is a
> > > > > >> >> > > > place
> > > > > >> >> > > > >> > > holder for the location on your machine.
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > You said, "setenv CC /path/to/c/compiler.
It
> > doesn't
> > > > > >> work.he
> > > > > >> >> > said
> > > > > >> >> > > > >> command
> > > > > >> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is
the name
> > of
> > > > the
> > > > > >> >> command
> > > > > >> >> > > used
> > > > > >> >> > > > >> to
> > > > > >> >> > > > >> > set
> > > > > >> >> > > > >> > > environment variables in the *csh family
of
> > shells.
> > > > If
> > > > > >> you
> > > > > >> >> are
> > > > > >> >> > > > using
> > > > > >> >> > > > >> a
> > > > > >> >> > > > >> > > different shell, however, you may need to
use
> > > > "export",
> > > > > >> >> which is
> > > > > >> >> > > the
> > > > > >> >> > > > >> name
> > > > > >> >> > > > >> > > of the command in the "other" family of
shells
> > (ash,
> > > > > >> bourne,
> > > > > >> >> > > bourne
> > > > > >> >> > > > >> > again,
> > > > > >> >> > > > >> > > zsh).  To find out what shell you are
using, you
> > can
> > > > run
> > > > > >> >> "echo
> > > > > >> >> > > > >> $SHELL".
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > If you are using a shell other than the
*csh
> > family
> > > of
> > > > > >> >> shells,
> > > > > >> >> > and
> > > > > >> >> > > > you
> > > > > >> >> > > > >> > need
> > > > > >> >> > > > >> > > to use "export", the syntax is slightly
> different.
> > > > > >> Instead
> > > > > >> >> of
> > > > > >> >> > > > >> running:
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > you would run
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > Please note, it is import that when using
the
> > export
> > > > > >> command
> > > > > >> >> > that
> > > > > >> >> > > > >> there
> > > > > >> >> > > > >> > are
> > > > > >> >> > > > >> > > no spaces before or after the "=".  Also,
in
> this
> > > > case,
> > > > > >> >> please
> > > > > >> >> > > note
> > > > > >> >> > > > >> that
> > > > > >> >> > > > >> > > "/path/to/c/compiler" should be replaced
with
> the
> > > path
> > > > > to
> > > > > >> >> the c
> > > > > >> >> > > > >> compiler
> > > > > >> >> > > > >> > on
> > > > > >> >> > > > >> > > your machine.  For example. on my
machine, gcc
> > lives
> > > > at
> > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > so if I used setenv, I would run:
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > but if I used export, I would run:
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > I hope this helps.  In the future, if you
> > experience
> > > > any
> > > > > >> >> > problems
> > > > > >> >> > > or
> > > > > >> >> > > > >> > > errors, it would be helpful if you could
copy
> and
> > > > paste
> > > > > >> the
> > > > > >> >> > > commands
> > > > > >> >> > > > >> you
> > > > > >> >> > > > >> > > have run along with the errors they
produced.
> If
> > > > often
> > > > > >> gives
> > > > > >> >> > us a
> > > > > >> >> > > > >> > clearer
> > > > > >> >> > > > >> > > picture of what has gone wrong.
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > Please let us know if you experience
other
> > problems
> > > > and
> > > > > >> need
> > > > > >> >> > help.
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > Thanks,
> > > > > >> >> > > > >> > > Julie
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki
Khaoula
> via
> > > RT
> > > > <
> > > > > >> >> > > > >> met_help at ucar.edu
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > wrote:
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > <URL:
> > > > > >> >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> >> > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *It really works.*
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *i'm now trying to compile the netcdf
> library.*
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *I'm wondering about the steps written
in the
> > > > > tutorial:
> > > > > >> *
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
> > /path/to/c/compiler
> > > > > setenv
> > > > > >> >> CXX
> > > > > >> >> > > > >> > > >    /path/to/c++/compiler setenv FC ''
setenv
> F90
> > > ''
> > > > > >> >> > ./configure
> > > > > >> >> > > > >> > > >    --prefix=/netcdf/install/path
> > > --disable-netcdf-4
> > > > > make
> > > > > >> >> make
> > > > > >> >> > > > >> install i
> > > > > >> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a
> independent
> > > > > >> directory,
> > > > > >> >> > but
> > > > > >> >> > > > when
> > > > > >> >> > > > >> > > > trying to
> > > > > >> >> > > > >> > > >    run the firs command of *
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no
file or
> > > > directory.
> > > > > >> so i
> > > > > >> >> > > > create a
> > > > > >> >> > > > >> > file
> > > > > >> >> > > > >> > > > called path existed in to file which
are both
> > > > included
> > > > > >> in
> > > > > >> >> > netcdf
> > > > > >> >> > > > >> > > directory.
> > > > > >> >> > > > >> > > > but when running   setenv CC
> > /path/to/c/compiler.
> > > It
> > > > > >> >> doesn't
> > > > > >> >> > > > work.he
> > > > > >> >> > > > >> > said
> > > > > >> >> > > > >> > > > command of setenv doesn't exist.*
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *Thank you really for your help and
your Time
> > > > Julie.*
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > *Khaoula*
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie
Prestopnik
> via
> > > RT <
> > > > > >> >> > > > >> met_help at ucar.edu
> > > > > >> >> > > > >> > >:
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > We are able to reproduce the problems
you
> are
> > > > > >> >> experiencing
> > > > > >> >> > > with
> > > > > >> >> > > > >> the
> > > > > >> >> > > > >> > > > latest
> > > > > >> >> > > > >> > > > > version of BUFRLIB.  We are working
on a
> > > solution
> > > > to
> > > > > >> get
> > > > > >> >> the
> > > > > >> >> > > > >> > > compilation
> > > > > >> >> > > > >> > > > > working.
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > In the meantime, I have uploaded the
> previous
> > > > > version
> > > > > >> of
> > > > > >> >> > > BUFRLIB
> > > > > >> >> > > > >> to
> > > > > >> >> > > > >> > our
> > > > > >> >> > > > >> > > > ftp
> > > > > >> >> > > > >> > > > > site so that you can make some
progress and
> > > start
> > > > > >> working
> > > > > >> >> > with
> > > > > >> >> > > > >> MET.
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > Please execute the following
commands.
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > *Make a new directory to contain the
BUFRLIB
> > > code
> > > > > >> (e.g.
> > > > > >> >> > mkdir
> > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > >> >> > > > >> > > > > *Change directories to that new
directory
> > (e.g.
> > > > cd *
> > > > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >>
> > > > > >> >> > > >
> > > > > >> >> > >
> > > > > >> >> >
> > > > > >> >>
> > > > > >>
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > >> >> > > > >> > > > > <
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >>
> > > > > >> >> > > >
> > > > > >> >> > >
> > > > > >> >> >
> > > > > >> >>
> > > > > >>
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > >> >> > > > >> > > > > >*
> > > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE
> > -fno-second-underscore
> > > > *.f
> > > > > >> *.F*
> > > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > You should get a successful
compilation with
> > > this
> > > > > >> older
> > > > > >> >> > > version
> > > > > >> >> > > > of
> > > > > >> >> > > > >> > > > > BUFRLIB.  Please let us know how it
goes.
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > Thanks,
> > > > > >> >> > > > >> > > > > Julie
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM,
Melki
> Khaoula
> > > via
> > > > > RT
> > > > > >> <
> > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > wrote:
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > >
> > > > > >> >> > > > >> > > > > > <URL:
> > > > > >> >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> >> > > > >
> > > > > >> >> > > > >> > > > > >
> > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > >> >> > > > >> > > > > > Happy with your email.
> > > > > >> >> > > > >> > > > > > It is really motivating to receive
your
> help
> > > in
> > > > > >> >> compiling
> > > > > >> >> > > MET
> > > > > >> >> > > > >> > model.
> > > > > >> >> > > > >> > > > > > You find  two terminal containing
errors
> of
> > > > runing
> > > > > >> gcc
> > > > > >> >> and
> > > > > >> >> > > > >> gfortran
> > > > > >> >> > > > >> > > > > > compilers.
> > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > >> >> > > > >> > > > > > Khaoula
> > > > > >> >> > > > >> > > > > >
> > > > > >> >> > > > >> > > > > >
> > > > > >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie
> Prestopnik
> > > via
> > > > > RT <
> > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > >> >> > > > >> > > > >:
> > > > > >> >> > > > >> > > > > >
> > > > > >> >> > > > >> > > > > > > Hi Melki.  I don't believe that
you
> should
> > > > have
> > > > > to
> > > > > >> >> > > reinstall
> > > > > >> >> > > > >> the
> > > > > >> >> > > > >> > > > > > > compilers.  That is likely not
the
> > problem.
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > > You said that you received an
error
> > message
> > > > when
> > > > > >> >> running
> > > > > >> >> > > the
> > > > > >> >> > > > >> > > > following:
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > > >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE
> > > > -fno-second-underscore
> > > > > >> *.f
> > > > > >> >> *.F
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > > Could you please send the full
error
> that
> > > you
> > > > > >> >> received?
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > >> >> > > > >> > > > > > > Julie
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15 AM,
Melki
> > > Khaoula
> > > > > via
> > > > > >> >> RT <
> > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > > wrote:
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > >> >> > > > >>
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > Thanks for your email.
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > In trying the command whereis
gcc and
> > > > whereis
> > > > > >> >> > gfortran,
> > > > > >> >> > > > >> this is
> > > > > >> >> > > > >> > > > > > > theresult:
> > > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
whereis
> > > gfortran
> > > > > >> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> > > > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
whereis
> gcc
> > > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc /usr/lib/gcc
> > > > > /usr/libexec/gcc
> > > > > >> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > So i go to try the command of
*gcc -c
> > > > > >> -DUNDERSCORE
> > > > > >> >> *.c
> > > > > >> >> > > > and *
> > > > > >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
> > > > > -fno-second-underscore
> > > > > >> >> *.f
> > > > > >> >> > > *.F *
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > *Linux return me a message of
error.*
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > *So i tried to reinstall gcc
compiler
> > > using
> > > > > yum
> > > > > >> >> > install
> > > > > >> >> > > > >> gcc, i
> > > > > >> >> > > > >> > > > found
> > > > > >> >> > > > >> > > > > > that
> > > > > >> >> > > > >> > > > > > > > the last pack of gcc was
installed.
> But
> > > when
> > > > > >> >> > > reinstalling
> > > > > >> >> > > > >> > > gfortran
> > > > > >> >> > > > >> > > > > > > compiler
> > > > > >> >> > > > >> > > > > > > > using yum install gfortran, i
found an
> > > > message
> > > > > >> >> telling
> > > > > >> >> > > me
> > > > > >> >> > > > >> there
> > > > > >> >> > > > >> > > is
> > > > > >> >> > > > >> > > > no
> > > > > >> >> > > > >> > > > > > > > gfortran pack to install. *
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > *I don't know what to do.*
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > *Thank you for your time and
your
> > > > cooperation*
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00
Julie
> > > Prestopnik
> > > > > via
> > > > > >> RT
> > > > > >> >> <
> > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > >> >> > > > >> > > > > > >:
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank you for
trying to
> use
> > > the
> > > > > MET
> > > > > >> >> > > software.
> > > > > >> >> > > > >> I'm
> > > > > >> >> > > > >> > > not
> > > > > >> >> > > > >> > > > > > sure
> > > > > >> >> > > > >> > > > > > > > if I
> > > > > >> >> > > > >> > > > > > > > > understand what you are
asking.
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > You mentioned that you want
to
> compile
> > > > > >> BUFRLIB.
> > > > > >> >> As
> > > > > >> >> > is
> > > > > >> >> > > > >> > > explained
> > > > > >> >> > > > >> > > > on
> > > > > >> >> > > > >> > > > > > the
> > > > > >> >> > > > >> > > > > > > > > following page of the MET
Online
> > > Tutorial
> > > > > for
> > > > > >> >> > METv5.0:
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > >
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >>
> > > > > >> >> > > >
> > > > > >> >> > >
> > > > > >> >> >
> > > > > >> >>
> > > > > >>
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > you can use the GNU gcc and
gfortran
> > > > > >> compilers,
> > > > > >> >> the
> > > > > >> >> > > PGI
> > > > > >> >> > > > >> pgcc
> > > > > >> >> > > > >> > > and
> > > > > >> >> > > > >> > > > > > pgf90
> > > > > >> >> > > > >> > > > > > > > > compilers, or the Intel icc
and
> ifort
> > > > > >> compilers.
> > > > > >> >> > You
> > > > > >> >> > > > are
> > > > > >> >> > > > >> > > welcome
> > > > > >> >> > > > >> > > > > to
> > > > > >> >> > > > >> > > > > > > use
> > > > > >> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if you
would
> > like
> > > > to.
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > Most LINUX distributions come
with
> the
> > > > > >> compilers.
> > > > > >> >> > To
> > > > > >> >> > > > find
> > > > > >> >> > > > >> > gcc
> > > > > >> >> > > > >> > > > and
> > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > >> >> > > > >> > > > > > > > > on your machine, you can run
the
> > > following
> > > > > >> >> commands:
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > Here are the results I get
after
> > running
> > > > > those
> > > > > >> >> two
> > > > > >> >> > > > >> commands:
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
> > > > > >> /usr/bin/X11/gfortran
> > > > > >> >> > > > >> > > > > > > > >
/usr/share/man/man1/gfortran.1.gz
> > > > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc
/usr/lib/gcc
> > > > > >> /usr/bin/X11/gcc
> > > > > >> >> > > > >> > > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > I hope that helps.  Please
let me
> know
> > > if
> > > > I
> > > > > >> have
> > > > > >> >> not
> > > > > >> >> > > > >> answered
> > > > > >> >> > > > >> > > > your
> > > > > >> >> > > > >> > > > > > > > question
> > > > > >> >> > > > >> > > > > > > > > and if this solves the
problem for
> > you.
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at 5:40
AM,
> Melki
> > > > > Khaoula
> > > > > >> >> via
> > > > > >> >> > RT
> > > > > >> >> > > <
> > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015:
Request
> > > 72309
> > > > > was
> > > > > >> >> acted
> > > > > >> >> > > > upon.
> > > > > >> >> > > > >> > > > > > > > > > Transaction: Ticket created
by
> > > > > >> >> > > khaoula.enit at gmail.com
> > > > > >> >> > > > >> > > > > > > > > >        Queue: met_help
> > > > > >> >> > > > >> > > > > > > > > >      Subject: (No subject
given)
> > > > > >> >> > > > >> > > > > > > > > >        Owner: Nobody
> > > > > >> >> > > > >> > > > > > > > > >   Requestors:
> > khaoula.enit at gmail.com
> > > > > >> >> > > > >> > > > > > > > > >       Status: new
> > > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > > >> >> > > > >> > > > > > > > > > i4m traynig to use MET
model.
> > > > > >> >> > > > >> > > > > > > > > > About compilation of
BUFRLIB, i
> need
> > > gcc
> > > > > and
> > > > > >> >> > > gfortran
> > > > > >> >> > > > >> > > > compilers.
> > > > > >> >> > > > >> > > > > > > > > > Do i need to install
fortran and C
> > > > > software
> > > > > >> for
> > > > > >> >> > > LINUX
> > > > > >> >> > > > >> > before
> > > > > >> >> > > > >> > > > > > > installing
> > > > > >> >> > > > >> > > > > > > > > > their compilers?
> > > > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > > >> >> > > > >> > > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > > --
> > > > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > > > >> >> > > > >> > > > > > > > > National Center for
Atmospheric
> > Research
> > > > > >> >> > > > >> > > > > > > > > Research Applications
Laboratory
> > > > > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > > > > >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > > >
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > > >
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > > --
> > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > >> >> > > > >> > > > > > > National Center for Atmospheric
Research
> > > > > >> >> > > > >> > > > > > > Research Applications Laboratory
> > > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > > >
> > > > > >> >> > > > >> > > > > >
> > > > > >> >> > > > >> > > > > >
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > > --
> > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > >> >> > > > >> > > > > National Center for Atmospheric
Research
> > > > > >> >> > > > >> > > > > Research Applications Laboratory
> > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > > >
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > > --
> > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > >> >> > > > >> > > National Center for Atmospheric Research
> > > > > >> >> > > > >> > > Research Applications Laboratory
> > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> > >
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >> >
> > > > > >> >> > > > >>
> > > > > >> >> > > > >>
> > > > > >> >> > > > >> --
> > > > > >> >> > > > >> Julie Prestopnik
> > > > > >> >> > > > >> National Center for Atmospheric Research
> > > > > >> >> > > > >> Research Applications Laboratory
> > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > >> >> > > > >>
> > > > > >> >> > > > >>
> > > > > >> >> > > > >
> > > > > >> >> > > >
> > > > > >> >> > > >
> > > > > >> >> > >
> > > > > >> >> > >
> > > > > >> >> >
> > > > > >> >> >
> > > > > >> >>
> > > > > >> >>
> > > > > >> >
> > > > > >>
> > > > > >>
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Wed Jul 22 08:47:17 2015

Hi Khaoula.

I see in your configure log the error:

configure: error: zlib not installed

Were you able to get a successful install of zlib?  If so, could you
please
tell me where it is installed and run "ls -l" in that directory so I
can
see its contents? And, if you were able to get a successful install of
zlib, were you able to get a successful install of libpng?

Once you get a successful install of zlib, png, jasper, and the GRIB2-
C
Library, we can revisit running the configure script.

NCEP's GRIB2 C-Library is an optional package for MET.  If you do not
need
GRIB2 support, you do not need to install the library.  I just wanted
to
make sure you knew that in case you didn't need GRIB2 support.  If you
do
need it, we'll keep working at it and try to get it working for you
soon.

Thanks,
Julie


On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> the same problem appear again.
> you find a file joined to this e-mail.
> thanks,
> Khaoula
>
> 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Khaoula.
> >
> > I see that you tried to install zlib, but have a question about
the
> install
> > path.
> >
> > You can install zlib where ever you would like, either in /zlib-
1.2.8
> > or /usr/local/bin
> > (assuming you have root access) or somewhere else entirely.  So,
it
> sounds
> > like you followed these generic instructions:
> >
> > cd /path/to/zlib
> > ./configure --prefix=/zlib/install/path
> > make test
> > make install
> >
> > replacing /path/to/zlib with /root/Bureau/zlib-1.2.8 and replacing
> > /zlib/install/path
> > with /zlib-1.2.8 as follows:
> >
> > cd /root/Bureau/zlib-1.2.8
> > ./configure --prefix=/zlib-1.2.8
> > make test
> > make install
> >
> > It sounds like you got a successful installation of zlib, but
libpng
> > couldn't find zlib.
> >
> > Try recompiling libpng as follows,
> >   replacing "/path/to/libz.a/directory" with the path to libz.a
(leave
> the
> > -L in place in the example below)
> >   replacing "/path/to/zlib.h/directory" with the path to zlib.h
(leave
> the
> > -I in place in the example below)
> >   and replacing "/path/to/libpng/install/directory" with the path
where
> you
> > would like to install libpng:
> >
> >   cd /root/Bureau/libpng-1.2.34
> >   make clean
> >   export LDFLAGS="-L/path/to/libz.a/directory"
> >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> >   ./configure --prefix=/path/to/libpng/install/directory
> >   make
> >   make install
> >
> > That should do the trick.  With those environment variables,
you're
> telling
> > it where to find the zlib header and object files.  Give that a
try and
> let
> > me know if you're able to compile libpng successfully.
> >
> > Thanks,
> > Julie
> >
> > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi Julie,
> > > Grib2 needs jasper, png and zlib libraries to install.
> > > in installing zlib library,i i used  these commands:
> > > *cd /path/to/zlib*
> > > *./configure --prefix=/zlib/install/path*
> > > *make test*
> > >
> > > *make install*
> > >
> > > *for my sysytem, path/to/zlib is root/Bureau/zlib-1.2.8.*
> > >
> > > *about prefix=zlib/install/path. zlib/install/path is the
directory
> > where i
> > > put zlib installation, prefix=/zlib-1.2.8 or it is usr/local/bin
in
> order
> > > to be installed in the system.*
> > >
> > > *i found a problem when installing libpng library. i used thses
> > commands:*
> > >
> > > *cd libpng-1.2.34*
> > >
> > > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> > >
> > > *make *
> > >
> > > *make install*
> > >
> > > *But when using configure, an error occur informing me that zlib
isn't
> > > installed.*
> > >
> > > *So, i was wondering about path to install. It is in the
directory of
> > > library or in the system unix(usr/local/bin)*
> > > *Thanks,*
> > >
> > > *khaoula melki*
> > >
> > >
> > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Khaoula.
> > > >
> > > > There will not be a bin subdirectory when you unpack met-5.0,
but
> there
> > > > should be upon a successful installation of the MET tools.
Looking
> at
> > > your
> > > > make_install.log file I see that there is a problem finding
grib2.h:
> > > >
> > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou
dossier de
> ce
> > > type
> > > >
> > > > NCEP's GRIB2C library is used by the MET library code to read
GRIB2
> > data
> > > > files.  If you do not need GRIB2 capability, you can simply
skip this
> > > part
> > > > of the installation by removing "--enable-grib2" from your
list of
> > > options
> > > > to "./configure".  If you do need GRIB2 capability and the
grib2c
> > library
> > > > is not already on your system, you will need to download and
unpack
> the
> > > > grib2c tarball (http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
and
> > refer
> > > > to
> > > > the README file. Once built, MET expects the GRIB2 C-Library
to be
> > named
> > > > *libgrib2c.a*. The GRIB2 C-Library *requires the libraries
zlib,
> jasper
> > > and
> > > > png* to be present on your system and those packages are all
> available
> > in
> > > > the link above. When configuring the MET build after
installation of
> > the
> > > > necessary libraries (or if grib2c, zlib, jasper, and png are
already
> on
> > > > your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC* and
> > > *MET_GRIB2CLIB*)
> > > > environment variables to indicate the location of this
library.
> > > >
> > > > Please let us know if you have any questions.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > >
> > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT <
> > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >
> > > > > Hi Julie,
> > > > > thank you for your response.
> > > > > it rebuilt nectd.
> > > > > my problem now is the bin subdirectory.
> > > > > when unpacking met-5.0, thre is no subdirectory called bin.
> > > > >
> > > > > Also, after setting environment variables, i used the
configuration
> > > > script
> > > > > with: ./configure --prefix=`pwd` --enable-grib2 --enable-
modis
> > > > > --enable-mode_graphics
> > > > > there is no bin subdirectory  built or recreated.
> > > > > Thanks,
> > > > > Khaoula
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > > >
> > > > > > Taking another look at this, I do not see a "-I" entry for
> > > > > > "/root/Bureau/netcdf-4.3.3.1", which I believe you have
> MET_NETCDF
> > > set
> > > > > to.
> > > > > >
> > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
-I../../../src/basic/vx_cal
> > > > > > -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > > > > > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > > > > > -I../../../src/libcode/vx_afm
> > -I../../../src/libcode/vx_analysis_util
> > > > > > -I../../../src/libcode/vx_color
-I../../../src/libcode/vx_data2d
> > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > -I../../../src/libcode/vx_geodesy
> -I../../../src/libcode/vx_gnomon
> > > > > > -I../../../src/libcode/vx_grid
-I../../../src/libcode/vx_gsl_prob
> > > > > > -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util
> > > > > > -I../../../src/libcode/vx_pb_util
> > -I../../../src/libcode/vx_plot_util
> > > > > > -I../../../src/libcode/vx_ps -I../../../src/libcode/vx_pxm
> > > > > > -I../../../src/libcode/vx_render
> > -I../../../src/libcode/vx_shapedata
> > > > > > -I../../../src/libcode/vx_statistics
> > > -I../../../src/libcode/vx_stat_out
> > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > > > > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
> > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > > libvx_nc_util_a-nc_var_info.o
> > > > > > `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> > > > > > Dans le fichier inclus à partir de nc_var_info.cc:24:
> > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier ou
dossier
> > de
> > > ce
> > > > > > type
> > > > > >
> > > > > > You could check the include area for /root/Bureau/netcdf-
4.3.3.1
> to
> > > see
> > > > > if
> > > > > > there is a netcdf.hh file.  If there is, you'll need to
make sure
> > > that
> > > > > met
> > > > > > can find it by making sure the MET_NETCDF is set
correctly, then
> > > source
> > > > > > your .bashrc or similar file, reconfigure, and rebuild
MET,
> > > otherwise,
> > > > if
> > > > > > it is not there, I would suggest following the
instructions in my
> > > most
> > > > > > recent previous email.
> > > > > >
> > > > > > Please let us know how it works out.
> > > > > >
> > > > > > Thanks,
> > > > > > Julie
> > > > > >
> > > > > >
> > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik <
> jpresto at ucar.edu
> > >
> > > > > wrote:
> > > > > >
> > > > > > > Hi Khaoula.  I apologize for the delayed response.  I
was out
> of
> > > > town.
> > > > > > >
> > > > > > > I believe that I see in your make_install.log that there
is a
> > > problem
> > > > > > > finding netcdf.hh:
> > > > > > >
> > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier
ou
> dossier
> > > de
> > > > ce
> > > > > > > type
> > > > > > >
> > > > > > > We've typically been compiling MET using NetCDF version
3 - the
> > > > > specific
> > > > > > > version is netcdf-3.6.3.  I know that some of the
versions of
> > > netcdf
> > > > no
> > > > > > > longer include netcdf.hh, but that file is necessary for
our
> > code.
> > > > I'd
> > > > > > > suggest downloading and compiling NetCDF 3.6.3 locally
using
> the
> > > > > > > following steps:
> > > > > > >
> > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > >
> > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > > >
> > > > > > > Then run:
> > > > > > >
> > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > ./configure --prefix=`pwd`
> > > > > > > make
> > > > > > > make install
> > > > > > >
> > > > > > > These commands should compile the C and C++ interfaces
for
> NetCDF
> > > and
> > > > > > > skip the Fortran interface that MET doesn't use.  It
will
> install
> > > the
> > > > > > > library in current "netcdf-3.6.3" directory due to the
> > > --prefix=`pwd`
> > > > > > > option.
> > > > > > >
> > > > > > > Next, you'll need to edit where you set MET_NETCDF to
point to
> > this
> > > > new
> > > > > > > location, source your .bashrc or similiar file, and
rebuild
> MET.
> > > > > > >
> > > > > > > Please let us know if that works well for you.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Julie
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > >>
> > > > > > >> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > > > > >>
> > > > > > >> Hello John,
> > > > > > >> the error was there is no compilor of C++. so i
downloaded g++
> > > > using :
> > > > > > yum
> > > > > > >> install gcc-c++.
> > > > > > >> I didn't understand the bin subdirectory. I looked to
the
> > met-5.0
> > > > > > >> directory, i didin't find a subdirectory called bin.
But files
> > > cited
> > > > > in
> > > > > > >> the
> > > > > > >> Built executables are located in the output
subdirectory.
> > > > > > >> The compilation of *make install >& make_install.log &*
> > > > > > >> *tail -f make_install.log   *
> > > > > > >> * send an error.*
> > > > > > >> *there is two executables,  *the first is called
> configuration1.
> > > It
> > > > is
> > > > > > >> about run of ./
> > > > > > >> *configure --prefix=`pwd` --enable-grib2 --enable-modis
> > > > > > >> --enable-mode_graphics*The second is called make
install.log,
> > > > obtained
> > > > > > >> after running :
> > > > > > >> *make install >& make_install.log &*
> > > > > > >>
> > > > > > >> *tail -f make_install.log*
> > > > > > >>
> > > > > > >> *Thanks,*
> > > > > > >>
> > > > > > >> *Khaoula*
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <
> khaoula.enit at gmail.com
> > >:
> > > > > > >>
> > > > > > >> > Hello John,
> > > > > > >> > Thank you for your help. it really works.
> > > > > > >> > I am in the configuration step.
> > > > > > >> > when executing the command of : ./configure
--prefix=`pwd`
> > > > > > >> --enable-grib2
> > > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > > >> > i found that when cheking for some compilers, the
system
> > return
> > > > no.
> > > > > > >> > for example:
> > > > > > >> > checking for bison... no
> > > > > > >> > checking for byacc... no
> > > > > > >> > checking for g++... no
> > > > > > >> > checking for c++... no
> > > > > > >> > checking for gpp... no
> > > > > > >> > checking for aCC... no
> > > > > > >> > checking for CC... no
> > > > > > >> > checking for cxx... no
> > > > > > >> > checking for cc++... no
> > > > > > >> > checking for cl.exe... no
> > > > > > >> > checking for FCC... no
> > > > > > >> > checking for KCC... no
> > > > > > >> > checking for RCC... no
> > > > > > >> > checking for xlC_r... no
> > > > > > >> > checking for xlC... no
> > > > > > >> > checking whether the C++ compiler works... no
> > > > > > >> > IS there any errors?
> > > > > > >> > you will find the executive file called
configuration.
> > > > > > >> > thanks,
> > > > > > >> > Khaoula
> > > > > > >> >
> > > > > > >> >
> > > > > > >> >
> > > > > > >> >
> > > > > > >> >
> > > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via RT
<
> > > > > > met_help at ucar.edu
> > > > > > >> >:
> > > > > > >> >
> > > > > > >> >> Khaoula,
> > > > > > >> >>
> > > > > > >> >> Looks like you have syntax wrong on those commands.
Please
> > try
> > > > > this:
> > > > > > >> >>
> > > > > > >> >> export MET_NETCDFINC=/root/Bureau/netcdf-
4.3.3.1/include
> > > > > > >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > >> >>
> > > > > > >> >> Actually since your NetCDF build is installed in the
> standard
> > > > way,
> > > > > > >> this is
> > > > > > >> >> all you really need to set:
> > > > > > >> >>
> > > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > > > >> >>
> > > > > > >> >> And MET assumes that the headers are in the
"include"
> > > > subdirectory
> > > > > > and
> > > > > > >> the
> > > > > > >> >> library archive files are in the "lib" subdirectory.
> > > > > > >> >>
> > > > > > >> >> Thanks,
> > > > > > >> >> John
> > > > > > >> >>
> > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via
RT <
> > > > > > >> met_help at ucar.edu>
> > > > > > >> >> wrote:
> > > > > > >> >>
> > > > > > >> >> >
> > > > > > >> >> > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > > > >> >> >
> > > > > > >> >> > Hi John,
> > > > > > >> >> >
> > > > > > >> >> > Thank you for your help.
> > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > >> >> > I'm now setting environment variables.
> > > > > > >> >> > I want to confirm this command if it is right or
no, for
> > > > example,
> > > > > > if
> > > > > > >> i
> > > > > > >> >> set:
> > > > > > >> >> > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > > > > > >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-
4.3.3.1/lib
> > > > > > >> >> > in order to Set *$MET_NETCDF* to point to the main
> > > > > NetCDFdirectory.
> > > > > > >> >> > I  use  also the same process to set others
external
> > > libraries.
> > > > > > >> >> > I let you know that my shell is bash, so i can't
use the
> > > export
> > > > > > >> command.
> > > > > > >> >> > Im wondering if i'm in the right way, because the
command
> > > with
> > > > > > export
> > > > > > >> >> > doesn't produce any error to verify if i'm right
or
> wrong.
> > > > > > >> >> > Thanks,
> > > > > > >> >> > Khaoula
> > > > > > >> >> >
> > > > > > >> >> >
> > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway via
RT <
> > > > > > >> met_help at ucar.edu
> > > > > > >> >> >:
> > > > > > >> >> >
> > > > > > >> >> > > Hello Khaoula,
> > > > > > >> >> > >
> > > > > > >> >> > > Julie is out of town.  My name is John, and I'd
be
> happy
> > to
> > > > > help
> > > > > > >> >> answer
> > > > > > >> >> > > your MET questions.
> > > > > > >> >> > >
> > > > > > >> >> > > I see that you're trying to get up and running
using
> MET
> > to
> > > > > > verify
> > > > > > >> WRF
> > > > > > >> >> > > output.  MET doesn't read WRF output files
directly,
> but
> > > > > requires
> > > > > > >> that
> > > > > > >> >> > they
> > > > > > >> >> > > first be post-processed either with the WRF-ARW
pinterp
> > > > utility
> > > > > > or
> > > > > > >> the
> > > > > > >> >> > > Unified Post-Processor (UPP).  Of the two, I'd
strongly
> > > > > recommend
> > > > > > >> >> using
> > > > > > >> >> > UPP
> > > > > > >> >> > > which creates output in GRIB format that is
fully
> > supported
> > > > by
> > > > > > MET.
> > > > > > >> >> The
> > > > > > >> >> > > pinterp utility writes it output in NetCDF but
we only
> > > > support
> > > > > > data
> > > > > > >> >> > defined
> > > > > > >> >> > > on the non-staggered dimensions.  Since velocity
points
> > are
> > > > > > >> staggered
> > > > > > >> >> in
> > > > > > >> >> > > WRF, MET can't be used to verifying winds in
pinterp
> > > output.
> > > > > > >> >> > >
> > > > > > >> >> > > Another advantage to using UPP is that GRIB data
can be
> > > > easily
> > > > > > >> >> regridded
> > > > > > >> >> > > using the copygb utility.  copygb is included in
the
> UPP
> > > > > package.
> > > > > > >> >> > >
> > > > > > >> >> > > You can download pinterp here:
> > > > > > >> >> > >
> > > > > > >> >> > >
> > > > > > >> >> > >
> > > > > > >> >> >
> > > > > > >> >>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > >> >> > >
> > > > > > >> >> > > And you can download UPP here:
> > > > > > >> >> > >
> > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > > > >> >> > >
> > > > > > >> >> > > Hope that helps.
> > > > > > >> >> > >
> > > > > > >> >> > > Thanks,
> > > > > > >> >> > > John Halley Gotway
> > > > > > >> >> > >
> > > > > > >> >> > >
> > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula
via RT <
> > > > > > >> >> met_help at ucar.edu
> > > > > > >> >> > >
> > > > > > >> >> > > wrote:
> > > > > > >> >> > >
> > > > > > >> >> > > >
> > > > > > >> >> > > > <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >
> > > > > > >> >> > > >
> > > > > > >> >> > > > Hi Julie,
> > > > > > >> >> > > > I compiled all libraries.
> > > > > > >> >> > > > I downloaded post processor but i can't find
the
> > WRF-ARW
> > > > > > p-interp
> > > > > > >> >> Tool
> > > > > > >> >> > > when
> > > > > > >> >> > > > i use the link posted in the tutorial.
> > > > > > >> >> > > > also,what i don't understand the utility of
the
> copygb
> > > > > utility
> > > > > > >> and
> > > > > > >> >> > from
> > > > > > >> >> > > > where to get it.
> > > > > > >> >> > > > i don't know what to do next to downloading
and
> > compiling
> > > > > > >> required
> > > > > > >> >> > > > libraries.
> > > > > > >> >> > > > Thanks,
> > > > > > >> >> > > > Khaoula
> > > > > > >> >> > > >
> > > > > > >> >> > > >
> > > > > > >> >> > > >
> > > > > > >> >> > > >
> > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
> > > > > > khaoula.enit at gmail.com
> > > > > > >> >:
> > > > > > >> >> > > >
> > > > > > >> >> > > > >
> > > > > > >> >> > > > >
> > > > > > >> >> > > > > *Hi Julie,*
> > > > > > >> >> > > > >
> > > > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > > > >> >> > > > >
> > > > > > >> >> > > > > *When lookig the HDF-EOS library, i found in
the
> > > website
> > > > is
> > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > >> >> > > > >
> > > > > > >> >> > > > > *i tried to unpack it, i didn't find the
right
> > command
> > > to
> > > > > do
> > > > > > >> it.*
> > > > > > >> >> > > > >
> > > > > > >> >> > > > > *Is there any command to unpak this
library.*
> > > > > > >> >> > > > >
> > > > > > >> >> > > > > *Thanks,*
> > > > > > >> >> > > > >
> > > > > > >> >> > > > > *Khaoula  *
> > > > > > >> >> > > > >
> > > > > > >> >> > > > >
> > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie Prestopnik
via RT
> <
> > > > > > >> >> > met_help at ucar.edu
> > > > > > >> >> > > >:
> > > > > > >> >> > > > >
> > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >> The GRIB2 C-Library is used by the MET
library
> code
> > to
> > > > > read
> > > > > > >> GRIB2
> > > > > > >> >> > data
> > > > > > >> >> > > > >> files. The GRIB2 C-Library requires the
libraries
> > > zlib,
> > > > > > jasper
> > > > > > >> >> and
> > > > > > >> >> > png
> > > > > > >> >> > > > to
> > > > > > >> >> > > > >> be present on your system. Support for
GRIB2 is
> > > optional
> > > > > and
> > > > > > >> can
> > > > > > >> >> be
> > > > > > >> >> > > > >> enabled
> > > > > > >> >> > > > >> with the *--enable-grib2* option for
configure.
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >> I hope that helps.
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >> Julie
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki
Khaoula via
> > RT
> > > <
> > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > >> >> > > > >> wrote:
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >> > <URL:
> > > > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >> >> >
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > >> >> > > > >> > It works.
> > > > > > >> >> > > > >> > I compile Nectcdf , GNU  and zlib
libraries.
> > > > > > >> >> > > > >> > About GRIB C library, i downloaded the
library
> and
> > > > > > unpacked
> > > > > > >> >> it.
> > > > > > >> >> > > > >> > how it can be used by MET?
> > > > > > >> >> > > > >> > Thanks,
> > > > > > >> >> > > > >> > khaoula
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie
Prestopnik via
> > RT <
> > > > > > >> >> > > met_help at ucar.edu
> > > > > > >> >> > > > >:
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > I'm glad that you were able to get
BUFRLIB
> > > > installed.
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > You said, "when trying to run the firs
command
> > of
> > > *
> > > > > *cd
> > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > >> >> > > > >> > he
> > > > > > >> >> > > > >> > > wrote me no file or directory"
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > In the tutorial, when we say "*cd
> > > /path/to/netcdf*"
> > > > > you
> > > > > > >> >> should
> > > > > > >> >> > > > change
> > > > > > >> >> > > > >> > > directories to the location where your
netcdf
> > > > > directory
> > > > > > >> is on
> > > > > > >> >> > your
> > > > > > >> >> > > > >> > machine.
> > > > > > >> >> > > > >> > > For example, if you unpacked the tar
file
> > > > > > >> netcdf-4.3.3.1.tar
> > > > > > >> >> in
> > > > > > >> >> > a
> > > > > > >> >> > > > >> > directory
> > > > > > >> >> > > > >> > > path of /d2/melki/external_libs/netcdf-
4.3.3.1
> > you
> > > > > would
> > > > > > >> run
> > > > > > >> >> "cd
> > > > > > >> >> > > > >> > > /d2/melki/external_libs/netcdf-
4.3.3.1".
> > > > > > */path/to/netcdf
> > > > > > >> >> *is a
> > > > > > >> >> > > > place
> > > > > > >> >> > > > >> > > holder for the location on your
machine.
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > You said, "setenv CC
/path/to/c/compiler. It
> > > doesn't
> > > > > > >> work.he
> > > > > > >> >> > said
> > > > > > >> >> > > > >> command
> > > > > > >> >> > > > >> > > of setenv doesn't exist.*"  "setenv" is
the
> name
> > > of
> > > > > the
> > > > > > >> >> command
> > > > > > >> >> > > used
> > > > > > >> >> > > > >> to
> > > > > > >> >> > > > >> > set
> > > > > > >> >> > > > >> > > environment variables in the *csh
family of
> > > shells.
> > > > > If
> > > > > > >> you
> > > > > > >> >> are
> > > > > > >> >> > > > using
> > > > > > >> >> > > > >> a
> > > > > > >> >> > > > >> > > different shell, however, you may need
to use
> > > > > "export",
> > > > > > >> >> which is
> > > > > > >> >> > > the
> > > > > > >> >> > > > >> name
> > > > > > >> >> > > > >> > > of the command in the "other" family of
shells
> > > (ash,
> > > > > > >> bourne,
> > > > > > >> >> > > bourne
> > > > > > >> >> > > > >> > again,
> > > > > > >> >> > > > >> > > zsh).  To find out what shell you are
using,
> you
> > > can
> > > > > run
> > > > > > >> >> "echo
> > > > > > >> >> > > > >> $SHELL".
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > If you are using a shell other than the
*csh
> > > family
> > > > of
> > > > > > >> >> shells,
> > > > > > >> >> > and
> > > > > > >> >> > > > you
> > > > > > >> >> > > > >> > need
> > > > > > >> >> > > > >> > > to use "export", the syntax is slightly
> > different.
> > > > > > >> Instead
> > > > > > >> >> of
> > > > > > >> >> > > > >> running:
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > you would run
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > Please note, it is import that when
using the
> > > export
> > > > > > >> command
> > > > > > >> >> > that
> > > > > > >> >> > > > >> there
> > > > > > >> >> > > > >> > are
> > > > > > >> >> > > > >> > > no spaces before or after the "=".
Also, in
> > this
> > > > > case,
> > > > > > >> >> please
> > > > > > >> >> > > note
> > > > > > >> >> > > > >> that
> > > > > > >> >> > > > >> > > "/path/to/c/compiler" should be
replaced with
> > the
> > > > path
> > > > > > to
> > > > > > >> >> the c
> > > > > > >> >> > > > >> compiler
> > > > > > >> >> > > > >> > on
> > > > > > >> >> > > > >> > > your machine.  For example. on my
machine, gcc
> > > lives
> > > > > at
> > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > so if I used setenv, I would run:
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > but if I used export, I would run:
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > I hope this helps.  In the future, if
you
> > > experience
> > > > > any
> > > > > > >> >> > problems
> > > > > > >> >> > > or
> > > > > > >> >> > > > >> > > errors, it would be helpful if you
could copy
> > and
> > > > > paste
> > > > > > >> the
> > > > > > >> >> > > commands
> > > > > > >> >> > > > >> you
> > > > > > >> >> > > > >> > > have run along with the errors they
produced.
> > If
> > > > > often
> > > > > > >> gives
> > > > > > >> >> > us a
> > > > > > >> >> > > > >> > clearer
> > > > > > >> >> > > > >> > > picture of what has gone wrong.
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > Please let us know if you experience
other
> > > problems
> > > > > and
> > > > > > >> need
> > > > > > >> >> > help.
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > Thanks,
> > > > > > >> >> > > > >> > > Julie
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM, Melki
Khaoula
> > via
> > > > RT
> > > > > <
> > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > wrote:
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > <URL:
> > > > > > >> >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >> >> > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *i'm now trying to compile the netcdf
> > library.*
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *I'm wondering about the steps
written in
> the
> > > > > > tutorial:
> > > > > > >> *
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
> > > /path/to/c/compiler
> > > > > > setenv
> > > > > > >> >> CXX
> > > > > > >> >> > > > >> > > >    /path/to/c++/compiler setenv FC ''
setenv
> > F90
> > > > ''
> > > > > > >> >> > ./configure
> > > > > > >> >> > > > >> > > >    --prefix=/netcdf/install/path
> > > > --disable-netcdf-4
> > > > > > make
> > > > > > >> >> make
> > > > > > >> >> > > > >> install i
> > > > > > >> >> > > > >> > > >    installed the netcdf-4.3.3.1 as a
> > independent
> > > > > > >> directory,
> > > > > > >> >> > but
> > > > > > >> >> > > > when
> > > > > > >> >> > > > >> > > > trying to
> > > > > > >> >> > > > >> > > >    run the firs command of *
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no
file or
> > > > > directory.
> > > > > > >> so i
> > > > > > >> >> > > > create a
> > > > > > >> >> > > > >> > file
> > > > > > >> >> > > > >> > > > called path existed in to file which
are
> both
> > > > > included
> > > > > > >> in
> > > > > > >> >> > netcdf
> > > > > > >> >> > > > >> > > directory.
> > > > > > >> >> > > > >> > > > but when running   setenv CC
> > > /path/to/c/compiler.
> > > > It
> > > > > > >> >> doesn't
> > > > > > >> >> > > > work.he
> > > > > > >> >> > > > >> > said
> > > > > > >> >> > > > >> > > > command of setenv doesn't exist.*
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *Thank you really for your help and
your
> Time
> > > > > Julie.*
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie
Prestopnik
> > via
> > > > RT <
> > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > >> >> > > > >> > >:
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > We are able to reproduce the
problems you
> > are
> > > > > > >> >> experiencing
> > > > > > >> >> > > with
> > > > > > >> >> > > > >> the
> > > > > > >> >> > > > >> > > > latest
> > > > > > >> >> > > > >> > > > > version of BUFRLIB.  We are working
on a
> > > > solution
> > > > > to
> > > > > > >> get
> > > > > > >> >> the
> > > > > > >> >> > > > >> > > compilation
> > > > > > >> >> > > > >> > > > > working.
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > In the meantime, I have uploaded
the
> > previous
> > > > > > version
> > > > > > >> of
> > > > > > >> >> > > BUFRLIB
> > > > > > >> >> > > > >> to
> > > > > > >> >> > > > >> > our
> > > > > > >> >> > > > >> > > > ftp
> > > > > > >> >> > > > >> > > > > site so that you can make some
progress
> and
> > > > start
> > > > > > >> working
> > > > > > >> >> > with
> > > > > > >> >> > > > >> MET.
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > Please execute the following
commands.
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > *Make a new directory to contain
the
> BUFRLIB
> > > > code
> > > > > > >> (e.g.
> > > > > > >> >> > mkdir
> > > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > > >> >> > > > >> > > > > *Change directories to that new
directory
> > > (e.g.
> > > > > cd *
> > > > > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >>
> > > > > > >> >> > > >
> > > > > > >> >> > >
> > > > > > >> >> >
> > > > > > >> >>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > >> >> > > > >> > > > > <
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >>
> > > > > > >> >> > > >
> > > > > > >> >> > >
> > > > > > >> >> >
> > > > > > >> >>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > >> >> > > > >> > > > > >*
> > > > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE
> > > -fno-second-underscore
> > > > > *.f
> > > > > > >> *.F*
> > > > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > You should get a successful
compilation
> with
> > > > this
> > > > > > >> older
> > > > > > >> >> > > version
> > > > > > >> >> > > > of
> > > > > > >> >> > > > >> > > > > BUFRLIB.  Please let us know how it
goes.
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > >> >> > > > >> > > > > Julie
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM,
Melki
> > Khaoula
> > > > via
> > > > > > RT
> > > > > > >> <
> > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > wrote:
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > >
> > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > >> >> > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >> >> > > > >
> > > > > > >> >> > > > >> > > > > >
> > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > >> >> > > > >> > > > > > Happy with your email.
> > > > > > >> >> > > > >> > > > > > It is really motivating to
receive your
> > help
> > > > in
> > > > > > >> >> compiling
> > > > > > >> >> > > MET
> > > > > > >> >> > > > >> > model.
> > > > > > >> >> > > > >> > > > > > You find  two terminal containing
errors
> > of
> > > > > runing
> > > > > > >> gcc
> > > > > > >> >> and
> > > > > > >> >> > > > >> gfortran
> > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > >> >> > > > >> > > > > >
> > > > > > >> >> > > > >> > > > > >
> > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00 Julie
> > Prestopnik
> > > > via
> > > > > > RT <
> > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > >> >> > > > >> > > > >:
> > > > > > >> >> > > > >> > > > > >
> > > > > > >> >> > > > >> > > > > > > Hi Melki.  I don't believe that
you
> > should
> > > > > have
> > > > > > to
> > > > > > >> >> > > reinstall
> > > > > > >> >> > > > >> the
> > > > > > >> >> > > > >> > > > > > > compilers.  That is likely not
the
> > > problem.
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > > You said that you received an
error
> > > message
> > > > > when
> > > > > > >> >> running
> > > > > > >> >> > > the
> > > > > > >> >> > > > >> > > > following:
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > > > >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE
> > > > > -fno-second-underscore
> > > > > > >> *.f
> > > > > > >> >> *.F
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > > Could you please send the full
error
> > that
> > > > you
> > > > > > >> >> received?
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15
AM, Melki
> > > > Khaoula
> > > > > > via
> > > > > > >> >> RT <
> > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > >> >> > > > >>
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > Thanks for your email.
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > In trying the command whereis
gcc
> and
> > > > > whereis
> > > > > > >> >> > gfortran,
> > > > > > >> >> > > > >> this is
> > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
whereis
> > > > gfortran
> > > > > > >> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> > > > > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
whereis
> > gcc
> > > > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc
/usr/lib/gcc
> > > > > > /usr/libexec/gcc
> > > > > > >> >> > > > >> > > > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > So i go to try the command of
*gcc
> -c
> > > > > > >> -DUNDERSCORE
> > > > > > >> >> *.c
> > > > > > >> >> > > > and *
> > > > > > >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
> > > > > > -fno-second-underscore
> > > > > > >> >> *.f
> > > > > > >> >> > > *.F *
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > *Linux return me a message of
> error.*
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > *So i tried to reinstall gcc
> compiler
> > > > using
> > > > > > yum
> > > > > > >> >> > install
> > > > > > >> >> > > > >> gcc, i
> > > > > > >> >> > > > >> > > > found
> > > > > > >> >> > > > >> > > > > > that
> > > > > > >> >> > > > >> > > > > > > > the last pack of gcc was
installed.
> > But
> > > > when
> > > > > > >> >> > > reinstalling
> > > > > > >> >> > > > >> > > gfortran
> > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > >> >> > > > >> > > > > > > > using yum install gfortran, i
found
> an
> > > > > message
> > > > > > >> >> telling
> > > > > > >> >> > > me
> > > > > > >> >> > > > >> there
> > > > > > >> >> > > > >> > > is
> > > > > > >> >> > > > >> > > > no
> > > > > > >> >> > > > >> > > > > > > > gfortran pack to install. *
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > *I don't know what to do.*
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > *Thank you for your time and
your
> > > > > cooperation*
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00
Julie
> > > > Prestopnik
> > > > > > via
> > > > > > >> RT
> > > > > > >> >> <
> > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > >> >> > > > >> > > > > > >:
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank you for
trying to
> > use
> > > > the
> > > > > > MET
> > > > > > >> >> > > software.
> > > > > > >> >> > > > >> I'm
> > > > > > >> >> > > > >> > > not
> > > > > > >> >> > > > >> > > > > > sure
> > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > >> >> > > > >> > > > > > > > > understand what you are
asking.
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > You mentioned that you want
to
> > compile
> > > > > > >> BUFRLIB.
> > > > > > >> >> As
> > > > > > >> >> > is
> > > > > > >> >> > > > >> > > explained
> > > > > > >> >> > > > >> > > > on
> > > > > > >> >> > > > >> > > > > > the
> > > > > > >> >> > > > >> > > > > > > > > following page of the MET
Online
> > > > Tutorial
> > > > > > for
> > > > > > >> >> > METv5.0:
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > >
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >>
> > > > > > >> >> > > >
> > > > > > >> >> > >
> > > > > > >> >> >
> > > > > > >> >>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > you can use the GNU gcc and
> gfortran
> > > > > > >> compilers,
> > > > > > >> >> the
> > > > > > >> >> > > PGI
> > > > > > >> >> > > > >> pgcc
> > > > > > >> >> > > > >> > > and
> > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > >> >> > > > >> > > > > > > > > compilers, or the Intel icc
and
> > ifort
> > > > > > >> compilers.
> > > > > > >> >> > You
> > > > > > >> >> > > > are
> > > > > > >> >> > > > >> > > welcome
> > > > > > >> >> > > > >> > > > > to
> > > > > > >> >> > > > >> > > > > > > use
> > > > > > >> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if
you
> would
> > > like
> > > > > to.
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > Most LINUX distributions
come with
> > the
> > > > > > >> compilers.
> > > > > > >> >> > To
> > > > > > >> >> > > > find
> > > > > > >> >> > > > >> > gcc
> > > > > > >> >> > > > >> > > > and
> > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > >> >> > > > >> > > > > > > > > on your machine, you can
run the
> > > > following
> > > > > > >> >> commands:
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > Here are the results I get
after
> > > running
> > > > > > those
> > > > > > >> >> two
> > > > > > >> >> > > > >> commands:
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > gfortran: /usr/bin/gfortran
> > > > > > >> /usr/bin/X11/gfortran
> > > > > > >> >> > > > >> > > > > > > > >
/usr/share/man/man1/gfortran.1.gz
> > > > > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc
/usr/lib/gcc
> > > > > > >> /usr/bin/X11/gcc
> > > > > > >> >> > > > >> > > > > > > > >
/usr/share/man/man1/gcc.1.gz
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > I hope that helps.  Please
let me
> > know
> > > > if
> > > > > I
> > > > > > >> have
> > > > > > >> >> not
> > > > > > >> >> > > > >> answered
> > > > > > >> >> > > > >> > > > your
> > > > > > >> >> > > > >> > > > > > > > question
> > > > > > >> >> > > > >> > > > > > > > > and if this solves the
problem for
> > > you.
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at
5:40 AM,
> > Melki
> > > > > > Khaoula
> > > > > > >> >> via
> > > > > > >> >> > RT
> > > > > > >> >> > > <
> > > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22 2015:
> Request
> > > > 72309
> > > > > > was
> > > > > > >> >> acted
> > > > > > >> >> > > > upon.
> > > > > > >> >> > > > >> > > > > > > > > > Transaction: Ticket
created by
> > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > >> >> > > > >> > > > > > > > > >        Queue: met_help
> > > > > > >> >> > > > >> > > > > > > > > >      Subject: (No subject
given)
> > > > > > >> >> > > > >> > > > > > > > > >        Owner: Nobody
> > > > > > >> >> > > > >> > > > > > > > > >   Requestors:
> > > khaoula.enit at gmail.com
> > > > > > >> >> > > > >> > > > > > > > > >       Status: new
> > > > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > > > >> >> > > > >> > > > > > > > > > i4m traynig to use MET
model.
> > > > > > >> >> > > > >> > > > > > > > > > About compilation of
BUFRLIB, i
> > need
> > > > gcc
> > > > > > and
> > > > > > >> >> > > gfortran
> > > > > > >> >> > > > >> > > > compilers.
> > > > > > >> >> > > > >> > > > > > > > > > Do i need to install
fortran
> and C
> > > > > > software
> > > > > > >> for
> > > > > > >> >> > > LINUX
> > > > > > >> >> > > > >> > before
> > > > > > >> >> > > > >> > > > > > > installing
> > > > > > >> >> > > > >> > > > > > > > > > their compilers?
> > > > > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > > > > >> >> > > > >> > > > > > > > > National Center for
Atmospheric
> > > Research
> > > > > > >> >> > > > >> > > > > > > > > Research Applications
Laboratory
> > > > > > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > > > > > >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > > >
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > > >
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > > --
> > > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > > >> >> > > > >> > > > > > > National Center for Atmospheric
> Research
> > > > > > >> >> > > > >> > > > > > > Research Applications
Laboratory
> > > > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > > > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > > >
> > > > > > >> >> > > > >> > > > > >
> > > > > > >> >> > > > >> > > > > >
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > > --
> > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > >> >> > > > >> > > > > National Center for Atmospheric
Research
> > > > > > >> >> > > > >> > > > > Research Applications Laboratory
> > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > > >
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > > --
> > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > >> >> > > > >> > > National Center for Atmospheric
Research
> > > > > > >> >> > > > >> > > Research Applications Laboratory
> > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> > >
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >> >
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >> --
> > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > >> >> > > > >> National Center for Atmospheric Research
> > > > > > >> >> > > > >> Research Applications Laboratory
> > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >>
> > > > > > >> >> > > > >
> > > > > > >> >> > > >
> > > > > > >> >> > > >
> > > > > > >> >> > >
> > > > > > >> >> > >
> > > > > > >> >> >
> > > > > > >> >> >
> > > > > > >> >>
> > > > > > >> >>
> > > > > > >> >
> > > > > > >>
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Thu Jul 23 03:02:52 2015

Hi Julie,

there is a terminal containing results of ls -l zlib-1.2.8
also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
i uses the command whereis zlib:
 it returns : usr/bin/zlib
Thanks,
Khaoula

2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.
>
> I see in your configure log the error:
>
> configure: error: zlib not installed
>
> Were you able to get a successful install of zlib?  If so, could you
please
> tell me where it is installed and run "ls -l" in that directory so I
can
> see its contents? And, if you were able to get a successful install
of
> zlib, were you able to get a successful install of libpng?
>
> Once you get a successful install of zlib, png, jasper, and the
GRIB2-C
> Library, we can revisit running the configure script.
>
> NCEP's GRIB2 C-Library is an optional package for MET.  If you do
not need
> GRIB2 support, you do not need to install the library.  I just
wanted to
> make sure you knew that in case you didn't need GRIB2 support.  If
you do
> need it, we'll keep working at it and try to get it working for you
soon.
>
> Thanks,
> Julie
>
>
> On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi Julie,
> > the same problem appear again.
> > you find a file joined to this e-mail.
> > thanks,
> > Khaoula
> >
> > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Khaoula.
> > >
> > > I see that you tried to install zlib, but have a question about
the
> > install
> > > path.
> > >
> > > You can install zlib where ever you would like, either in /zlib-
1.2.8
> > > or /usr/local/bin
> > > (assuming you have root access) or somewhere else entirely.  So,
it
> > sounds
> > > like you followed these generic instructions:
> > >
> > > cd /path/to/zlib
> > > ./configure --prefix=/zlib/install/path
> > > make test
> > > make install
> > >
> > > replacing /path/to/zlib with /root/Bureau/zlib-1.2.8 and
replacing
> > > /zlib/install/path
> > > with /zlib-1.2.8 as follows:
> > >
> > > cd /root/Bureau/zlib-1.2.8
> > > ./configure --prefix=/zlib-1.2.8
> > > make test
> > > make install
> > >
> > > It sounds like you got a successful installation of zlib, but
libpng
> > > couldn't find zlib.
> > >
> > > Try recompiling libpng as follows,
> > >   replacing "/path/to/libz.a/directory" with the path to libz.a
(leave
> > the
> > > -L in place in the example below)
> > >   replacing "/path/to/zlib.h/directory" with the path to zlib.h
(leave
> > the
> > > -I in place in the example below)
> > >   and replacing "/path/to/libpng/install/directory" with the
path where
> > you
> > > would like to install libpng:
> > >
> > >   cd /root/Bureau/libpng-1.2.34
> > >   make clean
> > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > >   ./configure --prefix=/path/to/libpng/install/directory
> > >   make
> > >   make install
> > >
> > > That should do the trick.  With those environment variables,
you're
> > telling
> > > it where to find the zlib header and object files.  Give that a
try and
> > let
> > > me know if you're able to compile libpng successfully.
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hi Julie,
> > > > Grib2 needs jasper, png and zlib libraries to install.
> > > > in installing zlib library,i i used  these commands:
> > > > *cd /path/to/zlib*
> > > > *./configure --prefix=/zlib/install/path*
> > > > *make test*
> > > >
> > > > *make install*
> > > >
> > > > *for my sysytem, path/to/zlib is root/Bureau/zlib-1.2.8.*
> > > >
> > > > *about prefix=zlib/install/path. zlib/install/path is the
directory
> > > where i
> > > > put zlib installation, prefix=/zlib-1.2.8 or it is
usr/local/bin in
> > order
> > > > to be installed in the system.*
> > > >
> > > > *i found a problem when installing libpng library. i used
thses
> > > commands:*
> > > >
> > > > *cd libpng-1.2.34*
> > > >
> > > > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> > > >
> > > > *make *
> > > >
> > > > *make install*
> > > >
> > > > *But when using configure, an error occur informing me that
zlib
> isn't
> > > > installed.*
> > > >
> > > > *So, i was wondering about path to install. It is in the
directory of
> > > > library or in the system unix(usr/local/bin)*
> > > > *Thanks,*
> > > >
> > > > *khaoula melki*
> > > >
> > > >
> > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Hi Khaoula.
> > > > >
> > > > > There will not be a bin subdirectory when you unpack met-
5.0, but
> > there
> > > > > should be upon a successful installation of the MET tools.
Looking
> > at
> > > > your
> > > > > make_install.log file I see that there is a problem finding
> grib2.h:
> > > > >
> > > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou
dossier de
> > ce
> > > > type
> > > > >
> > > > > NCEP's GRIB2C library is used by the MET library code to
read GRIB2
> > > data
> > > > > files.  If you do not need GRIB2 capability, you can simply
skip
> this
> > > > part
> > > > > of the installation by removing "--enable-grib2" from your
list of
> > > > options
> > > > > to "./configure".  If you do need GRIB2 capability and the
grib2c
> > > library
> > > > > is not already on your system, you will need to download and
unpack
> > the
> > > > > grib2c tarball
(http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/) and
> > > refer
> > > > > to
> > > > > the README file. Once built, MET expects the GRIB2 C-Library
to be
> > > named
> > > > > *libgrib2c.a*. The GRIB2 C-Library *requires the libraries
zlib,
> > jasper
> > > > and
> > > > > png* to be present on your system and those packages are all
> > available
> > > in
> > > > > the link above. When configuring the MET build after
installation
> of
> > > the
> > > > > necessary libraries (or if grib2c, zlib, jasper, and png are
> already
> > on
> > > > > your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC* and
> > > > *MET_GRIB2CLIB*)
> > > > > environment variables to indicate the location of this
library.
> > > > >
> > > > > Please let us know if you have any questions.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > >
> > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > > >
> > > > > > Hi Julie,
> > > > > > thank you for your response.
> > > > > > it rebuilt nectd.
> > > > > > my problem now is the bin subdirectory.
> > > > > > when unpacking met-5.0, thre is no subdirectory called
bin.
> > > > > >
> > > > > > Also, after setting environment variables, i used the
> configuration
> > > > > script
> > > > > > with: ./configure --prefix=`pwd` --enable-grib2 --enable-
modis
> > > > > > --enable-mode_graphics
> > > > > > there is no bin subdirectory  built or recreated.
> > > > > > Thanks,
> > > > > > Khaoula
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > > >
> > > > > > > Taking another look at this, I do not see a "-I" entry
for
> > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I believe you have
> > MET_NETCDF
> > > > set
> > > > > > to.
> > > > > > >
> > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
-I../../../src/basic/vx_cal
> > > > > > > -I../../../src/basic/vx_config
-I../../../src/basic/vx_log
> > > > > > > -I../../../src/basic/vx_math
-I../../../src/basic/vx_util
> > > > > > > -I../../../src/libcode/vx_afm
> > > -I../../../src/libcode/vx_analysis_util
> > > > > > > -I../../../src/libcode/vx_color
> -I../../../src/libcode/vx_data2d
> > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > -I../../../src/libcode/vx_geodesy
> > -I../../../src/libcode/vx_gnomon
> > > > > > > -I../../../src/libcode/vx_grid
> -I../../../src/libcode/vx_gsl_prob
> > > > > > > -I../../../src/libcode/vx_nav
-I../../../src/libcode/vx_nc_util
> > > > > > > -I../../../src/libcode/vx_pb_util
> > > -I../../../src/libcode/vx_plot_util
> > > > > > > -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm
> > > > > > > -I../../../src/libcode/vx_render
> > > -I../../../src/libcode/vx_shapedata
> > > > > > > -I../../../src/libcode/vx_statistics
> > > > -I../../../src/libcode/vx_stat_out
> > > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > > > > > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g -MT
> > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> > > > > > > Dans le fichier inclus à partir de nc_var_info.cc:24:
> > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier
ou
> dossier
> > > de
> > > > ce
> > > > > > > type
> > > > > > >
> > > > > > > You could check the include area for
> /root/Bureau/netcdf-4.3.3.1
> > to
> > > > see
> > > > > > if
> > > > > > > there is a netcdf.hh file.  If there is, you'll need to
make
> sure
> > > > that
> > > > > > met
> > > > > > > can find it by making sure the MET_NETCDF is set
correctly,
> then
> > > > source
> > > > > > > your .bashrc or similar file, reconfigure, and rebuild
MET,
> > > > otherwise,
> > > > > if
> > > > > > > it is not there, I would suggest following the
instructions in
> my
> > > > most
> > > > > > > recent previous email.
> > > > > > >
> > > > > > > Please let us know how it works out.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Julie
> > > > > > >
> > > > > > >
> > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik <
> > jpresto at ucar.edu
> > > >
> > > > > > wrote:
> > > > > > >
> > > > > > > > Hi Khaoula.  I apologize for the delayed response.  I
was out
> > of
> > > > > town.
> > > > > > > >
> > > > > > > > I believe that I see in your make_install.log that
there is a
> > > > problem
> > > > > > > > finding netcdf.hh:
> > > > > > > >
> > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier
ou
> > dossier
> > > > de
> > > > > ce
> > > > > > > > type
> > > > > > > >
> > > > > > > > We've typically been compiling MET using NetCDF
version 3 -
> the
> > > > > > specific
> > > > > > > > version is netcdf-3.6.3.  I know that some of the
versions of
> > > > netcdf
> > > > > no
> > > > > > > > longer include netcdf.hh, but that file is necessary
for our
> > > code.
> > > > > I'd
> > > > > > > > suggest downloading and compiling NetCDF 3.6.3 locally
using
> > the
> > > > > > > > following steps:
> > > > > > > >
> > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > >
> > > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > > > >
> > > > > > > > Then run:
> > > > > > > >
> > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > make
> > > > > > > > make install
> > > > > > > >
> > > > > > > > These commands should compile the C and C++ interfaces
for
> > NetCDF
> > > > and
> > > > > > > > skip the Fortran interface that MET doesn't use.  It
will
> > install
> > > > the
> > > > > > > > library in current "netcdf-3.6.3" directory due to the
> > > > --prefix=`pwd`
> > > > > > > > option.
> > > > > > > >
> > > > > > > > Next, you'll need to edit where you set MET_NETCDF to
point
> to
> > > this
> > > > > new
> > > > > > > > location, source your .bashrc or similiar file, and
rebuild
> > MET.
> > > > > > > >
> > > > > > > > Please let us know if that works well for you.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Julie
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via RT
<
> > > > > > met_help at ucar.edu
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > >>
> > > > > > > >> <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > > > > >>
> > > > > > > >> Hello John,
> > > > > > > >> the error was there is no compilor of C++. so i
downloaded
> g++
> > > > > using :
> > > > > > > yum
> > > > > > > >> install gcc-c++.
> > > > > > > >> I didn't understand the bin subdirectory. I looked to
the
> > > met-5.0
> > > > > > > >> directory, i didin't find a subdirectory called bin.
But
> files
> > > > cited
> > > > > > in
> > > > > > > >> the
> > > > > > > >> Built executables are located in the output
subdirectory.
> > > > > > > >> The compilation of *make install >& make_install.log
&*
> > > > > > > >> *tail -f make_install.log   *
> > > > > > > >> * send an error.*
> > > > > > > >> *there is two executables,  *the first is called
> > configuration1.
> > > > It
> > > > > is
> > > > > > > >> about run of ./
> > > > > > > >> *configure --prefix=`pwd` --enable-grib2 --enable-
modis
> > > > > > > >> --enable-mode_graphics*The second is called make
> install.log,
> > > > > obtained
> > > > > > > >> after running :
> > > > > > > >> *make install >& make_install.log &*
> > > > > > > >>
> > > > > > > >> *tail -f make_install.log*
> > > > > > > >>
> > > > > > > >> *Thanks,*
> > > > > > > >>
> > > > > > > >> *Khaoula*
> > > > > > > >>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <
> > khaoula.enit at gmail.com
> > > >:
> > > > > > > >>
> > > > > > > >> > Hello John,
> > > > > > > >> > Thank you for your help. it really works.
> > > > > > > >> > I am in the configuration step.
> > > > > > > >> > when executing the command of : ./configure
--prefix=`pwd`
> > > > > > > >> --enable-grib2
> > > > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > > > >> > i found that when cheking for some compilers, the
system
> > > return
> > > > > no.
> > > > > > > >> > for example:
> > > > > > > >> > checking for bison... no
> > > > > > > >> > checking for byacc... no
> > > > > > > >> > checking for g++... no
> > > > > > > >> > checking for c++... no
> > > > > > > >> > checking for gpp... no
> > > > > > > >> > checking for aCC... no
> > > > > > > >> > checking for CC... no
> > > > > > > >> > checking for cxx... no
> > > > > > > >> > checking for cc++... no
> > > > > > > >> > checking for cl.exe... no
> > > > > > > >> > checking for FCC... no
> > > > > > > >> > checking for KCC... no
> > > > > > > >> > checking for RCC... no
> > > > > > > >> > checking for xlC_r... no
> > > > > > > >> > checking for xlC... no
> > > > > > > >> > checking whether the C++ compiler works... no
> > > > > > > >> > IS there any errors?
> > > > > > > >> > you will find the executive file called
configuration.
> > > > > > > >> > thanks,
> > > > > > > >> > Khaoula
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via
RT <
> > > > > > > met_help at ucar.edu
> > > > > > > >> >:
> > > > > > > >> >
> > > > > > > >> >> Khaoula,
> > > > > > > >> >>
> > > > > > > >> >> Looks like you have syntax wrong on those
commands.
> Please
> > > try
> > > > > > this:
> > > > > > > >> >>
> > > > > > > >> >> export MET_NETCDFINC=/root/Bureau/netcdf-
4.3.3.1/include
> > > > > > > >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-
4.3.3.1/lib
> > > > > > > >> >>
> > > > > > > >> >> Actually since your NetCDF build is installed in
the
> > standard
> > > > > way,
> > > > > > > >> this is
> > > > > > > >> >> all you really need to set:
> > > > > > > >> >>
> > > > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > > > > >> >>
> > > > > > > >> >> And MET assumes that the headers are in the
"include"
> > > > > subdirectory
> > > > > > > and
> > > > > > > >> the
> > > > > > > >> >> library archive files are in the "lib"
subdirectory.
> > > > > > > >> >>
> > > > > > > >> >> Thanks,
> > > > > > > >> >> John
> > > > > > > >> >>
> > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula via
RT <
> > > > > > > >> met_help at ucar.edu>
> > > > > > > >> >> wrote:
> > > > > > > >> >>
> > > > > > > >> >> >
> > > > > > > >> >> > <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >
> > > > > > > >> >> >
> > > > > > > >> >> > Hi John,
> > > > > > > >> >> >
> > > > > > > >> >> > Thank you for your help.
> > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > >> >> > I'm now setting environment variables.
> > > > > > > >> >> > I want to confirm this command if it is right or
no,
> for
> > > > > example,
> > > > > > > if
> > > > > > > >> i
> > > > > > > >> >> set:
> > > > > > > >> >> >
> export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-
4.3.3.1/lib
> > > > > > > >> >> > in order to Set *$MET_NETCDF* to point to the
main
> > > > > > NetCDFdirectory.
> > > > > > > >> >> > I  use  also the same process to set others
external
> > > > libraries.
> > > > > > > >> >> > I let you know that my shell is bash, so i can't
use
> the
> > > > export
> > > > > > > >> command.
> > > > > > > >> >> > Im wondering if i'm in the right way, because
the
> command
> > > > with
> > > > > > > export
> > > > > > > >> >> > doesn't produce any error to verify if i'm right
or
> > wrong.
> > > > > > > >> >> > Thanks,
> > > > > > > >> >> > Khaoula
> > > > > > > >> >> >
> > > > > > > >> >> >
> > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway
via RT <
> > > > > > > >> met_help at ucar.edu
> > > > > > > >> >> >:
> > > > > > > >> >> >
> > > > > > > >> >> > > Hello Khaoula,
> > > > > > > >> >> > >
> > > > > > > >> >> > > Julie is out of town.  My name is John, and
I'd be
> > happy
> > > to
> > > > > > help
> > > > > > > >> >> answer
> > > > > > > >> >> > > your MET questions.
> > > > > > > >> >> > >
> > > > > > > >> >> > > I see that you're trying to get up and running
using
> > MET
> > > to
> > > > > > > verify
> > > > > > > >> WRF
> > > > > > > >> >> > > output.  MET doesn't read WRF output files
directly,
> > but
> > > > > > requires
> > > > > > > >> that
> > > > > > > >> >> > they
> > > > > > > >> >> > > first be post-processed either with the WRF-
ARW
> pinterp
> > > > > utility
> > > > > > > or
> > > > > > > >> the
> > > > > > > >> >> > > Unified Post-Processor (UPP).  Of the two, I'd
> strongly
> > > > > > recommend
> > > > > > > >> >> using
> > > > > > > >> >> > UPP
> > > > > > > >> >> > > which creates output in GRIB format that is
fully
> > > supported
> > > > > by
> > > > > > > MET.
> > > > > > > >> >> The
> > > > > > > >> >> > > pinterp utility writes it output in NetCDF but
we
> only
> > > > > support
> > > > > > > data
> > > > > > > >> >> > defined
> > > > > > > >> >> > > on the non-staggered dimensions.  Since
velocity
> points
> > > are
> > > > > > > >> staggered
> > > > > > > >> >> in
> > > > > > > >> >> > > WRF, MET can't be used to verifying winds in
pinterp
> > > > output.
> > > > > > > >> >> > >
> > > > > > > >> >> > > Another advantage to using UPP is that GRIB
data can
> be
> > > > > easily
> > > > > > > >> >> regridded
> > > > > > > >> >> > > using the copygb utility.  copygb is included
in the
> > UPP
> > > > > > package.
> > > > > > > >> >> > >
> > > > > > > >> >> > > You can download pinterp here:
> > > > > > > >> >> > >
> > > > > > > >> >> > >
> > > > > > > >> >> > >
> > > > > > > >> >> >
> > > > > > > >> >>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > >> >> > >
> > > > > > > >> >> > > And you can download UPP here:
> > > > > > > >> >> > >
> > > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > > > > >> >> > >
> > > > > > > >> >> > > Hope that helps.
> > > > > > > >> >> > >
> > > > > > > >> >> > > Thanks,
> > > > > > > >> >> > > John Halley Gotway
> > > > > > > >> >> > >
> > > > > > > >> >> > >
> > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki Khaoula
via
> RT <
> > > > > > > >> >> met_help at ucar.edu
> > > > > > > >> >> > >
> > > > > > > >> >> > > wrote:
> > > > > > > >> >> > >
> > > > > > > >> >> > > >
> > > > > > > >> >> > > > <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >
> > > > > > > >> >> > > >
> > > > > > > >> >> > > > Hi Julie,
> > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > >> >> > > > I downloaded post processor but i can't find
the
> > > WRF-ARW
> > > > > > > p-interp
> > > > > > > >> >> Tool
> > > > > > > >> >> > > when
> > > > > > > >> >> > > > i use the link posted in the tutorial.
> > > > > > > >> >> > > > also,what i don't understand the utility of
the
> > copygb
> > > > > > utility
> > > > > > > >> and
> > > > > > > >> >> > from
> > > > > > > >> >> > > > where to get it.
> > > > > > > >> >> > > > i don't know what to do next to downloading
and
> > > compiling
> > > > > > > >> required
> > > > > > > >> >> > > > libraries.
> > > > > > > >> >> > > > Thanks,
> > > > > > > >> >> > > > Khaoula
> > > > > > > >> >> > > >
> > > > > > > >> >> > > >
> > > > > > > >> >> > > >
> > > > > > > >> >> > > >
> > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
> > > > > > > khaoula.enit at gmail.com
> > > > > > > >> >:
> > > > > > > >> >> > > >
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > > *When lookig the HDF-EOS library, i found
in the
> > > > website
> > > > > is
> > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > > *i tried to unpack it, i didn't find the
right
> > > command
> > > > to
> > > > > > do
> > > > > > > >> it.*
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > > *Is there any command to unpak this
library.*
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > > *Thanks,*
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie
Prestopnik via
> RT
> > <
> > > > > > > >> >> > met_help at ucar.edu
> > > > > > > >> >> > > >:
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >> The GRIB2 C-Library is used by the MET
library
> > code
> > > to
> > > > > > read
> > > > > > > >> GRIB2
> > > > > > > >> >> > data
> > > > > > > >> >> > > > >> files. The GRIB2 C-Library requires the
> libraries
> > > > zlib,
> > > > > > > jasper
> > > > > > > >> >> and
> > > > > > > >> >> > png
> > > > > > > >> >> > > > to
> > > > > > > >> >> > > > >> be present on your system. Support for
GRIB2 is
> > > > optional
> > > > > > and
> > > > > > > >> can
> > > > > > > >> >> be
> > > > > > > >> >> > > > >> enabled
> > > > > > > >> >> > > > >> with the *--enable-grib2* option for
configure.
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >> Julie
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki
Khaoula
> via
> > > RT
> > > > <
> > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > >> >> > > > >> wrote:
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >> > <URL:
> > > > > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >> >> >
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > >> >> > > > >> > It works.
> > > > > > > >> >> > > > >> > I compile Nectcdf , GNU  and zlib
libraries.
> > > > > > > >> >> > > > >> > About GRIB C library, i downloaded the
library
> > and
> > > > > > > unpacked
> > > > > > > >> >> it.
> > > > > > > >> >> > > > >> > how it can be used by MET?
> > > > > > > >> >> > > > >> > Thanks,
> > > > > > > >> >> > > > >> > khaoula
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie
Prestopnik
> via
> > > RT <
> > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > >> >> > > > >:
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > I'm glad that you were able to get
BUFRLIB
> > > > > installed.
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > You said, "when trying to run the
firs
> command
> > > of
> > > > *
> > > > > > *cd
> > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > >> >> > > > >> > he
> > > > > > > >> >> > > > >> > > wrote me no file or directory"
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > In the tutorial, when we say "*cd
> > > > /path/to/netcdf*"
> > > > > > you
> > > > > > > >> >> should
> > > > > > > >> >> > > > change
> > > > > > > >> >> > > > >> > > directories to the location where
your
> netcdf
> > > > > > directory
> > > > > > > >> is on
> > > > > > > >> >> > your
> > > > > > > >> >> > > > >> > machine.
> > > > > > > >> >> > > > >> > > For example, if you unpacked the tar
file
> > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > >> >> in
> > > > > > > >> >> > a
> > > > > > > >> >> > > > >> > directory
> > > > > > > >> >> > > > >> > > path of
> /d2/melki/external_libs/netcdf-4.3.3.1
> > > you
> > > > > > would
> > > > > > > >> run
> > > > > > > >> >> "cd
> > > > > > > >> >> > > > >> > > /d2/melki/external_libs/netcdf-
4.3.3.1".
> > > > > > > */path/to/netcdf
> > > > > > > >> >> *is a
> > > > > > > >> >> > > > place
> > > > > > > >> >> > > > >> > > holder for the location on your
machine.
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > You said, "setenv CC
/path/to/c/compiler. It
> > > > doesn't
> > > > > > > >> work.he
> > > > > > > >> >> > said
> > > > > > > >> >> > > > >> command
> > > > > > > >> >> > > > >> > > of setenv doesn't exist.*"  "setenv"
is the
> > name
> > > > of
> > > > > > the
> > > > > > > >> >> command
> > > > > > > >> >> > > used
> > > > > > > >> >> > > > >> to
> > > > > > > >> >> > > > >> > set
> > > > > > > >> >> > > > >> > > environment variables in the *csh
family of
> > > > shells.
> > > > > > If
> > > > > > > >> you
> > > > > > > >> >> are
> > > > > > > >> >> > > > using
> > > > > > > >> >> > > > >> a
> > > > > > > >> >> > > > >> > > different shell, however, you may
need to
> use
> > > > > > "export",
> > > > > > > >> >> which is
> > > > > > > >> >> > > the
> > > > > > > >> >> > > > >> name
> > > > > > > >> >> > > > >> > > of the command in the "other" family
of
> shells
> > > > (ash,
> > > > > > > >> bourne,
> > > > > > > >> >> > > bourne
> > > > > > > >> >> > > > >> > again,
> > > > > > > >> >> > > > >> > > zsh).  To find out what shell you are
using,
> > you
> > > > can
> > > > > > run
> > > > > > > >> >> "echo
> > > > > > > >> >> > > > >> $SHELL".
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > If you are using a shell other than
the *csh
> > > > family
> > > > > of
> > > > > > > >> >> shells,
> > > > > > > >> >> > and
> > > > > > > >> >> > > > you
> > > > > > > >> >> > > > >> > need
> > > > > > > >> >> > > > >> > > to use "export", the syntax is
slightly
> > > different.
> > > > > > > >> Instead
> > > > > > > >> >> of
> > > > > > > >> >> > > > >> running:
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > you would run
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > Please note, it is import that when
using
> the
> > > > export
> > > > > > > >> command
> > > > > > > >> >> > that
> > > > > > > >> >> > > > >> there
> > > > > > > >> >> > > > >> > are
> > > > > > > >> >> > > > >> > > no spaces before or after the "=".
Also, in
> > > this
> > > > > > case,
> > > > > > > >> >> please
> > > > > > > >> >> > > note
> > > > > > > >> >> > > > >> that
> > > > > > > >> >> > > > >> > > "/path/to/c/compiler" should be
replaced
> with
> > > the
> > > > > path
> > > > > > > to
> > > > > > > >> >> the c
> > > > > > > >> >> > > > >> compiler
> > > > > > > >> >> > > > >> > on
> > > > > > > >> >> > > > >> > > your machine.  For example. on my
machine,
> gcc
> > > > lives
> > > > > > at
> > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > so if I used setenv, I would run:
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > but if I used export, I would run:
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > I hope this helps.  In the future, if
you
> > > > experience
> > > > > > any
> > > > > > > >> >> > problems
> > > > > > > >> >> > > or
> > > > > > > >> >> > > > >> > > errors, it would be helpful if you
could
> copy
> > > and
> > > > > > paste
> > > > > > > >> the
> > > > > > > >> >> > > commands
> > > > > > > >> >> > > > >> you
> > > > > > > >> >> > > > >> > > have run along with the errors they
> produced.
> > > If
> > > > > > often
> > > > > > > >> gives
> > > > > > > >> >> > us a
> > > > > > > >> >> > > > >> > clearer
> > > > > > > >> >> > > > >> > > picture of what has gone wrong.
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > Please let us know if you experience
other
> > > > problems
> > > > > > and
> > > > > > > >> need
> > > > > > > >> >> > help.
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > >> >> > > > >> > > Julie
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM,
Melki
> Khaoula
> > > via
> > > > > RT
> > > > > > <
> > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > wrote:
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > >> >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >> >> > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *i'm now trying to compile the
netcdf
> > > library.*
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *I'm wondering about the steps
written in
> > the
> > > > > > > tutorial:
> > > > > > > >> *
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
> > > > /path/to/c/compiler
> > > > > > > setenv
> > > > > > > >> >> CXX
> > > > > > > >> >> > > > >> > > >    /path/to/c++/compiler setenv FC
''
> setenv
> > > F90
> > > > > ''
> > > > > > > >> >> > ./configure
> > > > > > > >> >> > > > >> > > >    --prefix=/netcdf/install/path
> > > > > --disable-netcdf-4
> > > > > > > make
> > > > > > > >> >> make
> > > > > > > >> >> > > > >> install i
> > > > > > > >> >> > > > >> > > >    installed the netcdf-4.3.3.1 as
a
> > > independent
> > > > > > > >> directory,
> > > > > > > >> >> > but
> > > > > > > >> >> > > > when
> > > > > > > >> >> > > > >> > > > trying to
> > > > > > > >> >> > > > >> > > >    run the firs command of *
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me no
file
> or
> > > > > > directory.
> > > > > > > >> so i
> > > > > > > >> >> > > > create a
> > > > > > > >> >> > > > >> > file
> > > > > > > >> >> > > > >> > > > called path existed in to file
which are
> > both
> > > > > > included
> > > > > > > >> in
> > > > > > > >> >> > netcdf
> > > > > > > >> >> > > > >> > > directory.
> > > > > > > >> >> > > > >> > > > but when running   setenv CC
> > > > /path/to/c/compiler.
> > > > > It
> > > > > > > >> >> doesn't
> > > > > > > >> >> > > > work.he
> > > > > > > >> >> > > > >> > said
> > > > > > > >> >> > > > >> > > > command of setenv doesn't exist.*
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *Thank you really for your help and
your
> > Time
> > > > > > Julie.*
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie
> Prestopnik
> > > via
> > > > > RT <
> > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > >> >> > > > >> > >:
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > We are able to reproduce the
problems
> you
> > > are
> > > > > > > >> >> experiencing
> > > > > > > >> >> > > with
> > > > > > > >> >> > > > >> the
> > > > > > > >> >> > > > >> > > > latest
> > > > > > > >> >> > > > >> > > > > version of BUFRLIB.  We are
working on a
> > > > > solution
> > > > > > to
> > > > > > > >> get
> > > > > > > >> >> the
> > > > > > > >> >> > > > >> > > compilation
> > > > > > > >> >> > > > >> > > > > working.
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > In the meantime, I have uploaded
the
> > > previous
> > > > > > > version
> > > > > > > >> of
> > > > > > > >> >> > > BUFRLIB
> > > > > > > >> >> > > > >> to
> > > > > > > >> >> > > > >> > our
> > > > > > > >> >> > > > >> > > > ftp
> > > > > > > >> >> > > > >> > > > > site so that you can make some
progress
> > and
> > > > > start
> > > > > > > >> working
> > > > > > > >> >> > with
> > > > > > > >> >> > > > >> MET.
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > Please execute the following
commands.
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > *Make a new directory to contain
the
> > BUFRLIB
> > > > > code
> > > > > > > >> (e.g.
> > > > > > > >> >> > mkdir
> > > > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > > > >> >> > > > >> > > > > *Change directories to that new
> directory
> > > > (e.g.
> > > > > > cd *
> > > > > > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > >
> > > > > > > >> >> > >
> > > > > > > >> >> >
> > > > > > > >> >>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > >> >> > > > >> > > > > <
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > >
> > > > > > > >> >> > >
> > > > > > > >> >> >
> > > > > > > >> >>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > >> >> > > > >> > > > > >*
> > > > > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > > > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE
> > > > -fno-second-underscore
> > > > > > *.f
> > > > > > > >> *.F*
> > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > You should get a successful
compilation
> > with
> > > > > this
> > > > > > > >> older
> > > > > > > >> >> > > version
> > > > > > > >> >> > > > of
> > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please let us know how
it
> goes.
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18 AM,
Melki
> > > Khaoula
> > > > > via
> > > > > > > RT
> > > > > > > >> <
> > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > >
> > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > >> >> > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > > >> > > > > >
> > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > >> >> > > > >> > > > > > Happy with your email.
> > > > > > > >> >> > > > >> > > > > > It is really motivating to
receive
> your
> > > help
> > > > > in
> > > > > > > >> >> compiling
> > > > > > > >> >> > > MET
> > > > > > > >> >> > > > >> > model.
> > > > > > > >> >> > > > >> > > > > > You find  two terminal
containing
> errors
> > > of
> > > > > > runing
> > > > > > > >> gcc
> > > > > > > >> >> and
> > > > > > > >> >> > > > >> gfortran
> > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > >> >> > > > >> > > > > >
> > > > > > > >> >> > > > >> > > > > >
> > > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00
Julie
> > > Prestopnik
> > > > > via
> > > > > > > RT <
> > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > >> >> > > > >> > > > >:
> > > > > > > >> >> > > > >> > > > > >
> > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I don't believe
that you
> > > should
> > > > > > have
> > > > > > > to
> > > > > > > >> >> > > reinstall
> > > > > > > >> >> > > > >> the
> > > > > > > >> >> > > > >> > > > > > > compilers.  That is likely
not the
> > > > problem.
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > > You said that you received an
error
> > > > message
> > > > > > when
> > > > > > > >> >> running
> > > > > > > >> >> > > the
> > > > > > > >> >> > > > >> > > > following:
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > > > > >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE
> > > > > > -fno-second-underscore
> > > > > > > >> *.f
> > > > > > > >> >> *.F
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > > Could you please send the
full error
> > > that
> > > > > you
> > > > > > > >> >> received?
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at 2:15
AM,
> Melki
> > > > > Khaoula
> > > > > > > via
> > > > > > > >> >> RT <
> > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > >> >> > > > >>
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > Thanks for your email.
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > In trying the command
whereis gcc
> > and
> > > > > > whereis
> > > > > > > >> >> > gfortran,
> > > > > > > >> >> > > > >> this is
> > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
> whereis
> > > > > gfortran
> > > > > > > >> >> > > > >> > > > > > > > gfortran: /usr/bin/gfortran
> > > > > > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
> whereis
> > > gcc
> > > > > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc
/usr/lib/gcc
> > > > > > > /usr/libexec/gcc
> > > > > > > >> >> > > > >> > > > > > > >
/usr/share/man/man1/gcc.1.gz
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > So i go to try the command
of *gcc
> > -c
> > > > > > > >> -DUNDERSCORE
> > > > > > > >> >> *.c
> > > > > > > >> >> > > > and *
> > > > > > > >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
> > > > > > > -fno-second-underscore
> > > > > > > >> >> *.f
> > > > > > > >> >> > > *.F *
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > *Linux return me a message
of
> > error.*
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > *So i tried to reinstall
gcc
> > compiler
> > > > > using
> > > > > > > yum
> > > > > > > >> >> > install
> > > > > > > >> >> > > > >> gcc, i
> > > > > > > >> >> > > > >> > > > found
> > > > > > > >> >> > > > >> > > > > > that
> > > > > > > >> >> > > > >> > > > > > > > the last pack of gcc was
> installed.
> > > But
> > > > > when
> > > > > > > >> >> > > reinstalling
> > > > > > > >> >> > > > >> > > gfortran
> > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > >> >> > > > >> > > > > > > > using yum install gfortran,
i
> found
> > an
> > > > > > message
> > > > > > > >> >> telling
> > > > > > > >> >> > > me
> > > > > > > >> >> > > > >> there
> > > > > > > >> >> > > > >> > > is
> > > > > > > >> >> > > > >> > > > no
> > > > > > > >> >> > > > >> > > > > > > > gfortran pack to install. *
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > *I don't know what to do.*
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > *Thank you for your time
and your
> > > > > > cooperation*
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49 GMT+02:00
Julie
> > > > > Prestopnik
> > > > > > > via
> > > > > > > >> RT
> > > > > > > >> >> <
> > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank you for
trying
> to
> > > use
> > > > > the
> > > > > > > MET
> > > > > > > >> >> > > software.
> > > > > > > >> >> > > > >> I'm
> > > > > > > >> >> > > > >> > > not
> > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > >> >> > > > >> > > > > > > > > understand what you are
asking.
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > You mentioned that you
want to
> > > compile
> > > > > > > >> BUFRLIB.
> > > > > > > >> >> As
> > > > > > > >> >> > is
> > > > > > > >> >> > > > >> > > explained
> > > > > > > >> >> > > > >> > > > on
> > > > > > > >> >> > > > >> > > > > > the
> > > > > > > >> >> > > > >> > > > > > > > > following page of the MET
Online
> > > > > Tutorial
> > > > > > > for
> > > > > > > >> >> > METv5.0:
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > >
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > >
> > > > > > > >> >> > >
> > > > > > > >> >> >
> > > > > > > >> >>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > you can use the GNU gcc
and
> > gfortran
> > > > > > > >> compilers,
> > > > > > > >> >> the
> > > > > > > >> >> > > PGI
> > > > > > > >> >> > > > >> pgcc
> > > > > > > >> >> > > > >> > > and
> > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > >> >> > > > >> > > > > > > > > compilers, or the Intel
icc and
> > > ifort
> > > > > > > >> compilers.
> > > > > > > >> >> > You
> > > > > > > >> >> > > > are
> > > > > > > >> >> > > > >> > > welcome
> > > > > > > >> >> > > > >> > > > > to
> > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > >> >> > > > >> > > > > > > > > gcc and gfortran (GNU) if
you
> > would
> > > > like
> > > > > > to.
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > Most LINUX distributions
come
> with
> > > the
> > > > > > > >> compilers.
> > > > > > > >> >> > To
> > > > > > > >> >> > > > find
> > > > > > > >> >> > > > >> > gcc
> > > > > > > >> >> > > > >> > > > and
> > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > >> >> > > > >> > > > > > > > > on your machine, you can
run the
> > > > > following
> > > > > > > >> >> commands:
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > Here are the results I
get after
> > > > running
> > > > > > > those
> > > > > > > >> >> two
> > > > > > > >> >> > > > >> commands:
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > gfortran:
/usr/bin/gfortran
> > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > >> >> > > > >> > > > > > > > >
> /usr/share/man/man1/gfortran.1.gz
> > > > > > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc
/usr/lib/gcc
> > > > > > > >> /usr/bin/X11/gcc
> > > > > > > >> >> > > > >> > > > > > > > >
/usr/share/man/man1/gcc.1.gz
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > I hope that helps.
Please let
> me
> > > know
> > > > > if
> > > > > > I
> > > > > > > >> have
> > > > > > > >> >> not
> > > > > > > >> >> > > > >> answered
> > > > > > > >> >> > > > >> > > > your
> > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > >> >> > > > >> > > > > > > > > and if this solves the
problem
> for
> > > > you.
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at
5:40 AM,
> > > Melki
> > > > > > > Khaoula
> > > > > > > >> >> via
> > > > > > > >> >> > RT
> > > > > > > >> >> > > <
> > > > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22
2015:
> > Request
> > > > > 72309
> > > > > > > was
> > > > > > > >> >> acted
> > > > > > > >> >> > > > upon.
> > > > > > > >> >> > > > >> > > > > > > > > > Transaction: Ticket
created by
> > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > >> >> > > > >> > > > > > > > > >        Queue: met_help
> > > > > > > >> >> > > > >> > > > > > > > > >      Subject: (No
subject
> given)
> > > > > > > >> >> > > > >> > > > > > > > > >        Owner: Nobody
> > > > > > > >> >> > > > >> > > > > > > > > >   Requestors:
> > > > khaoula.enit at gmail.com
> > > > > > > >> >> > > > >> > > > > > > > > >       Status: new
> > > > > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > > > > >> >> > > > >> > > > > > > > > > i4m traynig to use MET
model.
> > > > > > > >> >> > > > >> > > > > > > > > > About compilation of
BUFRLIB,
> i
> > > need
> > > > > gcc
> > > > > > > and
> > > > > > > >> >> > > gfortran
> > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > >> >> > > > >> > > > > > > > > > Do i need to install
fortran
> > and C
> > > > > > > software
> > > > > > > >> for
> > > > > > > >> >> > > LINUX
> > > > > > > >> >> > > > >> > before
> > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > >> >> > > > >> > > > > > > > > > their compilers?
> > > > > > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > > > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > > > > > >> >> > > > >> > > > > > > > > National Center for
Atmospheric
> > > > Research
> > > > > > > >> >> > > > >> > > > > > > > > Research Applications
Laboratory
> > > > > > > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > > > > > > >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > > > >> >> > > > >> > > > > > > National Center for
Atmospheric
> > Research
> > > > > > > >> >> > > > >> > > > > > > Research Applications
Laboratory
> > > > > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > > > > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > > >
> > > > > > > >> >> > > > >> > > > > >
> > > > > > > >> >> > > > >> > > > > >
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > > --
> > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > >> >> > > > >> > > > > National Center for Atmospheric
Research
> > > > > > > >> >> > > > >> > > > > Research Applications Laboratory
> > > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > > >
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > > --
> > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > >> >> > > > >> > > National Center for Atmospheric
Research
> > > > > > > >> >> > > > >> > > Research Applications Laboratory
> > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> > >
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >> >
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >> --
> > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > >> >> > > > >> National Center for Atmospheric Research
> > > > > > > >> >> > > > >> Research Applications Laboratory
> > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >>
> > > > > > > >> >> > > > >
> > > > > > > >> >> > > >
> > > > > > > >> >> > > >
> > > > > > > >> >> > >
> > > > > > > >> >> > >
> > > > > > > >> >> >
> > > > > > > >> >> >
> > > > > > > >> >>
> > > > > > > >> >>
> > > > > > > >> >
> > > > > > > >>
> > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Fri Jul 24 10:26:04 2015

Hi Khaoula.

Instead of running "ls -l zlib-1.2.8" to show me the contents of the
package, could you please run "ls -l /usr/bin/zlib" so I can see how
the
package was installed?

Also, were you able to get a successful install of libpng after
setting the
environment variables LDFLAGS and CPPFLAGS?

Thanks,
Julie

On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
>
> there is a terminal containing results of ls -l zlib-1.2.8
> also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
> i uses the command whereis zlib:
>  it returns : usr/bin/zlib
> Thanks,
> Khaoula
>
> 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Khaoula.
> >
> > I see in your configure log the error:
> >
> > configure: error: zlib not installed
> >
> > Were you able to get a successful install of zlib?  If so, could
you
> please
> > tell me where it is installed and run "ls -l" in that directory so
I can
> > see its contents? And, if you were able to get a successful
install of
> > zlib, were you able to get a successful install of libpng?
> >
> > Once you get a successful install of zlib, png, jasper, and the
GRIB2-C
> > Library, we can revisit running the configure script.
> >
> > NCEP's GRIB2 C-Library is an optional package for MET.  If you do
not
> need
> > GRIB2 support, you do not need to install the library.  I just
wanted to
> > make sure you knew that in case you didn't need GRIB2 support.  If
you do
> > need it, we'll keep working at it and try to get it working for
you soon.
> >
> > Thanks,
> > Julie
> >
> >
> > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi Julie,
> > > the same problem appear again.
> > > you find a file joined to this e-mail.
> > > thanks,
> > > Khaoula
> > >
> > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Khaoula.
> > > >
> > > > I see that you tried to install zlib, but have a question
about the
> > > install
> > > > path.
> > > >
> > > > You can install zlib where ever you would like, either in
/zlib-1.2.8
> > > > or /usr/local/bin
> > > > (assuming you have root access) or somewhere else entirely.
So, it
> > > sounds
> > > > like you followed these generic instructions:
> > > >
> > > > cd /path/to/zlib
> > > > ./configure --prefix=/zlib/install/path
> > > > make test
> > > > make install
> > > >
> > > > replacing /path/to/zlib with /root/Bureau/zlib-1.2.8 and
replacing
> > > > /zlib/install/path
> > > > with /zlib-1.2.8 as follows:
> > > >
> > > > cd /root/Bureau/zlib-1.2.8
> > > > ./configure --prefix=/zlib-1.2.8
> > > > make test
> > > > make install
> > > >
> > > > It sounds like you got a successful installation of zlib, but
libpng
> > > > couldn't find zlib.
> > > >
> > > > Try recompiling libpng as follows,
> > > >   replacing "/path/to/libz.a/directory" with the path to
libz.a
> (leave
> > > the
> > > > -L in place in the example below)
> > > >   replacing "/path/to/zlib.h/directory" with the path to
zlib.h
> (leave
> > > the
> > > > -I in place in the example below)
> > > >   and replacing "/path/to/libpng/install/directory" with the
path
> where
> > > you
> > > > would like to install libpng:
> > > >
> > > >   cd /root/Bureau/libpng-1.2.34
> > > >   make clean
> > > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > > >   ./configure --prefix=/path/to/libpng/install/directory
> > > >   make
> > > >   make install
> > > >
> > > > That should do the trick.  With those environment variables,
you're
> > > telling
> > > > it where to find the zlib header and object files.  Give that
a try
> and
> > > let
> > > > me know if you're able to compile libpng successfully.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >
> > > > > Hi Julie,
> > > > > Grib2 needs jasper, png and zlib libraries to install.
> > > > > in installing zlib library,i i used  these commands:
> > > > > *cd /path/to/zlib*
> > > > > *./configure --prefix=/zlib/install/path*
> > > > > *make test*
> > > > >
> > > > > *make install*
> > > > >
> > > > > *for my sysytem, path/to/zlib is root/Bureau/zlib-1.2.8.*
> > > > >
> > > > > *about prefix=zlib/install/path. zlib/install/path is the
directory
> > > > where i
> > > > > put zlib installation, prefix=/zlib-1.2.8 or it is
usr/local/bin in
> > > order
> > > > > to be installed in the system.*
> > > > >
> > > > > *i found a problem when installing libpng library. i used
thses
> > > > commands:*
> > > > >
> > > > > *cd libpng-1.2.34*
> > > > >
> > > > > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> > > > >
> > > > > *make *
> > > > >
> > > > > *make install*
> > > > >
> > > > > *But when using configure, an error occur informing me that
zlib
> > isn't
> > > > > installed.*
> > > > >
> > > > > *So, i was wondering about path to install. It is in the
directory
> of
> > > > > library or in the system unix(usr/local/bin)*
> > > > > *Thanks,*
> > > > >
> > > > > *khaoula melki*
> > > > >
> > > > >
> > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > > >
> > > > > > Hi Khaoula.
> > > > > >
> > > > > > There will not be a bin subdirectory when you unpack met-
5.0, but
> > > there
> > > > > > should be upon a successful installation of the MET tools.
> Looking
> > > at
> > > > > your
> > > > > > make_install.log file I see that there is a problem
finding
> > grib2.h:
> > > > > >
> > > > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou
dossier
> de
> > > ce
> > > > > type
> > > > > >
> > > > > > NCEP's GRIB2C library is used by the MET library code to
read
> GRIB2
> > > > data
> > > > > > files.  If you do not need GRIB2 capability, you can
simply skip
> > this
> > > > > part
> > > > > > of the installation by removing "--enable-grib2" from your
list
> of
> > > > > options
> > > > > > to "./configure".  If you do need GRIB2 capability and the
grib2c
> > > > library
> > > > > > is not already on your system, you will need to download
and
> unpack
> > > the
> > > > > > grib2c tarball
(http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> and
> > > > refer
> > > > > > to
> > > > > > the README file. Once built, MET expects the GRIB2 C-
Library to
> be
> > > > named
> > > > > > *libgrib2c.a*. The GRIB2 C-Library *requires the libraries
zlib,
> > > jasper
> > > > > and
> > > > > > png* to be present on your system and those packages are
all
> > > available
> > > > in
> > > > > > the link above. When configuring the MET build after
installation
> > of
> > > > the
> > > > > > necessary libraries (or if grib2c, zlib, jasper, and png
are
> > already
> > > on
> > > > > > your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC* and
> > > > > *MET_GRIB2CLIB*)
> > > > > > environment variables to indicate the location of this
library.
> > > > > >
> > > > > > Please let us know if you have any questions.
> > > > > >
> > > > > > Thanks,
> > > > > > Julie
> > > > > >
> > > > > >
> > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu>
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > > > > >
> > > > > > > Hi Julie,
> > > > > > > thank you for your response.
> > > > > > > it rebuilt nectd.
> > > > > > > my problem now is the bin subdirectory.
> > > > > > > when unpacking met-5.0, thre is no subdirectory called
bin.
> > > > > > >
> > > > > > > Also, after setting environment variables, i used the
> > configuration
> > > > > > script
> > > > > > > with: ./configure --prefix=`pwd` --enable-grib2
--enable-modis
> > > > > > > --enable-mode_graphics
> > > > > > > there is no bin subdirectory  built or recreated.
> > > > > > > Thanks,
> > > > > > > Khaoula
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT <
> > > > met_help at ucar.edu
> > > > > >:
> > > > > > >
> > > > > > > > Taking another look at this, I do not see a "-I" entry
for
> > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I believe you
have
> > > MET_NETCDF
> > > > > set
> > > > > > > to.
> > > > > > > >
> > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> -I../../../src/basic/vx_cal
> > > > > > > > -I../../../src/basic/vx_config
-I../../../src/basic/vx_log
> > > > > > > > -I../../../src/basic/vx_math
-I../../../src/basic/vx_util
> > > > > > > > -I../../../src/libcode/vx_afm
> > > > -I../../../src/libcode/vx_analysis_util
> > > > > > > > -I../../../src/libcode/vx_color
> > -I../../../src/libcode/vx_data2d
> > > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > > -I../../../src/libcode/vx_geodesy
> > > -I../../../src/libcode/vx_gnomon
> > > > > > > > -I../../../src/libcode/vx_grid
> > -I../../../src/libcode/vx_gsl_prob
> > > > > > > > -I../../../src/libcode/vx_nav
> -I../../../src/libcode/vx_nc_util
> > > > > > > > -I../../../src/libcode/vx_pb_util
> > > > -I../../../src/libcode/vx_plot_util
> > > > > > > > -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm
> > > > > > > > -I../../../src/libcode/vx_render
> > > > -I../../../src/libcode/vx_shapedata
> > > > > > > > -I../../../src/libcode/vx_statistics
> > > > > -I../../../src/libcode/vx_stat_out
> > > > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4
-DWITH_GRIB2
> > > > > > > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g
-MT
> > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > > `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> > > > > > > > Dans le fichier inclus à partir de nc_var_info.cc:24:
> > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun fichier
ou
> > dossier
> > > > de
> > > > > ce
> > > > > > > > type
> > > > > > > >
> > > > > > > > You could check the include area for
> > /root/Bureau/netcdf-4.3.3.1
> > > to
> > > > > see
> > > > > > > if
> > > > > > > > there is a netcdf.hh file.  If there is, you'll need
to make
> > sure
> > > > > that
> > > > > > > met
> > > > > > > > can find it by making sure the MET_NETCDF is set
correctly,
> > then
> > > > > source
> > > > > > > > your .bashrc or similar file, reconfigure, and rebuild
MET,
> > > > > otherwise,
> > > > > > if
> > > > > > > > it is not there, I would suggest following the
instructions
> in
> > my
> > > > > most
> > > > > > > > recent previous email.
> > > > > > > >
> > > > > > > > Please let us know how it works out.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Julie
> > > > > > > >
> > > > > > > >
> > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik <
> > > jpresto at ucar.edu
> > > > >
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Hi Khaoula.  I apologize for the delayed response.
I was
> out
> > > of
> > > > > > town.
> > > > > > > > >
> > > > > > > > > I believe that I see in your make_install.log that
there
> is a
> > > > > problem
> > > > > > > > > finding netcdf.hh:
> > > > > > > > >
> > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun
fichier ou
> > > dossier
> > > > > de
> > > > > > ce
> > > > > > > > > type
> > > > > > > > >
> > > > > > > > > We've typically been compiling MET using NetCDF
version 3 -
> > the
> > > > > > > specific
> > > > > > > > > version is netcdf-3.6.3.  I know that some of the
versions
> of
> > > > > netcdf
> > > > > > no
> > > > > > > > > longer include netcdf.hh, but that file is necessary
for
> our
> > > > code.
> > > > > > I'd
> > > > > > > > > suggest downloading and compiling NetCDF 3.6.3
locally
> using
> > > the
> > > > > > > > > following steps:
> > > > > > > > >
> > > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > > >
> > > > >
> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz
> > > > > > > > >
> > > > > > > > > Then run:
> > > > > > > > >
> > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > > make
> > > > > > > > > make install
> > > > > > > > >
> > > > > > > > > These commands should compile the C and C++
interfaces for
> > > NetCDF
> > > > > and
> > > > > > > > > skip the Fortran interface that MET doesn't use.  It
will
> > > install
> > > > > the
> > > > > > > > > library in current "netcdf-3.6.3" directory due to
the
> > > > > --prefix=`pwd`
> > > > > > > > > option.
> > > > > > > > >
> > > > > > > > > Next, you'll need to edit where you set MET_NETCDF
to point
> > to
> > > > this
> > > > > > new
> > > > > > > > > location, source your .bashrc or similiar file, and
rebuild
> > > MET.
> > > > > > > > >
> > > > > > > > > Please let us know if that works well for you.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via
RT <
> > > > > > > met_help at ucar.edu
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >>
> > > > > > > > >> <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > > > > > > >>
> > > > > > > > >> Hello John,
> > > > > > > > >> the error was there is no compilor of C++. so i
downloaded
> > g++
> > > > > > using :
> > > > > > > > yum
> > > > > > > > >> install gcc-c++.
> > > > > > > > >> I didn't understand the bin subdirectory. I looked
to the
> > > > met-5.0
> > > > > > > > >> directory, i didin't find a subdirectory called
bin. But
> > files
> > > > > cited
> > > > > > > in
> > > > > > > > >> the
> > > > > > > > >> Built executables are located in the output
subdirectory.
> > > > > > > > >> The compilation of *make install >&
make_install.log &*
> > > > > > > > >> *tail -f make_install.log   *
> > > > > > > > >> * send an error.*
> > > > > > > > >> *there is two executables,  *the first is called
> > > configuration1.
> > > > > It
> > > > > > is
> > > > > > > > >> about run of ./
> > > > > > > > >> *configure --prefix=`pwd` --enable-grib2 --enable-
modis
> > > > > > > > >> --enable-mode_graphics*The second is called make
> > install.log,
> > > > > > obtained
> > > > > > > > >> after running :
> > > > > > > > >> *make install >& make_install.log &*
> > > > > > > > >>
> > > > > > > > >> *tail -f make_install.log*
> > > > > > > > >>
> > > > > > > > >> *Thanks,*
> > > > > > > > >>
> > > > > > > > >> *Khaoula*
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <
> > > khaoula.enit at gmail.com
> > > > >:
> > > > > > > > >>
> > > > > > > > >> > Hello John,
> > > > > > > > >> > Thank you for your help. it really works.
> > > > > > > > >> > I am in the configuration step.
> > > > > > > > >> > when executing the command of : ./configure
> --prefix=`pwd`
> > > > > > > > >> --enable-grib2
> > > > > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > > > > >> > i found that when cheking for some compilers, the
system
> > > > return
> > > > > > no.
> > > > > > > > >> > for example:
> > > > > > > > >> > checking for bison... no
> > > > > > > > >> > checking for byacc... no
> > > > > > > > >> > checking for g++... no
> > > > > > > > >> > checking for c++... no
> > > > > > > > >> > checking for gpp... no
> > > > > > > > >> > checking for aCC... no
> > > > > > > > >> > checking for CC... no
> > > > > > > > >> > checking for cxx... no
> > > > > > > > >> > checking for cc++... no
> > > > > > > > >> > checking for cl.exe... no
> > > > > > > > >> > checking for FCC... no
> > > > > > > > >> > checking for KCC... no
> > > > > > > > >> > checking for RCC... no
> > > > > > > > >> > checking for xlC_r... no
> > > > > > > > >> > checking for xlC... no
> > > > > > > > >> > checking whether the C++ compiler works... no
> > > > > > > > >> > IS there any errors?
> > > > > > > > >> > you will find the executive file called
configuration.
> > > > > > > > >> > thanks,
> > > > > > > > >> > Khaoula
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway via
RT <
> > > > > > > > met_help at ucar.edu
> > > > > > > > >> >:
> > > > > > > > >> >
> > > > > > > > >> >> Khaoula,
> > > > > > > > >> >>
> > > > > > > > >> >> Looks like you have syntax wrong on those
commands.
> > Please
> > > > try
> > > > > > > this:
> > > > > > > > >> >>
> > > > > > > > >> >> export
> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-
4.3.3.1/lib
> > > > > > > > >> >>
> > > > > > > > >> >> Actually since your NetCDF build is installed in
the
> > > standard
> > > > > > way,
> > > > > > > > >> this is
> > > > > > > > >> >> all you really need to set:
> > > > > > > > >> >>
> > > > > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > > > > > >> >>
> > > > > > > > >> >> And MET assumes that the headers are in the
"include"
> > > > > > subdirectory
> > > > > > > > and
> > > > > > > > >> the
> > > > > > > > >> >> library archive files are in the "lib"
subdirectory.
> > > > > > > > >> >>
> > > > > > > > >> >> Thanks,
> > > > > > > > >> >> John
> > > > > > > > >> >>
> > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula
via RT <
> > > > > > > > >> met_help at ucar.edu>
> > > > > > > > >> >> wrote:
> > > > > > > > >> >>
> > > > > > > > >> >> >
> > > > > > > > >> >> > <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >
> > > > > > > > >> >> >
> > > > > > > > >> >> > Hi John,
> > > > > > > > >> >> >
> > > > > > > > >> >> > Thank you for your help.
> > > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > > >> >> > I'm now setting environment variables.
> > > > > > > > >> >> > I want to confirm this command if it is right
or no,
> > for
> > > > > > example,
> > > > > > > > if
> > > > > > > > >> i
> > > > > > > > >> >> set:
> > > > > > > > >> >> >
> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > >> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-
4.3.3.1/lib
> > > > > > > > >> >> > in order to Set *$MET_NETCDF* to point to the
main
> > > > > > > NetCDFdirectory.
> > > > > > > > >> >> > I  use  also the same process to set others
external
> > > > > libraries.
> > > > > > > > >> >> > I let you know that my shell is bash, so i
can't use
> > the
> > > > > export
> > > > > > > > >> command.
> > > > > > > > >> >> > Im wondering if i'm in the right way, because
the
> > command
> > > > > with
> > > > > > > > export
> > > > > > > > >> >> > doesn't produce any error to verify if i'm
right or
> > > wrong.
> > > > > > > > >> >> > Thanks,
> > > > > > > > >> >> > Khaoula
> > > > > > > > >> >> >
> > > > > > > > >> >> >
> > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley Gotway
via RT
> <
> > > > > > > > >> met_help at ucar.edu
> > > > > > > > >> >> >:
> > > > > > > > >> >> >
> > > > > > > > >> >> > > Hello Khaoula,
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > Julie is out of town.  My name is John, and
I'd be
> > > happy
> > > > to
> > > > > > > help
> > > > > > > > >> >> answer
> > > > > > > > >> >> > > your MET questions.
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > I see that you're trying to get up and
running
> using
> > > MET
> > > > to
> > > > > > > > verify
> > > > > > > > >> WRF
> > > > > > > > >> >> > > output.  MET doesn't read WRF output files
> directly,
> > > but
> > > > > > > requires
> > > > > > > > >> that
> > > > > > > > >> >> > they
> > > > > > > > >> >> > > first be post-processed either with the WRF-
ARW
> > pinterp
> > > > > > utility
> > > > > > > > or
> > > > > > > > >> the
> > > > > > > > >> >> > > Unified Post-Processor (UPP).  Of the two,
I'd
> > strongly
> > > > > > > recommend
> > > > > > > > >> >> using
> > > > > > > > >> >> > UPP
> > > > > > > > >> >> > > which creates output in GRIB format that is
fully
> > > > supported
> > > > > > by
> > > > > > > > MET.
> > > > > > > > >> >> The
> > > > > > > > >> >> > > pinterp utility writes it output in NetCDF
but we
> > only
> > > > > > support
> > > > > > > > data
> > > > > > > > >> >> > defined
> > > > > > > > >> >> > > on the non-staggered dimensions.  Since
velocity
> > points
> > > > are
> > > > > > > > >> staggered
> > > > > > > > >> >> in
> > > > > > > > >> >> > > WRF, MET can't be used to verifying winds in
> pinterp
> > > > > output.
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > Another advantage to using UPP is that GRIB
data
> can
> > be
> > > > > > easily
> > > > > > > > >> >> regridded
> > > > > > > > >> >> > > using the copygb utility.  copygb is
included in
> the
> > > UPP
> > > > > > > package.
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > You can download pinterp here:
> > > > > > > > >> >> > >
> > > > > > > > >> >> > >
> > > > > > > > >> >> > >
> > > > > > > > >> >> >
> > > > > > > > >> >>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > And you can download UPP here:
> > > > > > > > >> >> > >
> > > > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > Hope that helps.
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > Thanks,
> > > > > > > > >> >> > > John Halley Gotway
> > > > > > > > >> >> > >
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki
Khaoula via
> > RT <
> > > > > > > > >> >> met_help at ucar.edu
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > wrote:
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > > > <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > > > Hi Julie,
> > > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > > >> >> > > > I downloaded post processor but i can't
find the
> > > > WRF-ARW
> > > > > > > > p-interp
> > > > > > > > >> >> Tool
> > > > > > > > >> >> > > when
> > > > > > > > >> >> > > > i use the link posted in the tutorial.
> > > > > > > > >> >> > > > also,what i don't understand the utility
of the
> > > copygb
> > > > > > > utility
> > > > > > > > >> and
> > > > > > > > >> >> > from
> > > > > > > > >> >> > > > where to get it.
> > > > > > > > >> >> > > > i don't know what to do next to
downloading and
> > > > compiling
> > > > > > > > >> required
> > > > > > > > >> >> > > > libraries.
> > > > > > > > >> >> > > > Thanks,
> > > > > > > > >> >> > > > Khaoula
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula <
> > > > > > > > khaoula.enit at gmail.com
> > > > > > > > >> >:
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > > *When lookig the HDF-EOS library, i
found in
> the
> > > > > website
> > > > > > is
> > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > > *i tried to unpack it, i didn't find the
right
> > > > command
> > > > > to
> > > > > > > do
> > > > > > > > >> it.*
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > > *Is there any command to unpak this
library.*
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > > *Thanks,*
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie
Prestopnik via
> > RT
> > > <
> > > > > > > > >> >> > met_help at ucar.edu
> > > > > > > > >> >> > > >:
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >> The GRIB2 C-Library is used by the MET
library
> > > code
> > > > to
> > > > > > > read
> > > > > > > > >> GRIB2
> > > > > > > > >> >> > data
> > > > > > > > >> >> > > > >> files. The GRIB2 C-Library requires the
> > libraries
> > > > > zlib,
> > > > > > > > jasper
> > > > > > > > >> >> and
> > > > > > > > >> >> > png
> > > > > > > > >> >> > > > to
> > > > > > > > >> >> > > > >> be present on your system. Support for
GRIB2
> is
> > > > > optional
> > > > > > > and
> > > > > > > > >> can
> > > > > > > > >> >> be
> > > > > > > > >> >> > > > >> enabled
> > > > > > > > >> >> > > > >> with the *--enable-grib2* option for
> configure.
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >> Julie
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM, Melki
Khaoula
> > via
> > > > RT
> > > > > <
> > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > > >> >> > > > >> wrote:
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >> > <URL:
> > > > > > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >> >> >
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > > >> >> > > > >> > It works.
> > > > > > > > >> >> > > > >> > I compile Nectcdf , GNU  and zlib
libraries.
> > > > > > > > >> >> > > > >> > About GRIB C library, i downloaded
the
> library
> > > and
> > > > > > > > unpacked
> > > > > > > > >> >> it.
> > > > > > > > >> >> > > > >> > how it can be used by MET?
> > > > > > > > >> >> > > > >> > Thanks,
> > > > > > > > >> >> > > > >> > khaoula
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie
Prestopnik
> > via
> > > > RT <
> > > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > > >> >> > > > >:
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > I'm glad that you were able to get
BUFRLIB
> > > > > > installed.
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > You said, "when trying to run the
firs
> > command
> > > > of
> > > > > *
> > > > > > > *cd
> > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > > >> >> > > > >> > he
> > > > > > > > >> >> > > > >> > > wrote me no file or directory"
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > In the tutorial, when we say "*cd
> > > > > /path/to/netcdf*"
> > > > > > > you
> > > > > > > > >> >> should
> > > > > > > > >> >> > > > change
> > > > > > > > >> >> > > > >> > > directories to the location where
your
> > netcdf
> > > > > > > directory
> > > > > > > > >> is on
> > > > > > > > >> >> > your
> > > > > > > > >> >> > > > >> > machine.
> > > > > > > > >> >> > > > >> > > For example, if you unpacked the
tar file
> > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > > >> >> in
> > > > > > > > >> >> > a
> > > > > > > > >> >> > > > >> > directory
> > > > > > > > >> >> > > > >> > > path of
> > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > you
> > > > > > > would
> > > > > > > > >> run
> > > > > > > > >> >> "cd
> > > > > > > > >> >> > > > >> > > /d2/melki/external_libs/netcdf-
4.3.3.1".
> > > > > > > > */path/to/netcdf
> > > > > > > > >> >> *is a
> > > > > > > > >> >> > > > place
> > > > > > > > >> >> > > > >> > > holder for the location on your
machine.
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > You said, "setenv CC
/path/to/c/compiler.
> It
> > > > > doesn't
> > > > > > > > >> work.he
> > > > > > > > >> >> > said
> > > > > > > > >> >> > > > >> command
> > > > > > > > >> >> > > > >> > > of setenv doesn't exist.*"
"setenv" is
> the
> > > name
> > > > > of
> > > > > > > the
> > > > > > > > >> >> command
> > > > > > > > >> >> > > used
> > > > > > > > >> >> > > > >> to
> > > > > > > > >> >> > > > >> > set
> > > > > > > > >> >> > > > >> > > environment variables in the *csh
family
> of
> > > > > shells.
> > > > > > > If
> > > > > > > > >> you
> > > > > > > > >> >> are
> > > > > > > > >> >> > > > using
> > > > > > > > >> >> > > > >> a
> > > > > > > > >> >> > > > >> > > different shell, however, you may
need to
> > use
> > > > > > > "export",
> > > > > > > > >> >> which is
> > > > > > > > >> >> > > the
> > > > > > > > >> >> > > > >> name
> > > > > > > > >> >> > > > >> > > of the command in the "other"
family of
> > shells
> > > > > (ash,
> > > > > > > > >> bourne,
> > > > > > > > >> >> > > bourne
> > > > > > > > >> >> > > > >> > again,
> > > > > > > > >> >> > > > >> > > zsh).  To find out what shell you
are
> using,
> > > you
> > > > > can
> > > > > > > run
> > > > > > > > >> >> "echo
> > > > > > > > >> >> > > > >> $SHELL".
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > If you are using a shell other than
the
> *csh
> > > > > family
> > > > > > of
> > > > > > > > >> >> shells,
> > > > > > > > >> >> > and
> > > > > > > > >> >> > > > you
> > > > > > > > >> >> > > > >> > need
> > > > > > > > >> >> > > > >> > > to use "export", the syntax is
slightly
> > > > different.
> > > > > > > > >> Instead
> > > > > > > > >> >> of
> > > > > > > > >> >> > > > >> running:
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > you would run
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > Please note, it is import that when
using
> > the
> > > > > export
> > > > > > > > >> command
> > > > > > > > >> >> > that
> > > > > > > > >> >> > > > >> there
> > > > > > > > >> >> > > > >> > are
> > > > > > > > >> >> > > > >> > > no spaces before or after the "=".
Also,
> in
> > > > this
> > > > > > > case,
> > > > > > > > >> >> please
> > > > > > > > >> >> > > note
> > > > > > > > >> >> > > > >> that
> > > > > > > > >> >> > > > >> > > "/path/to/c/compiler" should be
replaced
> > with
> > > > the
> > > > > > path
> > > > > > > > to
> > > > > > > > >> >> the c
> > > > > > > > >> >> > > > >> compiler
> > > > > > > > >> >> > > > >> > on
> > > > > > > > >> >> > > > >> > > your machine.  For example. on my
machine,
> > gcc
> > > > > lives
> > > > > > > at
> > > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > so if I used setenv, I would run:
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > but if I used export, I would run:
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > I hope this helps.  In the future,
if you
> > > > > experience
> > > > > > > any
> > > > > > > > >> >> > problems
> > > > > > > > >> >> > > or
> > > > > > > > >> >> > > > >> > > errors, it would be helpful if you
could
> > copy
> > > > and
> > > > > > > paste
> > > > > > > > >> the
> > > > > > > > >> >> > > commands
> > > > > > > > >> >> > > > >> you
> > > > > > > > >> >> > > > >> > > have run along with the errors they
> > produced.
> > > > If
> > > > > > > often
> > > > > > > > >> gives
> > > > > > > > >> >> > us a
> > > > > > > > >> >> > > > >> > clearer
> > > > > > > > >> >> > > > >> > > picture of what has gone wrong.
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > Please let us know if you
experience other
> > > > > problems
> > > > > > > and
> > > > > > > > >> need
> > > > > > > > >> >> > help.
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > > >> >> > > > >> > > Julie
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM,
Melki
> > Khaoula
> > > > via
> > > > > > RT
> > > > > > > <
> > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > wrote:
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > > >> >>
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >> >> > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *i'm now trying to compile the
netcdf
> > > > library.*
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *I'm wondering about the steps
written
> in
> > > the
> > > > > > > > tutorial:
> > > > > > > > >> *
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
> > > > > /path/to/c/compiler
> > > > > > > > setenv
> > > > > > > > >> >> CXX
> > > > > > > > >> >> > > > >> > > >    /path/to/c++/compiler setenv
FC ''
> > setenv
> > > > F90
> > > > > > ''
> > > > > > > > >> >> > ./configure
> > > > > > > > >> >> > > > >> > > >    --prefix=/netcdf/install/path
> > > > > > --disable-netcdf-4
> > > > > > > > make
> > > > > > > > >> >> make
> > > > > > > > >> >> > > > >> install i
> > > > > > > > >> >> > > > >> > > >    installed the netcdf-4.3.3.1
as a
> > > > independent
> > > > > > > > >> directory,
> > > > > > > > >> >> > but
> > > > > > > > >> >> > > > when
> > > > > > > > >> >> > > > >> > > > trying to
> > > > > > > > >> >> > > > >> > > >    run the firs command of *
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote me
no file
> > or
> > > > > > > directory.
> > > > > > > > >> so i
> > > > > > > > >> >> > > > create a
> > > > > > > > >> >> > > > >> > file
> > > > > > > > >> >> > > > >> > > > called path existed in to file
which are
> > > both
> > > > > > > included
> > > > > > > > >> in
> > > > > > > > >> >> > netcdf
> > > > > > > > >> >> > > > >> > > directory.
> > > > > > > > >> >> > > > >> > > > but when running   setenv CC
> > > > > /path/to/c/compiler.
> > > > > > It
> > > > > > > > >> >> doesn't
> > > > > > > > >> >> > > > work.he
> > > > > > > > >> >> > > > >> > said
> > > > > > > > >> >> > > > >> > > > command of setenv doesn't exist.*
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *Thank you really for your help
and your
> > > Time
> > > > > > > Julie.*
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00 Julie
> > Prestopnik
> > > > via
> > > > > > RT <
> > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > >> >> > > > >> > >:
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > We are able to reproduce the
problems
> > you
> > > > are
> > > > > > > > >> >> experiencing
> > > > > > > > >> >> > > with
> > > > > > > > >> >> > > > >> the
> > > > > > > > >> >> > > > >> > > > latest
> > > > > > > > >> >> > > > >> > > > > version of BUFRLIB.  We are
working
> on a
> > > > > > solution
> > > > > > > to
> > > > > > > > >> get
> > > > > > > > >> >> the
> > > > > > > > >> >> > > > >> > > compilation
> > > > > > > > >> >> > > > >> > > > > working.
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > In the meantime, I have
uploaded the
> > > > previous
> > > > > > > > version
> > > > > > > > >> of
> > > > > > > > >> >> > > BUFRLIB
> > > > > > > > >> >> > > > >> to
> > > > > > > > >> >> > > > >> > our
> > > > > > > > >> >> > > > >> > > > ftp
> > > > > > > > >> >> > > > >> > > > > site so that you can make some
> progress
> > > and
> > > > > > start
> > > > > > > > >> working
> > > > > > > > >> >> > with
> > > > > > > > >> >> > > > >> MET.
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > Please execute the following
commands.
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > *Make a new directory to
contain the
> > > BUFRLIB
> > > > > > code
> > > > > > > > >> (e.g.
> > > > > > > > >> >> > mkdir
> > > > > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > > > > >> >> > > > >> > > > > *Change directories to that new
> > directory
> > > > > (e.g.
> > > > > > > cd *
> > > > > > > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > >
> > > > > > > > >> >> >
> > > > > > > > >> >>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > >> >> > > > >> > > > > <
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > >
> > > > > > > > >> >> >
> > > > > > > > >> >>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > >> >> > > > >> > > > > >*
> > > > > > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-3.tar*
> > > > > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > > > > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE
> > > > > -fno-second-underscore
> > > > > > > *.f
> > > > > > > > >> *.F*
> > > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > You should get a successful
> compilation
> > > with
> > > > > > this
> > > > > > > > >> older
> > > > > > > > >> >> > > version
> > > > > > > > >> >> > > > of
> > > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please let us know
how it
> > goes.
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18
AM, Melki
> > > > Khaoula
> > > > > > via
> > > > > > > > RT
> > > > > > > > >> <
> > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > > >> >> > >
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > > >> >> > > > >> > > > > > Happy with your email.
> > > > > > > > >> >> > > > >> > > > > > It is really motivating to
receive
> > your
> > > > help
> > > > > > in
> > > > > > > > >> >> compiling
> > > > > > > > >> >> > > MET
> > > > > > > > >> >> > > > >> > model.
> > > > > > > > >> >> > > > >> > > > > > You find  two terminal
containing
> > errors
> > > > of
> > > > > > > runing
> > > > > > > > >> gcc
> > > > > > > > >> >> and
> > > > > > > > >> >> > > > >> gfortran
> > > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00
Julie
> > > > Prestopnik
> > > > > > via
> > > > > > > > RT <
> > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > >> >> > > > >> > > > >:
> > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I don't believe
that
> you
> > > > should
> > > > > > > have
> > > > > > > > to
> > > > > > > > >> >> > > reinstall
> > > > > > > > >> >> > > > >> the
> > > > > > > > >> >> > > > >> > > > > > > compilers.  That is likely
not the
> > > > > problem.
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > You said that you received
an
> error
> > > > > message
> > > > > > > when
> > > > > > > > >> >> running
> > > > > > > > >> >> > > the
> > > > > > > > >> >> > > > >> > > > following:
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > > > > > >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE
> > > > > > > -fno-second-underscore
> > > > > > > > >> *.f
> > > > > > > > >> >> *.F
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > Could you please send the
full
> error
> > > > that
> > > > > > you
> > > > > > > > >> >> received?
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at
2:15 AM,
> > Melki
> > > > > > Khaoula
> > > > > > > > via
> > > > > > > > >> >> RT <
> > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > > >> >> > > > >>
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > Thanks for your email.
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > In trying the command
whereis
> gcc
> > > and
> > > > > > > whereis
> > > > > > > > >> >> > gfortran,
> > > > > > > > >> >> > > > >> this is
> > > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
> > whereis
> > > > > > gfortran
> > > > > > > > >> >> > > > >> > > > > > > > gfortran:
/usr/bin/gfortran
> > > > > > > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > > > > > >> >> > > > >> > > > > > > > [root at localhost BUFRLIB]#
> > whereis
> > > > gcc
> > > > > > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc
/usr/lib/gcc
> > > > > > > > /usr/libexec/gcc
> > > > > > > > >> >> > > > >> > > > > > > >
/usr/share/man/man1/gcc.1.gz
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > So i go to try the
command of
> *gcc
> > > -c
> > > > > > > > >> -DUNDERSCORE
> > > > > > > > >> >> *.c
> > > > > > > > >> >> > > > and *
> > > > > > > > >> >> > > > >> > > > > > > > *gfortran -c -DUNDERSCORE
> > > > > > > > -fno-second-underscore
> > > > > > > > >> >> *.f
> > > > > > > > >> >> > > *.F *
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > *Linux return me a
message of
> > > error.*
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > *So i tried to reinstall
gcc
> > > compiler
> > > > > > using
> > > > > > > > yum
> > > > > > > > >> >> > install
> > > > > > > > >> >> > > > >> gcc, i
> > > > > > > > >> >> > > > >> > > > found
> > > > > > > > >> >> > > > >> > > > > > that
> > > > > > > > >> >> > > > >> > > > > > > > the last pack of gcc was
> > installed.
> > > > But
> > > > > > when
> > > > > > > > >> >> > > reinstalling
> > > > > > > > >> >> > > > >> > > gfortran
> > > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > > >> >> > > > >> > > > > > > > using yum install
gfortran, i
> > found
> > > an
> > > > > > > message
> > > > > > > > >> >> telling
> > > > > > > > >> >> > > me
> > > > > > > > >> >> > > > >> there
> > > > > > > > >> >> > > > >> > > is
> > > > > > > > >> >> > > > >> > > > no
> > > > > > > > >> >> > > > >> > > > > > > > gfortran pack to install.
*
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > *I don't know what to
do.*
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > *Thank you for your time
and
> your
> > > > > > > cooperation*
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49
GMT+02:00 Julie
> > > > > > Prestopnik
> > > > > > > > via
> > > > > > > > >> RT
> > > > > > > > >> >> <
> > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank you
for
> trying
> > to
> > > > use
> > > > > > the
> > > > > > > > MET
> > > > > > > > >> >> > > software.
> > > > > > > > >> >> > > > >> I'm
> > > > > > > > >> >> > > > >> > > not
> > > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > > >> >> > > > >> > > > > > > > > understand what you are
> asking.
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > You mentioned that you
want to
> > > > compile
> > > > > > > > >> BUFRLIB.
> > > > > > > > >> >> As
> > > > > > > > >> >> > is
> > > > > > > > >> >> > > > >> > > explained
> > > > > > > > >> >> > > > >> > > > on
> > > > > > > > >> >> > > > >> > > > > > the
> > > > > > > > >> >> > > > >> > > > > > > > > following page of the
MET
> Online
> > > > > > Tutorial
> > > > > > > > for
> > > > > > > > >> >> > METv5.0:
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > >
> > > > > > > > >> >> >
> > > > > > > > >> >>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > you can use the GNU gcc
and
> > > gfortran
> > > > > > > > >> compilers,
> > > > > > > > >> >> the
> > > > > > > > >> >> > > PGI
> > > > > > > > >> >> > > > >> pgcc
> > > > > > > > >> >> > > > >> > > and
> > > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > > >> >> > > > >> > > > > > > > > compilers, or the Intel
icc
> and
> > > > ifort
> > > > > > > > >> compilers.
> > > > > > > > >> >> > You
> > > > > > > > >> >> > > > are
> > > > > > > > >> >> > > > >> > > welcome
> > > > > > > > >> >> > > > >> > > > > to
> > > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > > >> >> > > > >> > > > > > > > > gcc and gfortran (GNU)
if you
> > > would
> > > > > like
> > > > > > > to.
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > Most LINUX
distributions come
> > with
> > > > the
> > > > > > > > >> compilers.
> > > > > > > > >> >> > To
> > > > > > > > >> >> > > > find
> > > > > > > > >> >> > > > >> > gcc
> > > > > > > > >> >> > > > >> > > > and
> > > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > > >> >> > > > >> > > > > > > > > on your machine, you
can run
> the
> > > > > > following
> > > > > > > > >> >> commands:
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > Here are the results I
get
> after
> > > > > running
> > > > > > > > those
> > > > > > > > >> >> two
> > > > > > > > >> >> > > > >> commands:
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > gfortran:
/usr/bin/gfortran
> > > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > > >> >> > > > >> > > > > > > > >
> > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc
/usr/lib/gcc
> > > > > > > > >> /usr/bin/X11/gcc
> > > > > > > > >> >> > > > >> > > > > > > > >
/usr/share/man/man1/gcc.1.gz
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > I hope that helps.
Please let
> > me
> > > > know
> > > > > > if
> > > > > > > I
> > > > > > > > >> have
> > > > > > > > >> >> not
> > > > > > > > >> >> > > > >> answered
> > > > > > > > >> >> > > > >> > > > your
> > > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > > >> >> > > > >> > > > > > > > > and if this solves the
problem
> > for
> > > > > you.
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015 at
5:40
> AM,
> > > > Melki
> > > > > > > > Khaoula
> > > > > > > > >> >> via
> > > > > > > > >> >> > RT
> > > > > > > > >> >> > > <
> > > > > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22
2015:
> > > Request
> > > > > > 72309
> > > > > > > > was
> > > > > > > > >> >> acted
> > > > > > > > >> >> > > > upon.
> > > > > > > > >> >> > > > >> > > > > > > > > > Transaction: Ticket
created
> by
> > > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > > >> >> > > > >> > > > > > > > > >        Queue:
met_help
> > > > > > > > >> >> > > > >> > > > > > > > > >      Subject: (No
subject
> > given)
> > > > > > > > >> >> > > > >> > > > > > > > > >        Owner: Nobody
> > > > > > > > >> >> > > > >> > > > > > > > > >   Requestors:
> > > > > khaoula.enit at gmail.com
> > > > > > > > >> >> > > > >> > > > > > > > > >       Status: new
> > > > > > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >>
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > > > > > >> >> > > > >> > > > > > > > > > i4m traynig to use
MET
> model.
> > > > > > > > >> >> > > > >> > > > > > > > > > About compilation of
> BUFRLIB,
> > i
> > > > need
> > > > > > gcc
> > > > > > > > and
> > > > > > > > >> >> > > gfortran
> > > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > > >> >> > > > >> > > > > > > > > > Do i need to install
fortran
> > > and C
> > > > > > > > software
> > > > > > > > >> for
> > > > > > > > >> >> > > LINUX
> > > > > > > > >> >> > > > >> > before
> > > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > > >> >> > > > >> > > > > > > > > > their compilers?
> > > > > > > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > > > > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > > > > > > >> >> > > > >> > > > > > > > > National Center for
> Atmospheric
> > > > > Research
> > > > > > > > >> >> > > > >> > > > > > > > > Research Applications
> Laboratory
> > > > > > > > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > > > > > > > >> >> > > > >> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > > > > >> >> > > > >> > > > > > > National Center for
Atmospheric
> > > Research
> > > > > > > > >> >> > > > >> > > > > > > Research Applications
Laboratory
> > > > > > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > > > > > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > > --
> > > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > > >> >> > > > >> > > > > National Center for Atmospheric
> Research
> > > > > > > > >> >> > > > >> > > > > Research Applications
Laboratory
> > > > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > > >
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > > --
> > > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > > >> >> > > > >> > > National Center for Atmospheric
Research
> > > > > > > > >> >> > > > >> > > Research Applications Laboratory
> > > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> > >
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >> >
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >> --
> > > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > > >> >> > > > >> National Center for Atmospheric
Research
> > > > > > > > >> >> > > > >> Research Applications Laboratory
> > > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >>
> > > > > > > > >> >> > > > >
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > > >
> > > > > > > > >> >> > >
> > > > > > > > >> >> > >
> > > > > > > > >> >> >
> > > > > > > > >> >> >
> > > > > > > > >> >>
> > > > > > > > >> >>
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Mon Jul 27 05:38:20 2015

Hi Julie,
No i didn't get a successful install of libpng because the first
problem
was installation of zlib.
you find a script joint to this email of running ls -l usr/bin/zlib.
Thanks,
Khaoula MELKI


2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.
>
> Instead of running "ls -l zlib-1.2.8" to show me the contents of the
> package, could you please run "ls -l /usr/bin/zlib" so I can see how
the
> package was installed?
>
> Also, were you able to get a successful install of libpng after
setting the
> environment variables LDFLAGS and CPPFLAGS?
>
> Thanks,
> Julie
>
> On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi Julie,
> >
> > there is a terminal containing results of ls -l zlib-1.2.8
> > also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
> > i uses the command whereis zlib:
> >  it returns : usr/bin/zlib
> > Thanks,
> > Khaoula
> >
> > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Khaoula.
> > >
> > > I see in your configure log the error:
> > >
> > > configure: error: zlib not installed
> > >
> > > Were you able to get a successful install of zlib?  If so, could
you
> > please
> > > tell me where it is installed and run "ls -l" in that directory
so I
> can
> > > see its contents? And, if you were able to get a successful
install of
> > > zlib, were you able to get a successful install of libpng?
> > >
> > > Once you get a successful install of zlib, png, jasper, and the
GRIB2-C
> > > Library, we can revisit running the configure script.
> > >
> > > NCEP's GRIB2 C-Library is an optional package for MET.  If you
do not
> > need
> > > GRIB2 support, you do not need to install the library.  I just
wanted
> to
> > > make sure you knew that in case you didn't need GRIB2 support.
If you
> do
> > > need it, we'll keep working at it and try to get it working for
you
> soon.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hi Julie,
> > > > the same problem appear again.
> > > > you find a file joined to this e-mail.
> > > > thanks,
> > > > Khaoula
> > > >
> > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Hi Khaoula.
> > > > >
> > > > > I see that you tried to install zlib, but have a question
about the
> > > > install
> > > > > path.
> > > > >
> > > > > You can install zlib where ever you would like, either in
> /zlib-1.2.8
> > > > > or /usr/local/bin
> > > > > (assuming you have root access) or somewhere else entirely.
So, it
> > > > sounds
> > > > > like you followed these generic instructions:
> > > > >
> > > > > cd /path/to/zlib
> > > > > ./configure --prefix=/zlib/install/path
> > > > > make test
> > > > > make install
> > > > >
> > > > > replacing /path/to/zlib with /root/Bureau/zlib-1.2.8 and
replacing
> > > > > /zlib/install/path
> > > > > with /zlib-1.2.8 as follows:
> > > > >
> > > > > cd /root/Bureau/zlib-1.2.8
> > > > > ./configure --prefix=/zlib-1.2.8
> > > > > make test
> > > > > make install
> > > > >
> > > > > It sounds like you got a successful installation of zlib,
but
> libpng
> > > > > couldn't find zlib.
> > > > >
> > > > > Try recompiling libpng as follows,
> > > > >   replacing "/path/to/libz.a/directory" with the path to
libz.a
> > (leave
> > > > the
> > > > > -L in place in the example below)
> > > > >   replacing "/path/to/zlib.h/directory" with the path to
zlib.h
> > (leave
> > > > the
> > > > > -I in place in the example below)
> > > > >   and replacing "/path/to/libpng/install/directory" with the
path
> > where
> > > > you
> > > > > would like to install libpng:
> > > > >
> > > > >   cd /root/Bureau/libpng-1.2.34
> > > > >   make clean
> > > > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > >   ./configure --prefix=/path/to/libpng/install/directory
> > > > >   make
> > > > >   make install
> > > > >
> > > > > That should do the trick.  With those environment variables,
you're
> > > > telling
> > > > > it where to find the zlib header and object files.  Give
that a try
> > and
> > > > let
> > > > > me know if you're able to compile libpng successfully.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > > >
> > > > > > Hi Julie,
> > > > > > Grib2 needs jasper, png and zlib libraries to install.
> > > > > > in installing zlib library,i i used  these commands:
> > > > > > *cd /path/to/zlib*
> > > > > > *./configure --prefix=/zlib/install/path*
> > > > > > *make test*
> > > > > >
> > > > > > *make install*
> > > > > >
> > > > > > *for my sysytem, path/to/zlib is root/Bureau/zlib-1.2.8.*
> > > > > >
> > > > > > *about prefix=zlib/install/path. zlib/install/path is the
> directory
> > > > > where i
> > > > > > put zlib installation, prefix=/zlib-1.2.8 or it is
usr/local/bin
> in
> > > > order
> > > > > > to be installed in the system.*
> > > > > >
> > > > > > *i found a problem when installing libpng library. i used
thses
> > > > > commands:*
> > > > > >
> > > > > > *cd libpng-1.2.34*
> > > > > >
> > > > > > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> > > > > >
> > > > > > *make *
> > > > > >
> > > > > > *make install*
> > > > > >
> > > > > > *But when using configure, an error occur informing me
that zlib
> > > isn't
> > > > > > installed.*
> > > > > >
> > > > > > *So, i was wondering about path to install. It is in the
> directory
> > of
> > > > > > library or in the system unix(usr/local/bin)*
> > > > > > *Thanks,*
> > > > > >
> > > > > > *khaoula melki*
> > > > > >
> > > > > >
> > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > > >
> > > > > > > Hi Khaoula.
> > > > > > >
> > > > > > > There will not be a bin subdirectory when you unpack
met-5.0,
> but
> > > > there
> > > > > > > should be upon a successful installation of the MET
tools.
> > Looking
> > > > at
> > > > > > your
> > > > > > > make_install.log file I see that there is a problem
finding
> > > grib2.h:
> > > > > > >
> > > > > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou
> dossier
> > de
> > > > ce
> > > > > > type
> > > > > > >
> > > > > > > NCEP's GRIB2C library is used by the MET library code to
read
> > GRIB2
> > > > > data
> > > > > > > files.  If you do not need GRIB2 capability, you can
simply
> skip
> > > this
> > > > > > part
> > > > > > > of the installation by removing "--enable-grib2" from
your list
> > of
> > > > > > options
> > > > > > > to "./configure".  If you do need GRIB2 capability and
the
> grib2c
> > > > > library
> > > > > > > is not already on your system, you will need to download
and
> > unpack
> > > > the
> > > > > > > grib2c tarball
(http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > and
> > > > > refer
> > > > > > > to
> > > > > > > the README file. Once built, MET expects the GRIB2 C-
Library to
> > be
> > > > > named
> > > > > > > *libgrib2c.a*. The GRIB2 C-Library *requires the
libraries
> zlib,
> > > > jasper
> > > > > > and
> > > > > > > png* to be present on your system and those packages are
all
> > > > available
> > > > > in
> > > > > > > the link above. When configuring the MET build after
> installation
> > > of
> > > > > the
> > > > > > > necessary libraries (or if grib2c, zlib, jasper, and png
are
> > > already
> > > > on
> > > > > > > your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC*
and
> > > > > > *MET_GRIB2CLIB*)
> > > > > > > environment variables to indicate the location of this
library.
> > > > > > >
> > > > > > > Please let us know if you have any questions.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Julie
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT <
> > > > > met_help at ucar.edu>
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > > > > >
> > > > > > > > Hi Julie,
> > > > > > > > thank you for your response.
> > > > > > > > it rebuilt nectd.
> > > > > > > > my problem now is the bin subdirectory.
> > > > > > > > when unpacking met-5.0, thre is no subdirectory called
bin.
> > > > > > > >
> > > > > > > > Also, after setting environment variables, i used the
> > > configuration
> > > > > > > script
> > > > > > > > with: ./configure --prefix=`pwd` --enable-grib2
> --enable-modis
> > > > > > > > --enable-mode_graphics
> > > > > > > > there is no bin subdirectory  built or recreated.
> > > > > > > > Thanks,
> > > > > > > > Khaoula
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT <
> > > > > met_help at ucar.edu
> > > > > > >:
> > > > > > > >
> > > > > > > > > Taking another look at this, I do not see a "-I"
entry for
> > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I believe you
have
> > > > MET_NETCDF
> > > > > > set
> > > > > > > > to.
> > > > > > > > >
> > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> > -I../../../src/basic/vx_cal
> > > > > > > > > -I../../../src/basic/vx_config
-I../../../src/basic/vx_log
> > > > > > > > > -I../../../src/basic/vx_math
-I../../../src/basic/vx_util
> > > > > > > > > -I../../../src/libcode/vx_afm
> > > > > -I../../../src/libcode/vx_analysis_util
> > > > > > > > > -I../../../src/libcode/vx_color
> > > -I../../../src/libcode/vx_data2d
> > > > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > > > -I../../../src/libcode/vx_geodesy
> > > > -I../../../src/libcode/vx_gnomon
> > > > > > > > > -I../../../src/libcode/vx_grid
> > > -I../../../src/libcode/vx_gsl_prob
> > > > > > > > > -I../../../src/libcode/vx_nav
> > -I../../../src/libcode/vx_nc_util
> > > > > > > > > -I../../../src/libcode/vx_pb_util
> > > > > -I../../../src/libcode/vx_plot_util
> > > > > > > > > -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm
> > > > > > > > > -I../../../src/libcode/vx_render
> > > > > -I../../../src/libcode/vx_shapedata
> > > > > > > > > -I../../../src/libcode/vx_statistics
> > > > > > -I../../../src/libcode/vx_stat_out
> > > > > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4
-DWITH_GRIB2
> > > > > > > > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""  -g
-MT
> > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > > > `test -f 'nc_var_info.cc' || echo
'./'`nc_var_info.cc
> > > > > > > > > Dans le fichier inclus à partir de
nc_var_info.cc:24:
> > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun
fichier ou
> > > dossier
> > > > > de
> > > > > > ce
> > > > > > > > > type
> > > > > > > > >
> > > > > > > > > You could check the include area for
> > > /root/Bureau/netcdf-4.3.3.1
> > > > to
> > > > > > see
> > > > > > > > if
> > > > > > > > > there is a netcdf.hh file.  If there is, you'll need
to
> make
> > > sure
> > > > > > that
> > > > > > > > met
> > > > > > > > > can find it by making sure the MET_NETCDF is set
correctly,
> > > then
> > > > > > source
> > > > > > > > > your .bashrc or similar file, reconfigure, and
rebuild MET,
> > > > > > otherwise,
> > > > > > > if
> > > > > > > > > it is not there, I would suggest following the
instructions
> > in
> > > my
> > > > > > most
> > > > > > > > > recent previous email.
> > > > > > > > >
> > > > > > > > > Please let us know how it works out.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik <
> > > > jpresto at ucar.edu
> > > > > >
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Hi Khaoula.  I apologize for the delayed response.
I was
> > out
> > > > of
> > > > > > > town.
> > > > > > > > > >
> > > > > > > > > > I believe that I see in your make_install.log that
there
> > is a
> > > > > > problem
> > > > > > > > > > finding netcdf.hh:
> > > > > > > > > >
> > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun
fichier ou
> > > > dossier
> > > > > > de
> > > > > > > ce
> > > > > > > > > > type
> > > > > > > > > >
> > > > > > > > > > We've typically been compiling MET using NetCDF
version
> 3 -
> > > the
> > > > > > > > specific
> > > > > > > > > > version is netcdf-3.6.3.  I know that some of the
> versions
> > of
> > > > > > netcdf
> > > > > > > no
> > > > > > > > > > longer include netcdf.hh, but that file is
necessary for
> > our
> > > > > code.
> > > > > > > I'd
> > > > > > > > > > suggest downloading and compiling NetCDF 3.6.3
locally
> > using
> > > > the
> > > > > > > > > > following steps:
> > > > > > > > > >
> > > > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > > > >
> > > > > >
> > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > > > > > >
> > > > > > > > > > Then run:
> > > > > > > > > >
> > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > > > make
> > > > > > > > > > make install
> > > > > > > > > >
> > > > > > > > > > These commands should compile the C and C++
interfaces
> for
> > > > NetCDF
> > > > > > and
> > > > > > > > > > skip the Fortran interface that MET doesn't use.
It will
> > > > install
> > > > > > the
> > > > > > > > > > library in current "netcdf-3.6.3" directory due to
the
> > > > > > --prefix=`pwd`
> > > > > > > > > > option.
> > > > > > > > > >
> > > > > > > > > > Next, you'll need to edit where you set MET_NETCDF
to
> point
> > > to
> > > > > this
> > > > > > > new
> > > > > > > > > > location, source your .bashrc or similiar file,
and
> rebuild
> > > > MET.
> > > > > > > > > >
> > > > > > > > > > Please let us know if that works well for you.
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Julie
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula via
RT <
> > > > > > > > met_help at ucar.edu
> > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > >>
> > > > > > > > > >> <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > > > > > > >>
> > > > > > > > > >> Hello John,
> > > > > > > > > >> the error was there is no compilor of C++. so i
> downloaded
> > > g++
> > > > > > > using :
> > > > > > > > > yum
> > > > > > > > > >> install gcc-c++.
> > > > > > > > > >> I didn't understand the bin subdirectory. I
looked to
> the
> > > > > met-5.0
> > > > > > > > > >> directory, i didin't find a subdirectory called
bin. But
> > > files
> > > > > > cited
> > > > > > > > in
> > > > > > > > > >> the
> > > > > > > > > >> Built executables are located in the output
> subdirectory.
> > > > > > > > > >> The compilation of *make install >&
make_install.log &*
> > > > > > > > > >> *tail -f make_install.log   *
> > > > > > > > > >> * send an error.*
> > > > > > > > > >> *there is two executables,  *the first is called
> > > > configuration1.
> > > > > > It
> > > > > > > is
> > > > > > > > > >> about run of ./
> > > > > > > > > >> *configure --prefix=`pwd` --enable-grib2
--enable-modis
> > > > > > > > > >> --enable-mode_graphics*The second is called make
> > > install.log,
> > > > > > > obtained
> > > > > > > > > >> after running :
> > > > > > > > > >> *make install >& make_install.log &*
> > > > > > > > > >>
> > > > > > > > > >> *tail -f make_install.log*
> > > > > > > > > >>
> > > > > > > > > >> *Thanks,*
> > > > > > > > > >>
> > > > > > > > > >> *Khaoula*
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <
> > > > khaoula.enit at gmail.com
> > > > > >:
> > > > > > > > > >>
> > > > > > > > > >> > Hello John,
> > > > > > > > > >> > Thank you for your help. it really works.
> > > > > > > > > >> > I am in the configuration step.
> > > > > > > > > >> > when executing the command of : ./configure
> > --prefix=`pwd`
> > > > > > > > > >> --enable-grib2
> > > > > > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > > > > > >> > i found that when cheking for some compilers,
the
> system
> > > > > return
> > > > > > > no.
> > > > > > > > > >> > for example:
> > > > > > > > > >> > checking for bison... no
> > > > > > > > > >> > checking for byacc... no
> > > > > > > > > >> > checking for g++... no
> > > > > > > > > >> > checking for c++... no
> > > > > > > > > >> > checking for gpp... no
> > > > > > > > > >> > checking for aCC... no
> > > > > > > > > >> > checking for CC... no
> > > > > > > > > >> > checking for cxx... no
> > > > > > > > > >> > checking for cc++... no
> > > > > > > > > >> > checking for cl.exe... no
> > > > > > > > > >> > checking for FCC... no
> > > > > > > > > >> > checking for KCC... no
> > > > > > > > > >> > checking for RCC... no
> > > > > > > > > >> > checking for xlC_r... no
> > > > > > > > > >> > checking for xlC... no
> > > > > > > > > >> > checking whether the C++ compiler works... no
> > > > > > > > > >> > IS there any errors?
> > > > > > > > > >> > you will find the executive file called
configuration.
> > > > > > > > > >> > thanks,
> > > > > > > > > >> > Khaoula
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway
via RT <
> > > > > > > > > met_help at ucar.edu
> > > > > > > > > >> >:
> > > > > > > > > >> >
> > > > > > > > > >> >> Khaoula,
> > > > > > > > > >> >>
> > > > > > > > > >> >> Looks like you have syntax wrong on those
commands.
> > > Please
> > > > > try
> > > > > > > > this:
> > > > > > > > > >> >>
> > > > > > > > > >> >> export
> > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > >> >> export MET_NETCDFLIB=/root/Bureau/netcdf-
4.3.3.1/lib
> > > > > > > > > >> >>
> > > > > > > > > >> >> Actually since your NetCDF build is installed
in the
> > > > standard
> > > > > > > way,
> > > > > > > > > >> this is
> > > > > > > > > >> >> all you really need to set:
> > > > > > > > > >> >>
> > > > > > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > > > > > > >> >>
> > > > > > > > > >> >> And MET assumes that the headers are in the
"include"
> > > > > > > subdirectory
> > > > > > > > > and
> > > > > > > > > >> the
> > > > > > > > > >> >> library archive files are in the "lib"
subdirectory.
> > > > > > > > > >> >>
> > > > > > > > > >> >> Thanks,
> > > > > > > > > >> >> John
> > > > > > > > > >> >>
> > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki Khaoula
via
> RT <
> > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > >> >> wrote:
> > > > > > > > > >> >>
> > > > > > > > > >> >> >
> > > > > > > > > >> >> > <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >
> > > > > > > > > >> >> >
> > > > > > > > > >> >> > Hi John,
> > > > > > > > > >> >> >
> > > > > > > > > >> >> > Thank you for your help.
> > > > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > > > >> >> > I'm now setting environment variables.
> > > > > > > > > >> >> > I want to confirm this command if it is
right or
> no,
> > > for
> > > > > > > example,
> > > > > > > > > if
> > > > > > > > > >> i
> > > > > > > > > >> >> set:
> > > > > > > > > >> >> >
> > > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > >> >> >
> export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > >> >> > in order to Set *$MET_NETCDF* to point to
the main
> > > > > > > > NetCDFdirectory.
> > > > > > > > > >> >> > I  use  also the same process to set others
> external
> > > > > > libraries.
> > > > > > > > > >> >> > I let you know that my shell is bash, so i
can't
> use
> > > the
> > > > > > export
> > > > > > > > > >> command.
> > > > > > > > > >> >> > Im wondering if i'm in the right way,
because the
> > > command
> > > > > > with
> > > > > > > > > export
> > > > > > > > > >> >> > doesn't produce any error to verify if i'm
right or
> > > > wrong.
> > > > > > > > > >> >> > Thanks,
> > > > > > > > > >> >> > Khaoula
> > > > > > > > > >> >> >
> > > > > > > > > >> >> >
> > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley
Gotway via
> RT
> > <
> > > > > > > > > >> met_help at ucar.edu
> > > > > > > > > >> >> >:
> > > > > > > > > >> >> >
> > > > > > > > > >> >> > > Hello Khaoula,
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > Julie is out of town.  My name is John,
and I'd
> be
> > > > happy
> > > > > to
> > > > > > > > help
> > > > > > > > > >> >> answer
> > > > > > > > > >> >> > > your MET questions.
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > I see that you're trying to get up and
running
> > using
> > > > MET
> > > > > to
> > > > > > > > > verify
> > > > > > > > > >> WRF
> > > > > > > > > >> >> > > output.  MET doesn't read WRF output files
> > directly,
> > > > but
> > > > > > > > requires
> > > > > > > > > >> that
> > > > > > > > > >> >> > they
> > > > > > > > > >> >> > > first be post-processed either with the
WRF-ARW
> > > pinterp
> > > > > > > utility
> > > > > > > > > or
> > > > > > > > > >> the
> > > > > > > > > >> >> > > Unified Post-Processor (UPP).  Of the two,
I'd
> > > strongly
> > > > > > > > recommend
> > > > > > > > > >> >> using
> > > > > > > > > >> >> > UPP
> > > > > > > > > >> >> > > which creates output in GRIB format that
is fully
> > > > > supported
> > > > > > > by
> > > > > > > > > MET.
> > > > > > > > > >> >> The
> > > > > > > > > >> >> > > pinterp utility writes it output in NetCDF
but we
> > > only
> > > > > > > support
> > > > > > > > > data
> > > > > > > > > >> >> > defined
> > > > > > > > > >> >> > > on the non-staggered dimensions.  Since
velocity
> > > points
> > > > > are
> > > > > > > > > >> staggered
> > > > > > > > > >> >> in
> > > > > > > > > >> >> > > WRF, MET can't be used to verifying winds
in
> > pinterp
> > > > > > output.
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > Another advantage to using UPP is that
GRIB data
> > can
> > > be
> > > > > > > easily
> > > > > > > > > >> >> regridded
> > > > > > > > > >> >> > > using the copygb utility.  copygb is
included in
> > the
> > > > UPP
> > > > > > > > package.
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > You can download pinterp here:
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> >
> > > > > > > > > >> >>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > And you can download UPP here:
> > > > > > > > > >> >> > >
> > > > > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > Hope that helps.
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > Thanks,
> > > > > > > > > >> >> > > John Halley Gotway
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki
Khaoula
> via
> > > RT <
> > > > > > > > > >> >> met_help at ucar.edu
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > wrote:
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > > > <URL:
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > >
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > > > Hi Julie,
> > > > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > > > >> >> > > > I downloaded post processor but i can't
find
> the
> > > > > WRF-ARW
> > > > > > > > > p-interp
> > > > > > > > > >> >> Tool
> > > > > > > > > >> >> > > when
> > > > > > > > > >> >> > > > i use the link posted in the tutorial.
> > > > > > > > > >> >> > > > also,what i don't understand the utility
of the
> > > > copygb
> > > > > > > > utility
> > > > > > > > > >> and
> > > > > > > > > >> >> > from
> > > > > > > > > >> >> > > > where to get it.
> > > > > > > > > >> >> > > > i don't know what to do next to
downloading and
> > > > > compiling
> > > > > > > > > >> required
> > > > > > > > > >> >> > > > libraries.
> > > > > > > > > >> >> > > > Thanks,
> > > > > > > > > >> >> > > > Khaoula
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki Khaoula
<
> > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > >> >:
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > > *When lookig the HDF-EOS library, i
found in
> > the
> > > > > > website
> > > > > > > is
> > > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > > *i tried to unpack it, i didn't find
the
> right
> > > > > command
> > > > > > to
> > > > > > > > do
> > > > > > > > > >> it.*
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > > *Is there any command to unpak this
library.*
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > > *Thanks,*
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie
Prestopnik
> via
> > > RT
> > > > <
> > > > > > > > > >> >> > met_help at ucar.edu
> > > > > > > > > >> >> > > >:
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >> The GRIB2 C-Library is used by the
MET
> library
> > > > code
> > > > > to
> > > > > > > > read
> > > > > > > > > >> GRIB2
> > > > > > > > > >> >> > data
> > > > > > > > > >> >> > > > >> files. The GRIB2 C-Library requires
the
> > > libraries
> > > > > > zlib,
> > > > > > > > > jasper
> > > > > > > > > >> >> and
> > > > > > > > > >> >> > png
> > > > > > > > > >> >> > > > to
> > > > > > > > > >> >> > > > >> be present on your system. Support
for GRIB2
> > is
> > > > > > optional
> > > > > > > > and
> > > > > > > > > >> can
> > > > > > > > > >> >> be
> > > > > > > > > >> >> > > > >> enabled
> > > > > > > > > >> >> > > > >> with the *--enable-grib2* option for
> > configure.
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >> Julie
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM,
Melki
> Khaoula
> > > via
> > > > > RT
> > > > > > <
> > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > > > >> >> > > > >> wrote:
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >> > <URL:
> > > > > > > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > >> >> >
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > > > >> >> > > > >> > It works.
> > > > > > > > > >> >> > > > >> > I compile Nectcdf , GNU  and zlib
> libraries.
> > > > > > > > > >> >> > > > >> > About GRIB C library, i downloaded
the
> > library
> > > > and
> > > > > > > > > unpacked
> > > > > > > > > >> >> it.
> > > > > > > > > >> >> > > > >> > how it can be used by MET?
> > > > > > > > > >> >> > > > >> > Thanks,
> > > > > > > > > >> >> > > > >> > khaoula
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie
> Prestopnik
> > > via
> > > > > RT <
> > > > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > > > >> >> > > > >:
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > I'm glad that you were able to
get
> BUFRLIB
> > > > > > > installed.
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > You said, "when trying to run the
firs
> > > command
> > > > > of
> > > > > > *
> > > > > > > > *cd
> > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > > > >> >> > > > >> > he
> > > > > > > > > >> >> > > > >> > > wrote me no file or directory"
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > In the tutorial, when we say "*cd
> > > > > > /path/to/netcdf*"
> > > > > > > > you
> > > > > > > > > >> >> should
> > > > > > > > > >> >> > > > change
> > > > > > > > > >> >> > > > >> > > directories to the location where
your
> > > netcdf
> > > > > > > > directory
> > > > > > > > > >> is on
> > > > > > > > > >> >> > your
> > > > > > > > > >> >> > > > >> > machine.
> > > > > > > > > >> >> > > > >> > > For example, if you unpacked the
tar
> file
> > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > > > >> >> in
> > > > > > > > > >> >> > a
> > > > > > > > > >> >> > > > >> > directory
> > > > > > > > > >> >> > > > >> > > path of
> > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > > you
> > > > > > > > would
> > > > > > > > > >> run
> > > > > > > > > >> >> "cd
> > > > > > > > > >> >> > > > >> > > /d2/melki/external_libs/netcdf-
4.3.3.1".
> > > > > > > > > */path/to/netcdf
> > > > > > > > > >> >> *is a
> > > > > > > > > >> >> > > > place
> > > > > > > > > >> >> > > > >> > > holder for the location on your
machine.
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > You said, "setenv CC
> /path/to/c/compiler.
> > It
> > > > > > doesn't
> > > > > > > > > >> work.he
> > > > > > > > > >> >> > said
> > > > > > > > > >> >> > > > >> command
> > > > > > > > > >> >> > > > >> > > of setenv doesn't exist.*"
"setenv" is
> > the
> > > > name
> > > > > > of
> > > > > > > > the
> > > > > > > > > >> >> command
> > > > > > > > > >> >> > > used
> > > > > > > > > >> >> > > > >> to
> > > > > > > > > >> >> > > > >> > set
> > > > > > > > > >> >> > > > >> > > environment variables in the *csh
family
> > of
> > > > > > shells.
> > > > > > > > If
> > > > > > > > > >> you
> > > > > > > > > >> >> are
> > > > > > > > > >> >> > > > using
> > > > > > > > > >> >> > > > >> a
> > > > > > > > > >> >> > > > >> > > different shell, however, you may
need
> to
> > > use
> > > > > > > > "export",
> > > > > > > > > >> >> which is
> > > > > > > > > >> >> > > the
> > > > > > > > > >> >> > > > >> name
> > > > > > > > > >> >> > > > >> > > of the command in the "other"
family of
> > > shells
> > > > > > (ash,
> > > > > > > > > >> bourne,
> > > > > > > > > >> >> > > bourne
> > > > > > > > > >> >> > > > >> > again,
> > > > > > > > > >> >> > > > >> > > zsh).  To find out what shell you
are
> > using,
> > > > you
> > > > > > can
> > > > > > > > run
> > > > > > > > > >> >> "echo
> > > > > > > > > >> >> > > > >> $SHELL".
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > If you are using a shell other
than the
> > *csh
> > > > > > family
> > > > > > > of
> > > > > > > > > >> >> shells,
> > > > > > > > > >> >> > and
> > > > > > > > > >> >> > > > you
> > > > > > > > > >> >> > > > >> > need
> > > > > > > > > >> >> > > > >> > > to use "export", the syntax is
slightly
> > > > > different.
> > > > > > > > > >> Instead
> > > > > > > > > >> >> of
> > > > > > > > > >> >> > > > >> running:
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > you would run
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > Please note, it is import that
when
> using
> > > the
> > > > > > export
> > > > > > > > > >> command
> > > > > > > > > >> >> > that
> > > > > > > > > >> >> > > > >> there
> > > > > > > > > >> >> > > > >> > are
> > > > > > > > > >> >> > > > >> > > no spaces before or after the
"=".
> Also,
> > in
> > > > > this
> > > > > > > > case,
> > > > > > > > > >> >> please
> > > > > > > > > >> >> > > note
> > > > > > > > > >> >> > > > >> that
> > > > > > > > > >> >> > > > >> > > "/path/to/c/compiler" should be
replaced
> > > with
> > > > > the
> > > > > > > path
> > > > > > > > > to
> > > > > > > > > >> >> the c
> > > > > > > > > >> >> > > > >> compiler
> > > > > > > > > >> >> > > > >> > on
> > > > > > > > > >> >> > > > >> > > your machine.  For example. on my
> machine,
> > > gcc
> > > > > > lives
> > > > > > > > at
> > > > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > so if I used setenv, I would run:
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > but if I used export, I would
run:
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > I hope this helps.  In the
future, if
> you
> > > > > > experience
> > > > > > > > any
> > > > > > > > > >> >> > problems
> > > > > > > > > >> >> > > or
> > > > > > > > > >> >> > > > >> > > errors, it would be helpful if
you could
> > > copy
> > > > > and
> > > > > > > > paste
> > > > > > > > > >> the
> > > > > > > > > >> >> > > commands
> > > > > > > > > >> >> > > > >> you
> > > > > > > > > >> >> > > > >> > > have run along with the errors
they
> > > produced.
> > > > > If
> > > > > > > > often
> > > > > > > > > >> gives
> > > > > > > > > >> >> > us a
> > > > > > > > > >> >> > > > >> > clearer
> > > > > > > > > >> >> > > > >> > > picture of what has gone wrong.
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > Please let us know if you
experience
> other
> > > > > > problems
> > > > > > > > and
> > > > > > > > > >> need
> > > > > > > > > >> >> > help.
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > > > >> >> > > > >> > > Julie
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44 AM,
Melki
> > > Khaoula
> > > > > via
> > > > > > > RT
> > > > > > > > <
> > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > wrote:
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > > > >> >>
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *i'm now trying to compile the
netcdf
> > > > > library.*
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *I'm wondering about the steps
written
> > in
> > > > the
> > > > > > > > > tutorial:
> > > > > > > > > >> *
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
> > > > > > /path/to/c/compiler
> > > > > > > > > setenv
> > > > > > > > > >> >> CXX
> > > > > > > > > >> >> > > > >> > > >    /path/to/c++/compiler setenv
FC ''
> > > setenv
> > > > > F90
> > > > > > > ''
> > > > > > > > > >> >> > ./configure
> > > > > > > > > >> >> > > > >> > > >
--prefix=/netcdf/install/path
> > > > > > > --disable-netcdf-4
> > > > > > > > > make
> > > > > > > > > >> >> make
> > > > > > > > > >> >> > > > >> install i
> > > > > > > > > >> >> > > > >> > > >    installed the netcdf-4.3.3.1
as a
> > > > > independent
> > > > > > > > > >> directory,
> > > > > > > > > >> >> > but
> > > > > > > > > >> >> > > > when
> > > > > > > > > >> >> > > > >> > > > trying to
> > > > > > > > > >> >> > > > >> > > >    run the firs command of *
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote
me no
> file
> > > or
> > > > > > > > directory.
> > > > > > > > > >> so i
> > > > > > > > > >> >> > > > create a
> > > > > > > > > >> >> > > > >> > file
> > > > > > > > > >> >> > > > >> > > > called path existed in to file
which
> are
> > > > both
> > > > > > > > included
> > > > > > > > > >> in
> > > > > > > > > >> >> > netcdf
> > > > > > > > > >> >> > > > >> > > directory.
> > > > > > > > > >> >> > > > >> > > > but when running   setenv CC
> > > > > > /path/to/c/compiler.
> > > > > > > It
> > > > > > > > > >> >> doesn't
> > > > > > > > > >> >> > > > work.he
> > > > > > > > > >> >> > > > >> > said
> > > > > > > > > >> >> > > > >> > > > command of setenv doesn't
exist.*
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *Thank you really for your help
and
> your
> > > > Time
> > > > > > > > Julie.*
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00
Julie
> > > Prestopnik
> > > > > via
> > > > > > > RT <
> > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > >> >> > > > >> > >:
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > We are able to reproduce the
> problems
> > > you
> > > > > are
> > > > > > > > > >> >> experiencing
> > > > > > > > > >> >> > > with
> > > > > > > > > >> >> > > > >> the
> > > > > > > > > >> >> > > > >> > > > latest
> > > > > > > > > >> >> > > > >> > > > > version of BUFRLIB.  We are
working
> > on a
> > > > > > > solution
> > > > > > > > to
> > > > > > > > > >> get
> > > > > > > > > >> >> the
> > > > > > > > > >> >> > > > >> > > compilation
> > > > > > > > > >> >> > > > >> > > > > working.
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > In the meantime, I have
uploaded the
> > > > > previous
> > > > > > > > > version
> > > > > > > > > >> of
> > > > > > > > > >> >> > > BUFRLIB
> > > > > > > > > >> >> > > > >> to
> > > > > > > > > >> >> > > > >> > our
> > > > > > > > > >> >> > > > >> > > > ftp
> > > > > > > > > >> >> > > > >> > > > > site so that you can make
some
> > progress
> > > > and
> > > > > > > start
> > > > > > > > > >> working
> > > > > > > > > >> >> > with
> > > > > > > > > >> >> > > > >> MET.
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > Please execute the following
> commands.
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > *Make a new directory to
contain the
> > > > BUFRLIB
> > > > > > > code
> > > > > > > > > >> (e.g.
> > > > > > > > > >> >> > mkdir
> > > > > > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > > > > > >> >> > > > >> > > > > *Change directories to that
new
> > > directory
> > > > > > (e.g.
> > > > > > > > cd *
> > > > > > > > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> >
> > > > > > > > > >> >>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > >> >> > > > >> > > > > <
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> >
> > > > > > > > > >> >>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > >> >> > > > >> > > > > >*
> > > > > > > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-
3.tar*
> > > > > > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > > > > > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE
> > > > > > -fno-second-underscore
> > > > > > > > *.f
> > > > > > > > > >> *.F*
> > > > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > You should get a successful
> > compilation
> > > > with
> > > > > > > this
> > > > > > > > > >> older
> > > > > > > > > >> >> > > version
> > > > > > > > > >> >> > > > of
> > > > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please let us know
how it
> > > goes.
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at 4:18
AM,
> Melki
> > > > > Khaoula
> > > > > > > via
> > > > > > > > > RT
> > > > > > > > > >> <
> > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > > > >> >> > >
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > > > >> >> > > > >> > > > > > Happy with your email.
> > > > > > > > > >> >> > > > >> > > > > > It is really motivating to
receive
> > > your
> > > > > help
> > > > > > > in
> > > > > > > > > >> >> compiling
> > > > > > > > > >> >> > > MET
> > > > > > > > > >> >> > > > >> > model.
> > > > > > > > > >> >> > > > >> > > > > > You find  two terminal
containing
> > > errors
> > > > > of
> > > > > > > > runing
> > > > > > > > > >> gcc
> > > > > > > > > >> >> and
> > > > > > > > > >> >> > > > >> gfortran
> > > > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24 GMT+02:00
Julie
> > > > > Prestopnik
> > > > > > > via
> > > > > > > > > RT <
> > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > >> >> > > > >> > > > >:
> > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I don't
believe that
> > you
> > > > > should
> > > > > > > > have
> > > > > > > > > to
> > > > > > > > > >> >> > > reinstall
> > > > > > > > > >> >> > > > >> the
> > > > > > > > > >> >> > > > >> > > > > > > compilers.  That is
likely not
> the
> > > > > > problem.
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > You said that you
received an
> > error
> > > > > > message
> > > > > > > > when
> > > > > > > > > >> >> running
> > > > > > > > > >> >> > > the
> > > > > > > > > >> >> > > > >> > > > following:
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > > > > > > >> >> > > > >> > > > > > > gfortran -c -DUNDERSCORE
> > > > > > > > -fno-second-underscore
> > > > > > > > > >> *.f
> > > > > > > > > >> >> *.F
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > Could you please send the
full
> > error
> > > > > that
> > > > > > > you
> > > > > > > > > >> >> received?
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at
2:15 AM,
> > > Melki
> > > > > > > Khaoula
> > > > > > > > > via
> > > > > > > > > >> >> RT <
> > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > > > >> >> > > > >>
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > Thanks for your email.
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > In trying the command
whereis
> > gcc
> > > > and
> > > > > > > > whereis
> > > > > > > > > >> >> > gfortran,
> > > > > > > > > >> >> > > > >> this is
> > > > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
BUFRLIB]#
> > > whereis
> > > > > > > gfortran
> > > > > > > > > >> >> > > > >> > > > > > > > gfortran:
/usr/bin/gfortran
> > > > > > > > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
BUFRLIB]#
> > > whereis
> > > > > gcc
> > > > > > > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc
/usr/lib/gcc
> > > > > > > > > /usr/libexec/gcc
> > > > > > > > > >> >> > > > >> > > > > > > >
/usr/share/man/man1/gcc.1.gz
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > So i go to try the
command of
> > *gcc
> > > > -c
> > > > > > > > > >> -DUNDERSCORE
> > > > > > > > > >> >> *.c
> > > > > > > > > >> >> > > > and *
> > > > > > > > > >> >> > > > >> > > > > > > > *gfortran -c
-DUNDERSCORE
> > > > > > > > > -fno-second-underscore
> > > > > > > > > >> >> *.f
> > > > > > > > > >> >> > > *.F *
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > *Linux return me a
message of
> > > > error.*
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > *So i tried to
reinstall gcc
> > > > compiler
> > > > > > > using
> > > > > > > > > yum
> > > > > > > > > >> >> > install
> > > > > > > > > >> >> > > > >> gcc, i
> > > > > > > > > >> >> > > > >> > > > found
> > > > > > > > > >> >> > > > >> > > > > > that
> > > > > > > > > >> >> > > > >> > > > > > > > the last pack of gcc
was
> > > installed.
> > > > > But
> > > > > > > when
> > > > > > > > > >> >> > > reinstalling
> > > > > > > > > >> >> > > > >> > > gfortran
> > > > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > > > >> >> > > > >> > > > > > > > using yum install
gfortran, i
> > > found
> > > > an
> > > > > > > > message
> > > > > > > > > >> >> telling
> > > > > > > > > >> >> > > me
> > > > > > > > > >> >> > > > >> there
> > > > > > > > > >> >> > > > >> > > is
> > > > > > > > > >> >> > > > >> > > > no
> > > > > > > > > >> >> > > > >> > > > > > > > gfortran pack to
install. *
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > *I don't know what to
do.*
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > *Thank you for your
time and
> > your
> > > > > > > > cooperation*
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49
GMT+02:00
> Julie
> > > > > > > Prestopnik
> > > > > > > > > via
> > > > > > > > > >> RT
> > > > > > > > > >> >> <
> > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank you
for
> > trying
> > > to
> > > > > use
> > > > > > > the
> > > > > > > > > MET
> > > > > > > > > >> >> > > software.
> > > > > > > > > >> >> > > > >> I'm
> > > > > > > > > >> >> > > > >> > > not
> > > > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > > > >> >> > > > >> > > > > > > > > understand what you
are
> > asking.
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > You mentioned that
you want
> to
> > > > > compile
> > > > > > > > > >> BUFRLIB.
> > > > > > > > > >> >> As
> > > > > > > > > >> >> > is
> > > > > > > > > >> >> > > > >> > > explained
> > > > > > > > > >> >> > > > >> > > > on
> > > > > > > > > >> >> > > > >> > > > > > the
> > > > > > > > > >> >> > > > >> > > > > > > > > following page of the
MET
> > Online
> > > > > > > Tutorial
> > > > > > > > > for
> > > > > > > > > >> >> > METv5.0:
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> >
> > > > > > > > > >> >>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > you can use the GNU
gcc and
> > > > gfortran
> > > > > > > > > >> compilers,
> > > > > > > > > >> >> the
> > > > > > > > > >> >> > > PGI
> > > > > > > > > >> >> > > > >> pgcc
> > > > > > > > > >> >> > > > >> > > and
> > > > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > > > >> >> > > > >> > > > > > > > > compilers, or the
Intel icc
> > and
> > > > > ifort
> > > > > > > > > >> compilers.
> > > > > > > > > >> >> > You
> > > > > > > > > >> >> > > > are
> > > > > > > > > >> >> > > > >> > > welcome
> > > > > > > > > >> >> > > > >> > > > > to
> > > > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > > > >> >> > > > >> > > > > > > > > gcc and gfortran
(GNU) if
> you
> > > > would
> > > > > > like
> > > > > > > > to.
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > Most LINUX
distributions
> come
> > > with
> > > > > the
> > > > > > > > > >> compilers.
> > > > > > > > > >> >> > To
> > > > > > > > > >> >> > > > find
> > > > > > > > > >> >> > > > >> > gcc
> > > > > > > > > >> >> > > > >> > > > and
> > > > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > > > >> >> > > > >> > > > > > > > > on your machine, you
can run
> > the
> > > > > > > following
> > > > > > > > > >> >> commands:
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > > > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > Here are the results
I get
> > after
> > > > > > running
> > > > > > > > > those
> > > > > > > > > >> >> two
> > > > > > > > > >> >> > > > >> commands:
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > gfortran:
/usr/bin/gfortran
> > > > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc
> /usr/lib/gcc
> > > > > > > > > >> /usr/bin/X11/gcc
> > > > > > > > > >> >> > > > >> > > > > > > > >
/usr/share/man/man1/gcc.1.gz
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > I hope that helps.
Please
> let
> > > me
> > > > > know
> > > > > > > if
> > > > > > > > I
> > > > > > > > > >> have
> > > > > > > > > >> >> not
> > > > > > > > > >> >> > > > >> answered
> > > > > > > > > >> >> > > > >> > > > your
> > > > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > > > >> >> > > > >> > > > > > > > > and if this solves
the
> problem
> > > for
> > > > > > you.
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15, 2015
at 5:40
> > AM,
> > > > > Melki
> > > > > > > > > Khaoula
> > > > > > > > > >> >> via
> > > > > > > > > >> >> > RT
> > > > > > > > > >> >> > > <
> > > > > > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15 05:40:22
2015:
> > > > Request
> > > > > > > 72309
> > > > > > > > > was
> > > > > > > > > >> >> acted
> > > > > > > > > >> >> > > > upon.
> > > > > > > > > >> >> > > > >> > > > > > > > > > Transaction: Ticket
> created
> > by
> > > > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > > > >> >> > > > >> > > > > > > > > >        Queue:
met_help
> > > > > > > > > >> >> > > > >> > > > > > > > > >      Subject: (No
subject
> > > given)
> > > > > > > > > >> >> > > > >> > > > > > > > > >        Owner:
Nobody
> > > > > > > > > >> >> > > > >> > > > > > > > > >   Requestors:
> > > > > > khaoula.enit at gmail.com
> > > > > > > > > >> >> > > > >> > > > > > > > > >       Status: new
> > > > > > > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >>
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > > > > > > >> >> > > > >> > > > > > > > > > i4m traynig to use
MET
> > model.
> > > > > > > > > >> >> > > > >> > > > > > > > > > About compilation
of
> > BUFRLIB,
> > > i
> > > > > need
> > > > > > > gcc
> > > > > > > > > and
> > > > > > > > > >> >> > > gfortran
> > > > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > > > >> >> > > > >> > > > > > > > > > Do i need to
install
> fortran
> > > > and C
> > > > > > > > > software
> > > > > > > > > >> for
> > > > > > > > > >> >> > > LINUX
> > > > > > > > > >> >> > > > >> > before
> > > > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > > > >> >> > > > >> > > > > > > > > > their compilers?
> > > > > > > > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > > > > > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > > > > > > > >> >> > > > >> > > > > > > > > National Center for
> > Atmospheric
> > > > > > Research
> > > > > > > > > >> >> > > > >> > > > > > > > > Research Applications
> > Laboratory
> > > > > > > > > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > >> >> > > > >> > > > > > > > > Email:
jpresto at ucar.edu
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > > > > > >> >> > > > >> > > > > > > National Center for
Atmospheric
> > > > Research
> > > > > > > > > >> >> > > > >> > > > > > > Research Applications
Laboratory
> > > > > > > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > > > > > > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > > --
> > > > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > > > >> >> > > > >> > > > > National Center for
Atmospheric
> > Research
> > > > > > > > > >> >> > > > >> > > > > Research Applications
Laboratory
> > > > > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > > --
> > > > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > > > >> >> > > > >> > > National Center for Atmospheric
Research
> > > > > > > > > >> >> > > > >> > > Research Applications Laboratory
> > > > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> > >
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >> >
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >> --
> > > > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > > > >> >> > > > >> National Center for Atmospheric
Research
> > > > > > > > > >> >> > > > >> Research Applications Laboratory
> > > > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >>
> > > > > > > > > >> >> > > > >
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > > >
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> > >
> > > > > > > > > >> >> >
> > > > > > > > > >> >> >
> > > > > > > > > >> >>
> > > > > > > > > >> >>
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Julie Prestopnik
> > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Mon Jul 27 10:15:00 2015

Hi Khaoula.

While I saw that you have a "include", "lib", and "share"
subdirectories
under /usr/bin/zlib, I could not see the contents of those
directories.

Could you please verify that you have the files "zlib.h" and "zconf.h"
in
the "include" subdirectory?  Could you also please verify that you
have
"libz.a" and other "libz.so" files in the "lib" subdirectory?

Assuming those files are in place, it looks like you got a successful
installation of zlib, but libpng couldn't find zlib.

Try recompiling libpng as follows,
  *replacing "/path/to/libpng/install/**directory" with the path where
you
would like to install libpng*:

  cd /root/Bureau/libpng-1.2.34
  make clean
  export LDFLAGS="-L/usr/bin/zlib/lib/"
  export CPPFLAGS="-I/usr/bin/zlib/include/"
  ./configure --prefix=/path/to/libpng/install/directory
  make
  make install

That should do the trick.  With those environment variables, you're
telling
it where to find the zlib header and object files.  Give that a try
and let
me know if you're able to compile libpng successfully.

Thanks,
Julie



On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> No i didn't get a successful install of libpng because the first
problem
> was installation of zlib.
> you find a script joint to this email of running ls -l usr/bin/zlib.
> Thanks,
> Khaoula MELKI
>
>
> 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Khaoula.
> >
> > Instead of running "ls -l zlib-1.2.8" to show me the contents of
the
> > package, could you please run "ls -l /usr/bin/zlib" so I can see
how the
> > package was installed?
> >
> > Also, were you able to get a successful install of libpng after
setting
> the
> > environment variables LDFLAGS and CPPFLAGS?
> >
> > Thanks,
> > Julie
> >
> > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi Julie,
> > >
> > > there is a terminal containing results of ls -l zlib-1.2.8
> > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
> > > i uses the command whereis zlib:
> > >  it returns : usr/bin/zlib
> > > Thanks,
> > > Khaoula
> > >
> > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Khaoula.
> > > >
> > > > I see in your configure log the error:
> > > >
> > > > configure: error: zlib not installed
> > > >
> > > > Were you able to get a successful install of zlib?  If so,
could you
> > > please
> > > > tell me where it is installed and run "ls -l" in that
directory so I
> > can
> > > > see its contents? And, if you were able to get a successful
install
> of
> > > > zlib, were you able to get a successful install of libpng?
> > > >
> > > > Once you get a successful install of zlib, png, jasper, and
the
> GRIB2-C
> > > > Library, we can revisit running the configure script.
> > > >
> > > > NCEP's GRIB2 C-Library is an optional package for MET.  If you
do not
> > > need
> > > > GRIB2 support, you do not need to install the library.  I just
wanted
> > to
> > > > make sure you knew that in case you didn't need GRIB2 support.
If
> you
> > do
> > > > need it, we'll keep working at it and try to get it working
for you
> > soon.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > >
> > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >
> > > > > Hi Julie,
> > > > > the same problem appear again.
> > > > > you find a file joined to this e-mail.
> > > > > thanks,
> > > > > Khaoula
> > > > >
> > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > > >
> > > > > > Hi Khaoula.
> > > > > >
> > > > > > I see that you tried to install zlib, but have a question
about
> the
> > > > > install
> > > > > > path.
> > > > > >
> > > > > > You can install zlib where ever you would like, either in
> > /zlib-1.2.8
> > > > > > or /usr/local/bin
> > > > > > (assuming you have root access) or somewhere else
entirely.  So,
> it
> > > > > sounds
> > > > > > like you followed these generic instructions:
> > > > > >
> > > > > > cd /path/to/zlib
> > > > > > ./configure --prefix=/zlib/install/path
> > > > > > make test
> > > > > > make install
> > > > > >
> > > > > > replacing /path/to/zlib with /root/Bureau/zlib-1.2.8 and
> replacing
> > > > > > /zlib/install/path
> > > > > > with /zlib-1.2.8 as follows:
> > > > > >
> > > > > > cd /root/Bureau/zlib-1.2.8
> > > > > > ./configure --prefix=/zlib-1.2.8
> > > > > > make test
> > > > > > make install
> > > > > >
> > > > > > It sounds like you got a successful installation of zlib,
but
> > libpng
> > > > > > couldn't find zlib.
> > > > > >
> > > > > > Try recompiling libpng as follows,
> > > > > >   replacing "/path/to/libz.a/directory" with the path to
libz.a
> > > (leave
> > > > > the
> > > > > > -L in place in the example below)
> > > > > >   replacing "/path/to/zlib.h/directory" with the path to
zlib.h
> > > (leave
> > > > > the
> > > > > > -I in place in the example below)
> > > > > >   and replacing "/path/to/libpng/install/directory" with
the path
> > > where
> > > > > you
> > > > > > would like to install libpng:
> > > > > >
> > > > > >   cd /root/Bureau/libpng-1.2.34
> > > > > >   make clean
> > > > > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > > > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > > >   ./configure --prefix=/path/to/libpng/install/directory
> > > > > >   make
> > > > > >   make install
> > > > > >
> > > > > > That should do the trick.  With those environment
variables,
> you're
> > > > > telling
> > > > > > it where to find the zlib header and object files.  Give
that a
> try
> > > and
> > > > > let
> > > > > > me know if you're able to compile libpng successfully.
> > > > > >
> > > > > > Thanks,
> > > > > > Julie
> > > > > >
> > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > > > > >
> > > > > > > Hi Julie,
> > > > > > > Grib2 needs jasper, png and zlib libraries to install.
> > > > > > > in installing zlib library,i i used  these commands:
> > > > > > > *cd /path/to/zlib*
> > > > > > > *./configure --prefix=/zlib/install/path*
> > > > > > > *make test*
> > > > > > >
> > > > > > > *make install*
> > > > > > >
> > > > > > > *for my sysytem, path/to/zlib is root/Bureau/zlib-
1.2.8.*
> > > > > > >
> > > > > > > *about prefix=zlib/install/path. zlib/install/path is
the
> > directory
> > > > > > where i
> > > > > > > put zlib installation, prefix=/zlib-1.2.8 or it is
> usr/local/bin
> > in
> > > > > order
> > > > > > > to be installed in the system.*
> > > > > > >
> > > > > > > *i found a problem when installing libpng library. i
used thses
> > > > > > commands:*
> > > > > > >
> > > > > > > *cd libpng-1.2.34*
> > > > > > >
> > > > > > > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> > > > > > >
> > > > > > > *make *
> > > > > > >
> > > > > > > *make install*
> > > > > > >
> > > > > > > *But when using configure, an error occur informing me
that
> zlib
> > > > isn't
> > > > > > > installed.*
> > > > > > >
> > > > > > > *So, i was wondering about path to install. It is in the
> > directory
> > > of
> > > > > > > library or in the system unix(usr/local/bin)*
> > > > > > > *Thanks,*
> > > > > > >
> > > > > > > *khaoula melki*
> > > > > > >
> > > > > > >
> > > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT <
> > > > met_help at ucar.edu
> > > > > >:
> > > > > > >
> > > > > > > > Hi Khaoula.
> > > > > > > >
> > > > > > > > There will not be a bin subdirectory when you unpack
met-5.0,
> > but
> > > > > there
> > > > > > > > should be upon a successful installation of the MET
tools.
> > > Looking
> > > > > at
> > > > > > > your
> > > > > > > > make_install.log file I see that there is a problem
finding
> > > > grib2.h:
> > > > > > > >
> > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier
ou
> > dossier
> > > de
> > > > > ce
> > > > > > > type
> > > > > > > >
> > > > > > > > NCEP's GRIB2C library is used by the MET library code
to read
> > > GRIB2
> > > > > > data
> > > > > > > > files.  If you do not need GRIB2 capability, you can
simply
> > skip
> > > > this
> > > > > > > part
> > > > > > > > of the installation by removing "--enable-grib2" from
your
> list
> > > of
> > > > > > > options
> > > > > > > > to "./configure".  If you do need GRIB2 capability and
the
> > grib2c
> > > > > > library
> > > > > > > > is not already on your system, you will need to
download and
> > > unpack
> > > > > the
> > > > > > > > grib2c tarball (
> http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > and
> > > > > > refer
> > > > > > > > to
> > > > > > > > the README file. Once built, MET expects the GRIB2 C-
Library
> to
> > > be
> > > > > > named
> > > > > > > > *libgrib2c.a*. The GRIB2 C-Library *requires the
libraries
> > zlib,
> > > > > jasper
> > > > > > > and
> > > > > > > > png* to be present on your system and those packages
are all
> > > > > available
> > > > > > in
> > > > > > > > the link above. When configuring the MET build after
> > installation
> > > > of
> > > > > > the
> > > > > > > > necessary libraries (or if grib2c, zlib, jasper, and
png are
> > > > already
> > > > > on
> > > > > > > > your system), set the *MET_GRIB2C* (or *MET_GRIB2CINC*
and
> > > > > > > *MET_GRIB2CLIB*)
> > > > > > > > environment variables to indicate the location of this
> library.
> > > > > > > >
> > > > > > > > Please let us know if you have any questions.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Julie
> > > > > > > >
> > > > > > > >
> > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT <
> > > > > > met_help at ucar.edu>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > > > > > > >
> > > > > > > > > Hi Julie,
> > > > > > > > > thank you for your response.
> > > > > > > > > it rebuilt nectd.
> > > > > > > > > my problem now is the bin subdirectory.
> > > > > > > > > when unpacking met-5.0, thre is no subdirectory
called bin.
> > > > > > > > >
> > > > > > > > > Also, after setting environment variables, i used
the
> > > > configuration
> > > > > > > > script
> > > > > > > > > with: ./configure --prefix=`pwd` --enable-grib2
> > --enable-modis
> > > > > > > > > --enable-mode_graphics
> > > > > > > > > there is no bin subdirectory  built or recreated.
> > > > > > > > > Thanks,
> > > > > > > > > Khaoula
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT <
> > > > > > met_help at ucar.edu
> > > > > > > >:
> > > > > > > > >
> > > > > > > > > > Taking another look at this, I do not see a "-I"
entry
> for
> > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I believe you
have
> > > > > MET_NETCDF
> > > > > > > set
> > > > > > > > > to.
> > > > > > > > > >
> > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> > > -I../../../src/basic/vx_cal
> > > > > > > > > > -I../../../src/basic/vx_config
> -I../../../src/basic/vx_log
> > > > > > > > > > -I../../../src/basic/vx_math
-I../../../src/basic/vx_util
> > > > > > > > > > -I../../../src/libcode/vx_afm
> > > > > > -I../../../src/libcode/vx_analysis_util
> > > > > > > > > > -I../../../src/libcode/vx_color
> > > > -I../../../src/libcode/vx_data2d
> > > > > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > > > > -I../../../src/libcode/vx_geodesy
> > > > > -I../../../src/libcode/vx_gnomon
> > > > > > > > > > -I../../../src/libcode/vx_grid
> > > > -I../../../src/libcode/vx_gsl_prob
> > > > > > > > > > -I../../../src/libcode/vx_nav
> > > -I../../../src/libcode/vx_nc_util
> > > > > > > > > > -I../../../src/libcode/vx_pb_util
> > > > > > -I../../../src/libcode/vx_plot_util
> > > > > > > > > > -I../../../src/libcode/vx_ps
> -I../../../src/libcode/vx_pxm
> > > > > > > > > > -I../../../src/libcode/vx_render
> > > > > > -I../../../src/libcode/vx_shapedata
> > > > > > > > > > -I../../../src/libcode/vx_statistics
> > > > > > > -I../../../src/libcode/vx_stat_out
> > > > > > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4
-DWITH_GRIB2
> > > > > > > > > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
-g -MT
> > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > > > > `test -f 'nc_var_info.cc' || echo
'./'`nc_var_info.cc
> > > > > > > > > > Dans le fichier inclus à partir de
nc_var_info.cc:24:
> > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun
fichier ou
> > > > dossier
> > > > > > de
> > > > > > > ce
> > > > > > > > > > type
> > > > > > > > > >
> > > > > > > > > > You could check the include area for
> > > > /root/Bureau/netcdf-4.3.3.1
> > > > > to
> > > > > > > see
> > > > > > > > > if
> > > > > > > > > > there is a netcdf.hh file.  If there is, you'll
need to
> > make
> > > > sure
> > > > > > > that
> > > > > > > > > met
> > > > > > > > > > can find it by making sure the MET_NETCDF is set
> correctly,
> > > > then
> > > > > > > source
> > > > > > > > > > your .bashrc or similar file, reconfigure, and
rebuild
> MET,
> > > > > > > otherwise,
> > > > > > > > if
> > > > > > > > > > it is not there, I would suggest following the
> instructions
> > > in
> > > > my
> > > > > > > most
> > > > > > > > > > recent previous email.
> > > > > > > > > >
> > > > > > > > > > Please let us know how it works out.
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Julie
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik <
> > > > > jpresto at ucar.edu
> > > > > > >
> > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > Hi Khaoula.  I apologize for the delayed
response.  I
> was
> > > out
> > > > > of
> > > > > > > > town.
> > > > > > > > > > >
> > > > > > > > > > > I believe that I see in your make_install.log
that
> there
> > > is a
> > > > > > > problem
> > > > > > > > > > > finding netcdf.hh:
> > > > > > > > > > >
> > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun
fichier
> ou
> > > > > dossier
> > > > > > > de
> > > > > > > > ce
> > > > > > > > > > > type
> > > > > > > > > > >
> > > > > > > > > > > We've typically been compiling MET using NetCDF
version
> > 3 -
> > > > the
> > > > > > > > > specific
> > > > > > > > > > > version is netcdf-3.6.3.  I know that some of
the
> > versions
> > > of
> > > > > > > netcdf
> > > > > > > > no
> > > > > > > > > > > longer include netcdf.hh, but that file is
necessary
> for
> > > our
> > > > > > code.
> > > > > > > > I'd
> > > > > > > > > > > suggest downloading and compiling NetCDF 3.6.3
locally
> > > using
> > > > > the
> > > > > > > > > > > following steps:
> > > > > > > > > > >
> > > > > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > > > > >
> > > > > > >
> > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > > > > > > >
> > > > > > > > > > > Then run:
> > > > > > > > > > >
> > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > > > > make
> > > > > > > > > > > make install
> > > > > > > > > > >
> > > > > > > > > > > These commands should compile the C and C++
interfaces
> > for
> > > > > NetCDF
> > > > > > > and
> > > > > > > > > > > skip the Fortran interface that MET doesn't use.
It
> will
> > > > > install
> > > > > > > the
> > > > > > > > > > > library in current "netcdf-3.6.3" directory due
to the
> > > > > > > --prefix=`pwd`
> > > > > > > > > > > option.
> > > > > > > > > > >
> > > > > > > > > > > Next, you'll need to edit where you set
MET_NETCDF to
> > point
> > > > to
> > > > > > this
> > > > > > > > new
> > > > > > > > > > > location, source your .bashrc or similiar file,
and
> > rebuild
> > > > > MET.
> > > > > > > > > > >
> > > > > > > > > > > Please let us know if that works well for you.
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Julie
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula
via RT <
> > > > > > > > > met_help at ucar.edu
> > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > >>
> > > > > > > > > > >> <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >
> > > > > > > > > > >>
> > > > > > > > > > >> Hello John,
> > > > > > > > > > >> the error was there is no compilor of C++. so i
> > downloaded
> > > > g++
> > > > > > > > using :
> > > > > > > > > > yum
> > > > > > > > > > >> install gcc-c++.
> > > > > > > > > > >> I didn't understand the bin subdirectory. I
looked to
> > the
> > > > > > met-5.0
> > > > > > > > > > >> directory, i didin't find a subdirectory called
bin.
> But
> > > > files
> > > > > > > cited
> > > > > > > > > in
> > > > > > > > > > >> the
> > > > > > > > > > >> Built executables are located in the output
> > subdirectory.
> > > > > > > > > > >> The compilation of *make install >&
make_install.log
> &*
> > > > > > > > > > >> *tail -f make_install.log   *
> > > > > > > > > > >> * send an error.*
> > > > > > > > > > >> *there is two executables,  *the first is
called
> > > > > configuration1.
> > > > > > > It
> > > > > > > > is
> > > > > > > > > > >> about run of ./
> > > > > > > > > > >> *configure --prefix=`pwd` --enable-grib2
> --enable-modis
> > > > > > > > > > >> --enable-mode_graphics*The second is called
make
> > > > install.log,
> > > > > > > > obtained
> > > > > > > > > > >> after running :
> > > > > > > > > > >> *make install >& make_install.log &*
> > > > > > > > > > >>
> > > > > > > > > > >> *tail -f make_install.log*
> > > > > > > > > > >>
> > > > > > > > > > >> *Thanks,*
> > > > > > > > > > >>
> > > > > > > > > > >> *Khaoula*
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <
> > > > > khaoula.enit at gmail.com
> > > > > > >:
> > > > > > > > > > >>
> > > > > > > > > > >> > Hello John,
> > > > > > > > > > >> > Thank you for your help. it really works.
> > > > > > > > > > >> > I am in the configuration step.
> > > > > > > > > > >> > when executing the command of : ./configure
> > > --prefix=`pwd`
> > > > > > > > > > >> --enable-grib2
> > > > > > > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > > > > > > >> > i found that when cheking for some compilers,
the
> > system
> > > > > > return
> > > > > > > > no.
> > > > > > > > > > >> > for example:
> > > > > > > > > > >> > checking for bison... no
> > > > > > > > > > >> > checking for byacc... no
> > > > > > > > > > >> > checking for g++... no
> > > > > > > > > > >> > checking for c++... no
> > > > > > > > > > >> > checking for gpp... no
> > > > > > > > > > >> > checking for aCC... no
> > > > > > > > > > >> > checking for CC... no
> > > > > > > > > > >> > checking for cxx... no
> > > > > > > > > > >> > checking for cc++... no
> > > > > > > > > > >> > checking for cl.exe... no
> > > > > > > > > > >> > checking for FCC... no
> > > > > > > > > > >> > checking for KCC... no
> > > > > > > > > > >> > checking for RCC... no
> > > > > > > > > > >> > checking for xlC_r... no
> > > > > > > > > > >> > checking for xlC... no
> > > > > > > > > > >> > checking whether the C++ compiler works... no
> > > > > > > > > > >> > IS there any errors?
> > > > > > > > > > >> > you will find the executive file called
> configuration.
> > > > > > > > > > >> > thanks,
> > > > > > > > > > >> > Khaoula
> > > > > > > > > > >> >
> > > > > > > > > > >> >
> > > > > > > > > > >> >
> > > > > > > > > > >> >
> > > > > > > > > > >> >
> > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley Gotway
via
> RT <
> > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > >> >:
> > > > > > > > > > >> >
> > > > > > > > > > >> >> Khaoula,
> > > > > > > > > > >> >>
> > > > > > > > > > >> >> Looks like you have syntax wrong on those
commands.
> > > > Please
> > > > > > try
> > > > > > > > > this:
> > > > > > > > > > >> >>
> > > > > > > > > > >> >> export
> > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > >> >> export
> MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > >> >>
> > > > > > > > > > >> >> Actually since your NetCDF build is
installed in
> the
> > > > > standard
> > > > > > > > way,
> > > > > > > > > > >> this is
> > > > > > > > > > >> >> all you really need to set:
> > > > > > > > > > >> >>
> > > > > > > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-
4.3.3.1
> > > > > > > > > > >> >>
> > > > > > > > > > >> >> And MET assumes that the headers are in the
> "include"
> > > > > > > > subdirectory
> > > > > > > > > > and
> > > > > > > > > > >> the
> > > > > > > > > > >> >> library archive files are in the "lib"
> subdirectory.
> > > > > > > > > > >> >>
> > > > > > > > > > >> >> Thanks,
> > > > > > > > > > >> >> John
> > > > > > > > > > >> >>
> > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki
Khaoula via
> > RT <
> > > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > > >> >> wrote:
> > > > > > > > > > >> >>
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >> > <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >> > Hi John,
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >> > Thank you for your help.
> > > > > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > > > > >> >> > I'm now setting environment variables.
> > > > > > > > > > >> >> > I want to confirm this command if it is
right or
> > no,
> > > > for
> > > > > > > > example,
> > > > > > > > > > if
> > > > > > > > > > >> i
> > > > > > > > > > >> >> set:
> > > > > > > > > > >> >> >
> > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > >> >> >
> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > >> >> > in order to Set *$MET_NETCDF* to point to
the
> main
> > > > > > > > > NetCDFdirectory.
> > > > > > > > > > >> >> > I  use  also the same process to set
others
> > external
> > > > > > > libraries.
> > > > > > > > > > >> >> > I let you know that my shell is bash, so i
can't
> > use
> > > > the
> > > > > > > export
> > > > > > > > > > >> command.
> > > > > > > > > > >> >> > Im wondering if i'm in the right way,
because the
> > > > command
> > > > > > > with
> > > > > > > > > > export
> > > > > > > > > > >> >> > doesn't produce any error to verify if i'm
right
> or
> > > > > wrong.
> > > > > > > > > > >> >> > Thanks,
> > > > > > > > > > >> >> > Khaoula
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley
Gotway via
> > RT
> > > <
> > > > > > > > > > >> met_help at ucar.edu
> > > > > > > > > > >> >> >:
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >> > > Hello Khaoula,
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > Julie is out of town.  My name is John,
and I'd
> > be
> > > > > happy
> > > > > > to
> > > > > > > > > help
> > > > > > > > > > >> >> answer
> > > > > > > > > > >> >> > > your MET questions.
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > I see that you're trying to get up and
running
> > > using
> > > > > MET
> > > > > > to
> > > > > > > > > > verify
> > > > > > > > > > >> WRF
> > > > > > > > > > >> >> > > output.  MET doesn't read WRF output
files
> > > directly,
> > > > > but
> > > > > > > > > requires
> > > > > > > > > > >> that
> > > > > > > > > > >> >> > they
> > > > > > > > > > >> >> > > first be post-processed either with the
WRF-ARW
> > > > pinterp
> > > > > > > > utility
> > > > > > > > > > or
> > > > > > > > > > >> the
> > > > > > > > > > >> >> > > Unified Post-Processor (UPP).  Of the
two, I'd
> > > > strongly
> > > > > > > > > recommend
> > > > > > > > > > >> >> using
> > > > > > > > > > >> >> > UPP
> > > > > > > > > > >> >> > > which creates output in GRIB format that
is
> fully
> > > > > > supported
> > > > > > > > by
> > > > > > > > > > MET.
> > > > > > > > > > >> >> The
> > > > > > > > > > >> >> > > pinterp utility writes it output in
NetCDF but
> we
> > > > only
> > > > > > > > support
> > > > > > > > > > data
> > > > > > > > > > >> >> > defined
> > > > > > > > > > >> >> > > on the non-staggered dimensions.  Since
> velocity
> > > > points
> > > > > > are
> > > > > > > > > > >> staggered
> > > > > > > > > > >> >> in
> > > > > > > > > > >> >> > > WRF, MET can't be used to verifying
winds in
> > > pinterp
> > > > > > > output.
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > Another advantage to using UPP is that
GRIB
> data
> > > can
> > > > be
> > > > > > > > easily
> > > > > > > > > > >> >> regridded
> > > > > > > > > > >> >> > > using the copygb utility.  copygb is
included
> in
> > > the
> > > > > UPP
> > > > > > > > > package.
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > You can download pinterp here:
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >>
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > And you can download UPP here:
> > > > > > > > > > >> >> > >
> > > > > > > http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > Hope that helps.
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > Thanks,
> > > > > > > > > > >> >> > > John Halley Gotway
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki
Khaoula
> > via
> > > > RT <
> > > > > > > > > > >> >> met_help at ucar.edu
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > wrote:
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > > > <URL:
> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > >
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > > > Hi Julie,
> > > > > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > > > > >> >> > > > I downloaded post processor but i
can't find
> > the
> > > > > > WRF-ARW
> > > > > > > > > > p-interp
> > > > > > > > > > >> >> Tool
> > > > > > > > > > >> >> > > when
> > > > > > > > > > >> >> > > > i use the link posted in the tutorial.
> > > > > > > > > > >> >> > > > also,what i don't understand the
utility of
> the
> > > > > copygb
> > > > > > > > > utility
> > > > > > > > > > >> and
> > > > > > > > > > >> >> > from
> > > > > > > > > > >> >> > > > where to get it.
> > > > > > > > > > >> >> > > > i don't know what to do next to
downloading
> and
> > > > > > compiling
> > > > > > > > > > >> required
> > > > > > > > > > >> >> > > > libraries.
> > > > > > > > > > >> >> > > > Thanks,
> > > > > > > > > > >> >> > > > Khaoula
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki
Khaoula <
> > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > >> >:
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > > *When lookig the HDF-EOS library, i
found
> in
> > > the
> > > > > > > website
> > > > > > > > is
> > > > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > > *i tried to unpack it, i didn't find
the
> > right
> > > > > > command
> > > > > > > to
> > > > > > > > > do
> > > > > > > > > > >> it.*
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > > *Is there any command to unpak this
> library.*
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > > *Thanks,*
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie
Prestopnik
> > via
> > > > RT
> > > > > <
> > > > > > > > > > >> >> > met_help at ucar.edu
> > > > > > > > > > >> >> > > >:
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >> The GRIB2 C-Library is used by the
MET
> > library
> > > > > code
> > > > > > to
> > > > > > > > > read
> > > > > > > > > > >> GRIB2
> > > > > > > > > > >> >> > data
> > > > > > > > > > >> >> > > > >> files. The GRIB2 C-Library requires
the
> > > > libraries
> > > > > > > zlib,
> > > > > > > > > > jasper
> > > > > > > > > > >> >> and
> > > > > > > > > > >> >> > png
> > > > > > > > > > >> >> > > > to
> > > > > > > > > > >> >> > > > >> be present on your system. Support
for
> GRIB2
> > > is
> > > > > > > optional
> > > > > > > > > and
> > > > > > > > > > >> can
> > > > > > > > > > >> >> be
> > > > > > > > > > >> >> > > > >> enabled
> > > > > > > > > > >> >> > > > >> with the *--enable-grib2* option
for
> > > configure.
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >> Julie
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM,
Melki
> > Khaoula
> > > > via
> > > > > > RT
> > > > > > > <
> > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > > > > >> >> > > > >> wrote:
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >> > <URL:
> > > > > > > > > > >>
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > > > > >> >> > > > >> > It works.
> > > > > > > > > > >> >> > > > >> > I compile Nectcdf , GNU  and zlib
> > libraries.
> > > > > > > > > > >> >> > > > >> > About GRIB C library, i
downloaded the
> > > library
> > > > > and
> > > > > > > > > > unpacked
> > > > > > > > > > >> >> it.
> > > > > > > > > > >> >> > > > >> > how it can be used by MET?
> > > > > > > > > > >> >> > > > >> > Thanks,
> > > > > > > > > > >> >> > > > >> > khaoula
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00 Julie
> > Prestopnik
> > > > via
> > > > > > RT <
> > > > > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > > > > >> >> > > > >:
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > I'm glad that you were able to
get
> > BUFRLIB
> > > > > > > > installed.
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > You said, "when trying to run
the firs
> > > > command
> > > > > > of
> > > > > > > *
> > > > > > > > > *cd
> > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > > > > >> >> > > > >> > he
> > > > > > > > > > >> >> > > > >> > > wrote me no file or directory"
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > In the tutorial, when we say
"*cd
> > > > > > > /path/to/netcdf*"
> > > > > > > > > you
> > > > > > > > > > >> >> should
> > > > > > > > > > >> >> > > > change
> > > > > > > > > > >> >> > > > >> > > directories to the location
where your
> > > > netcdf
> > > > > > > > > directory
> > > > > > > > > > >> is on
> > > > > > > > > > >> >> > your
> > > > > > > > > > >> >> > > > >> > machine.
> > > > > > > > > > >> >> > > > >> > > For example, if you unpacked
the tar
> > file
> > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > > > > >> >> in
> > > > > > > > > > >> >> > a
> > > > > > > > > > >> >> > > > >> > directory
> > > > > > > > > > >> >> > > > >> > > path of
> > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > > > you
> > > > > > > > > would
> > > > > > > > > > >> run
> > > > > > > > > > >> >> "cd
> > > > > > > > > > >> >> > > > >> > >
> /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > > > > > > > */path/to/netcdf
> > > > > > > > > > >> >> *is a
> > > > > > > > > > >> >> > > > place
> > > > > > > > > > >> >> > > > >> > > holder for the location on your
> machine.
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > You said, "setenv CC
> > /path/to/c/compiler.
> > > It
> > > > > > > doesn't
> > > > > > > > > > >> work.he
> > > > > > > > > > >> >> > said
> > > > > > > > > > >> >> > > > >> command
> > > > > > > > > > >> >> > > > >> > > of setenv doesn't exist.*"
"setenv"
> is
> > > the
> > > > > name
> > > > > > > of
> > > > > > > > > the
> > > > > > > > > > >> >> command
> > > > > > > > > > >> >> > > used
> > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > >> >> > > > >> > set
> > > > > > > > > > >> >> > > > >> > > environment variables in the
*csh
> family
> > > of
> > > > > > > shells.
> > > > > > > > > If
> > > > > > > > > > >> you
> > > > > > > > > > >> >> are
> > > > > > > > > > >> >> > > > using
> > > > > > > > > > >> >> > > > >> a
> > > > > > > > > > >> >> > > > >> > > different shell, however, you
may need
> > to
> > > > use
> > > > > > > > > "export",
> > > > > > > > > > >> >> which is
> > > > > > > > > > >> >> > > the
> > > > > > > > > > >> >> > > > >> name
> > > > > > > > > > >> >> > > > >> > > of the command in the "other"
family
> of
> > > > shells
> > > > > > > (ash,
> > > > > > > > > > >> bourne,
> > > > > > > > > > >> >> > > bourne
> > > > > > > > > > >> >> > > > >> > again,
> > > > > > > > > > >> >> > > > >> > > zsh).  To find out what shell
you are
> > > using,
> > > > > you
> > > > > > > can
> > > > > > > > > run
> > > > > > > > > > >> >> "echo
> > > > > > > > > > >> >> > > > >> $SHELL".
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > If you are using a shell other
than
> the
> > > *csh
> > > > > > > family
> > > > > > > > of
> > > > > > > > > > >> >> shells,
> > > > > > > > > > >> >> > and
> > > > > > > > > > >> >> > > > you
> > > > > > > > > > >> >> > > > >> > need
> > > > > > > > > > >> >> > > > >> > > to use "export", the syntax is
> slightly
> > > > > > different.
> > > > > > > > > > >> Instead
> > > > > > > > > > >> >> of
> > > > > > > > > > >> >> > > > >> running:
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > you would run
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > Please note, it is import that
when
> > using
> > > > the
> > > > > > > export
> > > > > > > > > > >> command
> > > > > > > > > > >> >> > that
> > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > >> >> > > > >> > are
> > > > > > > > > > >> >> > > > >> > > no spaces before or after the
"=".
> > Also,
> > > in
> > > > > > this
> > > > > > > > > case,
> > > > > > > > > > >> >> please
> > > > > > > > > > >> >> > > note
> > > > > > > > > > >> >> > > > >> that
> > > > > > > > > > >> >> > > > >> > > "/path/to/c/compiler" should be
> replaced
> > > > with
> > > > > > the
> > > > > > > > path
> > > > > > > > > > to
> > > > > > > > > > >> >> the c
> > > > > > > > > > >> >> > > > >> compiler
> > > > > > > > > > >> >> > > > >> > on
> > > > > > > > > > >> >> > > > >> > > your machine.  For example. on
my
> > machine,
> > > > gcc
> > > > > > > lives
> > > > > > > > > at
> > > > > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > so if I used setenv, I would
run:
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > but if I used export, I would
run:
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > I hope this helps.  In the
future, if
> > you
> > > > > > > experience
> > > > > > > > > any
> > > > > > > > > > >> >> > problems
> > > > > > > > > > >> >> > > or
> > > > > > > > > > >> >> > > > >> > > errors, it would be helpful if
you
> could
> > > > copy
> > > > > > and
> > > > > > > > > paste
> > > > > > > > > > >> the
> > > > > > > > > > >> >> > > commands
> > > > > > > > > > >> >> > > > >> you
> > > > > > > > > > >> >> > > > >> > > have run along with the errors
they
> > > > produced.
> > > > > > If
> > > > > > > > > often
> > > > > > > > > > >> gives
> > > > > > > > > > >> >> > us a
> > > > > > > > > > >> >> > > > >> > clearer
> > > > > > > > > > >> >> > > > >> > > picture of what has gone wrong.
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > Please let us know if you
experience
> > other
> > > > > > > problems
> > > > > > > > > and
> > > > > > > > > > >> need
> > > > > > > > > > >> >> > help.
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > > > > >> >> > > > >> > > Julie
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44
AM, Melki
> > > > Khaoula
> > > > > > via
> > > > > > > > RT
> > > > > > > > > <
> > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > wrote:
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > > > > >> >>
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *i'm now trying to compile
the
> netcdf
> > > > > > library.*
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *I'm wondering about the
steps
> written
> > > in
> > > > > the
> > > > > > > > > > tutorial:
> > > > > > > > > > >> *
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf setenv CC
> > > > > > > /path/to/c/compiler
> > > > > > > > > > setenv
> > > > > > > > > > >> >> CXX
> > > > > > > > > > >> >> > > > >> > > >    /path/to/c++/compiler
setenv FC
> ''
> > > > setenv
> > > > > > F90
> > > > > > > > ''
> > > > > > > > > > >> >> > ./configure
> > > > > > > > > > >> >> > > > >> > > >
--prefix=/netcdf/install/path
> > > > > > > > --disable-netcdf-4
> > > > > > > > > > make
> > > > > > > > > > >> >> make
> > > > > > > > > > >> >> > > > >> install i
> > > > > > > > > > >> >> > > > >> > > >    installed the netcdf-
4.3.3.1 as a
> > > > > > independent
> > > > > > > > > > >> directory,
> > > > > > > > > > >> >> > but
> > > > > > > > > > >> >> > > > when
> > > > > > > > > > >> >> > > > >> > > > trying to
> > > > > > > > > > >> >> > > > >> > > >    run the firs command of *
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he wrote
me no
> > file
> > > > or
> > > > > > > > > directory.
> > > > > > > > > > >> so i
> > > > > > > > > > >> >> > > > create a
> > > > > > > > > > >> >> > > > >> > file
> > > > > > > > > > >> >> > > > >> > > > called path existed in to
file which
> > are
> > > > > both
> > > > > > > > > included
> > > > > > > > > > >> in
> > > > > > > > > > >> >> > netcdf
> > > > > > > > > > >> >> > > > >> > > directory.
> > > > > > > > > > >> >> > > > >> > > > but when running   setenv CC
> > > > > > > /path/to/c/compiler.
> > > > > > > > It
> > > > > > > > > > >> >> doesn't
> > > > > > > > > > >> >> > > > work.he
> > > > > > > > > > >> >> > > > >> > said
> > > > > > > > > > >> >> > > > >> > > > command of setenv doesn't
exist.*
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *Thank you really for your
help and
> > your
> > > > > Time
> > > > > > > > > Julie.*
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00
Julie
> > > > Prestopnik
> > > > > > via
> > > > > > > > RT <
> > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > >> >> > > > >> > >:
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > We are able to reproduce
the
> > problems
> > > > you
> > > > > > are
> > > > > > > > > > >> >> experiencing
> > > > > > > > > > >> >> > > with
> > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > >> >> > > > >> > > > latest
> > > > > > > > > > >> >> > > > >> > > > > version of BUFRLIB.  We are
> working
> > > on a
> > > > > > > > solution
> > > > > > > > > to
> > > > > > > > > > >> get
> > > > > > > > > > >> >> the
> > > > > > > > > > >> >> > > > >> > > compilation
> > > > > > > > > > >> >> > > > >> > > > > working.
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > In the meantime, I have
uploaded
> the
> > > > > > previous
> > > > > > > > > > version
> > > > > > > > > > >> of
> > > > > > > > > > >> >> > > BUFRLIB
> > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > >> >> > > > >> > our
> > > > > > > > > > >> >> > > > >> > > > ftp
> > > > > > > > > > >> >> > > > >> > > > > site so that you can make
some
> > > progress
> > > > > and
> > > > > > > > start
> > > > > > > > > > >> working
> > > > > > > > > > >> >> > with
> > > > > > > > > > >> >> > > > >> MET.
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > Please execute the
following
> > commands.
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > *Make a new directory to
contain
> the
> > > > > BUFRLIB
> > > > > > > > code
> > > > > > > > > > >> (e.g.
> > > > > > > > > > >> >> > mkdir
> > > > > > > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > > > > > > >> >> > > > >> > > > > *Change directories to that
new
> > > > directory
> > > > > > > (e.g.
> > > > > > > > > cd *
> > > > > > > > > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >>
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > >> >> > > > >> > > > > <
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >>
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > >> >> > > > >> > > > > >*
> > > > > > > > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-
3.tar*
> > > > > > > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > > > > > > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE
> > > > > > > -fno-second-underscore
> > > > > > > > > *.f
> > > > > > > > > > >> *.F*
> > > > > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > You should get a successful
> > > compilation
> > > > > with
> > > > > > > > this
> > > > > > > > > > >> older
> > > > > > > > > > >> >> > > version
> > > > > > > > > > >> >> > > > of
> > > > > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please let us
know how
> it
> > > > goes.
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at
4:18 AM,
> > Melki
> > > > > > Khaoula
> > > > > > > > via
> > > > > > > > > > RT
> > > > > > > > > > >> <
> > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > > > > >> >> > >
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > > > > >> >> > > > >> > > > > > Happy with your email.
> > > > > > > > > > >> >> > > > >> > > > > > It is really motivating
to
> receive
> > > > your
> > > > > > help
> > > > > > > > in
> > > > > > > > > > >> >> compiling
> > > > > > > > > > >> >> > > MET
> > > > > > > > > > >> >> > > > >> > model.
> > > > > > > > > > >> >> > > > >> > > > > > You find  two terminal
> containing
> > > > errors
> > > > > > of
> > > > > > > > > runing
> > > > > > > > > > >> gcc
> > > > > > > > > > >> >> and
> > > > > > > > > > >> >> > > > >> gfortran
> > > > > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24
GMT+02:00 Julie
> > > > > > Prestopnik
> > > > > > > > via
> > > > > > > > > > RT <
> > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > >> >> > > > >> > > > >:
> > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I don't
believe
> that
> > > you
> > > > > > should
> > > > > > > > > have
> > > > > > > > > > to
> > > > > > > > > > >> >> > > reinstall
> > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > >> >> > > > >> > > > > > > compilers.  That is
likely not
> > the
> > > > > > > problem.
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > You said that you
received an
> > > error
> > > > > > > message
> > > > > > > > > when
> > > > > > > > > > >> >> running
> > > > > > > > > > >> >> > > the
> > > > > > > > > > >> >> > > > >> > > > following:
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE *.c
> > > > > > > > > > >> >> > > > >> > > > > > > gfortran -c
-DUNDERSCORE
> > > > > > > > > -fno-second-underscore
> > > > > > > > > > >> *.f
> > > > > > > > > > >> >> *.F
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > Could you please send
the full
> > > error
> > > > > > that
> > > > > > > > you
> > > > > > > > > > >> >> received?
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015 at
2:15
> AM,
> > > > Melki
> > > > > > > > Khaoula
> > > > > > > > > > via
> > > > > > > > > > >> >> RT <
> > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > > > > >> >> > > > >>
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > Thanks for your
email.
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > In trying the command
> whereis
> > > gcc
> > > > > and
> > > > > > > > > whereis
> > > > > > > > > > >> >> > gfortran,
> > > > > > > > > > >> >> > > > >> this is
> > > > > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
BUFRLIB]#
> > > > whereis
> > > > > > > > gfortran
> > > > > > > > > > >> >> > > > >> > > > > > > > gfortran:
/usr/bin/gfortran
> > > > > > > > > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
BUFRLIB]#
> > > > whereis
> > > > > > gcc
> > > > > > > > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc
> /usr/lib/gcc
> > > > > > > > > > /usr/libexec/gcc
> > > > > > > > > > >> >> > > > >> > > > > > > >
/usr/share/man/man1/gcc.1.gz
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > So i go to try the
command
> of
> > > *gcc
> > > > > -c
> > > > > > > > > > >> -DUNDERSCORE
> > > > > > > > > > >> >> *.c
> > > > > > > > > > >> >> > > > and *
> > > > > > > > > > >> >> > > > >> > > > > > > > *gfortran -c
-DUNDERSCORE
> > > > > > > > > > -fno-second-underscore
> > > > > > > > > > >> >> *.f
> > > > > > > > > > >> >> > > *.F *
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > *Linux return me a
message
> of
> > > > > error.*
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > *So i tried to
reinstall gcc
> > > > > compiler
> > > > > > > > using
> > > > > > > > > > yum
> > > > > > > > > > >> >> > install
> > > > > > > > > > >> >> > > > >> gcc, i
> > > > > > > > > > >> >> > > > >> > > > found
> > > > > > > > > > >> >> > > > >> > > > > > that
> > > > > > > > > > >> >> > > > >> > > > > > > > the last pack of gcc
was
> > > > installed.
> > > > > > But
> > > > > > > > when
> > > > > > > > > > >> >> > > reinstalling
> > > > > > > > > > >> >> > > > >> > > gfortran
> > > > > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > > > > >> >> > > > >> > > > > > > > using yum install
gfortran,
> i
> > > > found
> > > > > an
> > > > > > > > > message
> > > > > > > > > > >> >> telling
> > > > > > > > > > >> >> > > me
> > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > >> >> > > > >> > > is
> > > > > > > > > > >> >> > > > >> > > > no
> > > > > > > > > > >> >> > > > >> > > > > > > > gfortran pack to
install. *
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > *I don't know what to
do.*
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > *Thank you for your
time and
> > > your
> > > > > > > > > cooperation*
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49
GMT+02:00
> > Julie
> > > > > > > > Prestopnik
> > > > > > > > > > via
> > > > > > > > > > >> RT
> > > > > > > > > > >> >> <
> > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank
you for
> > > trying
> > > > to
> > > > > > use
> > > > > > > > the
> > > > > > > > > > MET
> > > > > > > > > > >> >> > > software.
> > > > > > > > > > >> >> > > > >> I'm
> > > > > > > > > > >> >> > > > >> > > not
> > > > > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > > > > >> >> > > > >> > > > > > > > > understand what you
are
> > > asking.
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > You mentioned that
you
> want
> > to
> > > > > > compile
> > > > > > > > > > >> BUFRLIB.
> > > > > > > > > > >> >> As
> > > > > > > > > > >> >> > is
> > > > > > > > > > >> >> > > > >> > > explained
> > > > > > > > > > >> >> > > > >> > > > on
> > > > > > > > > > >> >> > > > >> > > > > > the
> > > > > > > > > > >> >> > > > >> > > > > > > > > following page of
the MET
> > > Online
> > > > > > > > Tutorial
> > > > > > > > > > for
> > > > > > > > > > >> >> > METv5.0:
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >>
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > you can use the GNU
gcc
> and
> > > > > gfortran
> > > > > > > > > > >> compilers,
> > > > > > > > > > >> >> the
> > > > > > > > > > >> >> > > PGI
> > > > > > > > > > >> >> > > > >> pgcc
> > > > > > > > > > >> >> > > > >> > > and
> > > > > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > > > > >> >> > > > >> > > > > > > > > compilers, or the
Intel
> icc
> > > and
> > > > > > ifort
> > > > > > > > > > >> compilers.
> > > > > > > > > > >> >> > You
> > > > > > > > > > >> >> > > > are
> > > > > > > > > > >> >> > > > >> > > welcome
> > > > > > > > > > >> >> > > > >> > > > > to
> > > > > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > > > > >> >> > > > >> > > > > > > > > gcc and gfortran
(GNU) if
> > you
> > > > > would
> > > > > > > like
> > > > > > > > > to.
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > Most LINUX
distributions
> > come
> > > > with
> > > > > > the
> > > > > > > > > > >> compilers.
> > > > > > > > > > >> >> > To
> > > > > > > > > > >> >> > > > find
> > > > > > > > > > >> >> > > > >> > gcc
> > > > > > > > > > >> >> > > > >> > > > and
> > > > > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > > > > >> >> > > > >> > > > > > > > > on your machine,
you can
> run
> > > the
> > > > > > > > following
> > > > > > > > > > >> >> commands:
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > > > > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > Here are the
results I get
> > > after
> > > > > > > running
> > > > > > > > > > those
> > > > > > > > > > >> >> two
> > > > > > > > > > >> >> > > > >> commands:
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > gfortran:
> /usr/bin/gfortran
> > > > > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc
> > /usr/lib/gcc
> > > > > > > > > > >> /usr/bin/X11/gcc
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > I hope that helps.
Please
> > let
> > > > me
> > > > > > know
> > > > > > > > if
> > > > > > > > > I
> > > > > > > > > > >> have
> > > > > > > > > > >> >> not
> > > > > > > > > > >> >> > > > >> answered
> > > > > > > > > > >> >> > > > >> > > > your
> > > > > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > > > > >> >> > > > >> > > > > > > > > and if this solves
the
> > problem
> > > > for
> > > > > > > you.
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15,
2015 at
> 5:40
> > > AM,
> > > > > > Melki
> > > > > > > > > > Khaoula
> > > > > > > > > > >> >> via
> > > > > > > > > > >> >> > RT
> > > > > > > > > > >> >> > > <
> > > > > > > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15
05:40:22
> 2015:
> > > > > Request
> > > > > > > > 72309
> > > > > > > > > > was
> > > > > > > > > > >> >> acted
> > > > > > > > > > >> >> > > > upon.
> > > > > > > > > > >> >> > > > >> > > > > > > > > > Transaction:
Ticket
> > created
> > > by
> > > > > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > > > > >> >> > > > >> > > > > > > > > >        Queue:
met_help
> > > > > > > > > > >> >> > > > >> > > > > > > > > >      Subject: (No
> subject
> > > > given)
> > > > > > > > > > >> >> > > > >> > > > > > > > > >        Owner:
Nobody
> > > > > > > > > > >> >> > > > >> > > > > > > > > >   Requestors:
> > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > >> >> > > > >> > > > > > > > > >       Status: new
> > > > > > > > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >>
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > > > > > > > >> >> > > > >> > > > > > > > > > i4m traynig to
use MET
> > > model.
> > > > > > > > > > >> >> > > > >> > > > > > > > > > About compilation
of
> > > BUFRLIB,
> > > > i
> > > > > > need
> > > > > > > > gcc
> > > > > > > > > > and
> > > > > > > > > > >> >> > > gfortran
> > > > > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > > > > >> >> > > > >> > > > > > > > > > Do i need to
install
> > fortran
> > > > > and C
> > > > > > > > > > software
> > > > > > > > > > >> for
> > > > > > > > > > >> >> > > LINUX
> > > > > > > > > > >> >> > > > >> > before
> > > > > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > > > > >> >> > > > >> > > > > > > > > > their compilers?
> > > > > > > > > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > > > > > > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > > > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > > > > > > > > >> >> > > > >> > > > > > > > > National Center for
> > > Atmospheric
> > > > > > > Research
> > > > > > > > > > >> >> > > > >> > > > > > > > > Research
Applications
> > > Laboratory
> > > > > > > > > > >> >> > > > >> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > >> >> > > > >> > > > > > > > > Email:
jpresto at ucar.edu
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > > > > > > >> >> > > > >> > > > > > > National Center for
> Atmospheric
> > > > > Research
> > > > > > > > > > >> >> > > > >> > > > > > > Research Applications
> Laboratory
> > > > > > > > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > > > > > > > >> >> > > > >> > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > > --
> > > > > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > > > > >> >> > > > >> > > > > National Center for
Atmospheric
> > > Research
> > > > > > > > > > >> >> > > > >> > > > > Research Applications
Laboratory
> > > > > > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > > > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > > --
> > > > > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > > > > >> >> > > > >> > > National Center for Atmospheric
> Research
> > > > > > > > > > >> >> > > > >> > > Research Applications
Laboratory
> > > > > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >> --
> > > > > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > > > > >> >> > > > >> National Center for Atmospheric
Research
> > > > > > > > > > >> >> > > > >> Research Applications Laboratory
> > > > > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >> >> > > > >
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > > >
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> > >
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >> >
> > > > > > > > > > >> >>
> > > > > > > > > > >> >>
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Julie Prestopnik
> > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Tue Aug 04 04:13:50 2015

Hi Julie,
Thank you for your help.
i could install libpng library.
But there is another problem.  When executing *make install >&
make_install.log &*

*tail -f make_install.log.*

*threr is an error in  file make_install.log that there is no file
named
grib2.h.*
*there is the make _install.log.*

*Thanks *

*Khaoula *

2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.
>
> While I saw that you have a "include", "lib", and "share"
subdirectories
> under /usr/bin/zlib, I could not see the contents of those
directories.
>
> Could you please verify that you have the files "zlib.h" and
"zconf.h" in
> the "include" subdirectory?  Could you also please verify that you
have
> "libz.a" and other "libz.so" files in the "lib" subdirectory?
>
> Assuming those files are in place, it looks like you got a
successful
> installation of zlib, but libpng couldn't find zlib.
>
> Try recompiling libpng as follows,
>   *replacing "/path/to/libpng/install/**directory" with the path
where you
> would like to install libpng*:
>
>   cd /root/Bureau/libpng-1.2.34
>   make clean
>   export LDFLAGS="-L/usr/bin/zlib/lib/"
>   export CPPFLAGS="-I/usr/bin/zlib/include/"
>   ./configure --prefix=/path/to/libpng/install/directory
>   make
>   make install
>
> That should do the trick.  With those environment variables, you're
telling
> it where to find the zlib header and object files.  Give that a try
and let
> me know if you're able to compile libpng successfully.
>
> Thanks,
> Julie
>
>
>
> On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi Julie,
> > No i didn't get a successful install of libpng because the first
problem
> > was installation of zlib.
> > you find a script joint to this email of running ls -l
usr/bin/zlib.
> > Thanks,
> > Khaoula MELKI
> >
> >
> > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Khaoula.
> > >
> > > Instead of running "ls -l zlib-1.2.8" to show me the contents of
the
> > > package, could you please run "ls -l /usr/bin/zlib" so I can see
how
> the
> > > package was installed?
> > >
> > > Also, were you able to get a successful install of libpng after
setting
> > the
> > > environment variables LDFLAGS and CPPFLAGS?
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hi Julie,
> > > >
> > > > there is a terminal containing results of ls -l zlib-1.2.8
> > > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
> > > > i uses the command whereis zlib:
> > > >  it returns : usr/bin/zlib
> > > > Thanks,
> > > > Khaoula
> > > >
> > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Hi Khaoula.
> > > > >
> > > > > I see in your configure log the error:
> > > > >
> > > > > configure: error: zlib not installed
> > > > >
> > > > > Were you able to get a successful install of zlib?  If so,
could
> you
> > > > please
> > > > > tell me where it is installed and run "ls -l" in that
directory so
> I
> > > can
> > > > > see its contents? And, if you were able to get a successful
install
> > of
> > > > > zlib, were you able to get a successful install of libpng?
> > > > >
> > > > > Once you get a successful install of zlib, png, jasper, and
the
> > GRIB2-C
> > > > > Library, we can revisit running the configure script.
> > > > >
> > > > > NCEP's GRIB2 C-Library is an optional package for MET.  If
you do
> not
> > > > need
> > > > > GRIB2 support, you do not need to install the library.  I
just
> wanted
> > > to
> > > > > make sure you knew that in case you didn't need GRIB2
support.  If
> > you
> > > do
> > > > > need it, we'll keep working at it and try to get it working
for you
> > > soon.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > >
> > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > > >
> > > > > > Hi Julie,
> > > > > > the same problem appear again.
> > > > > > you find a file joined to this e-mail.
> > > > > > thanks,
> > > > > > Khaoula
> > > > > >
> > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > > >
> > > > > > > Hi Khaoula.
> > > > > > >
> > > > > > > I see that you tried to install zlib, but have a
question about
> > the
> > > > > > install
> > > > > > > path.
> > > > > > >
> > > > > > > You can install zlib where ever you would like, either
in
> > > /zlib-1.2.8
> > > > > > > or /usr/local/bin
> > > > > > > (assuming you have root access) or somewhere else
entirely.
> So,
> > it
> > > > > > sounds
> > > > > > > like you followed these generic instructions:
> > > > > > >
> > > > > > > cd /path/to/zlib
> > > > > > > ./configure --prefix=/zlib/install/path
> > > > > > > make test
> > > > > > > make install
> > > > > > >
> > > > > > > replacing /path/to/zlib with /root/Bureau/zlib-1.2.8 and
> > replacing
> > > > > > > /zlib/install/path
> > > > > > > with /zlib-1.2.8 as follows:
> > > > > > >
> > > > > > > cd /root/Bureau/zlib-1.2.8
> > > > > > > ./configure --prefix=/zlib-1.2.8
> > > > > > > make test
> > > > > > > make install
> > > > > > >
> > > > > > > It sounds like you got a successful installation of
zlib, but
> > > libpng
> > > > > > > couldn't find zlib.
> > > > > > >
> > > > > > > Try recompiling libpng as follows,
> > > > > > >   replacing "/path/to/libz.a/directory" with the path to
libz.a
> > > > (leave
> > > > > > the
> > > > > > > -L in place in the example below)
> > > > > > >   replacing "/path/to/zlib.h/directory" with the path to
zlib.h
> > > > (leave
> > > > > > the
> > > > > > > -I in place in the example below)
> > > > > > >   and replacing "/path/to/libpng/install/directory" with
the
> path
> > > > where
> > > > > > you
> > > > > > > would like to install libpng:
> > > > > > >
> > > > > > >   cd /root/Bureau/libpng-1.2.34
> > > > > > >   make clean
> > > > > > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > > > > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > > > >   ./configure --prefix=/path/to/libpng/install/directory
> > > > > > >   make
> > > > > > >   make install
> > > > > > >
> > > > > > > That should do the trick.  With those environment
variables,
> > you're
> > > > > > telling
> > > > > > > it where to find the zlib header and object files.  Give
that a
> > try
> > > > and
> > > > > > let
> > > > > > > me know if you're able to compile libpng successfully.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Julie
> > > > > > >
> > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > > > > >
> > > > > > > > Hi Julie,
> > > > > > > > Grib2 needs jasper, png and zlib libraries to install.
> > > > > > > > in installing zlib library,i i used  these commands:
> > > > > > > > *cd /path/to/zlib*
> > > > > > > > *./configure --prefix=/zlib/install/path*
> > > > > > > > *make test*
> > > > > > > >
> > > > > > > > *make install*
> > > > > > > >
> > > > > > > > *for my sysytem, path/to/zlib is root/Bureau/zlib-
1.2.8.*
> > > > > > > >
> > > > > > > > *about prefix=zlib/install/path. zlib/install/path is
the
> > > directory
> > > > > > > where i
> > > > > > > > put zlib installation, prefix=/zlib-1.2.8 or it is
> > usr/local/bin
> > > in
> > > > > > order
> > > > > > > > to be installed in the system.*
> > > > > > > >
> > > > > > > > *i found a problem when installing libpng library. i
used
> thses
> > > > > > > commands:*
> > > > > > > >
> > > > > > > > *cd libpng-1.2.34*
> > > > > > > >
> > > > > > > > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> > > > > > > >
> > > > > > > > *make *
> > > > > > > >
> > > > > > > > *make install*
> > > > > > > >
> > > > > > > > *But when using configure, an error occur informing me
that
> > zlib
> > > > > isn't
> > > > > > > > installed.*
> > > > > > > >
> > > > > > > > *So, i was wondering about path to install. It is in
the
> > > directory
> > > > of
> > > > > > > > library or in the system unix(usr/local/bin)*
> > > > > > > > *Thanks,*
> > > > > > > >
> > > > > > > > *khaoula melki*
> > > > > > > >
> > > > > > > >
> > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT <
> > > > > met_help at ucar.edu
> > > > > > >:
> > > > > > > >
> > > > > > > > > Hi Khaoula.
> > > > > > > > >
> > > > > > > > > There will not be a bin subdirectory when you unpack
> met-5.0,
> > > but
> > > > > > there
> > > > > > > > > should be upon a successful installation of the MET
tools.
> > > > Looking
> > > > > > at
> > > > > > > > your
> > > > > > > > > make_install.log file I see that there is a problem
finding
> > > > > grib2.h:
> > > > > > > > >
> > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun
fichier ou
> > > dossier
> > > > de
> > > > > > ce
> > > > > > > > type
> > > > > > > > >
> > > > > > > > > NCEP's GRIB2C library is used by the MET library
code to
> read
> > > > GRIB2
> > > > > > > data
> > > > > > > > > files.  If you do not need GRIB2 capability, you can
simply
> > > skip
> > > > > this
> > > > > > > > part
> > > > > > > > > of the installation by removing "--enable-grib2"
from your
> > list
> > > > of
> > > > > > > > options
> > > > > > > > > to "./configure".  If you do need GRIB2 capability
and the
> > > grib2c
> > > > > > > library
> > > > > > > > > is not already on your system, you will need to
download
> and
> > > > unpack
> > > > > > the
> > > > > > > > > grib2c tarball (
> > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > > and
> > > > > > > refer
> > > > > > > > > to
> > > > > > > > > the README file. Once built, MET expects the GRIB2
> C-Library
> > to
> > > > be
> > > > > > > named
> > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library *requires the
libraries
> > > zlib,
> > > > > > jasper
> > > > > > > > and
> > > > > > > > > png* to be present on your system and those packages
are
> all
> > > > > > available
> > > > > > > in
> > > > > > > > > the link above. When configuring the MET build after
> > > installation
> > > > > of
> > > > > > > the
> > > > > > > > > necessary libraries (or if grib2c, zlib, jasper, and
png
> are
> > > > > already
> > > > > > on
> > > > > > > > > your system), set the *MET_GRIB2C* (or
*MET_GRIB2CINC* and
> > > > > > > > *MET_GRIB2CLIB*)
> > > > > > > > > environment variables to indicate the location of
this
> > library.
> > > > > > > > >
> > > > > > > > > Please let us know if you have any questions.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via RT
<
> > > > > > > met_help at ucar.edu>
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > > > > > > >
> > > > > > > > > > Hi Julie,
> > > > > > > > > > thank you for your response.
> > > > > > > > > > it rebuilt nectd.
> > > > > > > > > > my problem now is the bin subdirectory.
> > > > > > > > > > when unpacking met-5.0, thre is no subdirectory
called
> bin.
> > > > > > > > > >
> > > > > > > > > > Also, after setting environment variables, i used
the
> > > > > configuration
> > > > > > > > > script
> > > > > > > > > > with: ./configure --prefix=`pwd` --enable-grib2
> > > --enable-modis
> > > > > > > > > > --enable-mode_graphics
> > > > > > > > > > there is no bin subdirectory  built or recreated.
> > > > > > > > > > Thanks,
> > > > > > > > > > Khaoula
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via RT
<
> > > > > > > met_help at ucar.edu
> > > > > > > > >:
> > > > > > > > > >
> > > > > > > > > > > Taking another look at this, I do not see a "-I"
entry
> > for
> > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I believe
you have
> > > > > > MET_NETCDF
> > > > > > > > set
> > > > > > > > > > to.
> > > > > > > > > > >
> > > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> > > > -I../../../src/basic/vx_cal
> > > > > > > > > > > -I../../../src/basic/vx_config
> > -I../../../src/basic/vx_log
> > > > > > > > > > > -I../../../src/basic/vx_math
> -I../../../src/basic/vx_util
> > > > > > > > > > > -I../../../src/libcode/vx_afm
> > > > > > > -I../../../src/libcode/vx_analysis_util
> > > > > > > > > > > -I../../../src/libcode/vx_color
> > > > > -I../../../src/libcode/vx_data2d
> > > > > > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > > > > > -I../../../src/libcode/vx_geodesy
> > > > > > -I../../../src/libcode/vx_gnomon
> > > > > > > > > > > -I../../../src/libcode/vx_grid
> > > > > -I../../../src/libcode/vx_gsl_prob
> > > > > > > > > > > -I../../../src/libcode/vx_nav
> > > > -I../../../src/libcode/vx_nc_util
> > > > > > > > > > > -I../../../src/libcode/vx_pb_util
> > > > > > > -I../../../src/libcode/vx_plot_util
> > > > > > > > > > > -I../../../src/libcode/vx_ps
> > -I../../../src/libcode/vx_pxm
> > > > > > > > > > > -I../../../src/libcode/vx_render
> > > > > > > -I../../../src/libcode/vx_shapedata
> > > > > > > > > > > -I../../../src/libcode/vx_statistics
> > > > > > > > -I../../../src/libcode/vx_stat_out
> > > > > > > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4
-DWITH_GRIB2
> > > > > > > > > > > -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
-g -MT
> > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
'./'`nc_var_info.cc
> > > > > > > > > > > Dans le fichier inclus à partir de
nc_var_info.cc:24:
> > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun
fichier
> ou
> > > > > dossier
> > > > > > > de
> > > > > > > > ce
> > > > > > > > > > > type
> > > > > > > > > > >
> > > > > > > > > > > You could check the include area for
> > > > > /root/Bureau/netcdf-4.3.3.1
> > > > > > to
> > > > > > > > see
> > > > > > > > > > if
> > > > > > > > > > > there is a netcdf.hh file.  If there is, you'll
need to
> > > make
> > > > > sure
> > > > > > > > that
> > > > > > > > > > met
> > > > > > > > > > > can find it by making sure the MET_NETCDF is set
> > correctly,
> > > > > then
> > > > > > > > source
> > > > > > > > > > > your .bashrc or similar file, reconfigure, and
rebuild
> > MET,
> > > > > > > > otherwise,
> > > > > > > > > if
> > > > > > > > > > > it is not there, I would suggest following the
> > instructions
> > > > in
> > > > > my
> > > > > > > > most
> > > > > > > > > > > recent previous email.
> > > > > > > > > > >
> > > > > > > > > > > Please let us know how it works out.
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Julie
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie Prestopnik
<
> > > > > > jpresto at ucar.edu
> > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > > Hi Khaoula.  I apologize for the delayed
response.  I
> > was
> > > > out
> > > > > > of
> > > > > > > > > town.
> > > > > > > > > > > >
> > > > > > > > > > > > I believe that I see in your make_install.log
that
> > there
> > > > is a
> > > > > > > > problem
> > > > > > > > > > > > finding netcdf.hh:
> > > > > > > > > > > >
> > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun
> fichier
> > ou
> > > > > > dossier
> > > > > > > > de
> > > > > > > > > ce
> > > > > > > > > > > > type
> > > > > > > > > > > >
> > > > > > > > > > > > We've typically been compiling MET using
NetCDF
> version
> > > 3 -
> > > > > the
> > > > > > > > > > specific
> > > > > > > > > > > > version is netcdf-3.6.3.  I know that some of
the
> > > versions
> > > > of
> > > > > > > > netcdf
> > > > > > > > > no
> > > > > > > > > > > > longer include netcdf.hh, but that file is
necessary
> > for
> > > > our
> > > > > > > code.
> > > > > > > > > I'd
> > > > > > > > > > > > suggest downloading and compiling NetCDF 3.6.3
> locally
> > > > using
> > > > > > the
> > > > > > > > > > > > following steps:
> > > > > > > > > > > >
> > > > > > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > > > > > >
> > > > > > > >
> > > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > > > > > > > >
> > > > > > > > > > > > Then run:
> > > > > > > > > > > >
> > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > > > > > make
> > > > > > > > > > > > make install
> > > > > > > > > > > >
> > > > > > > > > > > > These commands should compile the C and C++
> interfaces
> > > for
> > > > > > NetCDF
> > > > > > > > and
> > > > > > > > > > > > skip the Fortran interface that MET doesn't
use.  It
> > will
> > > > > > install
> > > > > > > > the
> > > > > > > > > > > > library in current "netcdf-3.6.3" directory
due to
> the
> > > > > > > > --prefix=`pwd`
> > > > > > > > > > > > option.
> > > > > > > > > > > >
> > > > > > > > > > > > Next, you'll need to edit where you set
MET_NETCDF to
> > > point
> > > > > to
> > > > > > > this
> > > > > > > > > new
> > > > > > > > > > > > location, source your .bashrc or similiar
file, and
> > > rebuild
> > > > > > MET.
> > > > > > > > > > > >
> > > > > > > > > > > > Please let us know if that works well for you.
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Julie
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki Khaoula
via
> RT <
> > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > >
> > > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > >>
> > > > > > > > > > > >> <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >
> > > > > > > > > > > >>
> > > > > > > > > > > >> Hello John,
> > > > > > > > > > > >> the error was there is no compilor of C++. so
i
> > > downloaded
> > > > > g++
> > > > > > > > > using :
> > > > > > > > > > > yum
> > > > > > > > > > > >> install gcc-c++.
> > > > > > > > > > > >> I didn't understand the bin subdirectory. I
looked
> to
> > > the
> > > > > > > met-5.0
> > > > > > > > > > > >> directory, i didin't find a subdirectory
called bin.
> > But
> > > > > files
> > > > > > > > cited
> > > > > > > > > > in
> > > > > > > > > > > >> the
> > > > > > > > > > > >> Built executables are located in the output
> > > subdirectory.
> > > > > > > > > > > >> The compilation of *make install >&
make_install.log
> > &*
> > > > > > > > > > > >> *tail -f make_install.log   *
> > > > > > > > > > > >> * send an error.*
> > > > > > > > > > > >> *there is two executables,  *the first is
called
> > > > > > configuration1.
> > > > > > > > It
> > > > > > > > > is
> > > > > > > > > > > >> about run of ./
> > > > > > > > > > > >> *configure --prefix=`pwd` --enable-grib2
> > --enable-modis
> > > > > > > > > > > >> --enable-mode_graphics*The second is called
make
> > > > > install.log,
> > > > > > > > > obtained
> > > > > > > > > > > >> after running :
> > > > > > > > > > > >> *make install >& make_install.log &*
> > > > > > > > > > > >>
> > > > > > > > > > > >> *tail -f make_install.log*
> > > > > > > > > > > >>
> > > > > > > > > > > >> *Thanks,*
> > > > > > > > > > > >>
> > > > > > > > > > > >> *Khaoula*
> > > > > > > > > > > >>
> > > > > > > > > > > >>
> > > > > > > > > > > >>
> > > > > > > > > > > >>
> > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <
> > > > > > khaoula.enit at gmail.com
> > > > > > > >:
> > > > > > > > > > > >>
> > > > > > > > > > > >> > Hello John,
> > > > > > > > > > > >> > Thank you for your help. it really works.
> > > > > > > > > > > >> > I am in the configuration step.
> > > > > > > > > > > >> > when executing the command of : ./configure
> > > > --prefix=`pwd`
> > > > > > > > > > > >> --enable-grib2
> > > > > > > > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > > > > > > > >> > i found that when cheking for some
compilers, the
> > > system
> > > > > > > return
> > > > > > > > > no.
> > > > > > > > > > > >> > for example:
> > > > > > > > > > > >> > checking for bison... no
> > > > > > > > > > > >> > checking for byacc... no
> > > > > > > > > > > >> > checking for g++... no
> > > > > > > > > > > >> > checking for c++... no
> > > > > > > > > > > >> > checking for gpp... no
> > > > > > > > > > > >> > checking for aCC... no
> > > > > > > > > > > >> > checking for CC... no
> > > > > > > > > > > >> > checking for cxx... no
> > > > > > > > > > > >> > checking for cc++... no
> > > > > > > > > > > >> > checking for cl.exe... no
> > > > > > > > > > > >> > checking for FCC... no
> > > > > > > > > > > >> > checking for KCC... no
> > > > > > > > > > > >> > checking for RCC... no
> > > > > > > > > > > >> > checking for xlC_r... no
> > > > > > > > > > > >> > checking for xlC... no
> > > > > > > > > > > >> > checking whether the C++ compiler works...
no
> > > > > > > > > > > >> > IS there any errors?
> > > > > > > > > > > >> > you will find the executive file called
> > configuration.
> > > > > > > > > > > >> > thanks,
> > > > > > > > > > > >> > Khaoula
> > > > > > > > > > > >> >
> > > > > > > > > > > >> >
> > > > > > > > > > > >> >
> > > > > > > > > > > >> >
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley
Gotway via
> > RT <
> > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > >> >:
> > > > > > > > > > > >> >
> > > > > > > > > > > >> >> Khaoula,
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> Looks like you have syntax wrong on those
> commands.
> > > > > Please
> > > > > > > try
> > > > > > > > > > this:
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> export
> > > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > > >> >> export
> > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> Actually since your NetCDF build is
installed in
> > the
> > > > > > standard
> > > > > > > > > way,
> > > > > > > > > > > >> this is
> > > > > > > > > > > >> >> all you really need to set:
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-
4.3.3.1
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> And MET assumes that the headers are in
the
> > "include"
> > > > > > > > > subdirectory
> > > > > > > > > > > and
> > > > > > > > > > > >> the
> > > > > > > > > > > >> >> library archive files are in the "lib"
> > subdirectory.
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> Thanks,
> > > > > > > > > > > >> >> John
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki
Khaoula
> via
> > > RT <
> > > > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > > > >> >> wrote:
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> > <URL:
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> > Hi John,
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> > Thank you for your help.
> > > > > > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > > > > > >> >> > I'm now setting environment variables.
> > > > > > > > > > > >> >> > I want to confirm this command if it is
right
> or
> > > no,
> > > > > for
> > > > > > > > > example,
> > > > > > > > > > > if
> > > > > > > > > > > >> i
> > > > > > > > > > > >> >> set:
> > > > > > > > > > > >> >> >
> > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > > >> >> >
> > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > >> >> > in order to Set *$MET_NETCDF* to point
to the
> > main
> > > > > > > > > > NetCDFdirectory.
> > > > > > > > > > > >> >> > I  use  also the same process to set
others
> > > external
> > > > > > > > libraries.
> > > > > > > > > > > >> >> > I let you know that my shell is bash, so
i
> can't
> > > use
> > > > > the
> > > > > > > > export
> > > > > > > > > > > >> command.
> > > > > > > > > > > >> >> > Im wondering if i'm in the right way,
because
> the
> > > > > command
> > > > > > > > with
> > > > > > > > > > > export
> > > > > > > > > > > >> >> > doesn't produce any error to verify if
i'm
> right
> > or
> > > > > > wrong.
> > > > > > > > > > > >> >> > Thanks,
> > > > > > > > > > > >> >> > Khaoula
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley
Gotway
> via
> > > RT
> > > > <
> > > > > > > > > > > >> met_help at ucar.edu
> > > > > > > > > > > >> >> >:
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> > > Hello Khaoula,
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > Julie is out of town.  My name is
John, and
> I'd
> > > be
> > > > > > happy
> > > > > > > to
> > > > > > > > > > help
> > > > > > > > > > > >> >> answer
> > > > > > > > > > > >> >> > > your MET questions.
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > I see that you're trying to get up and
> running
> > > > using
> > > > > > MET
> > > > > > > to
> > > > > > > > > > > verify
> > > > > > > > > > > >> WRF
> > > > > > > > > > > >> >> > > output.  MET doesn't read WRF output
files
> > > > directly,
> > > > > > but
> > > > > > > > > > requires
> > > > > > > > > > > >> that
> > > > > > > > > > > >> >> > they
> > > > > > > > > > > >> >> > > first be post-processed either with
the
> WRF-ARW
> > > > > pinterp
> > > > > > > > > utility
> > > > > > > > > > > or
> > > > > > > > > > > >> the
> > > > > > > > > > > >> >> > > Unified Post-Processor (UPP).  Of the
two,
> I'd
> > > > > strongly
> > > > > > > > > > recommend
> > > > > > > > > > > >> >> using
> > > > > > > > > > > >> >> > UPP
> > > > > > > > > > > >> >> > > which creates output in GRIB format
that is
> > fully
> > > > > > > supported
> > > > > > > > > by
> > > > > > > > > > > MET.
> > > > > > > > > > > >> >> The
> > > > > > > > > > > >> >> > > pinterp utility writes it output in
NetCDF
> but
> > we
> > > > > only
> > > > > > > > > support
> > > > > > > > > > > data
> > > > > > > > > > > >> >> > defined
> > > > > > > > > > > >> >> > > on the non-staggered dimensions.
Since
> > velocity
> > > > > points
> > > > > > > are
> > > > > > > > > > > >> staggered
> > > > > > > > > > > >> >> in
> > > > > > > > > > > >> >> > > WRF, MET can't be used to verifying
winds in
> > > > pinterp
> > > > > > > > output.
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > Another advantage to using UPP is that
GRIB
> > data
> > > > can
> > > > > be
> > > > > > > > > easily
> > > > > > > > > > > >> >> regridded
> > > > > > > > > > > >> >> > > using the copygb utility.  copygb is
included
> > in
> > > > the
> > > > > > UPP
> > > > > > > > > > package.
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > You can download pinterp here:
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >>
> > > > > > > > > > > >>
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > And you can download UPP here:
> > > > > > > > > > > >> >> > >
> > > > > > > > http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > Hope that helps.
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > Thanks,
> > > > > > > > > > > >> >> > > John Halley Gotway
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM, Melki
> Khaoula
> > > via
> > > > > RT <
> > > > > > > > > > > >> >> met_help at ucar.edu
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > wrote:
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > > > <URL:
> > > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > >
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > > > Hi Julie,
> > > > > > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > > > > > >> >> > > > I downloaded post processor but i
can't
> find
> > > the
> > > > > > > WRF-ARW
> > > > > > > > > > > p-interp
> > > > > > > > > > > >> >> Tool
> > > > > > > > > > > >> >> > > when
> > > > > > > > > > > >> >> > > > i use the link posted in the
tutorial.
> > > > > > > > > > > >> >> > > > also,what i don't understand the
utility of
> > the
> > > > > > copygb
> > > > > > > > > > utility
> > > > > > > > > > > >> and
> > > > > > > > > > > >> >> > from
> > > > > > > > > > > >> >> > > > where to get it.
> > > > > > > > > > > >> >> > > > i don't know what to do next to
downloading
> > and
> > > > > > > compiling
> > > > > > > > > > > >> required
> > > > > > > > > > > >> >> > > > libraries.
> > > > > > > > > > > >> >> > > > Thanks,
> > > > > > > > > > > >> >> > > > Khaoula
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki
Khaoula <
> > > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > >> >:
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > > *When lookig the HDF-EOS library,
i found
> > in
> > > > the
> > > > > > > > website
> > > > > > > > > is
> > > > > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > > *i tried to unpack it, i didn't
find the
> > > right
> > > > > > > command
> > > > > > > > to
> > > > > > > > > > do
> > > > > > > > > > > >> it.*
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > > *Is there any command to unpak
this
> > library.*
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > > *Thanks,*
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie
> Prestopnik
> > > via
> > > > > RT
> > > > > > <
> > > > > > > > > > > >> >> > met_help at ucar.edu
> > > > > > > > > > > >> >> > > >:
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >> The GRIB2 C-Library is used by
the MET
> > > library
> > > > > > code
> > > > > > > to
> > > > > > > > > > read
> > > > > > > > > > > >> GRIB2
> > > > > > > > > > > >> >> > data
> > > > > > > > > > > >> >> > > > >> files. The GRIB2 C-Library
requires the
> > > > > libraries
> > > > > > > > zlib,
> > > > > > > > > > > jasper
> > > > > > > > > > > >> >> and
> > > > > > > > > > > >> >> > png
> > > > > > > > > > > >> >> > > > to
> > > > > > > > > > > >> >> > > > >> be present on your system.
Support for
> > GRIB2
> > > > is
> > > > > > > > optional
> > > > > > > > > > and
> > > > > > > > > > > >> can
> > > > > > > > > > > >> >> be
> > > > > > > > > > > >> >> > > > >> enabled
> > > > > > > > > > > >> >> > > > >> with the *--enable-grib2* option
for
> > > > configure.
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >> Julie
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56 AM,
Melki
> > > Khaoula
> > > > > via
> > > > > > > RT
> > > > > > > > <
> > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > > > > > >> >> > > > >> wrote:
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >> > <URL:
> > > > > > > > > > > >>
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > > > > > >> >> > > > >> > It works.
> > > > > > > > > > > >> >> > > > >> > I compile Nectcdf , GNU  and
zlib
> > > libraries.
> > > > > > > > > > > >> >> > > > >> > About GRIB C library, i
downloaded the
> > > > library
> > > > > > and
> > > > > > > > > > > unpacked
> > > > > > > > > > > >> >> it.
> > > > > > > > > > > >> >> > > > >> > how it can be used by MET?
> > > > > > > > > > > >> >> > > > >> > Thanks,
> > > > > > > > > > > >> >> > > > >> > khaoula
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00
Julie
> > > Prestopnik
> > > > > via
> > > > > > > RT <
> > > > > > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > > > > > >> >> > > > >:
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > I'm glad that you were able
to get
> > > BUFRLIB
> > > > > > > > > installed.
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > You said, "when trying to run
the
> firs
> > > > > command
> > > > > > > of
> > > > > > > > *
> > > > > > > > > > *cd
> > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > > > > > >> >> > > > >> > he
> > > > > > > > > > > >> >> > > > >> > > wrote me no file or
directory"
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > In the tutorial, when we say
"*cd
> > > > > > > > /path/to/netcdf*"
> > > > > > > > > > you
> > > > > > > > > > > >> >> should
> > > > > > > > > > > >> >> > > > change
> > > > > > > > > > > >> >> > > > >> > > directories to the location
where
> your
> > > > > netcdf
> > > > > > > > > > directory
> > > > > > > > > > > >> is on
> > > > > > > > > > > >> >> > your
> > > > > > > > > > > >> >> > > > >> > machine.
> > > > > > > > > > > >> >> > > > >> > > For example, if you unpacked
the tar
> > > file
> > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > > > > > >> >> in
> > > > > > > > > > > >> >> > a
> > > > > > > > > > > >> >> > > > >> > directory
> > > > > > > > > > > >> >> > > > >> > > path of
> > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > > > > you
> > > > > > > > > > would
> > > > > > > > > > > >> run
> > > > > > > > > > > >> >> "cd
> > > > > > > > > > > >> >> > > > >> > >
> > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > > > > > > > > */path/to/netcdf
> > > > > > > > > > > >> >> *is a
> > > > > > > > > > > >> >> > > > place
> > > > > > > > > > > >> >> > > > >> > > holder for the location on
your
> > machine.
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > You said, "setenv CC
> > > /path/to/c/compiler.
> > > > It
> > > > > > > > doesn't
> > > > > > > > > > > >> work.he
> > > > > > > > > > > >> >> > said
> > > > > > > > > > > >> >> > > > >> command
> > > > > > > > > > > >> >> > > > >> > > of setenv doesn't exist.*"
"setenv"
> > is
> > > > the
> > > > > > name
> > > > > > > > of
> > > > > > > > > > the
> > > > > > > > > > > >> >> command
> > > > > > > > > > > >> >> > > used
> > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > >> >> > > > >> > set
> > > > > > > > > > > >> >> > > > >> > > environment variables in the
*csh
> > family
> > > > of
> > > > > > > > shells.
> > > > > > > > > > If
> > > > > > > > > > > >> you
> > > > > > > > > > > >> >> are
> > > > > > > > > > > >> >> > > > using
> > > > > > > > > > > >> >> > > > >> a
> > > > > > > > > > > >> >> > > > >> > > different shell, however, you
may
> need
> > > to
> > > > > use
> > > > > > > > > > "export",
> > > > > > > > > > > >> >> which is
> > > > > > > > > > > >> >> > > the
> > > > > > > > > > > >> >> > > > >> name
> > > > > > > > > > > >> >> > > > >> > > of the command in the "other"
family
> > of
> > > > > shells
> > > > > > > > (ash,
> > > > > > > > > > > >> bourne,
> > > > > > > > > > > >> >> > > bourne
> > > > > > > > > > > >> >> > > > >> > again,
> > > > > > > > > > > >> >> > > > >> > > zsh).  To find out what shell
you
> are
> > > > using,
> > > > > > you
> > > > > > > > can
> > > > > > > > > > run
> > > > > > > > > > > >> >> "echo
> > > > > > > > > > > >> >> > > > >> $SHELL".
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > If you are using a shell
other than
> > the
> > > > *csh
> > > > > > > > family
> > > > > > > > > of
> > > > > > > > > > > >> >> shells,
> > > > > > > > > > > >> >> > and
> > > > > > > > > > > >> >> > > > you
> > > > > > > > > > > >> >> > > > >> > need
> > > > > > > > > > > >> >> > > > >> > > to use "export", the syntax
is
> > slightly
> > > > > > > different.
> > > > > > > > > > > >> Instead
> > > > > > > > > > > >> >> of
> > > > > > > > > > > >> >> > > > >> running:
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > setenv CC /path/to/c/compiler
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > you would run
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > export CC=/path/to/c/compiler
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > Please note, it is import
that when
> > > using
> > > > > the
> > > > > > > > export
> > > > > > > > > > > >> command
> > > > > > > > > > > >> >> > that
> > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > >> >> > > > >> > are
> > > > > > > > > > > >> >> > > > >> > > no spaces before or after the
"=".
> > > Also,
> > > > in
> > > > > > > this
> > > > > > > > > > case,
> > > > > > > > > > > >> >> please
> > > > > > > > > > > >> >> > > note
> > > > > > > > > > > >> >> > > > >> that
> > > > > > > > > > > >> >> > > > >> > > "/path/to/c/compiler" should
be
> > replaced
> > > > > with
> > > > > > > the
> > > > > > > > > path
> > > > > > > > > > > to
> > > > > > > > > > > >> >> the c
> > > > > > > > > > > >> >> > > > >> compiler
> > > > > > > > > > > >> >> > > > >> > on
> > > > > > > > > > > >> >> > > > >> > > your machine.  For example.
on my
> > > machine,
> > > > > gcc
> > > > > > > > lives
> > > > > > > > > > at
> > > > > > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > so if I used setenv, I would
run:
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > but if I used export, I would
run:
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > I hope this helps.  In the
future,
> if
> > > you
> > > > > > > > experience
> > > > > > > > > > any
> > > > > > > > > > > >> >> > problems
> > > > > > > > > > > >> >> > > or
> > > > > > > > > > > >> >> > > > >> > > errors, it would be helpful
if you
> > could
> > > > > copy
> > > > > > > and
> > > > > > > > > > paste
> > > > > > > > > > > >> the
> > > > > > > > > > > >> >> > > commands
> > > > > > > > > > > >> >> > > > >> you
> > > > > > > > > > > >> >> > > > >> > > have run along with the
errors they
> > > > > produced.
> > > > > > > If
> > > > > > > > > > often
> > > > > > > > > > > >> gives
> > > > > > > > > > > >> >> > us a
> > > > > > > > > > > >> >> > > > >> > clearer
> > > > > > > > > > > >> >> > > > >> > > picture of what has gone
wrong.
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > Please let us know if you
experience
> > > other
> > > > > > > > problems
> > > > > > > > > > and
> > > > > > > > > > > >> need
> > > > > > > > > > > >> >> > help.
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > > > > > >> >> > > > >> > > Julie
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at 5:44
AM,
> Melki
> > > > > Khaoula
> > > > > > > via
> > > > > > > > > RT
> > > > > > > > > > <
> > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > wrote:
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > > > > > >> >>
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *i'm now trying to compile
the
> > netcdf
> > > > > > > library.*
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *I'm wondering about the
steps
> > written
> > > > in
> > > > > > the
> > > > > > > > > > > tutorial:
> > > > > > > > > > > >> *
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf setenv
CC
> > > > > > > > /path/to/c/compiler
> > > > > > > > > > > setenv
> > > > > > > > > > > >> >> CXX
> > > > > > > > > > > >> >> > > > >> > > >    /path/to/c++/compiler
setenv FC
> > ''
> > > > > setenv
> > > > > > > F90
> > > > > > > > > ''
> > > > > > > > > > > >> >> > ./configure
> > > > > > > > > > > >> >> > > > >> > > >
--prefix=/netcdf/install/path
> > > > > > > > > --disable-netcdf-4
> > > > > > > > > > > make
> > > > > > > > > > > >> >> make
> > > > > > > > > > > >> >> > > > >> install i
> > > > > > > > > > > >> >> > > > >> > > >    installed the netcdf-
4.3.3.1
> as a
> > > > > > > independent
> > > > > > > > > > > >> directory,
> > > > > > > > > > > >> >> > but
> > > > > > > > > > > >> >> > > > when
> > > > > > > > > > > >> >> > > > >> > > > trying to
> > > > > > > > > > > >> >> > > > >> > > >    run the firs command of
*
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he
wrote me
> no
> > > file
> > > > > or
> > > > > > > > > > directory.
> > > > > > > > > > > >> so i
> > > > > > > > > > > >> >> > > > create a
> > > > > > > > > > > >> >> > > > >> > file
> > > > > > > > > > > >> >> > > > >> > > > called path existed in to
file
> which
> > > are
> > > > > > both
> > > > > > > > > > included
> > > > > > > > > > > >> in
> > > > > > > > > > > >> >> > netcdf
> > > > > > > > > > > >> >> > > > >> > > directory.
> > > > > > > > > > > >> >> > > > >> > > > but when running   setenv
CC
> > > > > > > > /path/to/c/compiler.
> > > > > > > > > It
> > > > > > > > > > > >> >> doesn't
> > > > > > > > > > > >> >> > > > work.he
> > > > > > > > > > > >> >> > > > >> > said
> > > > > > > > > > > >> >> > > > >> > > > command of setenv doesn't
exist.*
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *Thank you really for your
help
> and
> > > your
> > > > > > Time
> > > > > > > > > > Julie.*
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > 2015-06-18 20:15 GMT+02:00
Julie
> > > > > Prestopnik
> > > > > > > via
> > > > > > > > > RT <
> > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > >> >> > > > >> > >:
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > We are able to reproduce
the
> > > problems
> > > > > you
> > > > > > > are
> > > > > > > > > > > >> >> experiencing
> > > > > > > > > > > >> >> > > with
> > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > >> >> > > > >> > > > latest
> > > > > > > > > > > >> >> > > > >> > > > > version of BUFRLIB.  We
are
> > working
> > > > on a
> > > > > > > > > solution
> > > > > > > > > > to
> > > > > > > > > > > >> get
> > > > > > > > > > > >> >> the
> > > > > > > > > > > >> >> > > > >> > > compilation
> > > > > > > > > > > >> >> > > > >> > > > > working.
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > In the meantime, I have
uploaded
> > the
> > > > > > > previous
> > > > > > > > > > > version
> > > > > > > > > > > >> of
> > > > > > > > > > > >> >> > > BUFRLIB
> > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > >> >> > > > >> > our
> > > > > > > > > > > >> >> > > > >> > > > ftp
> > > > > > > > > > > >> >> > > > >> > > > > site so that you can make
some
> > > > progress
> > > > > > and
> > > > > > > > > start
> > > > > > > > > > > >> working
> > > > > > > > > > > >> >> > with
> > > > > > > > > > > >> >> > > > >> MET.
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > Please execute the
following
> > > commands.
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > *Make a new directory to
contain
> > the
> > > > > > BUFRLIB
> > > > > > > > > code
> > > > > > > > > > > >> (e.g.
> > > > > > > > > > > >> >> > mkdir
> > > > > > > > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > > > > > > > >> >> > > > >> > > > > *Change directories to
that new
> > > > > directory
> > > > > > > > (e.g.
> > > > > > > > > > cd *
> > > > > > > > > > > >> >> > > > >> > > > > */home/user/BUFRLIB).wget
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >>
> > > > > > > > > > > >>
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > >> >> > > > >> > > > > <
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >>
> > > > > > > > > > > >>
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > >> >> > > > >> > > > > >*
> > > > > > > > > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-2-
3.tar*
> > > > > > > > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE *.c*
> > > > > > > > > > > >> >> > > > >> > > > > *gfortran -c -DUNDERSCORE
> > > > > > > > -fno-second-underscore
> > > > > > > > > > *.f
> > > > > > > > > > > >> *.F*
> > > > > > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > You should get a
successful
> > > > compilation
> > > > > > with
> > > > > > > > > this
> > > > > > > > > > > >> older
> > > > > > > > > > > >> >> > > version
> > > > > > > > > > > >> >> > > > of
> > > > > > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please let us
know how
> > it
> > > > > goes.
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at
4:18 AM,
> > > Melki
> > > > > > > Khaoula
> > > > > > > > > via
> > > > > > > > > > > RT
> > > > > > > > > > > >> <
> > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > > > > > >> >> > >
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > > > > > >> >> > > > >> > > > > > Happy with your email.
> > > > > > > > > > > >> >> > > > >> > > > > > It is really motivating
to
> > receive
> > > > > your
> > > > > > > help
> > > > > > > > > in
> > > > > > > > > > > >> >> compiling
> > > > > > > > > > > >> >> > > MET
> > > > > > > > > > > >> >> > > > >> > model.
> > > > > > > > > > > >> >> > > > >> > > > > > You find  two terminal
> > containing
> > > > > errors
> > > > > > > of
> > > > > > > > > > runing
> > > > > > > > > > > >> gcc
> > > > > > > > > > > >> >> and
> > > > > > > > > > > >> >> > > > >> gfortran
> > > > > > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24
GMT+02:00
> Julie
> > > > > > > Prestopnik
> > > > > > > > > via
> > > > > > > > > > > RT <
> > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > >> >> > > > >> > > > >:
> > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I don't
believe
> > that
> > > > you
> > > > > > > should
> > > > > > > > > > have
> > > > > > > > > > > to
> > > > > > > > > > > >> >> > > reinstall
> > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > >> >> > > > >> > > > > > > compilers.  That is
likely
> not
> > > the
> > > > > > > > problem.
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > You said that you
received
> an
> > > > error
> > > > > > > > message
> > > > > > > > > > when
> > > > > > > > > > > >> >> running
> > > > > > > > > > > >> >> > > the
> > > > > > > > > > > >> >> > > > >> > > > following:
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE
*.c
> > > > > > > > > > > >> >> > > > >> > > > > > > gfortran -c
-DUNDERSCORE
> > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > >> *.f
> > > > > > > > > > > >> >> *.F
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > Could you please send
the
> full
> > > > error
> > > > > > > that
> > > > > > > > > you
> > > > > > > > > > > >> >> received?
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16, 2015
at 2:15
> > AM,
> > > > > Melki
> > > > > > > > > Khaoula
> > > > > > > > > > > via
> > > > > > > > > > > >> >> RT <
> > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > > > > > >> >> > > > >>
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > Thanks for your
email.
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > In trying the
command
> > whereis
> > > > gcc
> > > > > > and
> > > > > > > > > > whereis
> > > > > > > > > > > >> >> > gfortran,
> > > > > > > > > > > >> >> > > > >> this is
> > > > > > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
BUFRLIB]#
> > > > > whereis
> > > > > > > > > gfortran
> > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran:
> /usr/bin/gfortran
> > > > > > > > > > > >> >> > > > >> /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
BUFRLIB]#
> > > > > whereis
> > > > > > > gcc
> > > > > > > > > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc
> > /usr/lib/gcc
> > > > > > > > > > > /usr/libexec/gcc
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > So i go to try the
command
> > of
> > > > *gcc
> > > > > > -c
> > > > > > > > > > > >> -DUNDERSCORE
> > > > > > > > > > > >> >> *.c
> > > > > > > > > > > >> >> > > > and *
> > > > > > > > > > > >> >> > > > >> > > > > > > > *gfortran -c
-DUNDERSCORE
> > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > >> >> *.f
> > > > > > > > > > > >> >> > > *.F *
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > *Linux return me a
message
> > of
> > > > > > error.*
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > *So i tried to
reinstall
> gcc
> > > > > > compiler
> > > > > > > > > using
> > > > > > > > > > > yum
> > > > > > > > > > > >> >> > install
> > > > > > > > > > > >> >> > > > >> gcc, i
> > > > > > > > > > > >> >> > > > >> > > > found
> > > > > > > > > > > >> >> > > > >> > > > > > that
> > > > > > > > > > > >> >> > > > >> > > > > > > > the last pack of
gcc was
> > > > > installed.
> > > > > > > But
> > > > > > > > > when
> > > > > > > > > > > >> >> > > reinstalling
> > > > > > > > > > > >> >> > > > >> > > gfortran
> > > > > > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > > > > > >> >> > > > >> > > > > > > > using yum install
> gfortran,
> > i
> > > > > found
> > > > > > an
> > > > > > > > > > message
> > > > > > > > > > > >> >> telling
> > > > > > > > > > > >> >> > > me
> > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > >> >> > > > >> > > is
> > > > > > > > > > > >> >> > > > >> > > > no
> > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran pack to
install.
> *
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > *I don't know what
to do.*
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > *Thank you for your
time
> and
> > > > your
> > > > > > > > > > cooperation*
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > *yours faithfully *
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49
GMT+02:00
> > > Julie
> > > > > > > > > Prestopnik
> > > > > > > > > > > via
> > > > > > > > > > > >> RT
> > > > > > > > > > > >> >> <
> > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.  Thank
you for
> > > > trying
> > > > > to
> > > > > > > use
> > > > > > > > > the
> > > > > > > > > > > MET
> > > > > > > > > > > >> >> > > software.
> > > > > > > > > > > >> >> > > > >> I'm
> > > > > > > > > > > >> >> > > > >> > > not
> > > > > > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > > > > > >> >> > > > >> > > > > > > > > understand what
you are
> > > > asking.
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > You mentioned
that you
> > want
> > > to
> > > > > > > compile
> > > > > > > > > > > >> BUFRLIB.
> > > > > > > > > > > >> >> As
> > > > > > > > > > > >> >> > is
> > > > > > > > > > > >> >> > > > >> > > explained
> > > > > > > > > > > >> >> > > > >> > > > on
> > > > > > > > > > > >> >> > > > >> > > > > > the
> > > > > > > > > > > >> >> > > > >> > > > > > > > > following page of
the
> MET
> > > > Online
> > > > > > > > > Tutorial
> > > > > > > > > > > for
> > > > > > > > > > > >> >> > METv5.0:
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >>
> > > > > > > > > > > >>
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > you can use the
GNU gcc
> > and
> > > > > > gfortran
> > > > > > > > > > > >> compilers,
> > > > > > > > > > > >> >> the
> > > > > > > > > > > >> >> > > PGI
> > > > > > > > > > > >> >> > > > >> pgcc
> > > > > > > > > > > >> >> > > > >> > > and
> > > > > > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > > > > > >> >> > > > >> > > > > > > > > compilers, or the
Intel
> > icc
> > > > and
> > > > > > > ifort
> > > > > > > > > > > >> compilers.
> > > > > > > > > > > >> >> > You
> > > > > > > > > > > >> >> > > > are
> > > > > > > > > > > >> >> > > > >> > > welcome
> > > > > > > > > > > >> >> > > > >> > > > > to
> > > > > > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc and gfortran
(GNU)
> if
> > > you
> > > > > > would
> > > > > > > > like
> > > > > > > > > > to.
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Most LINUX
distributions
> > > come
> > > > > with
> > > > > > > the
> > > > > > > > > > > >> compilers.
> > > > > > > > > > > >> >> > To
> > > > > > > > > > > >> >> > > > find
> > > > > > > > > > > >> >> > > > >> > gcc
> > > > > > > > > > > >> >> > > > >> > > > and
> > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > > > > > >> >> > > > >> > > > > > > > > on your machine,
you can
> > run
> > > > the
> > > > > > > > > following
> > > > > > > > > > > >> >> commands:
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis gfortran
> > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Here are the
results I
> get
> > > > after
> > > > > > > > running
> > > > > > > > > > > those
> > > > > > > > > > > >> >> two
> > > > > > > > > > > >> >> > > > >> commands:
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > gfortran:
> > /usr/bin/gfortran
> > > > > > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc: /usr/bin/gcc
> > > /usr/lib/gcc
> > > > > > > > > > > >> /usr/bin/X11/gcc
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > I hope that
helps.
> Please
> > > let
> > > > > me
> > > > > > > know
> > > > > > > > > if
> > > > > > > > > > I
> > > > > > > > > > > >> have
> > > > > > > > > > > >> >> not
> > > > > > > > > > > >> >> > > > >> answered
> > > > > > > > > > > >> >> > > > >> > > > your
> > > > > > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > > > > > >> >> > > > >> > > > > > > > > and if this
solves the
> > > problem
> > > > > for
> > > > > > > > you.
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15,
2015 at
> > 5:40
> > > > AM,
> > > > > > > Melki
> > > > > > > > > > > Khaoula
> > > > > > > > > > > >> >> via
> > > > > > > > > > > >> >> > RT
> > > > > > > > > > > >> >> > > <
> > > > > > > > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15
05:40:22
> > 2015:
> > > > > > Request
> > > > > > > > > 72309
> > > > > > > > > > > was
> > > > > > > > > > > >> >> acted
> > > > > > > > > > > >> >> > > > upon.
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > Transaction:
Ticket
> > > created
> > > > by
> > > > > > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >        Queue:
met_help
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >      Subject:
(No
> > subject
> > > > > given)
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >        Owner:
Nobody
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >   Requestors:
> > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >       Status:
new
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >>
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > i4m traynig to
use MET
> > > > model.
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > About
compilation of
> > > > BUFRLIB,
> > > > > i
> > > > > > > need
> > > > > > > > > gcc
> > > > > > > > > > > and
> > > > > > > > > > > >> >> > > gfortran
> > > > > > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > Do i need to
install
> > > fortran
> > > > > > and C
> > > > > > > > > > > software
> > > > > > > > > > > >> for
> > > > > > > > > > > >> >> > > LINUX
> > > > > > > > > > > >> >> > > > >> > before
> > > > > > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > their
compilers?
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > Yours sincerly,
> > > > > > > > > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie Prestopnik
> > > > > > > > > > > >> >> > > > >> > > > > > > > > National Center
for
> > > > Atmospheric
> > > > > > > > Research
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Research
Applications
> > > > Laboratory
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Phone:
303.497.8399
> > > > > > > > > > > >> >> > > > >> > > > > > > > > Email:
jpresto at ucar.edu
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > > > > > > > >> >> > > > >> > > > > > > National Center for
> > Atmospheric
> > > > > > Research
> > > > > > > > > > > >> >> > > > >> > > > > > > Research Applications
> > Laboratory
> > > > > > > > > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > > > > > > > > >> >> > > > >> > > > > > > Email:
jpresto at ucar.edu
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > > --
> > > > > > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > > > > > >> >> > > > >> > > > > National Center for
Atmospheric
> > > > Research
> > > > > > > > > > > >> >> > > > >> > > > > Research Applications
Laboratory
> > > > > > > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > > > > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > > --
> > > > > > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > > > > > >> >> > > > >> > > National Center for
Atmospheric
> > Research
> > > > > > > > > > > >> >> > > > >> > > Research Applications
Laboratory
> > > > > > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >> --
> > > > > > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > > > > > >> >> > > > >> National Center for Atmospheric
Research
> > > > > > > > > > > >> >> > > > >> Research Applications Laboratory
> > > > > > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > > >
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> > >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >
> > > > > > > > > > > >>
> > > > > > > > > > > >>
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: John Halley Gotway
Time: Tue Aug 04 09:59:09 2015

Hello Khaoula,

My name is John Halley Gotway.  Julie's out of town until next week,
but
hopefully I can help you with this issue.  Thanks for sending the
output of
make - that's very helpful.  Here's the relevant error you're getting:

data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou dossier de ce
type

Using google translate, I see that means: No files or folders of this
type

Basically, MET isn't able to find the file named "grib2.h", which is
included in the library named "g2clib".  Since you're compiling
support for
GRIB2, I assume you've already compiled that library.  If that's not
the
case, please see the information here:

http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php

Once you've compiled "g2clib", try setting the following:
If you're using csh:
   setenv MET_GRIB2INC /path/to/g2clib
   setenv MET_GRIB2LIB /path/to/g2clib

If you're using bash:
   export MET_GRIB2INC=/path/to/g2clib
   export MET_GRIB2LIB=/path/to/g2clib

And from the top-level met-5.0 directory, rerun the "configure"
command you
used for MET, and then run:
   make clean
   make install >& make_install.log

Please let me know how it goes.

Thanks,
John

On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> Thank you for your help.
> i could install libpng library.
> But there is another problem.  When executing *make install >&
> make_install.log &*
>
> *tail -f make_install.log.*
>
> *threr is an error in  file make_install.log that there is no file
named
> grib2.h.*
> *there is the make _install.log.*
>
> *Thanks *
>
> *Khaoula *
>
> 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Khaoula.
> >
> > While I saw that you have a "include", "lib", and "share"
subdirectories
> > under /usr/bin/zlib, I could not see the contents of those
directories.
> >
> > Could you please verify that you have the files "zlib.h" and
"zconf.h" in
> > the "include" subdirectory?  Could you also please verify that you
have
> > "libz.a" and other "libz.so" files in the "lib" subdirectory?
> >
> > Assuming those files are in place, it looks like you got a
successful
> > installation of zlib, but libpng couldn't find zlib.
> >
> > Try recompiling libpng as follows,
> >   *replacing "/path/to/libpng/install/**directory" with the path
where
> you
> > would like to install libpng*:
> >
> >   cd /root/Bureau/libpng-1.2.34
> >   make clean
> >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> >   ./configure --prefix=/path/to/libpng/install/directory
> >   make
> >   make install
> >
> > That should do the trick.  With those environment variables,
you're
> telling
> > it where to find the zlib header and object files.  Give that a
try and
> let
> > me know if you're able to compile libpng successfully.
> >
> > Thanks,
> > Julie
> >
> >
> >
> > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi Julie,
> > > No i didn't get a successful install of libpng because the first
> problem
> > > was installation of zlib.
> > > you find a script joint to this email of running ls -l
usr/bin/zlib.
> > > Thanks,
> > > Khaoula MELKI
> > >
> > >
> > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Khaoula.
> > > >
> > > > Instead of running "ls -l zlib-1.2.8" to show me the contents
of the
> > > > package, could you please run "ls -l /usr/bin/zlib" so I can
see how
> > the
> > > > package was installed?
> > > >
> > > > Also, were you able to get a successful install of libpng
after
> setting
> > > the
> > > > environment variables LDFLAGS and CPPFLAGS?
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >
> > > > > Hi Julie,
> > > > >
> > > > > there is a terminal containing results of ls -l zlib-1.2.8
> > > > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
> > > > > i uses the command whereis zlib:
> > > > >  it returns : usr/bin/zlib
> > > > > Thanks,
> > > > > Khaoula
> > > > >
> > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > > >
> > > > > > Hi Khaoula.
> > > > > >
> > > > > > I see in your configure log the error:
> > > > > >
> > > > > > configure: error: zlib not installed
> > > > > >
> > > > > > Were you able to get a successful install of zlib?  If so,
could
> > you
> > > > > please
> > > > > > tell me where it is installed and run "ls -l" in that
directory
> so
> > I
> > > > can
> > > > > > see its contents? And, if you were able to get a
successful
> install
> > > of
> > > > > > zlib, were you able to get a successful install of libpng?
> > > > > >
> > > > > > Once you get a successful install of zlib, png, jasper,
and the
> > > GRIB2-C
> > > > > > Library, we can revisit running the configure script.
> > > > > >
> > > > > > NCEP's GRIB2 C-Library is an optional package for MET.  If
you do
> > not
> > > > > need
> > > > > > GRIB2 support, you do not need to install the library.  I
just
> > wanted
> > > > to
> > > > > > make sure you knew that in case you didn't need GRIB2
support.
> If
> > > you
> > > > do
> > > > > > need it, we'll keep working at it and try to get it
working for
> you
> > > > soon.
> > > > > >
> > > > > > Thanks,
> > > > > > Julie
> > > > > >
> > > > > >
> > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > > > > >
> > > > > > > Hi Julie,
> > > > > > > the same problem appear again.
> > > > > > > you find a file joined to this e-mail.
> > > > > > > thanks,
> > > > > > > Khaoula
> > > > > > >
> > > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT <
> > > > met_help at ucar.edu
> > > > > >:
> > > > > > >
> > > > > > > > Hi Khaoula.
> > > > > > > >
> > > > > > > > I see that you tried to install zlib, but have a
question
> about
> > > the
> > > > > > > install
> > > > > > > > path.
> > > > > > > >
> > > > > > > > You can install zlib where ever you would like, either
in
> > > > /zlib-1.2.8
> > > > > > > > or /usr/local/bin
> > > > > > > > (assuming you have root access) or somewhere else
entirely.
> > So,
> > > it
> > > > > > > sounds
> > > > > > > > like you followed these generic instructions:
> > > > > > > >
> > > > > > > > cd /path/to/zlib
> > > > > > > > ./configure --prefix=/zlib/install/path
> > > > > > > > make test
> > > > > > > > make install
> > > > > > > >
> > > > > > > > replacing /path/to/zlib with /root/Bureau/zlib-1.2.8
and
> > > replacing
> > > > > > > > /zlib/install/path
> > > > > > > > with /zlib-1.2.8 as follows:
> > > > > > > >
> > > > > > > > cd /root/Bureau/zlib-1.2.8
> > > > > > > > ./configure --prefix=/zlib-1.2.8
> > > > > > > > make test
> > > > > > > > make install
> > > > > > > >
> > > > > > > > It sounds like you got a successful installation of
zlib, but
> > > > libpng
> > > > > > > > couldn't find zlib.
> > > > > > > >
> > > > > > > > Try recompiling libpng as follows,
> > > > > > > >   replacing "/path/to/libz.a/directory" with the path
to
> libz.a
> > > > > (leave
> > > > > > > the
> > > > > > > > -L in place in the example below)
> > > > > > > >   replacing "/path/to/zlib.h/directory" with the path
to
> zlib.h
> > > > > (leave
> > > > > > > the
> > > > > > > > -I in place in the example below)
> > > > > > > >   and replacing "/path/to/libpng/install/directory"
with the
> > path
> > > > > where
> > > > > > > you
> > > > > > > > would like to install libpng:
> > > > > > > >
> > > > > > > >   cd /root/Bureau/libpng-1.2.34
> > > > > > > >   make clean
> > > > > > > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > > > > > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > > > > >   ./configure
--prefix=/path/to/libpng/install/directory
> > > > > > > >   make
> > > > > > > >   make install
> > > > > > > >
> > > > > > > > That should do the trick.  With those environment
variables,
> > > you're
> > > > > > > telling
> > > > > > > > it where to find the zlib header and object files.
Give
> that a
> > > try
> > > > > and
> > > > > > > let
> > > > > > > > me know if you're able to compile libpng successfully.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Julie
> > > > > > > >
> > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via RT
<
> > > > > > met_help at ucar.edu
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > > > > > > >
> > > > > > > > > Hi Julie,
> > > > > > > > > Grib2 needs jasper, png and zlib libraries to
install.
> > > > > > > > > in installing zlib library,i i used  these commands:
> > > > > > > > > *cd /path/to/zlib*
> > > > > > > > > *./configure --prefix=/zlib/install/path*
> > > > > > > > > *make test*
> > > > > > > > >
> > > > > > > > > *make install*
> > > > > > > > >
> > > > > > > > > *for my sysytem, path/to/zlib is root/Bureau/zlib-
1.2.8.*
> > > > > > > > >
> > > > > > > > > *about prefix=zlib/install/path. zlib/install/path
is the
> > > > directory
> > > > > > > > where i
> > > > > > > > > put zlib installation, prefix=/zlib-1.2.8 or it is
> > > usr/local/bin
> > > > in
> > > > > > > order
> > > > > > > > > to be installed in the system.*
> > > > > > > > >
> > > > > > > > > *i found a problem when installing libpng library. i
used
> > thses
> > > > > > > > commands:*
> > > > > > > > >
> > > > > > > > > *cd libpng-1.2.34*
> > > > > > > > >
> > > > > > > > > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> > > > > > > > >
> > > > > > > > > *make *
> > > > > > > > >
> > > > > > > > > *make install*
> > > > > > > > >
> > > > > > > > > *But when using configure, an error occur informing
me that
> > > zlib
> > > > > > isn't
> > > > > > > > > installed.*
> > > > > > > > >
> > > > > > > > > *So, i was wondering about path to install. It is in
the
> > > > directory
> > > > > of
> > > > > > > > > library or in the system unix(usr/local/bin)*
> > > > > > > > > *Thanks,*
> > > > > > > > >
> > > > > > > > > *khaoula melki*
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT <
> > > > > > met_help at ucar.edu
> > > > > > > >:
> > > > > > > > >
> > > > > > > > > > Hi Khaoula.
> > > > > > > > > >
> > > > > > > > > > There will not be a bin subdirectory when you
unpack
> > met-5.0,
> > > > but
> > > > > > > there
> > > > > > > > > > should be upon a successful installation of the
MET
> tools.
> > > > > Looking
> > > > > > > at
> > > > > > > > > your
> > > > > > > > > > make_install.log file I see that there is a
problem
> finding
> > > > > > grib2.h:
> > > > > > > > > >
> > > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun
fichier ou
> > > > dossier
> > > > > de
> > > > > > > ce
> > > > > > > > > type
> > > > > > > > > >
> > > > > > > > > > NCEP's GRIB2C library is used by the MET library
code to
> > read
> > > > > GRIB2
> > > > > > > > data
> > > > > > > > > > files.  If you do not need GRIB2 capability, you
can
> simply
> > > > skip
> > > > > > this
> > > > > > > > > part
> > > > > > > > > > of the installation by removing "--enable-grib2"
from
> your
> > > list
> > > > > of
> > > > > > > > > options
> > > > > > > > > > to "./configure".  If you do need GRIB2 capability
and
> the
> > > > grib2c
> > > > > > > > library
> > > > > > > > > > is not already on your system, you will need to
download
> > and
> > > > > unpack
> > > > > > > the
> > > > > > > > > > grib2c tarball (
> > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > > > and
> > > > > > > > refer
> > > > > > > > > > to
> > > > > > > > > > the README file. Once built, MET expects the GRIB2
> > C-Library
> > > to
> > > > > be
> > > > > > > > named
> > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library *requires the
> libraries
> > > > zlib,
> > > > > > > jasper
> > > > > > > > > and
> > > > > > > > > > png* to be present on your system and those
packages are
> > all
> > > > > > > available
> > > > > > > > in
> > > > > > > > > > the link above. When configuring the MET build
after
> > > > installation
> > > > > > of
> > > > > > > > the
> > > > > > > > > > necessary libraries (or if grib2c, zlib, jasper,
and png
> > are
> > > > > > already
> > > > > > > on
> > > > > > > > > > your system), set the *MET_GRIB2C* (or
*MET_GRIB2CINC*
> and
> > > > > > > > > *MET_GRIB2CLIB*)
> > > > > > > > > > environment variables to indicate the location of
this
> > > library.
> > > > > > > > > >
> > > > > > > > > > Please let us know if you have any questions.
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Julie
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula via
RT <
> > > > > > > > met_help at ucar.edu>
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Hi Julie,
> > > > > > > > > > > thank you for your response.
> > > > > > > > > > > it rebuilt nectd.
> > > > > > > > > > > my problem now is the bin subdirectory.
> > > > > > > > > > > when unpacking met-5.0, thre is no subdirectory
called
> > bin.
> > > > > > > > > > >
> > > > > > > > > > > Also, after setting environment variables, i
used the
> > > > > > configuration
> > > > > > > > > > script
> > > > > > > > > > > with: ./configure --prefix=`pwd` --enable-grib2
> > > > --enable-modis
> > > > > > > > > > > --enable-mode_graphics
> > > > > > > > > > > there is no bin subdirectory  built or
recreated.
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Khaoula
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik via
RT <
> > > > > > > > met_help at ucar.edu
> > > > > > > > > >:
> > > > > > > > > > >
> > > > > > > > > > > > Taking another look at this, I do not see a "-
I"
> entry
> > > for
> > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I believe
you
> have
> > > > > > > MET_NETCDF
> > > > > > > > > set
> > > > > > > > > > > to.
> > > > > > > > > > > >
> > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> > > > > -I../../../src/basic/vx_cal
> > > > > > > > > > > > -I../../../src/basic/vx_config
> > > -I../../../src/basic/vx_log
> > > > > > > > > > > > -I../../../src/basic/vx_math
> > -I../../../src/basic/vx_util
> > > > > > > > > > > > -I../../../src/libcode/vx_afm
> > > > > > > > -I../../../src/libcode/vx_analysis_util
> > > > > > > > > > > > -I../../../src/libcode/vx_color
> > > > > > -I../../../src/libcode/vx_data2d
> > > > > > > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > > > > > > -I../../../src/libcode/vx_geodesy
> > > > > > > -I../../../src/libcode/vx_gnomon
> > > > > > > > > > > > -I../../../src/libcode/vx_grid
> > > > > > -I../../../src/libcode/vx_gsl_prob
> > > > > > > > > > > > -I../../../src/libcode/vx_nav
> > > > > -I../../../src/libcode/vx_nc_util
> > > > > > > > > > > > -I../../../src/libcode/vx_pb_util
> > > > > > > > -I../../../src/libcode/vx_plot_util
> > > > > > > > > > > > -I../../../src/libcode/vx_ps
> > > -I../../../src/libcode/vx_pxm
> > > > > > > > > > > > -I../../../src/libcode/vx_render
> > > > > > > > -I../../../src/libcode/vx_shapedata
> > > > > > > > > > > > -I../../../src/libcode/vx_statistics
> > > > > > > > > -I../../../src/libcode/vx_stat_out
> > > > > > > > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4
> -DWITH_GRIB2
> > > > > > > > > > > > -DMET_BASE="\"/root/Bureau/met-
5.0/share/met\""  -g
> -MT
> > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
'./'`nc_var_info.cc
> > > > > > > > > > > > Dans le fichier inclus à partir de
nc_var_info.cc:24:
> > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh : Aucun
> fichier
> > ou
> > > > > > dossier
> > > > > > > > de
> > > > > > > > > ce
> > > > > > > > > > > > type
> > > > > > > > > > > >
> > > > > > > > > > > > You could check the include area for
> > > > > > /root/Bureau/netcdf-4.3.3.1
> > > > > > > to
> > > > > > > > > see
> > > > > > > > > > > if
> > > > > > > > > > > > there is a netcdf.hh file.  If there is,
you'll need
> to
> > > > make
> > > > > > sure
> > > > > > > > > that
> > > > > > > > > > > met
> > > > > > > > > > > > can find it by making sure the MET_NETCDF is
set
> > > correctly,
> > > > > > then
> > > > > > > > > source
> > > > > > > > > > > > your .bashrc or similar file, reconfigure, and
> rebuild
> > > MET,
> > > > > > > > > otherwise,
> > > > > > > > > > if
> > > > > > > > > > > > it is not there, I would suggest following the
> > > instructions
> > > > > in
> > > > > > my
> > > > > > > > > most
> > > > > > > > > > > > recent previous email.
> > > > > > > > > > > >
> > > > > > > > > > > > Please let us know how it works out.
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Julie
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie
Prestopnik <
> > > > > > > jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > > Hi Khaoula.  I apologize for the delayed
> response.  I
> > > was
> > > > > out
> > > > > > > of
> > > > > > > > > > town.
> > > > > > > > > > > > >
> > > > > > > > > > > > > I believe that I see in your
make_install.log that
> > > there
> > > > > is a
> > > > > > > > > problem
> > > > > > > > > > > > > finding netcdf.hh:
> > > > > > > > > > > > >
> > > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh :
Aucun
> > fichier
> > > ou
> > > > > > > dossier
> > > > > > > > > de
> > > > > > > > > > ce
> > > > > > > > > > > > > type
> > > > > > > > > > > > >
> > > > > > > > > > > > > We've typically been compiling MET using
NetCDF
> > version
> > > > 3 -
> > > > > > the
> > > > > > > > > > > specific
> > > > > > > > > > > > > version is netcdf-3.6.3.  I know that some
of the
> > > > versions
> > > > > of
> > > > > > > > > netcdf
> > > > > > > > > > no
> > > > > > > > > > > > > longer include netcdf.hh, but that file is
> necessary
> > > for
> > > > > our
> > > > > > > > code.
> > > > > > > > > > I'd
> > > > > > > > > > > > > suggest downloading and compiling NetCDF
3.6.3
> > locally
> > > > > using
> > > > > > > the
> > > > > > > > > > > > > following steps:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > > > > > > >
> > > > > > > > >
> > > > >
> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz
> > > > > > > > > > > > >
> > > > > > > > > > > > > Then run:
> > > > > > > > > > > > >
> > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > > > > > > make
> > > > > > > > > > > > > make install
> > > > > > > > > > > > >
> > > > > > > > > > > > > These commands should compile the C and C++
> > interfaces
> > > > for
> > > > > > > NetCDF
> > > > > > > > > and
> > > > > > > > > > > > > skip the Fortran interface that MET doesn't
use.
> It
> > > will
> > > > > > > install
> > > > > > > > > the
> > > > > > > > > > > > > library in current "netcdf-3.6.3" directory
due to
> > the
> > > > > > > > > --prefix=`pwd`
> > > > > > > > > > > > > option.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Next, you'll need to edit where you set
MET_NETCDF
> to
> > > > point
> > > > > > to
> > > > > > > > this
> > > > > > > > > > new
> > > > > > > > > > > > > location, source your .bashrc or similiar
file, and
> > > > rebuild
> > > > > > > MET.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Please let us know if that works well for
you.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > Julie
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki
Khaoula via
> > RT <
> > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > >
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> Hello John,
> > > > > > > > > > > > >> the error was there is no compilor of C++.
so i
> > > > downloaded
> > > > > > g++
> > > > > > > > > > using :
> > > > > > > > > > > > yum
> > > > > > > > > > > > >> install gcc-c++.
> > > > > > > > > > > > >> I didn't understand the bin subdirectory. I
looked
> > to
> > > > the
> > > > > > > > met-5.0
> > > > > > > > > > > > >> directory, i didin't find a subdirectory
called
> bin.
> > > But
> > > > > > files
> > > > > > > > > cited
> > > > > > > > > > > in
> > > > > > > > > > > > >> the
> > > > > > > > > > > > >> Built executables are located in the output
> > > > subdirectory.
> > > > > > > > > > > > >> The compilation of *make install >&
> make_install.log
> > > &*
> > > > > > > > > > > > >> *tail -f make_install.log   *
> > > > > > > > > > > > >> * send an error.*
> > > > > > > > > > > > >> *there is two executables,  *the first is
called
> > > > > > > configuration1.
> > > > > > > > > It
> > > > > > > > > > is
> > > > > > > > > > > > >> about run of ./
> > > > > > > > > > > > >> *configure --prefix=`pwd` --enable-grib2
> > > --enable-modis
> > > > > > > > > > > > >> --enable-mode_graphics*The second is called
make
> > > > > > install.log,
> > > > > > > > > > obtained
> > > > > > > > > > > > >> after running :
> > > > > > > > > > > > >> *make install >& make_install.log &*
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> *tail -f make_install.log*
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> *Thanks,*
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> *Khaoula*
> > > > > > > > > > > > >>
> > > > > > > > > > > > >>
> > > > > > > > > > > > >>
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <
> > > > > > > khaoula.enit at gmail.com
> > > > > > > > >:
> > > > > > > > > > > > >>
> > > > > > > > > > > > >> > Hello John,
> > > > > > > > > > > > >> > Thank you for your help. it really works.
> > > > > > > > > > > > >> > I am in the configuration step.
> > > > > > > > > > > > >> > when executing the command of :
./configure
> > > > > --prefix=`pwd`
> > > > > > > > > > > > >> --enable-grib2
> > > > > > > > > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > > > > > > > > >> > i found that when cheking for some
compilers,
> the
> > > > system
> > > > > > > > return
> > > > > > > > > > no.
> > > > > > > > > > > > >> > for example:
> > > > > > > > > > > > >> > checking for bison... no
> > > > > > > > > > > > >> > checking for byacc... no
> > > > > > > > > > > > >> > checking for g++... no
> > > > > > > > > > > > >> > checking for c++... no
> > > > > > > > > > > > >> > checking for gpp... no
> > > > > > > > > > > > >> > checking for aCC... no
> > > > > > > > > > > > >> > checking for CC... no
> > > > > > > > > > > > >> > checking for cxx... no
> > > > > > > > > > > > >> > checking for cc++... no
> > > > > > > > > > > > >> > checking for cl.exe... no
> > > > > > > > > > > > >> > checking for FCC... no
> > > > > > > > > > > > >> > checking for KCC... no
> > > > > > > > > > > > >> > checking for RCC... no
> > > > > > > > > > > > >> > checking for xlC_r... no
> > > > > > > > > > > > >> > checking for xlC... no
> > > > > > > > > > > > >> > checking whether the C++ compiler
works... no
> > > > > > > > > > > > >> > IS there any errors?
> > > > > > > > > > > > >> > you will find the executive file called
> > > configuration.
> > > > > > > > > > > > >> > thanks,
> > > > > > > > > > > > >> > Khaoula
> > > > > > > > > > > > >> >
> > > > > > > > > > > > >> >
> > > > > > > > > > > > >> >
> > > > > > > > > > > > >> >
> > > > > > > > > > > > >> >
> > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley
Gotway
> via
> > > RT <
> > > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > >> >:
> > > > > > > > > > > > >> >
> > > > > > > > > > > > >> >> Khaoula,
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >> Looks like you have syntax wrong on
those
> > commands.
> > > > > > Please
> > > > > > > > try
> > > > > > > > > > > this:
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >> export
> > > > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > > > >> >> export
> > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >> Actually since your NetCDF build is
installed
> in
> > > the
> > > > > > > standard
> > > > > > > > > > way,
> > > > > > > > > > > > >> this is
> > > > > > > > > > > > >> >> all you really need to set:
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-
4.3.3.1
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >> And MET assumes that the headers are in
the
> > > "include"
> > > > > > > > > > subdirectory
> > > > > > > > > > > > and
> > > > > > > > > > > > >> the
> > > > > > > > > > > > >> >> library archive files are in the "lib"
> > > subdirectory.
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >> Thanks,
> > > > > > > > > > > > >> >> John
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki
Khaoula
> > via
> > > > RT <
> > > > > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > > > > >> >> wrote:
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >> > <URL:
> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > >
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >> > Hi John,
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >> > Thank you for your help.
> > > > > > > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > > > > > > >> >> > I'm now setting environment variables.
> > > > > > > > > > > > >> >> > I want to confirm this command if it
is right
> > or
> > > > no,
> > > > > > for
> > > > > > > > > > example,
> > > > > > > > > > > > if
> > > > > > > > > > > > >> i
> > > > > > > > > > > > >> >> set:
> > > > > > > > > > > > >> >> >
> > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > > > >> >> >
> > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > > >> >> > in order to Set *$MET_NETCDF* to point
to the
> > > main
> > > > > > > > > > > NetCDFdirectory.
> > > > > > > > > > > > >> >> > I  use  also the same process to set
others
> > > > external
> > > > > > > > > libraries.
> > > > > > > > > > > > >> >> > I let you know that my shell is bash,
so i
> > can't
> > > > use
> > > > > > the
> > > > > > > > > export
> > > > > > > > > > > > >> command.
> > > > > > > > > > > > >> >> > Im wondering if i'm in the right way,
because
> > the
> > > > > > command
> > > > > > > > > with
> > > > > > > > > > > > export
> > > > > > > > > > > > >> >> > doesn't produce any error to verify if
i'm
> > right
> > > or
> > > > > > > wrong.
> > > > > > > > > > > > >> >> > Thanks,
> > > > > > > > > > > > >> >> > Khaoula
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John Halley
Gotway
> > via
> > > > RT
> > > > > <
> > > > > > > > > > > > >> met_help at ucar.edu
> > > > > > > > > > > > >> >> >:
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >> > > Hello Khaoula,
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > Julie is out of town.  My name is
John, and
> > I'd
> > > > be
> > > > > > > happy
> > > > > > > > to
> > > > > > > > > > > help
> > > > > > > > > > > > >> >> answer
> > > > > > > > > > > > >> >> > > your MET questions.
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > I see that you're trying to get up
and
> > running
> > > > > using
> > > > > > > MET
> > > > > > > > to
> > > > > > > > > > > > verify
> > > > > > > > > > > > >> WRF
> > > > > > > > > > > > >> >> > > output.  MET doesn't read WRF output
files
> > > > > directly,
> > > > > > > but
> > > > > > > > > > > requires
> > > > > > > > > > > > >> that
> > > > > > > > > > > > >> >> > they
> > > > > > > > > > > > >> >> > > first be post-processed either with
the
> > WRF-ARW
> > > > > > pinterp
> > > > > > > > > > utility
> > > > > > > > > > > > or
> > > > > > > > > > > > >> the
> > > > > > > > > > > > >> >> > > Unified Post-Processor (UPP).  Of
the two,
> > I'd
> > > > > > strongly
> > > > > > > > > > > recommend
> > > > > > > > > > > > >> >> using
> > > > > > > > > > > > >> >> > UPP
> > > > > > > > > > > > >> >> > > which creates output in GRIB format
that is
> > > fully
> > > > > > > > supported
> > > > > > > > > > by
> > > > > > > > > > > > MET.
> > > > > > > > > > > > >> >> The
> > > > > > > > > > > > >> >> > > pinterp utility writes it output in
NetCDF
> > but
> > > we
> > > > > > only
> > > > > > > > > > support
> > > > > > > > > > > > data
> > > > > > > > > > > > >> >> > defined
> > > > > > > > > > > > >> >> > > on the non-staggered dimensions.
Since
> > > velocity
> > > > > > points
> > > > > > > > are
> > > > > > > > > > > > >> staggered
> > > > > > > > > > > > >> >> in
> > > > > > > > > > > > >> >> > > WRF, MET can't be used to verifying
winds
> in
> > > > > pinterp
> > > > > > > > > output.
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > Another advantage to using UPP is
that GRIB
> > > data
> > > > > can
> > > > > > be
> > > > > > > > > > easily
> > > > > > > > > > > > >> >> regridded
> > > > > > > > > > > > >> >> > > using the copygb utility.  copygb is
> included
> > > in
> > > > > the
> > > > > > > UPP
> > > > > > > > > > > package.
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > You can download pinterp here:
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >>
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > And you can download UPP here:
> > > > > > > > > > > > >> >> > >
> > > > > > > > > http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > Hope that helps.
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > Thanks,
> > > > > > > > > > > > >> >> > > John Halley Gotway
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM,
Melki
> > Khaoula
> > > > via
> > > > > > RT <
> > > > > > > > > > > > >> >> met_help at ucar.edu
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > wrote:
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > > > <URL:
> > > > > > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > >
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > > > Hi Julie,
> > > > > > > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > > > > > > >> >> > > > I downloaded post processor but i
can't
> > find
> > > > the
> > > > > > > > WRF-ARW
> > > > > > > > > > > > p-interp
> > > > > > > > > > > > >> >> Tool
> > > > > > > > > > > > >> >> > > when
> > > > > > > > > > > > >> >> > > > i use the link posted in the
tutorial.
> > > > > > > > > > > > >> >> > > > also,what i don't understand the
utility
> of
> > > the
> > > > > > > copygb
> > > > > > > > > > > utility
> > > > > > > > > > > > >> and
> > > > > > > > > > > > >> >> > from
> > > > > > > > > > > > >> >> > > > where to get it.
> > > > > > > > > > > > >> >> > > > i don't know what to do next to
> downloading
> > > and
> > > > > > > > compiling
> > > > > > > > > > > > >> required
> > > > > > > > > > > > >> >> > > > libraries.
> > > > > > > > > > > > >> >> > > > Thanks,
> > > > > > > > > > > > >> >> > > > Khaoula
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki
Khaoula <
> > > > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > > >> >:
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > > *I  unpacked the HDF librarry.*
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > > *When lookig the HDF-EOS
library, i
> found
> > > in
> > > > > the
> > > > > > > > > website
> > > > > > > > > > is
> > > > > > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > > *i tried to unpack it, i didn't
find
> the
> > > > right
> > > > > > > > command
> > > > > > > > > to
> > > > > > > > > > > do
> > > > > > > > > > > > >> it.*
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > > *Is there any command to unpak
this
> > > library.*
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > > *Thanks,*
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00 Julie
> > Prestopnik
> > > > via
> > > > > > RT
> > > > > > > <
> > > > > > > > > > > > >> >> > met_help at ucar.edu
> > > > > > > > > > > > >> >> > > >:
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >> The GRIB2 C-Library is used by
the MET
> > > > library
> > > > > > > code
> > > > > > > > to
> > > > > > > > > > > read
> > > > > > > > > > > > >> GRIB2
> > > > > > > > > > > > >> >> > data
> > > > > > > > > > > > >> >> > > > >> files. The GRIB2 C-Library
requires
> the
> > > > > > libraries
> > > > > > > > > zlib,
> > > > > > > > > > > > jasper
> > > > > > > > > > > > >> >> and
> > > > > > > > > > > > >> >> > png
> > > > > > > > > > > > >> >> > > > to
> > > > > > > > > > > > >> >> > > > >> be present on your system.
Support for
> > > GRIB2
> > > > > is
> > > > > > > > > optional
> > > > > > > > > > > and
> > > > > > > > > > > > >> can
> > > > > > > > > > > > >> >> be
> > > > > > > > > > > > >> >> > > > >> enabled
> > > > > > > > > > > > >> >> > > > >> with the *--enable-grib2*
option for
> > > > > configure.
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >> Julie
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56
AM, Melki
> > > > Khaoula
> > > > > > via
> > > > > > > > RT
> > > > > > > > > <
> > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > > > > > > >> >> > > > >> wrote:
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >> > <URL:
> > > > > > > > > > > > >>
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > > > > > > >> >> > > > >> > It works.
> > > > > > > > > > > > >> >> > > > >> > I compile Nectcdf , GNU  and
zlib
> > > > libraries.
> > > > > > > > > > > > >> >> > > > >> > About GRIB C library, i
downloaded
> the
> > > > > library
> > > > > > > and
> > > > > > > > > > > > unpacked
> > > > > > > > > > > > >> >> it.
> > > > > > > > > > > > >> >> > > > >> > how it can be used by MET?
> > > > > > > > > > > > >> >> > > > >> > Thanks,
> > > > > > > > > > > > >> >> > > > >> > khaoula
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00
Julie
> > > > Prestopnik
> > > > > > via
> > > > > > > > RT <
> > > > > > > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > > > > > > >> >> > > > >:
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > I'm glad that you were able
to get
> > > > BUFRLIB
> > > > > > > > > > installed.
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > You said, "when trying to
run the
> > firs
> > > > > > command
> > > > > > > > of
> > > > > > > > > *
> > > > > > > > > > > *cd
> > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > > > > > > >> >> > > > >> > he
> > > > > > > > > > > > >> >> > > > >> > > wrote me no file or
directory"
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > In the tutorial, when we
say "*cd
> > > > > > > > > /path/to/netcdf*"
> > > > > > > > > > > you
> > > > > > > > > > > > >> >> should
> > > > > > > > > > > > >> >> > > > change
> > > > > > > > > > > > >> >> > > > >> > > directories to the location
where
> > your
> > > > > > netcdf
> > > > > > > > > > > directory
> > > > > > > > > > > > >> is on
> > > > > > > > > > > > >> >> > your
> > > > > > > > > > > > >> >> > > > >> > machine.
> > > > > > > > > > > > >> >> > > > >> > > For example, if you
unpacked the
> tar
> > > > file
> > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > > > > > > >> >> in
> > > > > > > > > > > > >> >> > a
> > > > > > > > > > > > >> >> > > > >> > directory
> > > > > > > > > > > > >> >> > > > >> > > path of
> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > > > > > you
> > > > > > > > > > > would
> > > > > > > > > > > > >> run
> > > > > > > > > > > > >> >> "cd
> > > > > > > > > > > > >> >> > > > >> > >
> > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > > > > > > > > > */path/to/netcdf
> > > > > > > > > > > > >> >> *is a
> > > > > > > > > > > > >> >> > > > place
> > > > > > > > > > > > >> >> > > > >> > > holder for the location on
your
> > > machine.
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > You said, "setenv CC
> > > > /path/to/c/compiler.
> > > > > It
> > > > > > > > > doesn't
> > > > > > > > > > > > >> work.he
> > > > > > > > > > > > >> >> > said
> > > > > > > > > > > > >> >> > > > >> command
> > > > > > > > > > > > >> >> > > > >> > > of setenv doesn't exist.*"
> "setenv"
> > > is
> > > > > the
> > > > > > > name
> > > > > > > > > of
> > > > > > > > > > > the
> > > > > > > > > > > > >> >> command
> > > > > > > > > > > > >> >> > > used
> > > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > > >> >> > > > >> > set
> > > > > > > > > > > > >> >> > > > >> > > environment variables in
the *csh
> > > family
> > > > > of
> > > > > > > > > shells.
> > > > > > > > > > > If
> > > > > > > > > > > > >> you
> > > > > > > > > > > > >> >> are
> > > > > > > > > > > > >> >> > > > using
> > > > > > > > > > > > >> >> > > > >> a
> > > > > > > > > > > > >> >> > > > >> > > different shell, however,
you may
> > need
> > > > to
> > > > > > use
> > > > > > > > > > > "export",
> > > > > > > > > > > > >> >> which is
> > > > > > > > > > > > >> >> > > the
> > > > > > > > > > > > >> >> > > > >> name
> > > > > > > > > > > > >> >> > > > >> > > of the command in the
"other"
> family
> > > of
> > > > > > shells
> > > > > > > > > (ash,
> > > > > > > > > > > > >> bourne,
> > > > > > > > > > > > >> >> > > bourne
> > > > > > > > > > > > >> >> > > > >> > again,
> > > > > > > > > > > > >> >> > > > >> > > zsh).  To find out what
shell you
> > are
> > > > > using,
> > > > > > > you
> > > > > > > > > can
> > > > > > > > > > > run
> > > > > > > > > > > > >> >> "echo
> > > > > > > > > > > > >> >> > > > >> $SHELL".
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > If you are using a shell
other
> than
> > > the
> > > > > *csh
> > > > > > > > > family
> > > > > > > > > > of
> > > > > > > > > > > > >> >> shells,
> > > > > > > > > > > > >> >> > and
> > > > > > > > > > > > >> >> > > > you
> > > > > > > > > > > > >> >> > > > >> > need
> > > > > > > > > > > > >> >> > > > >> > > to use "export", the syntax
is
> > > slightly
> > > > > > > > different.
> > > > > > > > > > > > >> Instead
> > > > > > > > > > > > >> >> of
> > > > > > > > > > > > >> >> > > > >> running:
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > setenv CC
/path/to/c/compiler
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > you would run
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > export
CC=/path/to/c/compiler
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > Please note, it is import
that
> when
> > > > using
> > > > > > the
> > > > > > > > > export
> > > > > > > > > > > > >> command
> > > > > > > > > > > > >> >> > that
> > > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > > >> >> > > > >> > are
> > > > > > > > > > > > >> >> > > > >> > > no spaces before or after
the "=".
> > > > Also,
> > > > > in
> > > > > > > > this
> > > > > > > > > > > case,
> > > > > > > > > > > > >> >> please
> > > > > > > > > > > > >> >> > > note
> > > > > > > > > > > > >> >> > > > >> that
> > > > > > > > > > > > >> >> > > > >> > > "/path/to/c/compiler"
should be
> > > replaced
> > > > > > with
> > > > > > > > the
> > > > > > > > > > path
> > > > > > > > > > > > to
> > > > > > > > > > > > >> >> the c
> > > > > > > > > > > > >> >> > > > >> compiler
> > > > > > > > > > > > >> >> > > > >> > on
> > > > > > > > > > > > >> >> > > > >> > > your machine.  For example.
on my
> > > > machine,
> > > > > > gcc
> > > > > > > > > lives
> > > > > > > > > > > at
> > > > > > > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > > > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > so if I used setenv, I
would run:
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > setenv CC /usr/bin/X11/gcc
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > but if I used export, I
would run:
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > export CC=/usr/bin/X11/gcc
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > I hope this helps.  In the
future,
> > if
> > > > you
> > > > > > > > > experience
> > > > > > > > > > > any
> > > > > > > > > > > > >> >> > problems
> > > > > > > > > > > > >> >> > > or
> > > > > > > > > > > > >> >> > > > >> > > errors, it would be helpful
if you
> > > could
> > > > > > copy
> > > > > > > > and
> > > > > > > > > > > paste
> > > > > > > > > > > > >> the
> > > > > > > > > > > > >> >> > > commands
> > > > > > > > > > > > >> >> > > > >> you
> > > > > > > > > > > > >> >> > > > >> > > have run along with the
errors
> they
> > > > > > produced.
> > > > > > > > If
> > > > > > > > > > > often
> > > > > > > > > > > > >> gives
> > > > > > > > > > > > >> >> > us a
> > > > > > > > > > > > >> >> > > > >> > clearer
> > > > > > > > > > > > >> >> > > > >> > > picture of what has gone
wrong.
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > Please let us know if you
> experience
> > > > other
> > > > > > > > > problems
> > > > > > > > > > > and
> > > > > > > > > > > > >> need
> > > > > > > > > > > > >> >> > help.
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > > > > > > >> >> > > > >> > > Julie
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at
5:44 AM,
> > Melki
> > > > > > Khaoula
> > > > > > > > via
> > > > > > > > > > RT
> > > > > > > > > > > <
> > > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > wrote:
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > > > > > > >> >>
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *i'm now trying to
compile the
> > > netcdf
> > > > > > > > library.*
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *I'm wondering about the
steps
> > > written
> > > > > in
> > > > > > > the
> > > > > > > > > > > > tutorial:
> > > > > > > > > > > > >> *
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf
setenv CC
> > > > > > > > > /path/to/c/compiler
> > > > > > > > > > > > setenv
> > > > > > > > > > > > >> >> CXX
> > > > > > > > > > > > >> >> > > > >> > > >    /path/to/c++/compiler
setenv
> FC
> > > ''
> > > > > > setenv
> > > > > > > > F90
> > > > > > > > > > ''
> > > > > > > > > > > > >> >> > ./configure
> > > > > > > > > > > > >> >> > > > >> > > >
--prefix=/netcdf/install/path
> > > > > > > > > > --disable-netcdf-4
> > > > > > > > > > > > make
> > > > > > > > > > > > >> >> make
> > > > > > > > > > > > >> >> > > > >> install i
> > > > > > > > > > > > >> >> > > > >> > > >    installed the netcdf-
4.3.3.1
> > as a
> > > > > > > > independent
> > > > > > > > > > > > >> directory,
> > > > > > > > > > > > >> >> > but
> > > > > > > > > > > > >> >> > > > when
> > > > > > > > > > > > >> >> > > > >> > > > trying to
> > > > > > > > > > > > >> >> > > > >> > > >    run the firs command
of *
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he
wrote me
> > no
> > > > file
> > > > > > or
> > > > > > > > > > > directory.
> > > > > > > > > > > > >> so i
> > > > > > > > > > > > >> >> > > > create a
> > > > > > > > > > > > >> >> > > > >> > file
> > > > > > > > > > > > >> >> > > > >> > > > called path existed in to
file
> > which
> > > > are
> > > > > > > both
> > > > > > > > > > > included
> > > > > > > > > > > > >> in
> > > > > > > > > > > > >> >> > netcdf
> > > > > > > > > > > > >> >> > > > >> > > directory.
> > > > > > > > > > > > >> >> > > > >> > > > but when running   setenv
CC
> > > > > > > > > /path/to/c/compiler.
> > > > > > > > > > It
> > > > > > > > > > > > >> >> doesn't
> > > > > > > > > > > > >> >> > > > work.he
> > > > > > > > > > > > >> >> > > > >> > said
> > > > > > > > > > > > >> >> > > > >> > > > command of setenv doesn't
> exist.*
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *Thank you really for
your help
> > and
> > > > your
> > > > > > > Time
> > > > > > > > > > > Julie.*
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > 2015-06-18 20:15
GMT+02:00 Julie
> > > > > > Prestopnik
> > > > > > > > via
> > > > > > > > > > RT <
> > > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > >:
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > We are able to
reproduce the
> > > > problems
> > > > > > you
> > > > > > > > are
> > > > > > > > > > > > >> >> experiencing
> > > > > > > > > > > > >> >> > > with
> > > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > > >> >> > > > >> > > > latest
> > > > > > > > > > > > >> >> > > > >> > > > > version of BUFRLIB.  We
are
> > > working
> > > > > on a
> > > > > > > > > > solution
> > > > > > > > > > > to
> > > > > > > > > > > > >> get
> > > > > > > > > > > > >> >> the
> > > > > > > > > > > > >> >> > > > >> > > compilation
> > > > > > > > > > > > >> >> > > > >> > > > > working.
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > In the meantime, I have
> uploaded
> > > the
> > > > > > > > previous
> > > > > > > > > > > > version
> > > > > > > > > > > > >> of
> > > > > > > > > > > > >> >> > > BUFRLIB
> > > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > > >> >> > > > >> > our
> > > > > > > > > > > > >> >> > > > >> > > > ftp
> > > > > > > > > > > > >> >> > > > >> > > > > site so that you can
make some
> > > > > progress
> > > > > > > and
> > > > > > > > > > start
> > > > > > > > > > > > >> working
> > > > > > > > > > > > >> >> > with
> > > > > > > > > > > > >> >> > > > >> MET.
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > Please execute the
following
> > > > commands.
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > *Make a new directory
to
> contain
> > > the
> > > > > > > BUFRLIB
> > > > > > > > > > code
> > > > > > > > > > > > >> (e.g.
> > > > > > > > > > > > >> >> > mkdir
> > > > > > > > > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > > > > > > > > >> >> > > > >> > > > > *Change directories to
that
> new
> > > > > > directory
> > > > > > > > > (e.g.
> > > > > > > > > > > cd *
> > > > > > > > > > > > >> >> > > > >> > > > >
*/home/user/BUFRLIB).wget
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >>
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > > >> >> > > > >> > > > > <
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >>
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > > >> >> > > > >> > > > > >*
> > > > > > > > > > > > >> >> > > > >> > > > > *tar -xvf BUFRLIB_v10-
2-3.tar*
> > > > > > > > > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE
*.c*
> > > > > > > > > > > > >> >> > > > >> > > > > *gfortran -c
-DUNDERSCORE
> > > > > > > > > -fno-second-underscore
> > > > > > > > > > > *.f
> > > > > > > > > > > > >> *.F*
> > > > > > > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a *.o*
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > You should get a
successful
> > > > > compilation
> > > > > > > with
> > > > > > > > > > this
> > > > > > > > > > > > >> older
> > > > > > > > > > > > >> >> > > version
> > > > > > > > > > > > >> >> > > > of
> > > > > > > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please let us
know
> how
> > > it
> > > > > > goes.
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015 at
4:18
> AM,
> > > > Melki
> > > > > > > > Khaoula
> > > > > > > > > > via
> > > > > > > > > > > > RT
> > > > > > > > > > > > >> <
> > > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > > > > > > >> >> > >
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > > > > > > >> >> > > > >> > > > > > Happy with your
email.
> > > > > > > > > > > > >> >> > > > >> > > > > > It is really
motivating to
> > > receive
> > > > > > your
> > > > > > > > help
> > > > > > > > > > in
> > > > > > > > > > > > >> >> compiling
> > > > > > > > > > > > >> >> > > MET
> > > > > > > > > > > > >> >> > > > >> > model.
> > > > > > > > > > > > >> >> > > > >> > > > > > You find  two
terminal
> > > containing
> > > > > > errors
> > > > > > > > of
> > > > > > > > > > > runing
> > > > > > > > > > > > >> gcc
> > > > > > > > > > > > >> >> and
> > > > > > > > > > > > >> >> > > > >> gfortran
> > > > > > > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24
GMT+02:00
> > Julie
> > > > > > > > Prestopnik
> > > > > > > > > > via
> > > > > > > > > > > > RT <
> > > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > > > >:
> > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I don't
believe
> > > that
> > > > > you
> > > > > > > > should
> > > > > > > > > > > have
> > > > > > > > > > > > to
> > > > > > > > > > > > >> >> > > reinstall
> > > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > > >> >> > > > >> > > > > > > compilers.  That is
likely
> > not
> > > > the
> > > > > > > > > problem.
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > You said that you
received
> > an
> > > > > error
> > > > > > > > > message
> > > > > > > > > > > when
> > > > > > > > > > > > >> >> running
> > > > > > > > > > > > >> >> > > the
> > > > > > > > > > > > >> >> > > > >> > > > following:
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > gcc -c -DUNDERSCORE
*.c
> > > > > > > > > > > > >> >> > > > >> > > > > > > gfortran -c
-DUNDERSCORE
> > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > >> *.f
> > > > > > > > > > > > >> >> *.F
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > Could you please
send the
> > full
> > > > > error
> > > > > > > > that
> > > > > > > > > > you
> > > > > > > > > > > > >> >> received?
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16,
2015 at
> 2:15
> > > AM,
> > > > > > Melki
> > > > > > > > > > Khaoula
> > > > > > > > > > > > via
> > > > > > > > > > > > >> >> RT <
> > > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > Thanks for your
email.
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > In trying the
command
> > > whereis
> > > > > gcc
> > > > > > > and
> > > > > > > > > > > whereis
> > > > > > > > > > > > >> >> > gfortran,
> > > > > > > > > > > > >> >> > > > >> this is
> > > > > > > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
> BUFRLIB]#
> > > > > > whereis
> > > > > > > > > > gfortran
> > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran:
> > /usr/bin/gfortran
> > > > > > > > > > > > >> >> > > > >>
/usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
> BUFRLIB]#
> > > > > > whereis
> > > > > > > > gcc
> > > > > > > > > > > > >> >> > > > >> > > > > > > > gcc: /usr/bin/gcc
> > > /usr/lib/gcc
> > > > > > > > > > > > /usr/libexec/gcc
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > So i go to try
the
> command
> > > of
> > > > > *gcc
> > > > > > > -c
> > > > > > > > > > > > >> -DUNDERSCORE
> > > > > > > > > > > > >> >> *.c
> > > > > > > > > > > > >> >> > > > and *
> > > > > > > > > > > > >> >> > > > >> > > > > > > > *gfortran -c
> -DUNDERSCORE
> > > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > >> >> *.f
> > > > > > > > > > > > >> >> > > *.F *
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > *Linux return me
a
> message
> > > of
> > > > > > > error.*
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > *So i tried to
reinstall
> > gcc
> > > > > > > compiler
> > > > > > > > > > using
> > > > > > > > > > > > yum
> > > > > > > > > > > > >> >> > install
> > > > > > > > > > > > >> >> > > > >> gcc, i
> > > > > > > > > > > > >> >> > > > >> > > > found
> > > > > > > > > > > > >> >> > > > >> > > > > > that
> > > > > > > > > > > > >> >> > > > >> > > > > > > > the last pack of
gcc was
> > > > > > installed.
> > > > > > > > But
> > > > > > > > > > when
> > > > > > > > > > > > >> >> > > reinstalling
> > > > > > > > > > > > >> >> > > > >> > > gfortran
> > > > > > > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > > > > > > >> >> > > > >> > > > > > > > using yum install
> > gfortran,
> > > i
> > > > > > found
> > > > > > > an
> > > > > > > > > > > message
> > > > > > > > > > > > >> >> telling
> > > > > > > > > > > > >> >> > > me
> > > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > > >> >> > > > >> > > is
> > > > > > > > > > > > >> >> > > > >> > > > no
> > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran pack to
> install.
> > *
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > *I don't know
what to
> do.*
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > *Thank you for
your time
> > and
> > > > > your
> > > > > > > > > > > cooperation*
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > *yours faithfully
*
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > 2015-06-15 18:49
> GMT+02:00
> > > > Julie
> > > > > > > > > > Prestopnik
> > > > > > > > > > > > via
> > > > > > > > > > > > >> RT
> > > > > > > > > > > > >> >> <
> > > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.
Thank you
> for
> > > > > trying
> > > > > > to
> > > > > > > > use
> > > > > > > > > > the
> > > > > > > > > > > > MET
> > > > > > > > > > > > >> >> > > software.
> > > > > > > > > > > > >> >> > > > >> I'm
> > > > > > > > > > > > >> >> > > > >> > > not
> > > > > > > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > understand what
you
> are
> > > > > asking.
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > You mentioned
that you
> > > want
> > > > to
> > > > > > > > compile
> > > > > > > > > > > > >> BUFRLIB.
> > > > > > > > > > > > >> >> As
> > > > > > > > > > > > >> >> > is
> > > > > > > > > > > > >> >> > > > >> > > explained
> > > > > > > > > > > > >> >> > > > >> > > > on
> > > > > > > > > > > > >> >> > > > >> > > > > > the
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > following page
of the
> > MET
> > > > > Online
> > > > > > > > > > Tutorial
> > > > > > > > > > > > for
> > > > > > > > > > > > >> >> > METv5.0:
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >>
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > you can use the
GNU
> gcc
> > > and
> > > > > > > gfortran
> > > > > > > > > > > > >> compilers,
> > > > > > > > > > > > >> >> the
> > > > > > > > > > > > >> >> > > PGI
> > > > > > > > > > > > >> >> > > > >> pgcc
> > > > > > > > > > > > >> >> > > > >> > > and
> > > > > > > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > compilers, or
the
> Intel
> > > icc
> > > > > and
> > > > > > > > ifort
> > > > > > > > > > > > >> compilers.
> > > > > > > > > > > > >> >> > You
> > > > > > > > > > > > >> >> > > > are
> > > > > > > > > > > > >> >> > > > >> > > welcome
> > > > > > > > > > > > >> >> > > > >> > > > > to
> > > > > > > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc and
gfortran (GNU)
> > if
> > > > you
> > > > > > > would
> > > > > > > > > like
> > > > > > > > > > > to.
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Most LINUX
> distributions
> > > > come
> > > > > > with
> > > > > > > > the
> > > > > > > > > > > > >> compilers.
> > > > > > > > > > > > >> >> > To
> > > > > > > > > > > > >> >> > > > find
> > > > > > > > > > > > >> >> > > > >> > gcc
> > > > > > > > > > > > >> >> > > > >> > > > and
> > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > on your
machine, you
> can
> > > run
> > > > > the
> > > > > > > > > > following
> > > > > > > > > > > > >> >> commands:
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis
gfortran
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Here are the
results I
> > get
> > > > > after
> > > > > > > > > running
> > > > > > > > > > > > those
> > > > > > > > > > > > >> >> two
> > > > > > > > > > > > >> >> > > > >> commands:
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > gfortran:
> > > /usr/bin/gfortran
> > > > > > > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc:
/usr/bin/gcc
> > > > /usr/lib/gcc
> > > > > > > > > > > > >> /usr/bin/X11/gcc
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > I hope that
helps.
> > Please
> > > > let
> > > > > > me
> > > > > > > > know
> > > > > > > > > > if
> > > > > > > > > > > I
> > > > > > > > > > > > >> have
> > > > > > > > > > > > >> >> not
> > > > > > > > > > > > >> >> > > > >> answered
> > > > > > > > > > > > >> >> > > > >> > > > your
> > > > > > > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > and if this
solves the
> > > > problem
> > > > > > for
> > > > > > > > > you.
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun 15,
2015
> at
> > > 5:40
> > > > > AM,
> > > > > > > > Melki
> > > > > > > > > > > > Khaoula
> > > > > > > > > > > > >> >> via
> > > > > > > > > > > > >> >> > RT
> > > > > > > > > > > > >> >> > > <
> > > > > > > > > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15
05:40:22
> > > 2015:
> > > > > > > Request
> > > > > > > > > > 72309
> > > > > > > > > > > > was
> > > > > > > > > > > > >> >> acted
> > > > > > > > > > > > >> >> > > > upon.
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Transaction:
Ticket
> > > > created
> > > > > by
> > > > > > > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >        Queue:
> met_help
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >      Subject:
(No
> > > subject
> > > > > > given)
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >        Owner:
Nobody
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >   Requestors:
> > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >       Status:
new
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >  Ticket <URL:
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >>
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Dear Sir/Mrs,
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > i4m traynig
to use
> MET
> > > > > model.
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > About
compilation of
> > > > > BUFRLIB,
> > > > > > i
> > > > > > > > need
> > > > > > > > > > gcc
> > > > > > > > > > > > and
> > > > > > > > > > > > >> >> > > gfortran
> > > > > > > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Do i need to
install
> > > > fortran
> > > > > > > and C
> > > > > > > > > > > > software
> > > > > > > > > > > > >> for
> > > > > > > > > > > > >> >> > > LINUX
> > > > > > > > > > > > >> >> > > > >> > before
> > > > > > > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > their
compilers?
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Yours
sincerly,
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Khaoula MELKI
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
Prestopnik
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > National Center
for
> > > > > Atmospheric
> > > > > > > > > Research
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Research
Applications
> > > > > Laboratory
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Phone:
303.497.8399
> > > > > > > > > > > > >> >> > > > >> > > > > > > > > Email:
> jpresto at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > > > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > > > > > > > > >> >> > > > >> > > > > > > National Center for
> > > Atmospheric
> > > > > > > Research
> > > > > > > > > > > > >> >> > > > >> > > > > > > Research
Applications
> > > Laboratory
> > > > > > > > > > > > >> >> > > > >> > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > >> >> > > > >> > > > > > > Email:
jpresto at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > > --
> > > > > > > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > > > > > > >> >> > > > >> > > > > National Center for
> Atmospheric
> > > > > Research
> > > > > > > > > > > > >> >> > > > >> > > > > Research Applications
> Laboratory
> > > > > > > > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > > > > > > > >> >> > > > >> > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > > --
> > > > > > > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > > > > > > >> >> > > > >> > > National Center for
Atmospheric
> > > Research
> > > > > > > > > > > > >> >> > > > >> > > Research Applications
Laboratory
> > > > > > > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >> --
> > > > > > > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > > > > > > >> >> > > > >> National Center for Atmospheric
> Research
> > > > > > > > > > > > >> >> > > > >> Research Applications
Laboratory
> > > > > > > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >> >
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >>
> > > > > > > > > > > > >> >
> > > > > > > > > > > > >>
> > > > > > > > > > > > >>
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Julie Prestopnik
> > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Wed Aug 05 04:44:18 2015

Hi john,
Thank you for your help.
It works but there is another error. He cannot find the netcdf.hh
file.
I used export MET_NETCDF=/root/Bureau/netcdf-36.3
but it still the same error.
you find attached make_install file.
Thanks,
Khaoula

2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:

> Hello Khaoula,
>
> My name is John Halley Gotway.  Julie's out of town until next week,
but
> hopefully I can help you with this issue.  Thanks for sending the
output of
> make - that's very helpful.  Here's the relevant error you're
getting:
>
> data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou dossier de
ce type
>
> Using google translate, I see that means: No files or folders of
this type
>
> Basically, MET isn't able to find the file named "grib2.h", which is
> included in the library named "g2clib".  Since you're compiling
support for
> GRIB2, I assume you've already compiled that library.  If that's not
the
> case, please see the information here:
>
>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>
> Once you've compiled "g2clib", try setting the following:
> If you're using csh:
>    setenv MET_GRIB2INC /path/to/g2clib
>    setenv MET_GRIB2LIB /path/to/g2clib
>
> If you're using bash:
>    export MET_GRIB2INC=/path/to/g2clib
>    export MET_GRIB2LIB=/path/to/g2clib
>
> And from the top-level met-5.0 directory, rerun the "configure"
command you
> used for MET, and then run:
>    make clean
>    make install >& make_install.log
>
> Please let me know how it goes.
>
> Thanks,
> John
>
> On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi Julie,
> > Thank you for your help.
> > i could install libpng library.
> > But there is another problem.  When executing *make install >&
> > make_install.log &*
> >
> > *tail -f make_install.log.*
> >
> > *threr is an error in  file make_install.log that there is no file
named
> > grib2.h.*
> > *there is the make _install.log.*
> >
> > *Thanks *
> >
> > *Khaoula *
> >
> > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Khaoula.
> > >
> > > While I saw that you have a "include", "lib", and "share"
> subdirectories
> > > under /usr/bin/zlib, I could not see the contents of those
directories.
> > >
> > > Could you please verify that you have the files "zlib.h" and
"zconf.h"
> in
> > > the "include" subdirectory?  Could you also please verify that
you have
> > > "libz.a" and other "libz.so" files in the "lib" subdirectory?
> > >
> > > Assuming those files are in place, it looks like you got a
successful
> > > installation of zlib, but libpng couldn't find zlib.
> > >
> > > Try recompiling libpng as follows,
> > >   *replacing "/path/to/libpng/install/**directory" with the path
where
> > you
> > > would like to install libpng*:
> > >
> > >   cd /root/Bureau/libpng-1.2.34
> > >   make clean
> > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> > >   ./configure --prefix=/path/to/libpng/install/directory
> > >   make
> > >   make install
> > >
> > > That should do the trick.  With those environment variables,
you're
> > telling
> > > it where to find the zlib header and object files.  Give that a
try and
> > let
> > > me know if you're able to compile libpng successfully.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > >
> > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hi Julie,
> > > > No i didn't get a successful install of libpng because the
first
> > problem
> > > > was installation of zlib.
> > > > you find a script joint to this email of running ls -l
usr/bin/zlib.
> > > > Thanks,
> > > > Khaoula MELKI
> > > >
> > > >
> > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Hi Khaoula.
> > > > >
> > > > > Instead of running "ls -l zlib-1.2.8" to show me the
contents of
> the
> > > > > package, could you please run "ls -l /usr/bin/zlib" so I can
see
> how
> > > the
> > > > > package was installed?
> > > > >
> > > > > Also, were you able to get a successful install of libpng
after
> > setting
> > > > the
> > > > > environment variables LDFLAGS and CPPFLAGS?
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > > >
> > > > > > Hi Julie,
> > > > > >
> > > > > > there is a terminal containing results of ls -l zlib-1.2.8
> > > > > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
> > > > > > i uses the command whereis zlib:
> > > > > >  it returns : usr/bin/zlib
> > > > > > Thanks,
> > > > > > Khaoula
> > > > > >
> > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > > >
> > > > > > > Hi Khaoula.
> > > > > > >
> > > > > > > I see in your configure log the error:
> > > > > > >
> > > > > > > configure: error: zlib not installed
> > > > > > >
> > > > > > > Were you able to get a successful install of zlib?  If
so,
> could
> > > you
> > > > > > please
> > > > > > > tell me where it is installed and run "ls -l" in that
directory
> > so
> > > I
> > > > > can
> > > > > > > see its contents? And, if you were able to get a
successful
> > install
> > > > of
> > > > > > > zlib, were you able to get a successful install of
libpng?
> > > > > > >
> > > > > > > Once you get a successful install of zlib, png, jasper,
and the
> > > > GRIB2-C
> > > > > > > Library, we can revisit running the configure script.
> > > > > > >
> > > > > > > NCEP's GRIB2 C-Library is an optional package for MET.
If you
> do
> > > not
> > > > > > need
> > > > > > > GRIB2 support, you do not need to install the library.
I just
> > > wanted
> > > > > to
> > > > > > > make sure you knew that in case you didn't need GRIB2
support.
> > If
> > > > you
> > > > > do
> > > > > > > need it, we'll keep working at it and try to get it
working for
> > you
> > > > > soon.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Julie
> > > > > > >
> > > > > > >
> > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > > > > >
> > > > > > > > Hi Julie,
> > > > > > > > the same problem appear again.
> > > > > > > > you find a file joined to this e-mail.
> > > > > > > > thanks,
> > > > > > > > Khaoula
> > > > > > > >
> > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT <
> > > > > met_help at ucar.edu
> > > > > > >:
> > > > > > > >
> > > > > > > > > Hi Khaoula.
> > > > > > > > >
> > > > > > > > > I see that you tried to install zlib, but have a
question
> > about
> > > > the
> > > > > > > > install
> > > > > > > > > path.
> > > > > > > > >
> > > > > > > > > You can install zlib where ever you would like,
either in
> > > > > /zlib-1.2.8
> > > > > > > > > or /usr/local/bin
> > > > > > > > > (assuming you have root access) or somewhere else
entirely.
> > > So,
> > > > it
> > > > > > > > sounds
> > > > > > > > > like you followed these generic instructions:
> > > > > > > > >
> > > > > > > > > cd /path/to/zlib
> > > > > > > > > ./configure --prefix=/zlib/install/path
> > > > > > > > > make test
> > > > > > > > > make install
> > > > > > > > >
> > > > > > > > > replacing /path/to/zlib with /root/Bureau/zlib-1.2.8
and
> > > > replacing
> > > > > > > > > /zlib/install/path
> > > > > > > > > with /zlib-1.2.8 as follows:
> > > > > > > > >
> > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > > > > > > > > ./configure --prefix=/zlib-1.2.8
> > > > > > > > > make test
> > > > > > > > > make install
> > > > > > > > >
> > > > > > > > > It sounds like you got a successful installation of
zlib,
> but
> > > > > libpng
> > > > > > > > > couldn't find zlib.
> > > > > > > > >
> > > > > > > > > Try recompiling libpng as follows,
> > > > > > > > >   replacing "/path/to/libz.a/directory" with the
path to
> > libz.a
> > > > > > (leave
> > > > > > > > the
> > > > > > > > > -L in place in the example below)
> > > > > > > > >   replacing "/path/to/zlib.h/directory" with the
path to
> > zlib.h
> > > > > > (leave
> > > > > > > > the
> > > > > > > > > -I in place in the example below)
> > > > > > > > >   and replacing "/path/to/libpng/install/directory"
with
> the
> > > path
> > > > > > where
> > > > > > > > you
> > > > > > > > > would like to install libpng:
> > > > > > > > >
> > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> > > > > > > > >   make clean
> > > > > > > > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > > > > > > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > > > > > >   ./configure
--prefix=/path/to/libpng/install/directory
> > > > > > > > >   make
> > > > > > > > >   make install
> > > > > > > > >
> > > > > > > > > That should do the trick.  With those environment
> variables,
> > > > you're
> > > > > > > > telling
> > > > > > > > > it where to find the zlib header and object files.
Give
> > that a
> > > > try
> > > > > > and
> > > > > > > > let
> > > > > > > > > me know if you're able to compile libpng
successfully.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via
RT <
> > > > > > > met_help at ucar.edu
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > > > > > > >
> > > > > > > > > > Hi Julie,
> > > > > > > > > > Grib2 needs jasper, png and zlib libraries to
install.
> > > > > > > > > > in installing zlib library,i i used  these
commands:
> > > > > > > > > > *cd /path/to/zlib*
> > > > > > > > > > *./configure --prefix=/zlib/install/path*
> > > > > > > > > > *make test*
> > > > > > > > > >
> > > > > > > > > > *make install*
> > > > > > > > > >
> > > > > > > > > > *for my sysytem, path/to/zlib is root/Bureau/zlib-
1.2.8.*
> > > > > > > > > >
> > > > > > > > > > *about prefix=zlib/install/path. zlib/install/path
is the
> > > > > directory
> > > > > > > > > where i
> > > > > > > > > > put zlib installation, prefix=/zlib-1.2.8 or it is
> > > > usr/local/bin
> > > > > in
> > > > > > > > order
> > > > > > > > > > to be installed in the system.*
> > > > > > > > > >
> > > > > > > > > > *i found a problem when installing libpng library.
i used
> > > thses
> > > > > > > > > commands:*
> > > > > > > > > >
> > > > > > > > > > *cd libpng-1.2.34*
> > > > > > > > > >
> > > > > > > > > > *./configure --prefix=/root/Bureau/libpng-1.2.34*
> > > > > > > > > >
> > > > > > > > > > *make *
> > > > > > > > > >
> > > > > > > > > > *make install*
> > > > > > > > > >
> > > > > > > > > > *But when using configure, an error occur
informing me
> that
> > > > zlib
> > > > > > > isn't
> > > > > > > > > > installed.*
> > > > > > > > > >
> > > > > > > > > > *So, i was wondering about path to install. It is
in the
> > > > > directory
> > > > > > of
> > > > > > > > > > library or in the system unix(usr/local/bin)*
> > > > > > > > > > *Thanks,*
> > > > > > > > > >
> > > > > > > > > > *khaoula melki*
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via RT
<
> > > > > > > met_help at ucar.edu
> > > > > > > > >:
> > > > > > > > > >
> > > > > > > > > > > Hi Khaoula.
> > > > > > > > > > >
> > > > > > > > > > > There will not be a bin subdirectory when you
unpack
> > > met-5.0,
> > > > > but
> > > > > > > > there
> > > > > > > > > > > should be upon a successful installation of the
MET
> > tools.
> > > > > > Looking
> > > > > > > > at
> > > > > > > > > > your
> > > > > > > > > > > make_install.log file I see that there is a
problem
> > finding
> > > > > > > grib2.h:
> > > > > > > > > > >
> > > > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun
fichier
> ou
> > > > > dossier
> > > > > > de
> > > > > > > > ce
> > > > > > > > > > type
> > > > > > > > > > >
> > > > > > > > > > > NCEP's GRIB2C library is used by the MET library
code
> to
> > > read
> > > > > > GRIB2
> > > > > > > > > data
> > > > > > > > > > > files.  If you do not need GRIB2 capability, you
can
> > simply
> > > > > skip
> > > > > > > this
> > > > > > > > > > part
> > > > > > > > > > > of the installation by removing "--enable-grib2"
from
> > your
> > > > list
> > > > > > of
> > > > > > > > > > options
> > > > > > > > > > > to "./configure".  If you do need GRIB2
capability and
> > the
> > > > > grib2c
> > > > > > > > > library
> > > > > > > > > > > is not already on your system, you will need to
> download
> > > and
> > > > > > unpack
> > > > > > > > the
> > > > > > > > > > > grib2c tarball (
> > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > > > > and
> > > > > > > > > refer
> > > > > > > > > > > to
> > > > > > > > > > > the README file. Once built, MET expects the
GRIB2
> > > C-Library
> > > > to
> > > > > > be
> > > > > > > > > named
> > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library *requires the
> > libraries
> > > > > zlib,
> > > > > > > > jasper
> > > > > > > > > > and
> > > > > > > > > > > png* to be present on your system and those
packages
> are
> > > all
> > > > > > > > available
> > > > > > > > > in
> > > > > > > > > > > the link above. When configuring the MET build
after
> > > > > installation
> > > > > > > of
> > > > > > > > > the
> > > > > > > > > > > necessary libraries (or if grib2c, zlib, jasper,
and
> png
> > > are
> > > > > > > already
> > > > > > > > on
> > > > > > > > > > > your system), set the *MET_GRIB2C* (or
*MET_GRIB2CINC*
> > and
> > > > > > > > > > *MET_GRIB2CLIB*)
> > > > > > > > > > > environment variables to indicate the location
of this
> > > > library.
> > > > > > > > > > >
> > > > > > > > > > > Please let us know if you have any questions.
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Julie
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula
via RT <
> > > > > > > > > met_help at ucar.edu>
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Julie,
> > > > > > > > > > > > thank you for your response.
> > > > > > > > > > > > it rebuilt nectd.
> > > > > > > > > > > > my problem now is the bin subdirectory.
> > > > > > > > > > > > when unpacking met-5.0, thre is no
subdirectory
> called
> > > bin.
> > > > > > > > > > > >
> > > > > > > > > > > > Also, after setting environment variables, i
used the
> > > > > > > configuration
> > > > > > > > > > > script
> > > > > > > > > > > > with: ./configure --prefix=`pwd` --enable-
grib2
> > > > > --enable-modis
> > > > > > > > > > > > --enable-mode_graphics
> > > > > > > > > > > > there is no bin subdirectory  built or
recreated.
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Khaoula
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik
via RT <
> > > > > > > > > met_help at ucar.edu
> > > > > > > > > > >:
> > > > > > > > > > > >
> > > > > > > > > > > > > Taking another look at this, I do not see a
"-I"
> > entry
> > > > for
> > > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I
believe you
> > have
> > > > > > > > MET_NETCDF
> > > > > > > > > > set
> > > > > > > > > > > > to.
> > > > > > > > > > > > >
> > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> > > > > > -I../../../src/basic/vx_cal
> > > > > > > > > > > > > -I../../../src/basic/vx_config
> > > > -I../../../src/basic/vx_log
> > > > > > > > > > > > > -I../../../src/basic/vx_math
> > > -I../../../src/basic/vx_util
> > > > > > > > > > > > > -I../../../src/libcode/vx_afm
> > > > > > > > > -I../../../src/libcode/vx_analysis_util
> > > > > > > > > > > > > -I../../../src/libcode/vx_color
> > > > > > > -I../../../src/libcode/vx_data2d
> > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > > > > > > > -I../../../src/libcode/vx_geodesy
> > > > > > > > -I../../../src/libcode/vx_gnomon
> > > > > > > > > > > > > -I../../../src/libcode/vx_grid
> > > > > > > -I../../../src/libcode/vx_gsl_prob
> > > > > > > > > > > > > -I../../../src/libcode/vx_nav
> > > > > > -I../../../src/libcode/vx_nc_util
> > > > > > > > > > > > > -I../../../src/libcode/vx_pb_util
> > > > > > > > > -I../../../src/libcode/vx_plot_util
> > > > > > > > > > > > > -I../../../src/libcode/vx_ps
> > > > -I../../../src/libcode/vx_pxm
> > > > > > > > > > > > > -I../../../src/libcode/vx_render
> > > > > > > > > -I../../../src/libcode/vx_shapedata
> > > > > > > > > > > > > -I../../../src/libcode/vx_statistics
> > > > > > > > > > -I../../../src/libcode/vx_stat_out
> > > > > > > > > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4
> > -DWITH_GRIB2
> > > > > > > > > > > > > -DMET_BASE="\"/root/Bureau/met-
5.0/share/met\""  -g
> > -MT
> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c -o
> > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
> './'`nc_var_info.cc
> > > > > > > > > > > > > Dans le fichier inclus à partir de
> nc_var_info.cc:24:
> > > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh :
Aucun
> > fichier
> > > ou
> > > > > > > dossier
> > > > > > > > > de
> > > > > > > > > > ce
> > > > > > > > > > > > > type
> > > > > > > > > > > > >
> > > > > > > > > > > > > You could check the include area for
> > > > > > > /root/Bureau/netcdf-4.3.3.1
> > > > > > > > to
> > > > > > > > > > see
> > > > > > > > > > > > if
> > > > > > > > > > > > > there is a netcdf.hh file.  If there is,
you'll
> need
> > to
> > > > > make
> > > > > > > sure
> > > > > > > > > > that
> > > > > > > > > > > > met
> > > > > > > > > > > > > can find it by making sure the MET_NETCDF is
set
> > > > correctly,
> > > > > > > then
> > > > > > > > > > source
> > > > > > > > > > > > > your .bashrc or similar file, reconfigure,
and
> > rebuild
> > > > MET,
> > > > > > > > > > otherwise,
> > > > > > > > > > > if
> > > > > > > > > > > > > it is not there, I would suggest following
the
> > > > instructions
> > > > > > in
> > > > > > > my
> > > > > > > > > > most
> > > > > > > > > > > > > recent previous email.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Please let us know how it works out.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > Julie
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie
Prestopnik <
> > > > > > > > jpresto at ucar.edu
> > > > > > > > > >
> > > > > > > > > > > > wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Khaoula.  I apologize for the delayed
> > response.  I
> > > > was
> > > > > > out
> > > > > > > > of
> > > > > > > > > > > town.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I believe that I see in your
make_install.log
> that
> > > > there
> > > > > > is a
> > > > > > > > > > problem
> > > > > > > > > > > > > > finding netcdf.hh:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh :
Aucun
> > > fichier
> > > > ou
> > > > > > > > dossier
> > > > > > > > > > de
> > > > > > > > > > > ce
> > > > > > > > > > > > > > type
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > We've typically been compiling MET using
NetCDF
> > > version
> > > > > 3 -
> > > > > > > the
> > > > > > > > > > > > specific
> > > > > > > > > > > > > > version is netcdf-3.6.3.  I know that some
of the
> > > > > versions
> > > > > > of
> > > > > > > > > > netcdf
> > > > > > > > > > > no
> > > > > > > > > > > > > > longer include netcdf.hh, but that file is
> > necessary
> > > > for
> > > > > > our
> > > > > > > > > code.
> > > > > > > > > > > I'd
> > > > > > > > > > > > > > suggest downloading and compiling NetCDF
3.6.3
> > > locally
> > > > > > using
> > > > > > > > the
> > > > > > > > > > > > > > following steps:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > > > > > > > >
> > > > > > > > > >
> > > > > >
> > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Then run:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > > > > > > > make
> > > > > > > > > > > > > > make install
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > These commands should compile the C and
C++
> > > interfaces
> > > > > for
> > > > > > > > NetCDF
> > > > > > > > > > and
> > > > > > > > > > > > > > skip the Fortran interface that MET
doesn't use.
> > It
> > > > will
> > > > > > > > install
> > > > > > > > > > the
> > > > > > > > > > > > > > library in current "netcdf-3.6.3"
directory due
> to
> > > the
> > > > > > > > > > --prefix=`pwd`
> > > > > > > > > > > > > > option.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Next, you'll need to edit where you set
> MET_NETCDF
> > to
> > > > > point
> > > > > > > to
> > > > > > > > > this
> > > > > > > > > > > new
> > > > > > > > > > > > > > location, source your .bashrc or similiar
file,
> and
> > > > > rebuild
> > > > > > > > MET.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Please let us know if that works well for
you.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > Julie
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki
Khaoula
> via
> > > RT <
> > > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> Hello John,
> > > > > > > > > > > > > >> the error was there is no compilor of
C++. so i
> > > > > downloaded
> > > > > > > g++
> > > > > > > > > > > using :
> > > > > > > > > > > > > yum
> > > > > > > > > > > > > >> install gcc-c++.
> > > > > > > > > > > > > >> I didn't understand the bin subdirectory.
I
> looked
> > > to
> > > > > the
> > > > > > > > > met-5.0
> > > > > > > > > > > > > >> directory, i didin't find a subdirectory
called
> > bin.
> > > > But
> > > > > > > files
> > > > > > > > > > cited
> > > > > > > > > > > > in
> > > > > > > > > > > > > >> the
> > > > > > > > > > > > > >> Built executables are located in the
output
> > > > > subdirectory.
> > > > > > > > > > > > > >> The compilation of *make install >&
> > make_install.log
> > > > &*
> > > > > > > > > > > > > >> *tail -f make_install.log   *
> > > > > > > > > > > > > >> * send an error.*
> > > > > > > > > > > > > >> *there is two executables,  *the first is
called
> > > > > > > > configuration1.
> > > > > > > > > > It
> > > > > > > > > > > is
> > > > > > > > > > > > > >> about run of ./
> > > > > > > > > > > > > >> *configure --prefix=`pwd` --enable-grib2
> > > > --enable-modis
> > > > > > > > > > > > > >> --enable-mode_graphics*The second is
called make
> > > > > > > install.log,
> > > > > > > > > > > obtained
> > > > > > > > > > > > > >> after running :
> > > > > > > > > > > > > >> *make install >& make_install.log &*
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> *tail -f make_install.log*
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> *Thanks,*
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> *Khaoula*
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula <
> > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > >:
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> > Hello John,
> > > > > > > > > > > > > >> > Thank you for your help. it really
works.
> > > > > > > > > > > > > >> > I am in the configuration step.
> > > > > > > > > > > > > >> > when executing the command of :
./configure
> > > > > > --prefix=`pwd`
> > > > > > > > > > > > > >> --enable-grib2
> > > > > > > > > > > > > >> > --enable-modis --enable-mode_graphics.
> > > > > > > > > > > > > >> > i found that when cheking for some
compilers,
> > the
> > > > > system
> > > > > > > > > return
> > > > > > > > > > > no.
> > > > > > > > > > > > > >> > for example:
> > > > > > > > > > > > > >> > checking for bison... no
> > > > > > > > > > > > > >> > checking for byacc... no
> > > > > > > > > > > > > >> > checking for g++... no
> > > > > > > > > > > > > >> > checking for c++... no
> > > > > > > > > > > > > >> > checking for gpp... no
> > > > > > > > > > > > > >> > checking for aCC... no
> > > > > > > > > > > > > >> > checking for CC... no
> > > > > > > > > > > > > >> > checking for cxx... no
> > > > > > > > > > > > > >> > checking for cc++... no
> > > > > > > > > > > > > >> > checking for cl.exe... no
> > > > > > > > > > > > > >> > checking for FCC... no
> > > > > > > > > > > > > >> > checking for KCC... no
> > > > > > > > > > > > > >> > checking for RCC... no
> > > > > > > > > > > > > >> > checking for xlC_r... no
> > > > > > > > > > > > > >> > checking for xlC... no
> > > > > > > > > > > > > >> > checking whether the C++ compiler
works... no
> > > > > > > > > > > > > >> > IS there any errors?
> > > > > > > > > > > > > >> > you will find the executive file called
> > > > configuration.
> > > > > > > > > > > > > >> > thanks,
> > > > > > > > > > > > > >> > Khaoula
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John Halley
Gotway
> > via
> > > > RT <
> > > > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > > >> >:
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> >> Khaoula,
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> Looks like you have syntax wrong on
those
> > > commands.
> > > > > > > Please
> > > > > > > > > try
> > > > > > > > > > > > this:
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> export
> > > > > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > > > > >> >> export
> > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> Actually since your NetCDF build is
installed
> > in
> > > > the
> > > > > > > > standard
> > > > > > > > > > > way,
> > > > > > > > > > > > > >> this is
> > > > > > > > > > > > > >> >> all you really need to set:
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> export MET_NETCDF=/root/Bureau/netcdf-
4.3.3.1
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> And MET assumes that the headers are
in the
> > > > "include"
> > > > > > > > > > > subdirectory
> > > > > > > > > > > > > and
> > > > > > > > > > > > > >> the
> > > > > > > > > > > > > >> >> library archive files are in the "lib"
> > > > subdirectory.
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> Thanks,
> > > > > > > > > > > > > >> >> John
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM, Melki
> Khaoula
> > > via
> > > > > RT <
> > > > > > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > > > > > >> >> wrote:
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> > <URL:
> > > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> > Hi John,
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> > Thank you for your help.
> > > > > > > > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > > > > > > > >> >> > I'm now setting environment
variables.
> > > > > > > > > > > > > >> >> > I want to confirm this command if it
is
> right
> > > or
> > > > > no,
> > > > > > > for
> > > > > > > > > > > example,
> > > > > > > > > > > > > if
> > > > > > > > > > > > > >> i
> > > > > > > > > > > > > >> >> set:
> > > > > > > > > > > > > >> >> >
> > > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > > > > > > > > > > > > >> >> >
> > > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > > > >> >> > in order to Set *$MET_NETCDF* to
point to
> the
> > > > main
> > > > > > > > > > > > NetCDFdirectory.
> > > > > > > > > > > > > >> >> > I  use  also the same process to set
others
> > > > > external
> > > > > > > > > > libraries.
> > > > > > > > > > > > > >> >> > I let you know that my shell is
bash, so i
> > > can't
> > > > > use
> > > > > > > the
> > > > > > > > > > export
> > > > > > > > > > > > > >> command.
> > > > > > > > > > > > > >> >> > Im wondering if i'm in the right
way,
> because
> > > the
> > > > > > > command
> > > > > > > > > > with
> > > > > > > > > > > > > export
> > > > > > > > > > > > > >> >> > doesn't produce any error to verify
if i'm
> > > right
> > > > or
> > > > > > > > wrong.
> > > > > > > > > > > > > >> >> > Thanks,
> > > > > > > > > > > > > >> >> > Khaoula
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John
Halley
> Gotway
> > > via
> > > > > RT
> > > > > > <
> > > > > > > > > > > > > >> met_help at ucar.edu
> > > > > > > > > > > > > >> >> >:
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> > > Hello Khaoula,
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > Julie is out of town.  My name is
John,
> and
> > > I'd
> > > > > be
> > > > > > > > happy
> > > > > > > > > to
> > > > > > > > > > > > help
> > > > > > > > > > > > > >> >> answer
> > > > > > > > > > > > > >> >> > > your MET questions.
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > I see that you're trying to get up
and
> > > running
> > > > > > using
> > > > > > > > MET
> > > > > > > > > to
> > > > > > > > > > > > > verify
> > > > > > > > > > > > > >> WRF
> > > > > > > > > > > > > >> >> > > output.  MET doesn't read WRF
output
> files
> > > > > > directly,
> > > > > > > > but
> > > > > > > > > > > > requires
> > > > > > > > > > > > > >> that
> > > > > > > > > > > > > >> >> > they
> > > > > > > > > > > > > >> >> > > first be post-processed either
with the
> > > WRF-ARW
> > > > > > > pinterp
> > > > > > > > > > > utility
> > > > > > > > > > > > > or
> > > > > > > > > > > > > >> the
> > > > > > > > > > > > > >> >> > > Unified Post-Processor (UPP).  Of
the
> two,
> > > I'd
> > > > > > > strongly
> > > > > > > > > > > > recommend
> > > > > > > > > > > > > >> >> using
> > > > > > > > > > > > > >> >> > UPP
> > > > > > > > > > > > > >> >> > > which creates output in GRIB
format that
> is
> > > > fully
> > > > > > > > > supported
> > > > > > > > > > > by
> > > > > > > > > > > > > MET.
> > > > > > > > > > > > > >> >> The
> > > > > > > > > > > > > >> >> > > pinterp utility writes it output
in
> NetCDF
> > > but
> > > > we
> > > > > > > only
> > > > > > > > > > > support
> > > > > > > > > > > > > data
> > > > > > > > > > > > > >> >> > defined
> > > > > > > > > > > > > >> >> > > on the non-staggered dimensions.
Since
> > > > velocity
> > > > > > > points
> > > > > > > > > are
> > > > > > > > > > > > > >> staggered
> > > > > > > > > > > > > >> >> in
> > > > > > > > > > > > > >> >> > > WRF, MET can't be used to
verifying winds
> > in
> > > > > > pinterp
> > > > > > > > > > output.
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > Another advantage to using UPP is
that
> GRIB
> > > > data
> > > > > > can
> > > > > > > be
> > > > > > > > > > > easily
> > > > > > > > > > > > > >> >> regridded
> > > > > > > > > > > > > >> >> > > using the copygb utility.  copygb
is
> > included
> > > > in
> > > > > > the
> > > > > > > > UPP
> > > > > > > > > > > > package.
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > You can download pinterp here:
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > And you can download UPP here:
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > >
> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > Hope that helps.
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > Thanks,
> > > > > > > > > > > > > >> >> > > John Halley Gotway
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM,
Melki
> > > Khaoula
> > > > > via
> > > > > > > RT <
> > > > > > > > > > > > > >> >> met_help at ucar.edu
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > wrote:
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > > > <URL:
> > > > > > > > > > > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > > > Hi Julie,
> > > > > > > > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > > > > > > > >> >> > > > I downloaded post processor but
i can't
> > > find
> > > > > the
> > > > > > > > > WRF-ARW
> > > > > > > > > > > > > p-interp
> > > > > > > > > > > > > >> >> Tool
> > > > > > > > > > > > > >> >> > > when
> > > > > > > > > > > > > >> >> > > > i use the link posted in the
tutorial.
> > > > > > > > > > > > > >> >> > > > also,what i don't understand the
> utility
> > of
> > > > the
> > > > > > > > copygb
> > > > > > > > > > > > utility
> > > > > > > > > > > > > >> and
> > > > > > > > > > > > > >> >> > from
> > > > > > > > > > > > > >> >> > > > where to get it.
> > > > > > > > > > > > > >> >> > > > i don't know what to do next to
> > downloading
> > > > and
> > > > > > > > > compiling
> > > > > > > > > > > > > >> required
> > > > > > > > > > > > > >> >> > > > libraries.
> > > > > > > > > > > > > >> >> > > > Thanks,
> > > > > > > > > > > > > >> >> > > > Khaoula
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00 Melki
> Khaoula <
> > > > > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > > > >> >:
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > > *I  unpacked the HDF
librarry.*
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > > *When lookig the HDF-EOS
library, i
> > found
> > > > in
> > > > > > the
> > > > > > > > > > website
> > > > > > > > > > > is
> > > > > > > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > > *i tried to unpack it, i
didn't find
> > the
> > > > > right
> > > > > > > > > command
> > > > > > > > > > to
> > > > > > > > > > > > do
> > > > > > > > > > > > > >> it.*
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > > *Is there any command to unpak
this
> > > > library.*
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > > *Thanks,*
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00
Julie
> > > Prestopnik
> > > > > via
> > > > > > > RT
> > > > > > > > <
> > > > > > > > > > > > > >> >> > met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > >:
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-Library is used
by the
> MET
> > > > > library
> > > > > > > > code
> > > > > > > > > to
> > > > > > > > > > > > read
> > > > > > > > > > > > > >> GRIB2
> > > > > > > > > > > > > >> >> > data
> > > > > > > > > > > > > >> >> > > > >> files. The GRIB2 C-Library
requires
> > the
> > > > > > > libraries
> > > > > > > > > > zlib,
> > > > > > > > > > > > > jasper
> > > > > > > > > > > > > >> >> and
> > > > > > > > > > > > > >> >> > png
> > > > > > > > > > > > > >> >> > > > to
> > > > > > > > > > > > > >> >> > > > >> be present on your system.
Support
> for
> > > > GRIB2
> > > > > > is
> > > > > > > > > > optional
> > > > > > > > > > > > and
> > > > > > > > > > > > > >> can
> > > > > > > > > > > > > >> >> be
> > > > > > > > > > > > > >> >> > > > >> enabled
> > > > > > > > > > > > > >> >> > > > >> with the *--enable-grib2*
option for
> > > > > > configure.
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >> Julie
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at 6:56
AM,
> Melki
> > > > > Khaoula
> > > > > > > via
> > > > > > > > > RT
> > > > > > > > > > <
> > > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > > > > > > > >> >> > > > >> wrote:
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >> > <URL:
> > > > > > > > > > > > > >>
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > > > > > > > >> >> > > > >> > It works.
> > > > > > > > > > > > > >> >> > > > >> > I compile Nectcdf , GNU
and zlib
> > > > > libraries.
> > > > > > > > > > > > > >> >> > > > >> > About GRIB C library, i
downloaded
> > the
> > > > > > library
> > > > > > > > and
> > > > > > > > > > > > > unpacked
> > > > > > > > > > > > > >> >> it.
> > > > > > > > > > > > > >> >> > > > >> > how it can be used by MET?
> > > > > > > > > > > > > >> >> > > > >> > Thanks,
> > > > > > > > > > > > > >> >> > > > >> > khaoula
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58 GMT+02:00
Julie
> > > > > Prestopnik
> > > > > > > via
> > > > > > > > > RT <
> > > > > > > > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > > >:
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > I'm glad that you were
able to
> get
> > > > > BUFRLIB
> > > > > > > > > > > installed.
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > You said, "when trying to
run
> the
> > > firs
> > > > > > > command
> > > > > > > > > of
> > > > > > > > > > *
> > > > > > > > > > > > *cd
> > > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > > > > > > > >> >> > > > >> > he
> > > > > > > > > > > > > >> >> > > > >> > > wrote me no file or
directory"
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > In the tutorial, when we
say
> "*cd
> > > > > > > > > > /path/to/netcdf*"
> > > > > > > > > > > > you
> > > > > > > > > > > > > >> >> should
> > > > > > > > > > > > > >> >> > > > change
> > > > > > > > > > > > > >> >> > > > >> > > directories to the
location
> where
> > > your
> > > > > > > netcdf
> > > > > > > > > > > > directory
> > > > > > > > > > > > > >> is on
> > > > > > > > > > > > > >> >> > your
> > > > > > > > > > > > > >> >> > > > >> > machine.
> > > > > > > > > > > > > >> >> > > > >> > > For example, if you
unpacked the
> > tar
> > > > > file
> > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > > > > > > > >> >> in
> > > > > > > > > > > > > >> >> > a
> > > > > > > > > > > > > >> >> > > > >> > directory
> > > > > > > > > > > > > >> >> > > > >> > > path of
> > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > > > > > > you
> > > > > > > > > > > > would
> > > > > > > > > > > > > >> run
> > > > > > > > > > > > > >> >> "cd
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > > > > > > > > > > */path/to/netcdf
> > > > > > > > > > > > > >> >> *is a
> > > > > > > > > > > > > >> >> > > > place
> > > > > > > > > > > > > >> >> > > > >> > > holder for the location
on your
> > > > machine.
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > You said, "setenv CC
> > > > > /path/to/c/compiler.
> > > > > > It
> > > > > > > > > > doesn't
> > > > > > > > > > > > > >> work.he
> > > > > > > > > > > > > >> >> > said
> > > > > > > > > > > > > >> >> > > > >> command
> > > > > > > > > > > > > >> >> > > > >> > > of setenv doesn't
exist.*"
> > "setenv"
> > > > is
> > > > > > the
> > > > > > > > name
> > > > > > > > > > of
> > > > > > > > > > > > the
> > > > > > > > > > > > > >> >> command
> > > > > > > > > > > > > >> >> > > used
> > > > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > > > >> >> > > > >> > set
> > > > > > > > > > > > > >> >> > > > >> > > environment variables in
the
> *csh
> > > > family
> > > > > > of
> > > > > > > > > > shells.
> > > > > > > > > > > > If
> > > > > > > > > > > > > >> you
> > > > > > > > > > > > > >> >> are
> > > > > > > > > > > > > >> >> > > > using
> > > > > > > > > > > > > >> >> > > > >> a
> > > > > > > > > > > > > >> >> > > > >> > > different shell, however,
you
> may
> > > need
> > > > > to
> > > > > > > use
> > > > > > > > > > > > "export",
> > > > > > > > > > > > > >> >> which is
> > > > > > > > > > > > > >> >> > > the
> > > > > > > > > > > > > >> >> > > > >> name
> > > > > > > > > > > > > >> >> > > > >> > > of the command in the
"other"
> > family
> > > > of
> > > > > > > shells
> > > > > > > > > > (ash,
> > > > > > > > > > > > > >> bourne,
> > > > > > > > > > > > > >> >> > > bourne
> > > > > > > > > > > > > >> >> > > > >> > again,
> > > > > > > > > > > > > >> >> > > > >> > > zsh).  To find out what
shell
> you
> > > are
> > > > > > using,
> > > > > > > > you
> > > > > > > > > > can
> > > > > > > > > > > > run
> > > > > > > > > > > > > >> >> "echo
> > > > > > > > > > > > > >> >> > > > >> $SHELL".
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > If you are using a shell
other
> > than
> > > > the
> > > > > > *csh
> > > > > > > > > > family
> > > > > > > > > > > of
> > > > > > > > > > > > > >> >> shells,
> > > > > > > > > > > > > >> >> > and
> > > > > > > > > > > > > >> >> > > > you
> > > > > > > > > > > > > >> >> > > > >> > need
> > > > > > > > > > > > > >> >> > > > >> > > to use "export", the
syntax is
> > > > slightly
> > > > > > > > > different.
> > > > > > > > > > > > > >> Instead
> > > > > > > > > > > > > >> >> of
> > > > > > > > > > > > > >> >> > > > >> running:
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > setenv CC
/path/to/c/compiler
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > you would run
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > export
CC=/path/to/c/compiler
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > Please note, it is import
that
> > when
> > > > > using
> > > > > > > the
> > > > > > > > > > export
> > > > > > > > > > > > > >> command
> > > > > > > > > > > > > >> >> > that
> > > > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > > > >> >> > > > >> > are
> > > > > > > > > > > > > >> >> > > > >> > > no spaces before or after
the
> "=".
> > > > > Also,
> > > > > > in
> > > > > > > > > this
> > > > > > > > > > > > case,
> > > > > > > > > > > > > >> >> please
> > > > > > > > > > > > > >> >> > > note
> > > > > > > > > > > > > >> >> > > > >> that
> > > > > > > > > > > > > >> >> > > > >> > > "/path/to/c/compiler"
should be
> > > > replaced
> > > > > > > with
> > > > > > > > > the
> > > > > > > > > > > path
> > > > > > > > > > > > > to
> > > > > > > > > > > > > >> >> the c
> > > > > > > > > > > > > >> >> > > > >> compiler
> > > > > > > > > > > > > >> >> > > > >> > on
> > > > > > > > > > > > > >> >> > > > >> > > your machine.  For
example. on
> my
> > > > > machine,
> > > > > > > gcc
> > > > > > > > > > lives
> > > > > > > > > > > > at
> > > > > > > > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > puffin:jpresto> which gcc
> > > > > > > > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > so if I used setenv, I
would
> run:
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > setenv CC
/usr/bin/X11/gcc
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > but if I used export, I
would
> run:
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > export
CC=/usr/bin/X11/gcc
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > I hope this helps.  In
the
> future,
> > > if
> > > > > you
> > > > > > > > > > experience
> > > > > > > > > > > > any
> > > > > > > > > > > > > >> >> > problems
> > > > > > > > > > > > > >> >> > > or
> > > > > > > > > > > > > >> >> > > > >> > > errors, it would be
helpful if
> you
> > > > could
> > > > > > > copy
> > > > > > > > > and
> > > > > > > > > > > > paste
> > > > > > > > > > > > > >> the
> > > > > > > > > > > > > >> >> > > commands
> > > > > > > > > > > > > >> >> > > > >> you
> > > > > > > > > > > > > >> >> > > > >> > > have run along with the
errors
> > they
> > > > > > > produced.
> > > > > > > > > If
> > > > > > > > > > > > often
> > > > > > > > > > > > > >> gives
> > > > > > > > > > > > > >> >> > us a
> > > > > > > > > > > > > >> >> > > > >> > clearer
> > > > > > > > > > > > > >> >> > > > >> > > picture of what has gone
wrong.
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > Please let us know if you
> > experience
> > > > > other
> > > > > > > > > > problems
> > > > > > > > > > > > and
> > > > > > > > > > > > > >> need
> > > > > > > > > > > > > >> >> > help.
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > > > > > > > >> >> > > > >> > > Julie
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at
5:44 AM,
> > > Melki
> > > > > > > Khaoula
> > > > > > > > > via
> > > > > > > > > > > RT
> > > > > > > > > > > > <
> > > > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > wrote:
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > > > > > > > >> >>
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *i'm now trying to
compile the
> > > > netcdf
> > > > > > > > > library.*
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *I'm wondering about
the steps
> > > > written
> > > > > > in
> > > > > > > > the
> > > > > > > > > > > > > tutorial:
> > > > > > > > > > > > > >> *
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf
setenv CC
> > > > > > > > > > /path/to/c/compiler
> > > > > > > > > > > > > setenv
> > > > > > > > > > > > > >> >> CXX
> > > > > > > > > > > > > >> >> > > > >> > > >
/path/to/c++/compiler
> setenv
> > FC
> > > > ''
> > > > > > > setenv
> > > > > > > > > F90
> > > > > > > > > > > ''
> > > > > > > > > > > > > >> >> > ./configure
> > > > > > > > > > > > > >> >> > > > >> > > >
> --prefix=/netcdf/install/path
> > > > > > > > > > > --disable-netcdf-4
> > > > > > > > > > > > > make
> > > > > > > > > > > > > >> >> make
> > > > > > > > > > > > > >> >> > > > >> install i
> > > > > > > > > > > > > >> >> > > > >> > > >    installed the
> netcdf-4.3.3.1
> > > as a
> > > > > > > > > independent
> > > > > > > > > > > > > >> directory,
> > > > > > > > > > > > > >> >> > but
> > > > > > > > > > > > > >> >> > > > when
> > > > > > > > > > > > > >> >> > > > >> > > > trying to
> > > > > > > > > > > > > >> >> > > > >> > > >    run the firs command
of *
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf. he
wrote
> me
> > > no
> > > > > file
> > > > > > > or
> > > > > > > > > > > > directory.
> > > > > > > > > > > > > >> so i
> > > > > > > > > > > > > >> >> > > > create a
> > > > > > > > > > > > > >> >> > > > >> > file
> > > > > > > > > > > > > >> >> > > > >> > > > called path existed in
to file
> > > which
> > > > > are
> > > > > > > > both
> > > > > > > > > > > > included
> > > > > > > > > > > > > >> in
> > > > > > > > > > > > > >> >> > netcdf
> > > > > > > > > > > > > >> >> > > > >> > > directory.
> > > > > > > > > > > > > >> >> > > > >> > > > but when running
setenv CC
> > > > > > > > > > /path/to/c/compiler.
> > > > > > > > > > > It
> > > > > > > > > > > > > >> >> doesn't
> > > > > > > > > > > > > >> >> > > > work.he
> > > > > > > > > > > > > >> >> > > > >> > said
> > > > > > > > > > > > > >> >> > > > >> > > > command of setenv
doesn't
> > exist.*
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *Thank you really for
your
> help
> > > and
> > > > > your
> > > > > > > > Time
> > > > > > > > > > > > Julie.*
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > 2015-06-18 20:15
GMT+02:00
> Julie
> > > > > > > Prestopnik
> > > > > > > > > via
> > > > > > > > > > > RT <
> > > > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > >:
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > We are able to
reproduce the
> > > > > problems
> > > > > > > you
> > > > > > > > > are
> > > > > > > > > > > > > >> >> experiencing
> > > > > > > > > > > > > >> >> > > with
> > > > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > > > >> >> > > > >> > > > latest
> > > > > > > > > > > > > >> >> > > > >> > > > > version of BUFRLIB.
We are
> > > > working
> > > > > > on a
> > > > > > > > > > > solution
> > > > > > > > > > > > to
> > > > > > > > > > > > > >> get
> > > > > > > > > > > > > >> >> the
> > > > > > > > > > > > > >> >> > > > >> > > compilation
> > > > > > > > > > > > > >> >> > > > >> > > > > working.
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > In the meantime, I
have
> > uploaded
> > > > the
> > > > > > > > > previous
> > > > > > > > > > > > > version
> > > > > > > > > > > > > >> of
> > > > > > > > > > > > > >> >> > > BUFRLIB
> > > > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > > > >> >> > > > >> > our
> > > > > > > > > > > > > >> >> > > > >> > > > ftp
> > > > > > > > > > > > > >> >> > > > >> > > > > site so that you can
make
> some
> > > > > > progress
> > > > > > > > and
> > > > > > > > > > > start
> > > > > > > > > > > > > >> working
> > > > > > > > > > > > > >> >> > with
> > > > > > > > > > > > > >> >> > > > >> MET.
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > Please execute the
following
> > > > > commands.
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > *Make a new directory
to
> > contain
> > > > the
> > > > > > > > BUFRLIB
> > > > > > > > > > > code
> > > > > > > > > > > > > >> (e.g.
> > > > > > > > > > > > > >> >> > mkdir
> > > > > > > > > > > > > >> >> > > > >> > > > > /home/user/BUFRLIB).*
> > > > > > > > > > > > > >> >> > > > >> > > > > *Change directories
to that
> > new
> > > > > > > directory
> > > > > > > > > > (e.g.
> > > > > > > > > > > > cd *
> > > > > > > > > > > > > >> >> > > > >> > > > >
*/home/user/BUFRLIB).wget
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > > > >> >> > > > >> > > > > <
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > > > >> >> > > > >> > > > > >*
> > > > > > > > > > > > > >> >> > > > >> > > > > *tar -xvf
> BUFRLIB_v10-2-3.tar*
> > > > > > > > > > > > > >> >> > > > >> > > > > *gcc -c -DUNDERSCORE
*.c*
> > > > > > > > > > > > > >> >> > > > >> > > > > *gfortran -c
-DUNDERSCORE
> > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > *.f
> > > > > > > > > > > > > >> *.F*
> > > > > > > > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a
*.o*
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > You should get a
successful
> > > > > > compilation
> > > > > > > > with
> > > > > > > > > > > this
> > > > > > > > > > > > > >> older
> > > > > > > > > > > > > >> >> > > version
> > > > > > > > > > > > > >> >> > > > of
> > > > > > > > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please let
us know
> > how
> > > > it
> > > > > > > goes.
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > On Wed, Jun 17, 2015
at 4:18
> > AM,
> > > > > Melki
> > > > > > > > > Khaoula
> > > > > > > > > > > via
> > > > > > > > > > > > > RT
> > > > > > > > > > > > > >> <
> > > > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > > > > > > > >> >> > >
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > > > > > > > >> >> > > > >> > > > > > Happy with your
email.
> > > > > > > > > > > > > >> >> > > > >> > > > > > It is really
motivating to
> > > > receive
> > > > > > > your
> > > > > > > > > help
> > > > > > > > > > > in
> > > > > > > > > > > > > >> >> compiling
> > > > > > > > > > > > > >> >> > > MET
> > > > > > > > > > > > > >> >> > > > >> > model.
> > > > > > > > > > > > > >> >> > > > >> > > > > > You find  two
terminal
> > > > containing
> > > > > > > errors
> > > > > > > > > of
> > > > > > > > > > > > runing
> > > > > > > > > > > > > >> gcc
> > > > > > > > > > > > > >> >> and
> > > > > > > > > > > > > >> >> > > > >> gfortran
> > > > > > > > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24
GMT+02:00
> > > Julie
> > > > > > > > > Prestopnik
> > > > > > > > > > > via
> > > > > > > > > > > > > RT <
> > > > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > > > >:
> > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I
don't
> believe
> > > > that
> > > > > > you
> > > > > > > > > should
> > > > > > > > > > > > have
> > > > > > > > > > > > > to
> > > > > > > > > > > > > >> >> > > reinstall
> > > > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > > > >> >> > > > >> > > > > > > compilers.  That
is
> likely
> > > not
> > > > > the
> > > > > > > > > > problem.
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > You said that you
> received
> > > an
> > > > > > error
> > > > > > > > > > message
> > > > > > > > > > > > when
> > > > > > > > > > > > > >> >> running
> > > > > > > > > > > > > >> >> > > the
> > > > > > > > > > > > > >> >> > > > >> > > > following:
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > gcc -c
-DUNDERSCORE *.c
> > > > > > > > > > > > > >> >> > > > >> > > > > > > gfortran -c
-DUNDERSCORE
> > > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > > >> *.f
> > > > > > > > > > > > > >> >> *.F
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > Could you please
send
> the
> > > full
> > > > > > error
> > > > > > > > > that
> > > > > > > > > > > you
> > > > > > > > > > > > > >> >> received?
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16,
2015 at
> > 2:15
> > > > AM,
> > > > > > > Melki
> > > > > > > > > > > Khaoula
> > > > > > > > > > > > > via
> > > > > > > > > > > > > >> >> RT <
> > > > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > Thanks for your
email.
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > In trying the
command
> > > > whereis
> > > > > > gcc
> > > > > > > > and
> > > > > > > > > > > > whereis
> > > > > > > > > > > > > >> >> > gfortran,
> > > > > > > > > > > > > >> >> > > > >> this is
> > > > > > > > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
> > BUFRLIB]#
> > > > > > > whereis
> > > > > > > > > > > gfortran
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran:
> > > /usr/bin/gfortran
> > > > > > > > > > > > > >> >> > > > >>
/usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > [root at localhost
> > BUFRLIB]#
> > > > > > > whereis
> > > > > > > > > gcc
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > gcc:
/usr/bin/gcc
> > > > /usr/lib/gcc
> > > > > > > > > > > > > /usr/libexec/gcc
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > So i go to try
the
> > command
> > > > of
> > > > > > *gcc
> > > > > > > > -c
> > > > > > > > > > > > > >> -DUNDERSCORE
> > > > > > > > > > > > > >> >> *.c
> > > > > > > > > > > > > >> >> > > > and *
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > *gfortran -c
> > -DUNDERSCORE
> > > > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > > >> >> *.f
> > > > > > > > > > > > > >> >> > > *.F *
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > *Linux return
me a
> > message
> > > > of
> > > > > > > > error.*
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > *So i tried to
> reinstall
> > > gcc
> > > > > > > > compiler
> > > > > > > > > > > using
> > > > > > > > > > > > > yum
> > > > > > > > > > > > > >> >> > install
> > > > > > > > > > > > > >> >> > > > >> gcc, i
> > > > > > > > > > > > > >> >> > > > >> > > > found
> > > > > > > > > > > > > >> >> > > > >> > > > > > that
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > the last pack
of gcc
> was
> > > > > > > installed.
> > > > > > > > > But
> > > > > > > > > > > when
> > > > > > > > > > > > > >> >> > > reinstalling
> > > > > > > > > > > > > >> >> > > > >> > > gfortran
> > > > > > > > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > using yum
install
> > > gfortran,
> > > > i
> > > > > > > found
> > > > > > > > an
> > > > > > > > > > > > message
> > > > > > > > > > > > > >> >> telling
> > > > > > > > > > > > > >> >> > > me
> > > > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > > > >> >> > > > >> > > is
> > > > > > > > > > > > > >> >> > > > >> > > > no
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran pack
to
> > install.
> > > *
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > *I don't know
what to
> > do.*
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > *Thank you for
your
> time
> > > and
> > > > > > your
> > > > > > > > > > > > cooperation*
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > *yours
faithfully *
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > *KHAOULA MELKI*
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > 2015-06-15
18:49
> > GMT+02:00
> > > > > Julie
> > > > > > > > > > > Prestopnik
> > > > > > > > > > > > > via
> > > > > > > > > > > > > >> RT
> > > > > > > > > > > > > >> >> <
> > > > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.
Thank you
> > for
> > > > > > trying
> > > > > > > to
> > > > > > > > > use
> > > > > > > > > > > the
> > > > > > > > > > > > > MET
> > > > > > > > > > > > > >> >> > > software.
> > > > > > > > > > > > > >> >> > > > >> I'm
> > > > > > > > > > > > > >> >> > > > >> > > not
> > > > > > > > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > understand
what you
> > are
> > > > > > asking.
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > You mentioned
that
> you
> > > > want
> > > > > to
> > > > > > > > > compile
> > > > > > > > > > > > > >> BUFRLIB.
> > > > > > > > > > > > > >> >> As
> > > > > > > > > > > > > >> >> > is
> > > > > > > > > > > > > >> >> > > > >> > > explained
> > > > > > > > > > > > > >> >> > > > >> > > > on
> > > > > > > > > > > > > >> >> > > > >> > > > > > the
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > following
page of
> the
> > > MET
> > > > > > Online
> > > > > > > > > > > Tutorial
> > > > > > > > > > > > > for
> > > > > > > > > > > > > >> >> > METv5.0:
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > you can use
the GNU
> > gcc
> > > > and
> > > > > > > > gfortran
> > > > > > > > > > > > > >> compilers,
> > > > > > > > > > > > > >> >> the
> > > > > > > > > > > > > >> >> > > PGI
> > > > > > > > > > > > > >> >> > > > >> pgcc
> > > > > > > > > > > > > >> >> > > > >> > > and
> > > > > > > > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > compilers, or
the
> > Intel
> > > > icc
> > > > > > and
> > > > > > > > > ifort
> > > > > > > > > > > > > >> compilers.
> > > > > > > > > > > > > >> >> > You
> > > > > > > > > > > > > >> >> > > > are
> > > > > > > > > > > > > >> >> > > > >> > > welcome
> > > > > > > > > > > > > >> >> > > > >> > > > > to
> > > > > > > > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc and
gfortran
> (GNU)
> > > if
> > > > > you
> > > > > > > > would
> > > > > > > > > > like
> > > > > > > > > > > > to.
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Most LINUX
> > distributions
> > > > > come
> > > > > > > with
> > > > > > > > > the
> > > > > > > > > > > > > >> compilers.
> > > > > > > > > > > > > >> >> > To
> > > > > > > > > > > > > >> >> > > > find
> > > > > > > > > > > > > >> >> > > > >> > gcc
> > > > > > > > > > > > > >> >> > > > >> > > > and
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > on your
machine, you
> > can
> > > > run
> > > > > > the
> > > > > > > > > > > following
> > > > > > > > > > > > > >> >> commands:
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis
gfortran
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Here are the
> results I
> > > get
> > > > > > after
> > > > > > > > > > running
> > > > > > > > > > > > > those
> > > > > > > > > > > > > >> >> two
> > > > > > > > > > > > > >> >> > > > >> commands:
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gfortran:
> > > > /usr/bin/gfortran
> > > > > > > > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc:
/usr/bin/gcc
> > > > > /usr/lib/gcc
> > > > > > > > > > > > > >> /usr/bin/X11/gcc
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > I hope that
helps.
> > > Please
> > > > > let
> > > > > > > me
> > > > > > > > > know
> > > > > > > > > > > if
> > > > > > > > > > > > I
> > > > > > > > > > > > > >> have
> > > > > > > > > > > > > >> >> not
> > > > > > > > > > > > > >> >> > > > >> answered
> > > > > > > > > > > > > >> >> > > > >> > > > your
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > and if this
solves
> the
> > > > > problem
> > > > > > > for
> > > > > > > > > > you.
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun
15, 2015
> > at
> > > > 5:40
> > > > > > AM,
> > > > > > > > > Melki
> > > > > > > > > > > > > Khaoula
> > > > > > > > > > > > > >> >> via
> > > > > > > > > > > > > >> >> > RT
> > > > > > > > > > > > > >> >> > > <
> > > > > > > > > > > > > >> >> > > > >> > > > > > > met_help at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun 15
> 05:40:22
> > > > 2015:
> > > > > > > > Request
> > > > > > > > > > > 72309
> > > > > > > > > > > > > was
> > > > > > > > > > > > > >> >> acted
> > > > > > > > > > > > > >> >> > > > upon.
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Transaction:
> Ticket
> > > > > created
> > > > > > by
> > > > > > > > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Queue:
> > met_help
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Subject: (No
> > > > subject
> > > > > > > given)
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Owner:
> Nobody
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Requestors:
> > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Status: new
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >  Ticket
<URL:
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >>
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Dear
Sir/Mrs,
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > i4m traynig
to use
> > MET
> > > > > > model.
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > About
compilation
> of
> > > > > > BUFRLIB,
> > > > > > > i
> > > > > > > > > need
> > > > > > > > > > > gcc
> > > > > > > > > > > > > and
> > > > > > > > > > > > > >> >> > > gfortran
> > > > > > > > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Do i need
to
> install
> > > > > fortran
> > > > > > > > and C
> > > > > > > > > > > > > software
> > > > > > > > > > > > > >> for
> > > > > > > > > > > > > >> >> > > LINUX
> > > > > > > > > > > > > >> >> > > > >> > before
> > > > > > > > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > their
compilers?
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Yours
sincerly,
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Khaoula
MELKI
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
Prestopnik
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > National
Center for
> > > > > > Atmospheric
> > > > > > > > > > Research
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Research
> Applications
> > > > > > Laboratory
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Phone:
303.497.8399
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Email:
> > jpresto at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > > > > > > > >> >> > > > >> > > > > > > Julie Prestopnik
> > > > > > > > > > > > > >> >> > > > >> > > > > > > National Center
for
> > > > Atmospheric
> > > > > > > > Research
> > > > > > > > > > > > > >> >> > > > >> > > > > > > Research
Applications
> > > > Laboratory
> > > > > > > > > > > > > >> >> > > > >> > > > > > > Phone:
303.497.8399
> > > > > > > > > > > > > >> >> > > > >> > > > > > > Email:
jpresto at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > > --
> > > > > > > > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > > > > > > > >> >> > > > >> > > > > National Center for
> > Atmospheric
> > > > > > Research
> > > > > > > > > > > > > >> >> > > > >> > > > > Research Applications
> > Laboratory
> > > > > > > > > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > > > > > > > > >> >> > > > >> > > > > Email:
jpresto at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > > --
> > > > > > > > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > > > > > > > >> >> > > > >> > > National Center for
Atmospheric
> > > > Research
> > > > > > > > > > > > > >> >> > > > >> > > Research Applications
Laboratory
> > > > > > > > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > > > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >> --
> > > > > > > > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > > > > > > > >> >> > > > >> National Center for
Atmospheric
> > Research
> > > > > > > > > > > > > >> >> > > > >> Research Applications
Laboratory
> > > > > > > > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: 
From: John Halley Gotway
Time: Wed Aug 05 09:46:28 2015

Khaoula,

MET is written primarily in C++ and, as such, requires that the C++
interface for NetCDF be compiled.  It's possible that the C++
interface was
not compiled in the version of NetCDF to which you're pointing.
Please see
if the following file exists:
  ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh

If it does not, then you'll need to recompile NetCDF somewhere
including
the C++ interface.  It's described on this page:

http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
'

If that file does exist, that's great.  Just do the following (the
setting
you sent me used "netcdf-36.3" instead of "netcdf-3.6.3"):
   export MET_NETCDF=/root/Bureau/netcdf-3.6.3
   Rerun the configure command.
   make clean
   make install

Hope that helps.

Thanks,
John

On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi john,
> Thank you for your help.
> It works but there is another error. He cannot find the netcdf.hh
file.
> I used export MET_NETCDF=/root/Bureau/netcdf-36.3
> but it still the same error.
> you find attached make_install file.
> Thanks,
> Khaoula
>
> 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:
>
> > Hello Khaoula,
> >
> > My name is John Halley Gotway.  Julie's out of town until next
week, but
> > hopefully I can help you with this issue.  Thanks for sending the
output
> of
> > make - that's very helpful.  Here's the relevant error you're
getting:
> >
> > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou dossier
de ce
> type
> >
> > Using google translate, I see that means: No files or folders of
this
> type
> >
> > Basically, MET isn't able to find the file named "grib2.h", which
is
> > included in the library named "g2clib".  Since you're compiling
support
> for
> > GRIB2, I assume you've already compiled that library.  If that's
not the
> > case, please see the information here:
> >
> >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >
> > Once you've compiled "g2clib", try setting the following:
> > If you're using csh:
> >    setenv MET_GRIB2INC /path/to/g2clib
> >    setenv MET_GRIB2LIB /path/to/g2clib
> >
> > If you're using bash:
> >    export MET_GRIB2INC=/path/to/g2clib
> >    export MET_GRIB2LIB=/path/to/g2clib
> >
> > And from the top-level met-5.0 directory, rerun the "configure"
command
> you
> > used for MET, and then run:
> >    make clean
> >    make install >& make_install.log
> >
> > Please let me know how it goes.
> >
> > Thanks,
> > John
> >
> > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi Julie,
> > > Thank you for your help.
> > > i could install libpng library.
> > > But there is another problem.  When executing *make install >&
> > > make_install.log &*
> > >
> > > *tail -f make_install.log.*
> > >
> > > *threr is an error in  file make_install.log that there is no
file
> named
> > > grib2.h.*
> > > *there is the make _install.log.*
> > >
> > > *Thanks *
> > >
> > > *Khaoula *
> > >
> > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Khaoula.
> > > >
> > > > While I saw that you have a "include", "lib", and "share"
> > subdirectories
> > > > under /usr/bin/zlib, I could not see the contents of those
> directories.
> > > >
> > > > Could you please verify that you have the files "zlib.h" and
> "zconf.h"
> > in
> > > > the "include" subdirectory?  Could you also please verify that
you
> have
> > > > "libz.a" and other "libz.so" files in the "lib" subdirectory?
> > > >
> > > > Assuming those files are in place, it looks like you got a
successful
> > > > installation of zlib, but libpng couldn't find zlib.
> > > >
> > > > Try recompiling libpng as follows,
> > > >   *replacing "/path/to/libpng/install/**directory" with the
path
> where
> > > you
> > > > would like to install libpng*:
> > > >
> > > >   cd /root/Bureau/libpng-1.2.34
> > > >   make clean
> > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> > > >   ./configure --prefix=/path/to/libpng/install/directory
> > > >   make
> > > >   make install
> > > >
> > > > That should do the trick.  With those environment variables,
you're
> > > telling
> > > > it where to find the zlib header and object files.  Give that
a try
> and
> > > let
> > > > me know if you're able to compile libpng successfully.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > >
> > > >
> > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >
> > > > > Hi Julie,
> > > > > No i didn't get a successful install of libpng because the
first
> > > problem
> > > > > was installation of zlib.
> > > > > you find a script joint to this email of running ls -l
> usr/bin/zlib.
> > > > > Thanks,
> > > > > Khaoula MELKI
> > > > >
> > > > >
> > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > > >
> > > > > > Hi Khaoula.
> > > > > >
> > > > > > Instead of running "ls -l zlib-1.2.8" to show me the
contents of
> > the
> > > > > > package, could you please run "ls -l /usr/bin/zlib" so I
can see
> > how
> > > > the
> > > > > > package was installed?
> > > > > >
> > > > > > Also, were you able to get a successful install of libpng
after
> > > setting
> > > > > the
> > > > > > environment variables LDFLAGS and CPPFLAGS?
> > > > > >
> > > > > > Thanks,
> > > > > > Julie
> > > > > >
> > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > > > > >
> > > > > > > Hi Julie,
> > > > > > >
> > > > > > > there is a terminal containing results of ls -l zlib-
1.2.8
> > > > > > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
> > > > > > > i uses the command whereis zlib:
> > > > > > >  it returns : usr/bin/zlib
> > > > > > > Thanks,
> > > > > > > Khaoula
> > > > > > >
> > > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT <
> > > > met_help at ucar.edu
> > > > > >:
> > > > > > >
> > > > > > > > Hi Khaoula.
> > > > > > > >
> > > > > > > > I see in your configure log the error:
> > > > > > > >
> > > > > > > > configure: error: zlib not installed
> > > > > > > >
> > > > > > > > Were you able to get a successful install of zlib?  If
so,
> > could
> > > > you
> > > > > > > please
> > > > > > > > tell me where it is installed and run "ls -l" in that
> directory
> > > so
> > > > I
> > > > > > can
> > > > > > > > see its contents? And, if you were able to get a
successful
> > > install
> > > > > of
> > > > > > > > zlib, were you able to get a successful install of
libpng?
> > > > > > > >
> > > > > > > > Once you get a successful install of zlib, png,
jasper, and
> the
> > > > > GRIB2-C
> > > > > > > > Library, we can revisit running the configure script.
> > > > > > > >
> > > > > > > > NCEP's GRIB2 C-Library is an optional package for MET.
If
> you
> > do
> > > > not
> > > > > > > need
> > > > > > > > GRIB2 support, you do not need to install the library.
I
> just
> > > > wanted
> > > > > > to
> > > > > > > > make sure you knew that in case you didn't need GRIB2
> support.
> > > If
> > > > > you
> > > > > > do
> > > > > > > > need it, we'll keep working at it and try to get it
working
> for
> > > you
> > > > > > soon.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Julie
> > > > > > > >
> > > > > > > >
> > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via RT
<
> > > > > > met_help at ucar.edu
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > > > > > > >
> > > > > > > > > Hi Julie,
> > > > > > > > > the same problem appear again.
> > > > > > > > > you find a file joined to this e-mail.
> > > > > > > > > thanks,
> > > > > > > > > Khaoula
> > > > > > > > >
> > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT <
> > > > > > met_help at ucar.edu
> > > > > > > >:
> > > > > > > > >
> > > > > > > > > > Hi Khaoula.
> > > > > > > > > >
> > > > > > > > > > I see that you tried to install zlib, but have a
question
> > > about
> > > > > the
> > > > > > > > > install
> > > > > > > > > > path.
> > > > > > > > > >
> > > > > > > > > > You can install zlib where ever you would like,
either in
> > > > > > /zlib-1.2.8
> > > > > > > > > > or /usr/local/bin
> > > > > > > > > > (assuming you have root access) or somewhere else
> entirely.
> > > > So,
> > > > > it
> > > > > > > > > sounds
> > > > > > > > > > like you followed these generic instructions:
> > > > > > > > > >
> > > > > > > > > > cd /path/to/zlib
> > > > > > > > > > ./configure --prefix=/zlib/install/path
> > > > > > > > > > make test
> > > > > > > > > > make install
> > > > > > > > > >
> > > > > > > > > > replacing /path/to/zlib with /root/Bureau/zlib-
1.2.8 and
> > > > > replacing
> > > > > > > > > > /zlib/install/path
> > > > > > > > > > with /zlib-1.2.8 as follows:
> > > > > > > > > >
> > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > > > > > > > > > ./configure --prefix=/zlib-1.2.8
> > > > > > > > > > make test
> > > > > > > > > > make install
> > > > > > > > > >
> > > > > > > > > > It sounds like you got a successful installation
of zlib,
> > but
> > > > > > libpng
> > > > > > > > > > couldn't find zlib.
> > > > > > > > > >
> > > > > > > > > > Try recompiling libpng as follows,
> > > > > > > > > >   replacing "/path/to/libz.a/directory" with the
path to
> > > libz.a
> > > > > > > (leave
> > > > > > > > > the
> > > > > > > > > > -L in place in the example below)
> > > > > > > > > >   replacing "/path/to/zlib.h/directory" with the
path to
> > > zlib.h
> > > > > > > (leave
> > > > > > > > > the
> > > > > > > > > > -I in place in the example below)
> > > > > > > > > >   and replacing
"/path/to/libpng/install/directory" with
> > the
> > > > path
> > > > > > > where
> > > > > > > > > you
> > > > > > > > > > would like to install libpng:
> > > > > > > > > >
> > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> > > > > > > > > >   make clean
> > > > > > > > > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > > > > > > > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > > > > > > >   ./configure
--prefix=/path/to/libpng/install/directory
> > > > > > > > > >   make
> > > > > > > > > >   make install
> > > > > > > > > >
> > > > > > > > > > That should do the trick.  With those environment
> > variables,
> > > > > you're
> > > > > > > > > telling
> > > > > > > > > > it where to find the zlib header and object files.
Give
> > > that a
> > > > > try
> > > > > > > and
> > > > > > > > > let
> > > > > > > > > > me know if you're able to compile libpng
successfully.
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Julie
> > > > > > > > > >
> > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula via
RT <
> > > > > > > > met_help at ucar.edu
> > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Hi Julie,
> > > > > > > > > > > Grib2 needs jasper, png and zlib libraries to
install.
> > > > > > > > > > > in installing zlib library,i i used  these
commands:
> > > > > > > > > > > *cd /path/to/zlib*
> > > > > > > > > > > *./configure --prefix=/zlib/install/path*
> > > > > > > > > > > *make test*
> > > > > > > > > > >
> > > > > > > > > > > *make install*
> > > > > > > > > > >
> > > > > > > > > > > *for my sysytem, path/to/zlib is
> root/Bureau/zlib-1.2.8.*
> > > > > > > > > > >
> > > > > > > > > > > *about prefix=zlib/install/path.
zlib/install/path is
> the
> > > > > > directory
> > > > > > > > > > where i
> > > > > > > > > > > put zlib installation, prefix=/zlib-1.2.8 or it
is
> > > > > usr/local/bin
> > > > > > in
> > > > > > > > > order
> > > > > > > > > > > to be installed in the system.*
> > > > > > > > > > >
> > > > > > > > > > > *i found a problem when installing libpng
library. i
> used
> > > > thses
> > > > > > > > > > commands:*
> > > > > > > > > > >
> > > > > > > > > > > *cd libpng-1.2.34*
> > > > > > > > > > >
> > > > > > > > > > > *./configure --prefix=/root/Bureau/libpng-
1.2.34*
> > > > > > > > > > >
> > > > > > > > > > > *make *
> > > > > > > > > > >
> > > > > > > > > > > *make install*
> > > > > > > > > > >
> > > > > > > > > > > *But when using configure, an error occur
informing me
> > that
> > > > > zlib
> > > > > > > > isn't
> > > > > > > > > > > installed.*
> > > > > > > > > > >
> > > > > > > > > > > *So, i was wondering about path to install. It
is in
> the
> > > > > > directory
> > > > > > > of
> > > > > > > > > > > library or in the system unix(usr/local/bin)*
> > > > > > > > > > > *Thanks,*
> > > > > > > > > > >
> > > > > > > > > > > *khaoula melki*
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik via
RT <
> > > > > > > > met_help at ucar.edu
> > > > > > > > > >:
> > > > > > > > > > >
> > > > > > > > > > > > Hi Khaoula.
> > > > > > > > > > > >
> > > > > > > > > > > > There will not be a bin subdirectory when you
unpack
> > > > met-5.0,
> > > > > > but
> > > > > > > > > there
> > > > > > > > > > > > should be upon a successful installation of
the MET
> > > tools.
> > > > > > > Looking
> > > > > > > > > at
> > > > > > > > > > > your
> > > > > > > > > > > > make_install.log file I see that there is a
problem
> > > finding
> > > > > > > > grib2.h:
> > > > > > > > > > > >
> > > > > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun
fichier
> > ou
> > > > > > dossier
> > > > > > > de
> > > > > > > > > ce
> > > > > > > > > > > type
> > > > > > > > > > > >
> > > > > > > > > > > > NCEP's GRIB2C library is used by the MET
library code
> > to
> > > > read
> > > > > > > GRIB2
> > > > > > > > > > data
> > > > > > > > > > > > files.  If you do not need GRIB2 capability,
you can
> > > simply
> > > > > > skip
> > > > > > > > this
> > > > > > > > > > > part
> > > > > > > > > > > > of the installation by removing "--enable-
grib2" from
> > > your
> > > > > list
> > > > > > > of
> > > > > > > > > > > options
> > > > > > > > > > > > to "./configure".  If you do need GRIB2
capability
> and
> > > the
> > > > > > grib2c
> > > > > > > > > > library
> > > > > > > > > > > > is not already on your system, you will need
to
> > download
> > > > and
> > > > > > > unpack
> > > > > > > > > the
> > > > > > > > > > > > grib2c tarball (
> > > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > > > > > and
> > > > > > > > > > refer
> > > > > > > > > > > > to
> > > > > > > > > > > > the README file. Once built, MET expects the
GRIB2
> > > > C-Library
> > > > > to
> > > > > > > be
> > > > > > > > > > named
> > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library *requires
the
> > > libraries
> > > > > > zlib,
> > > > > > > > > jasper
> > > > > > > > > > > and
> > > > > > > > > > > > png* to be present on your system and those
packages
> > are
> > > > all
> > > > > > > > > available
> > > > > > > > > > in
> > > > > > > > > > > > the link above. When configuring the MET build
after
> > > > > > installation
> > > > > > > > of
> > > > > > > > > > the
> > > > > > > > > > > > necessary libraries (or if grib2c, zlib,
jasper, and
> > png
> > > > are
> > > > > > > > already
> > > > > > > > > on
> > > > > > > > > > > > your system), set the *MET_GRIB2C* (or
> *MET_GRIB2CINC*
> > > and
> > > > > > > > > > > *MET_GRIB2CLIB*)
> > > > > > > > > > > > environment variables to indicate the location
of
> this
> > > > > library.
> > > > > > > > > > > >
> > > > > > > > > > > > Please let us know if you have any questions.
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Julie
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki Khaoula
via RT
> <
> > > > > > > > > > met_help at ucar.edu>
> > > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Julie,
> > > > > > > > > > > > > thank you for your response.
> > > > > > > > > > > > > it rebuilt nectd.
> > > > > > > > > > > > > my problem now is the bin subdirectory.
> > > > > > > > > > > > > when unpacking met-5.0, thre is no
subdirectory
> > called
> > > > bin.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Also, after setting environment variables, i
used
> the
> > > > > > > > configuration
> > > > > > > > > > > > script
> > > > > > > > > > > > > with: ./configure --prefix=`pwd` --enable-
grib2
> > > > > > --enable-modis
> > > > > > > > > > > > > --enable-mode_graphics
> > > > > > > > > > > > > there is no bin subdirectory  built or
recreated.
> > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > Khaoula
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie Prestopnik
via RT
> <
> > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > >:
> > > > > > > > > > > > >
> > > > > > > > > > > > > > Taking another look at this, I do not see
a "-I"
> > > entry
> > > > > for
> > > > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I
believe
> you
> > > have
> > > > > > > > > MET_NETCDF
> > > > > > > > > > > set
> > > > > > > > > > > > > to.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> > > > > > > -I../../../src/basic/vx_cal
> > > > > > > > > > > > > > -I../../../src/basic/vx_config
> > > > > -I../../../src/basic/vx_log
> > > > > > > > > > > > > > -I../../../src/basic/vx_math
> > > > -I../../../src/basic/vx_util
> > > > > > > > > > > > > > -I../../../src/libcode/vx_afm
> > > > > > > > > > -I../../../src/libcode/vx_analysis_util
> > > > > > > > > > > > > > -I../../../src/libcode/vx_color
> > > > > > > > -I../../../src/libcode/vx_data2d
> > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > > > > > > > > -I../../../src/libcode/vx_geodesy
> > > > > > > > > -I../../../src/libcode/vx_gnomon
> > > > > > > > > > > > > > -I../../../src/libcode/vx_grid
> > > > > > > > -I../../../src/libcode/vx_gsl_prob
> > > > > > > > > > > > > > -I../../../src/libcode/vx_nav
> > > > > > > -I../../../src/libcode/vx_nc_util
> > > > > > > > > > > > > > -I../../../src/libcode/vx_pb_util
> > > > > > > > > > -I../../../src/libcode/vx_plot_util
> > > > > > > > > > > > > > -I../../../src/libcode/vx_ps
> > > > > -I../../../src/libcode/vx_pxm
> > > > > > > > > > > > > > -I../../../src/libcode/vx_render
> > > > > > > > > > -I../../../src/libcode/vx_shapedata
> > > > > > > > > > > > > > -I../../../src/libcode/vx_statistics
> > > > > > > > > > > -I../../../src/libcode/vx_stat_out
> > > > > > > > > > > > > > -I../../../src/libcode/vx_tc_util -DBLOCK4
> > > -DWITH_GRIB2
> > > > > > > > > > > > > > -DMET_BASE="\"/root/Bureau/met-
5.0/share/met\""
> -g
> > > -MT
> > > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> > > > > > > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c
-o
> > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
> > './'`nc_var_info.cc
> > > > > > > > > > > > > > Dans le fichier inclus à partir de
> > nc_var_info.cc:24:
> > > > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh :
Aucun
> > > fichier
> > > > ou
> > > > > > > > dossier
> > > > > > > > > > de
> > > > > > > > > > > ce
> > > > > > > > > > > > > > type
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > You could check the include area for
> > > > > > > > /root/Bureau/netcdf-4.3.3.1
> > > > > > > > > to
> > > > > > > > > > > see
> > > > > > > > > > > > > if
> > > > > > > > > > > > > > there is a netcdf.hh file.  If there is,
you'll
> > need
> > > to
> > > > > > make
> > > > > > > > sure
> > > > > > > > > > > that
> > > > > > > > > > > > > met
> > > > > > > > > > > > > > can find it by making sure the MET_NETCDF
is set
> > > > > correctly,
> > > > > > > > then
> > > > > > > > > > > source
> > > > > > > > > > > > > > your .bashrc or similar file, reconfigure,
and
> > > rebuild
> > > > > MET,
> > > > > > > > > > > otherwise,
> > > > > > > > > > > > if
> > > > > > > > > > > > > > it is not there, I would suggest following
the
> > > > > instructions
> > > > > > > in
> > > > > > > > my
> > > > > > > > > > > most
> > > > > > > > > > > > > > recent previous email.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Please let us know how it works out.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > Julie
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie
Prestopnik
> <
> > > > > > > > > jpresto at ucar.edu
> > > > > > > > > > >
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Khaoula.  I apologize for the delayed
> > > response.  I
> > > > > was
> > > > > > > out
> > > > > > > > > of
> > > > > > > > > > > > town.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I believe that I see in your
make_install.log
> > that
> > > > > there
> > > > > > > is a
> > > > > > > > > > > problem
> > > > > > > > > > > > > > > finding netcdf.hh:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh :
Aucun
> > > > fichier
> > > > > ou
> > > > > > > > > dossier
> > > > > > > > > > > de
> > > > > > > > > > > > ce
> > > > > > > > > > > > > > > type
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > We've typically been compiling MET using
NetCDF
> > > > version
> > > > > > 3 -
> > > > > > > > the
> > > > > > > > > > > > > specific
> > > > > > > > > > > > > > > version is netcdf-3.6.3.  I know that
some of
> the
> > > > > > versions
> > > > > > > of
> > > > > > > > > > > netcdf
> > > > > > > > > > > > no
> > > > > > > > > > > > > > > longer include netcdf.hh, but that file
is
> > > necessary
> > > > > for
> > > > > > > our
> > > > > > > > > > code.
> > > > > > > > > > > > I'd
> > > > > > > > > > > > > > > suggest downloading and compiling NetCDF
3.6.3
> > > > locally
> > > > > > > using
> > > > > > > > > the
> > > > > > > > > > > > > > > following steps:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > >
> > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Then run:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > > > > > > > > make
> > > > > > > > > > > > > > > make install
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > These commands should compile the C and
C++
> > > > interfaces
> > > > > > for
> > > > > > > > > NetCDF
> > > > > > > > > > > and
> > > > > > > > > > > > > > > skip the Fortran interface that MET
doesn't
> use.
> > > It
> > > > > will
> > > > > > > > > install
> > > > > > > > > > > the
> > > > > > > > > > > > > > > library in current "netcdf-3.6.3"
directory due
> > to
> > > > the
> > > > > > > > > > > --prefix=`pwd`
> > > > > > > > > > > > > > > option.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Next, you'll need to edit where you set
> > MET_NETCDF
> > > to
> > > > > > point
> > > > > > > > to
> > > > > > > > > > this
> > > > > > > > > > > > new
> > > > > > > > > > > > > > > location, source your .bashrc or
similiar file,
> > and
> > > > > > rebuild
> > > > > > > > > MET.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Please let us know if that works well
for you.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > > Julie
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki
Khaoula
> > via
> > > > RT <
> > > > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> <URL:
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > >
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> Hello John,
> > > > > > > > > > > > > > >> the error was there is no compilor of
C++. so
> i
> > > > > > downloaded
> > > > > > > > g++
> > > > > > > > > > > > using :
> > > > > > > > > > > > > > yum
> > > > > > > > > > > > > > >> install gcc-c++.
> > > > > > > > > > > > > > >> I didn't understand the bin
subdirectory. I
> > looked
> > > > to
> > > > > > the
> > > > > > > > > > met-5.0
> > > > > > > > > > > > > > >> directory, i didin't find a
subdirectory
> called
> > > bin.
> > > > > But
> > > > > > > > files
> > > > > > > > > > > cited
> > > > > > > > > > > > > in
> > > > > > > > > > > > > > >> the
> > > > > > > > > > > > > > >> Built executables are located in the
output
> > > > > > subdirectory.
> > > > > > > > > > > > > > >> The compilation of *make install >&
> > > make_install.log
> > > > > &*
> > > > > > > > > > > > > > >> *tail -f make_install.log   *
> > > > > > > > > > > > > > >> * send an error.*
> > > > > > > > > > > > > > >> *there is two executables,  *the first
is
> called
> > > > > > > > > configuration1.
> > > > > > > > > > > It
> > > > > > > > > > > > is
> > > > > > > > > > > > > > >> about run of ./
> > > > > > > > > > > > > > >> *configure --prefix=`pwd` --enable-
grib2
> > > > > --enable-modis
> > > > > > > > > > > > > > >> --enable-mode_graphics*The second is
called
> make
> > > > > > > > install.log,
> > > > > > > > > > > > obtained
> > > > > > > > > > > > > > >> after running :
> > > > > > > > > > > > > > >> *make install >& make_install.log &*
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> *tail -f make_install.log*
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> *Thanks,*
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> *Khaoula*
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki Khaoula
<
> > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > >:
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> > Hello John,
> > > > > > > > > > > > > > >> > Thank you for your help. it really
works.
> > > > > > > > > > > > > > >> > I am in the configuration step.
> > > > > > > > > > > > > > >> > when executing the command of :
./configure
> > > > > > > --prefix=`pwd`
> > > > > > > > > > > > > > >> --enable-grib2
> > > > > > > > > > > > > > >> > --enable-modis --enable-
mode_graphics.
> > > > > > > > > > > > > > >> > i found that when cheking for some
> compilers,
> > > the
> > > > > > system
> > > > > > > > > > return
> > > > > > > > > > > > no.
> > > > > > > > > > > > > > >> > for example:
> > > > > > > > > > > > > > >> > checking for bison... no
> > > > > > > > > > > > > > >> > checking for byacc... no
> > > > > > > > > > > > > > >> > checking for g++... no
> > > > > > > > > > > > > > >> > checking for c++... no
> > > > > > > > > > > > > > >> > checking for gpp... no
> > > > > > > > > > > > > > >> > checking for aCC... no
> > > > > > > > > > > > > > >> > checking for CC... no
> > > > > > > > > > > > > > >> > checking for cxx... no
> > > > > > > > > > > > > > >> > checking for cc++... no
> > > > > > > > > > > > > > >> > checking for cl.exe... no
> > > > > > > > > > > > > > >> > checking for FCC... no
> > > > > > > > > > > > > > >> > checking for KCC... no
> > > > > > > > > > > > > > >> > checking for RCC... no
> > > > > > > > > > > > > > >> > checking for xlC_r... no
> > > > > > > > > > > > > > >> > checking for xlC... no
> > > > > > > > > > > > > > >> > checking whether the C++ compiler
works...
> no
> > > > > > > > > > > > > > >> > IS there any errors?
> > > > > > > > > > > > > > >> > you will find the executive file
called
> > > > > configuration.
> > > > > > > > > > > > > > >> > thanks,
> > > > > > > > > > > > > > >> > Khaoula
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John
Halley
> Gotway
> > > via
> > > > > RT <
> > > > > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > > > >> >:
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> >> Khaoula,
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> Looks like you have syntax wrong on
those
> > > > commands.
> > > > > > > > Please
> > > > > > > > > > try
> > > > > > > > > > > > > this:
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> export
> > > > > > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > > > > > >> >> export
> > > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> Actually since your NetCDF build is
> installed
> > > in
> > > > > the
> > > > > > > > > standard
> > > > > > > > > > > > way,
> > > > > > > > > > > > > > >> this is
> > > > > > > > > > > > > > >> >> all you really need to set:
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> export
> MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> And MET assumes that the headers are
in the
> > > > > "include"
> > > > > > > > > > > > subdirectory
> > > > > > > > > > > > > > and
> > > > > > > > > > > > > > >> the
> > > > > > > > > > > > > > >> >> library archive files are in the
"lib"
> > > > > subdirectory.
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> Thanks,
> > > > > > > > > > > > > > >> >> John
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM,
Melki
> > Khaoula
> > > > via
> > > > > > RT <
> > > > > > > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > > > > > > >> >> wrote:
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> > <URL:
> > > > > > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> > Hi John,
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> > Thank you for your help.
> > > > > > > > > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > > > > > > > > >> >> > I'm now setting environment
variables.
> > > > > > > > > > > > > > >> >> > I want to confirm this command if
it is
> > right
> > > > or
> > > > > > no,
> > > > > > > > for
> > > > > > > > > > > > example,
> > > > > > > > > > > > > > if
> > > > > > > > > > > > > > >> i
> > > > > > > > > > > > > > >> >> set:
> > > > > > > > > > > > > > >> >> >
> > > > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > > > > > > > > > > > > > >> >> >
> > > > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > > > > >> >> > in order to Set *$MET_NETCDF* to
point to
> > the
> > > > > main
> > > > > > > > > > > > > NetCDFdirectory.
> > > > > > > > > > > > > > >> >> > I  use  also the same process to
set
> others
> > > > > > external
> > > > > > > > > > > libraries.
> > > > > > > > > > > > > > >> >> > I let you know that my shell is
bash, so
> i
> > > > can't
> > > > > > use
> > > > > > > > the
> > > > > > > > > > > export
> > > > > > > > > > > > > > >> command.
> > > > > > > > > > > > > > >> >> > Im wondering if i'm in the right
way,
> > because
> > > > the
> > > > > > > > command
> > > > > > > > > > > with
> > > > > > > > > > > > > > export
> > > > > > > > > > > > > > >> >> > doesn't produce any error to
verify if
> i'm
> > > > right
> > > > > or
> > > > > > > > > wrong.
> > > > > > > > > > > > > > >> >> > Thanks,
> > > > > > > > > > > > > > >> >> > Khaoula
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John
Halley
> > Gotway
> > > > via
> > > > > > RT
> > > > > > > <
> > > > > > > > > > > > > > >> met_help at ucar.edu
> > > > > > > > > > > > > > >> >> >:
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> > > Hello Khaoula,
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > Julie is out of town.  My name
is John,
> > and
> > > > I'd
> > > > > > be
> > > > > > > > > happy
> > > > > > > > > > to
> > > > > > > > > > > > > help
> > > > > > > > > > > > > > >> >> answer
> > > > > > > > > > > > > > >> >> > > your MET questions.
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > I see that you're trying to get
up and
> > > > running
> > > > > > > using
> > > > > > > > > MET
> > > > > > > > > > to
> > > > > > > > > > > > > > verify
> > > > > > > > > > > > > > >> WRF
> > > > > > > > > > > > > > >> >> > > output.  MET doesn't read WRF
output
> > files
> > > > > > > directly,
> > > > > > > > > but
> > > > > > > > > > > > > requires
> > > > > > > > > > > > > > >> that
> > > > > > > > > > > > > > >> >> > they
> > > > > > > > > > > > > > >> >> > > first be post-processed either
with the
> > > > WRF-ARW
> > > > > > > > pinterp
> > > > > > > > > > > > utility
> > > > > > > > > > > > > > or
> > > > > > > > > > > > > > >> the
> > > > > > > > > > > > > > >> >> > > Unified Post-Processor (UPP).
Of the
> > two,
> > > > I'd
> > > > > > > > strongly
> > > > > > > > > > > > > recommend
> > > > > > > > > > > > > > >> >> using
> > > > > > > > > > > > > > >> >> > UPP
> > > > > > > > > > > > > > >> >> > > which creates output in GRIB
format
> that
> > is
> > > > > fully
> > > > > > > > > > supported
> > > > > > > > > > > > by
> > > > > > > > > > > > > > MET.
> > > > > > > > > > > > > > >> >> The
> > > > > > > > > > > > > > >> >> > > pinterp utility writes it output
in
> > NetCDF
> > > > but
> > > > > we
> > > > > > > > only
> > > > > > > > > > > > support
> > > > > > > > > > > > > > data
> > > > > > > > > > > > > > >> >> > defined
> > > > > > > > > > > > > > >> >> > > on the non-staggered dimensions.
Since
> > > > > velocity
> > > > > > > > points
> > > > > > > > > > are
> > > > > > > > > > > > > > >> staggered
> > > > > > > > > > > > > > >> >> in
> > > > > > > > > > > > > > >> >> > > WRF, MET can't be used to
verifying
> winds
> > > in
> > > > > > > pinterp
> > > > > > > > > > > output.
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > Another advantage to using UPP
is that
> > GRIB
> > > > > data
> > > > > > > can
> > > > > > > > be
> > > > > > > > > > > > easily
> > > > > > > > > > > > > > >> >> regridded
> > > > > > > > > > > > > > >> >> > > using the copygb utility.
copygb is
> > > included
> > > > > in
> > > > > > > the
> > > > > > > > > UPP
> > > > > > > > > > > > > package.
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > You can download pinterp here:
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > And you can download UPP here:
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > >
> > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > Hope that helps.
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > Thanks,
> > > > > > > > > > > > > > >> >> > > John Halley Gotway
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29 AM,
Melki
> > > > Khaoula
> > > > > > via
> > > > > > > > RT <
> > > > > > > > > > > > > > >> >> met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > wrote:
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > > > <URL:
> > > > > > > > > > > > >
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > > > Hi Julie,
> > > > > > > > > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > > > > > > > > >> >> > > > I downloaded post processor
but i
> can't
> > > > find
> > > > > > the
> > > > > > > > > > WRF-ARW
> > > > > > > > > > > > > > p-interp
> > > > > > > > > > > > > > >> >> Tool
> > > > > > > > > > > > > > >> >> > > when
> > > > > > > > > > > > > > >> >> > > > i use the link posted in the
> tutorial.
> > > > > > > > > > > > > > >> >> > > > also,what i don't understand
the
> > utility
> > > of
> > > > > the
> > > > > > > > > copygb
> > > > > > > > > > > > > utility
> > > > > > > > > > > > > > >> and
> > > > > > > > > > > > > > >> >> > from
> > > > > > > > > > > > > > >> >> > > > where to get it.
> > > > > > > > > > > > > > >> >> > > > i don't know what to do next
to
> > > downloading
> > > > > and
> > > > > > > > > > compiling
> > > > > > > > > > > > > > >> required
> > > > > > > > > > > > > > >> >> > > > libraries.
> > > > > > > > > > > > > > >> >> > > > Thanks,
> > > > > > > > > > > > > > >> >> > > > Khaoula
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00
Melki
> > Khaoula <
> > > > > > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > > > > >> >:
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > > *I  unpacked the HDF
librarry.*
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > > *When lookig the HDF-EOS
library, i
> > > found
> > > > > in
> > > > > > > the
> > > > > > > > > > > website
> > > > > > > > > > > > is
> > > > > > > > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > > *i tried to unpack it, i
didn't
> find
> > > the
> > > > > > right
> > > > > > > > > > command
> > > > > > > > > > > to
> > > > > > > > > > > > > do
> > > > > > > > > > > > > > >> it.*
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > > *Is there any command to
unpak this
> > > > > library.*
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > > *Thanks,*
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00
Julie
> > > > Prestopnik
> > > > > > via
> > > > > > > > RT
> > > > > > > > > <
> > > > > > > > > > > > > > >> >> > met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > >:
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-Library is used
by the
> > MET
> > > > > > library
> > > > > > > > > code
> > > > > > > > > > to
> > > > > > > > > > > > > read
> > > > > > > > > > > > > > >> GRIB2
> > > > > > > > > > > > > > >> >> > data
> > > > > > > > > > > > > > >> >> > > > >> files. The GRIB2 C-Library
> requires
> > > the
> > > > > > > > libraries
> > > > > > > > > > > zlib,
> > > > > > > > > > > > > > jasper
> > > > > > > > > > > > > > >> >> and
> > > > > > > > > > > > > > >> >> > png
> > > > > > > > > > > > > > >> >> > > > to
> > > > > > > > > > > > > > >> >> > > > >> be present on your system.
Support
> > for
> > > > > GRIB2
> > > > > > > is
> > > > > > > > > > > optional
> > > > > > > > > > > > > and
> > > > > > > > > > > > > > >> can
> > > > > > > > > > > > > > >> >> be
> > > > > > > > > > > > > > >> >> > > > >> enabled
> > > > > > > > > > > > > > >> >> > > > >> with the *--enable-grib2*
option
> for
> > > > > > > configure.
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >> Julie
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at
6:56 AM,
> > Melki
> > > > > > Khaoula
> > > > > > > > via
> > > > > > > > > > RT
> > > > > > > > > > > <
> > > > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > > > > > > > > >> >> > > > >> wrote:
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >> > <URL:
> > > > > > > > > > > > > > >>
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > > > > > > > > >> >> > > > >> > It works.
> > > > > > > > > > > > > > >> >> > > > >> > I compile Nectcdf , GNU
and
> zlib
> > > > > > libraries.
> > > > > > > > > > > > > > >> >> > > > >> > About GRIB C library, i
> downloaded
> > > the
> > > > > > > library
> > > > > > > > > and
> > > > > > > > > > > > > > unpacked
> > > > > > > > > > > > > > >> >> it.
> > > > > > > > > > > > > > >> >> > > > >> > how it can be used by
MET?
> > > > > > > > > > > > > > >> >> > > > >> > Thanks,
> > > > > > > > > > > > > > >> >> > > > >> > khaoula
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58
GMT+02:00 Julie
> > > > > > Prestopnik
> > > > > > > > via
> > > > > > > > > > RT <
> > > > > > > > > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >:
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > I'm glad that you were
able to
> > get
> > > > > > BUFRLIB
> > > > > > > > > > > > installed.
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > You said, "when trying
to run
> > the
> > > > firs
> > > > > > > > command
> > > > > > > > > > of
> > > > > > > > > > > *
> > > > > > > > > > > > > *cd
> > > > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > > > > > > > > >> >> > > > >> > he
> > > > > > > > > > > > > > >> >> > > > >> > > wrote me no file or
directory"
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > In the tutorial, when
we say
> > "*cd
> > > > > > > > > > > /path/to/netcdf*"
> > > > > > > > > > > > > you
> > > > > > > > > > > > > > >> >> should
> > > > > > > > > > > > > > >> >> > > > change
> > > > > > > > > > > > > > >> >> > > > >> > > directories to the
location
> > where
> > > > your
> > > > > > > > netcdf
> > > > > > > > > > > > > directory
> > > > > > > > > > > > > > >> is on
> > > > > > > > > > > > > > >> >> > your
> > > > > > > > > > > > > > >> >> > > > >> > machine.
> > > > > > > > > > > > > > >> >> > > > >> > > For example, if you
unpacked
> the
> > > tar
> > > > > > file
> > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > > > > > > > > >> >> in
> > > > > > > > > > > > > > >> >> > a
> > > > > > > > > > > > > > >> >> > > > >> > directory
> > > > > > > > > > > > > > >> >> > > > >> > > path of
> > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > > > > > > > you
> > > > > > > > > > > > > would
> > > > > > > > > > > > > > >> run
> > > > > > > > > > > > > > >> >> "cd
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > > > > > > > > > > > */path/to/netcdf
> > > > > > > > > > > > > > >> >> *is a
> > > > > > > > > > > > > > >> >> > > > place
> > > > > > > > > > > > > > >> >> > > > >> > > holder for the location
on
> your
> > > > > machine.
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > You said, "setenv CC
> > > > > > /path/to/c/compiler.
> > > > > > > It
> > > > > > > > > > > doesn't
> > > > > > > > > > > > > > >> work.he
> > > > > > > > > > > > > > >> >> > said
> > > > > > > > > > > > > > >> >> > > > >> command
> > > > > > > > > > > > > > >> >> > > > >> > > of setenv doesn't
exist.*"
> > > "setenv"
> > > > > is
> > > > > > > the
> > > > > > > > > name
> > > > > > > > > > > of
> > > > > > > > > > > > > the
> > > > > > > > > > > > > > >> >> command
> > > > > > > > > > > > > > >> >> > > used
> > > > > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > > > > >> >> > > > >> > set
> > > > > > > > > > > > > > >> >> > > > >> > > environment variables
in the
> > *csh
> > > > > family
> > > > > > > of
> > > > > > > > > > > shells.
> > > > > > > > > > > > > If
> > > > > > > > > > > > > > >> you
> > > > > > > > > > > > > > >> >> are
> > > > > > > > > > > > > > >> >> > > > using
> > > > > > > > > > > > > > >> >> > > > >> a
> > > > > > > > > > > > > > >> >> > > > >> > > different shell,
however, you
> > may
> > > > need
> > > > > > to
> > > > > > > > use
> > > > > > > > > > > > > "export",
> > > > > > > > > > > > > > >> >> which is
> > > > > > > > > > > > > > >> >> > > the
> > > > > > > > > > > > > > >> >> > > > >> name
> > > > > > > > > > > > > > >> >> > > > >> > > of the command in the
"other"
> > > family
> > > > > of
> > > > > > > > shells
> > > > > > > > > > > (ash,
> > > > > > > > > > > > > > >> bourne,
> > > > > > > > > > > > > > >> >> > > bourne
> > > > > > > > > > > > > > >> >> > > > >> > again,
> > > > > > > > > > > > > > >> >> > > > >> > > zsh).  To find out what
shell
> > you
> > > > are
> > > > > > > using,
> > > > > > > > > you
> > > > > > > > > > > can
> > > > > > > > > > > > > run
> > > > > > > > > > > > > > >> >> "echo
> > > > > > > > > > > > > > >> >> > > > >> $SHELL".
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > If you are using a
shell other
> > > than
> > > > > the
> > > > > > > *csh
> > > > > > > > > > > family
> > > > > > > > > > > > of
> > > > > > > > > > > > > > >> >> shells,
> > > > > > > > > > > > > > >> >> > and
> > > > > > > > > > > > > > >> >> > > > you
> > > > > > > > > > > > > > >> >> > > > >> > need
> > > > > > > > > > > > > > >> >> > > > >> > > to use "export", the
syntax is
> > > > > slightly
> > > > > > > > > > different.
> > > > > > > > > > > > > > >> Instead
> > > > > > > > > > > > > > >> >> of
> > > > > > > > > > > > > > >> >> > > > >> running:
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
/path/to/c/compiler
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > you would run
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > export
CC=/path/to/c/compiler
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > Please note, it is
import that
> > > when
> > > > > > using
> > > > > > > > the
> > > > > > > > > > > export
> > > > > > > > > > > > > > >> command
> > > > > > > > > > > > > > >> >> > that
> > > > > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > > > > >> >> > > > >> > are
> > > > > > > > > > > > > > >> >> > > > >> > > no spaces before or
after the
> > "=".
> > > > > > Also,
> > > > > > > in
> > > > > > > > > > this
> > > > > > > > > > > > > case,
> > > > > > > > > > > > > > >> >> please
> > > > > > > > > > > > > > >> >> > > note
> > > > > > > > > > > > > > >> >> > > > >> that
> > > > > > > > > > > > > > >> >> > > > >> > > "/path/to/c/compiler"
should
> be
> > > > > replaced
> > > > > > > > with
> > > > > > > > > > the
> > > > > > > > > > > > path
> > > > > > > > > > > > > > to
> > > > > > > > > > > > > > >> >> the c
> > > > > > > > > > > > > > >> >> > > > >> compiler
> > > > > > > > > > > > > > >> >> > > > >> > on
> > > > > > > > > > > > > > >> >> > > > >> > > your machine.  For
example. on
> > my
> > > > > > machine,
> > > > > > > > gcc
> > > > > > > > > > > lives
> > > > > > > > > > > > > at
> > > > > > > > > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > puffin:jpresto> which
gcc
> > > > > > > > > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > so if I used setenv, I
would
> > run:
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
/usr/bin/X11/gcc
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > but if I used export, I
would
> > run:
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > export
CC=/usr/bin/X11/gcc
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > I hope this helps.  In
the
> > future,
> > > > if
> > > > > > you
> > > > > > > > > > > experience
> > > > > > > > > > > > > any
> > > > > > > > > > > > > > >> >> > problems
> > > > > > > > > > > > > > >> >> > > or
> > > > > > > > > > > > > > >> >> > > > >> > > errors, it would be
helpful if
> > you
> > > > > could
> > > > > > > > copy
> > > > > > > > > > and
> > > > > > > > > > > > > paste
> > > > > > > > > > > > > > >> the
> > > > > > > > > > > > > > >> >> > > commands
> > > > > > > > > > > > > > >> >> > > > >> you
> > > > > > > > > > > > > > >> >> > > > >> > > have run along with the
errors
> > > they
> > > > > > > > produced.
> > > > > > > > > > If
> > > > > > > > > > > > > often
> > > > > > > > > > > > > > >> gives
> > > > > > > > > > > > > > >> >> > us a
> > > > > > > > > > > > > > >> >> > > > >> > clearer
> > > > > > > > > > > > > > >> >> > > > >> > > picture of what has
gone
> wrong.
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > Please let us know if
you
> > > experience
> > > > > > other
> > > > > > > > > > > problems
> > > > > > > > > > > > > and
> > > > > > > > > > > > > > >> need
> > > > > > > > > > > > > > >> >> > help.
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > > > > > > > > >> >> > > > >> > > Julie
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015 at
5:44
> AM,
> > > > Melki
> > > > > > > > Khaoula
> > > > > > > > > > via
> > > > > > > > > > > > RT
> > > > > > > > > > > > > <
> > > > > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > wrote:
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > > > > > > > > >> >>
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *i'm now trying to
compile
> the
> > > > > netcdf
> > > > > > > > > > library.*
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *I'm wondering about
the
> steps
> > > > > written
> > > > > > > in
> > > > > > > > > the
> > > > > > > > > > > > > > tutorial:
> > > > > > > > > > > > > > >> *
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf
setenv
> CC
> > > > > > > > > > > /path/to/c/compiler
> > > > > > > > > > > > > > setenv
> > > > > > > > > > > > > > >> >> CXX
> > > > > > > > > > > > > > >> >> > > > >> > > >
/path/to/c++/compiler
> > setenv
> > > FC
> > > > > ''
> > > > > > > > setenv
> > > > > > > > > > F90
> > > > > > > > > > > > ''
> > > > > > > > > > > > > > >> >> > ./configure
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > --prefix=/netcdf/install/path
> > > > > > > > > > > > --disable-netcdf-4
> > > > > > > > > > > > > > make
> > > > > > > > > > > > > > >> >> make
> > > > > > > > > > > > > > >> >> > > > >> install i
> > > > > > > > > > > > > > >> >> > > > >> > > >    installed the
> > netcdf-4.3.3.1
> > > > as a
> > > > > > > > > > independent
> > > > > > > > > > > > > > >> directory,
> > > > > > > > > > > > > > >> >> > but
> > > > > > > > > > > > > > >> >> > > > when
> > > > > > > > > > > > > > >> >> > > > >> > > > trying to
> > > > > > > > > > > > > > >> >> > > > >> > > >    run the firs
command of *
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf.
he
> wrote
> > me
> > > > no
> > > > > > file
> > > > > > > > or
> > > > > > > > > > > > > directory.
> > > > > > > > > > > > > > >> so i
> > > > > > > > > > > > > > >> >> > > > create a
> > > > > > > > > > > > > > >> >> > > > >> > file
> > > > > > > > > > > > > > >> >> > > > >> > > > called path existed
in to
> file
> > > > which
> > > > > > are
> > > > > > > > > both
> > > > > > > > > > > > > included
> > > > > > > > > > > > > > >> in
> > > > > > > > > > > > > > >> >> > netcdf
> > > > > > > > > > > > > > >> >> > > > >> > > directory.
> > > > > > > > > > > > > > >> >> > > > >> > > > but when running
setenv CC
> > > > > > > > > > > /path/to/c/compiler.
> > > > > > > > > > > > It
> > > > > > > > > > > > > > >> >> doesn't
> > > > > > > > > > > > > > >> >> > > > work.he
> > > > > > > > > > > > > > >> >> > > > >> > said
> > > > > > > > > > > > > > >> >> > > > >> > > > command of setenv
doesn't
> > > exist.*
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *Thank you really for
your
> > help
> > > > and
> > > > > > your
> > > > > > > > > Time
> > > > > > > > > > > > > Julie.*
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > 2015-06-18 20:15
GMT+02:00
> > Julie
> > > > > > > > Prestopnik
> > > > > > > > > > via
> > > > > > > > > > > > RT <
> > > > > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > >:
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > We are able to
reproduce
> the
> > > > > > problems
> > > > > > > > you
> > > > > > > > > > are
> > > > > > > > > > > > > > >> >> experiencing
> > > > > > > > > > > > > > >> >> > > with
> > > > > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > > > > >> >> > > > >> > > > latest
> > > > > > > > > > > > > > >> >> > > > >> > > > > version of BUFRLIB.
We
> are
> > > > > working
> > > > > > > on a
> > > > > > > > > > > > solution
> > > > > > > > > > > > > to
> > > > > > > > > > > > > > >> get
> > > > > > > > > > > > > > >> >> the
> > > > > > > > > > > > > > >> >> > > > >> > > compilation
> > > > > > > > > > > > > > >> >> > > > >> > > > > working.
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > In the meantime, I
have
> > > uploaded
> > > > > the
> > > > > > > > > > previous
> > > > > > > > > > > > > > version
> > > > > > > > > > > > > > >> of
> > > > > > > > > > > > > > >> >> > > BUFRLIB
> > > > > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > > > > >> >> > > > >> > our
> > > > > > > > > > > > > > >> >> > > > >> > > > ftp
> > > > > > > > > > > > > > >> >> > > > >> > > > > site so that you
can make
> > some
> > > > > > > progress
> > > > > > > > > and
> > > > > > > > > > > > start
> > > > > > > > > > > > > > >> working
> > > > > > > > > > > > > > >> >> > with
> > > > > > > > > > > > > > >> >> > > > >> MET.
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > Please execute the
> following
> > > > > > commands.
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > *Make a new
directory to
> > > contain
> > > > > the
> > > > > > > > > BUFRLIB
> > > > > > > > > > > > code
> > > > > > > > > > > > > > >> (e.g.
> > > > > > > > > > > > > > >> >> > mkdir
> > > > > > > > > > > > > > >> >> > > > >> > > > >
/home/user/BUFRLIB).*
> > > > > > > > > > > > > > >> >> > > > >> > > > > *Change directories
to
> that
> > > new
> > > > > > > > directory
> > > > > > > > > > > (e.g.
> > > > > > > > > > > > > cd *
> > > > > > > > > > > > > > >> >> > > > >> > > > >
*/home/user/BUFRLIB).wget
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > > > > >> >> > > > >> > > > > <
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > > > > >> >> > > > >> > > > > >*
> > > > > > > > > > > > > > >> >> > > > >> > > > > *tar -xvf
> > BUFRLIB_v10-2-3.tar*
> > > > > > > > > > > > > > >> >> > > > >> > > > > *gcc -c
-DUNDERSCORE *.c*
> > > > > > > > > > > > > > >> >> > > > >> > > > > *gfortran -c
-DUNDERSCORE
> > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > > *.f
> > > > > > > > > > > > > > >> *.F*
> > > > > > > > > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a
*.o*
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > You should get a
> successful
> > > > > > > compilation
> > > > > > > > > with
> > > > > > > > > > > > this
> > > > > > > > > > > > > > >> older
> > > > > > > > > > > > > > >> >> > > version
> > > > > > > > > > > > > > >> >> > > > of
> > > > > > > > > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please
let us
> know
> > > how
> > > > > it
> > > > > > > > goes.
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > > > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > On Wed, Jun 17,
2015 at
> 4:18
> > > AM,
> > > > > > Melki
> > > > > > > > > > Khaoula
> > > > > > > > > > > > via
> > > > > > > > > > > > > > RT
> > > > > > > > > > > > > > >> <
> > > > > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > > > > > > > > >> >> > > > >> > > > > > Happy with your
email.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > It is really
motivating
> to
> > > > > receive
> > > > > > > > your
> > > > > > > > > > help
> > > > > > > > > > > > in
> > > > > > > > > > > > > > >> >> compiling
> > > > > > > > > > > > > > >> >> > > MET
> > > > > > > > > > > > > > >> >> > > > >> > model.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > You find  two
terminal
> > > > > containing
> > > > > > > > errors
> > > > > > > > > > of
> > > > > > > > > > > > > runing
> > > > > > > > > > > > > > >> gcc
> > > > > > > > > > > > > > >> >> and
> > > > > > > > > > > > > > >> >> > > > >> gfortran
> > > > > > > > > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > > > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > 2015-06-16 18:24
> GMT+02:00
> > > > Julie
> > > > > > > > > > Prestopnik
> > > > > > > > > > > > via
> > > > > > > > > > > > > > RT <
> > > > > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > > > >:
> > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I
don't
> > believe
> > > > > that
> > > > > > > you
> > > > > > > > > > should
> > > > > > > > > > > > > have
> > > > > > > > > > > > > > to
> > > > > > > > > > > > > > >> >> > > reinstall
> > > > > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > compilers.
That is
> > likely
> > > > not
> > > > > > the
> > > > > > > > > > > problem.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > You said that
you
> > received
> > > > an
> > > > > > > error
> > > > > > > > > > > message
> > > > > > > > > > > > > when
> > > > > > > > > > > > > > >> >> running
> > > > > > > > > > > > > > >> >> > > the
> > > > > > > > > > > > > > >> >> > > > >> > > > following:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > gcc -c
-DUNDERSCORE
> *.c
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > gfortran -c
> -DUNDERSCORE
> > > > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > > > >> *.f
> > > > > > > > > > > > > > >> >> *.F
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > Could you
please send
> > the
> > > > full
> > > > > > > error
> > > > > > > > > > that
> > > > > > > > > > > > you
> > > > > > > > > > > > > > >> >> received?
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > On Tue, Jun 16,
2015
> at
> > > 2:15
> > > > > AM,
> > > > > > > > Melki
> > > > > > > > > > > > Khaoula
> > > > > > > > > > > > > > via
> > > > > > > > > > > > > > >> >> RT <
> > > > > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > Thanks for
your
> email.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > In trying the
> command
> > > > > whereis
> > > > > > > gcc
> > > > > > > > > and
> > > > > > > > > > > > > whereis
> > > > > > > > > > > > > > >> >> > gfortran,
> > > > > > > > > > > > > > >> >> > > > >> this is
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
[root at localhost
> > > BUFRLIB]#
> > > > > > > > whereis
> > > > > > > > > > > > gfortran
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran:
> > > > /usr/bin/gfortran
> > > > > > > > > > > > > > >> >> > > > >>
/usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
[root at localhost
> > > BUFRLIB]#
> > > > > > > > whereis
> > > > > > > > > > gcc
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > gcc:
/usr/bin/gcc
> > > > > /usr/lib/gcc
> > > > > > > > > > > > > > /usr/libexec/gcc
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > So i go to
try the
> > > command
> > > > > of
> > > > > > > *gcc
> > > > > > > > > -c
> > > > > > > > > > > > > > >> -DUNDERSCORE
> > > > > > > > > > > > > > >> >> *.c
> > > > > > > > > > > > > > >> >> > > > and *
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *gfortran -c
> > > -DUNDERSCORE
> > > > > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > > > >> >> *.f
> > > > > > > > > > > > > > >> >> > > *.F *
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *Linux return
me a
> > > message
> > > > > of
> > > > > > > > > error.*
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *So i tried
to
> > reinstall
> > > > gcc
> > > > > > > > > compiler
> > > > > > > > > > > > using
> > > > > > > > > > > > > > yum
> > > > > > > > > > > > > > >> >> > install
> > > > > > > > > > > > > > >> >> > > > >> gcc, i
> > > > > > > > > > > > > > >> >> > > > >> > > > found
> > > > > > > > > > > > > > >> >> > > > >> > > > > > that
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > the last pack
of gcc
> > was
> > > > > > > > installed.
> > > > > > > > > > But
> > > > > > > > > > > > when
> > > > > > > > > > > > > > >> >> > > reinstalling
> > > > > > > > > > > > > > >> >> > > > >> > > gfortran
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > using yum
install
> > > > gfortran,
> > > > > i
> > > > > > > > found
> > > > > > > > > an
> > > > > > > > > > > > > message
> > > > > > > > > > > > > > >> >> telling
> > > > > > > > > > > > > > >> >> > > me
> > > > > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > > > > >> >> > > > >> > > is
> > > > > > > > > > > > > > >> >> > > > >> > > > no
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran pack
to
> > > install.
> > > > *
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *I don't know
what
> to
> > > do.*
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *Thank you
for your
> > time
> > > > and
> > > > > > > your
> > > > > > > > > > > > > cooperation*
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *yours
faithfully *
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *KHAOULA
MELKI*
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > 2015-06-15
18:49
> > > GMT+02:00
> > > > > > Julie
> > > > > > > > > > > > Prestopnik
> > > > > > > > > > > > > > via
> > > > > > > > > > > > > > >> RT
> > > > > > > > > > > > > > >> >> <
> > > > > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.
Thank
> you
> > > for
> > > > > > > trying
> > > > > > > > to
> > > > > > > > > > use
> > > > > > > > > > > > the
> > > > > > > > > > > > > > MET
> > > > > > > > > > > > > > >> >> > > software.
> > > > > > > > > > > > > > >> >> > > > >> I'm
> > > > > > > > > > > > > > >> >> > > > >> > > not
> > > > > > > > > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > understand
what
> you
> > > are
> > > > > > > asking.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > You
mentioned that
> > you
> > > > > want
> > > > > > to
> > > > > > > > > > compile
> > > > > > > > > > > > > > >> BUFRLIB.
> > > > > > > > > > > > > > >> >> As
> > > > > > > > > > > > > > >> >> > is
> > > > > > > > > > > > > > >> >> > > > >> > > explained
> > > > > > > > > > > > > > >> >> > > > >> > > > on
> > > > > > > > > > > > > > >> >> > > > >> > > > > > the
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > following
page of
> > the
> > > > MET
> > > > > > > Online
> > > > > > > > > > > > Tutorial
> > > > > > > > > > > > > > for
> > > > > > > > > > > > > > >> >> > METv5.0:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > you can use
the
> GNU
> > > gcc
> > > > > and
> > > > > > > > > gfortran
> > > > > > > > > > > > > > >> compilers,
> > > > > > > > > > > > > > >> >> the
> > > > > > > > > > > > > > >> >> > > PGI
> > > > > > > > > > > > > > >> >> > > > >> pgcc
> > > > > > > > > > > > > > >> >> > > > >> > > and
> > > > > > > > > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > compilers,
or the
> > > Intel
> > > > > icc
> > > > > > > and
> > > > > > > > > > ifort
> > > > > > > > > > > > > > >> compilers.
> > > > > > > > > > > > > > >> >> > You
> > > > > > > > > > > > > > >> >> > > > are
> > > > > > > > > > > > > > >> >> > > > >> > > welcome
> > > > > > > > > > > > > > >> >> > > > >> > > > > to
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc and
gfortran
> > (GNU)
> > > > if
> > > > > > you
> > > > > > > > > would
> > > > > > > > > > > like
> > > > > > > > > > > > > to.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Most LINUX
> > > distributions
> > > > > > come
> > > > > > > > with
> > > > > > > > > > the
> > > > > > > > > > > > > > >> compilers.
> > > > > > > > > > > > > > >> >> > To
> > > > > > > > > > > > > > >> >> > > > find
> > > > > > > > > > > > > > >> >> > > > >> > gcc
> > > > > > > > > > > > > > >> >> > > > >> > > > and
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > on your
machine,
> you
> > > can
> > > > > run
> > > > > > > the
> > > > > > > > > > > > following
> > > > > > > > > > > > > > >> >> commands:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis
gfortran
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis gcc
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Here are
the
> > results I
> > > > get
> > > > > > > after
> > > > > > > > > > > running
> > > > > > > > > > > > > > those
> > > > > > > > > > > > > > >> >> two
> > > > > > > > > > > > > > >> >> > > > >> commands:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gfortran:
> > > > > /usr/bin/gfortran
> > > > > > > > > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc:
/usr/bin/gcc
> > > > > > /usr/lib/gcc
> > > > > > > > > > > > > > >> /usr/bin/X11/gcc
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > I hope that
helps.
> > > > Please
> > > > > > let
> > > > > > > > me
> > > > > > > > > > know
> > > > > > > > > > > > if
> > > > > > > > > > > > > I
> > > > > > > > > > > > > > >> have
> > > > > > > > > > > > > > >> >> not
> > > > > > > > > > > > > > >> >> > > > >> answered
> > > > > > > > > > > > > > >> >> > > > >> > > > your
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > and if this
solves
> > the
> > > > > > problem
> > > > > > > > for
> > > > > > > > > > > you.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > On Mon, Jun
15,
> 2015
> > > at
> > > > > 5:40
> > > > > > > AM,
> > > > > > > > > > Melki
> > > > > > > > > > > > > > Khaoula
> > > > > > > > > > > > > > >> >> via
> > > > > > > > > > > > > > >> >> > RT
> > > > > > > > > > > > > > >> >> > > <
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
met_help at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun
15
> > 05:40:22
> > > > > 2015:
> > > > > > > > > Request
> > > > > > > > > > > > 72309
> > > > > > > > > > > > > > was
> > > > > > > > > > > > > > >> >> acted
> > > > > > > > > > > > > > >> >> > > > upon.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Transaction:
> > Ticket
> > > > > > created
> > > > > > > by
> > > > > > > > > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Queue:
> > > met_help
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Subject:
> (No
> > > > > subject
> > > > > > > > given)
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Owner:
> > Nobody
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Requestors:
> > > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Status:
> new
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >  Ticket
<URL:
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >>
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Dear
Sir/Mrs,
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > i4m
traynig to
> use
> > > MET
> > > > > > > model.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > About
> compilation
> > of
> > > > > > > BUFRLIB,
> > > > > > > > i
> > > > > > > > > > need
> > > > > > > > > > > > gcc
> > > > > > > > > > > > > > and
> > > > > > > > > > > > > > >> >> > > gfortran
> > > > > > > > > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Do i need
to
> > install
> > > > > > fortran
> > > > > > > > > and C
> > > > > > > > > > > > > > software
> > > > > > > > > > > > > > >> for
> > > > > > > > > > > > > > >> >> > > LINUX
> > > > > > > > > > > > > > >> >> > > > >> > before
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > their
compilers?
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Yours
sincerly,
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Khaoula
MELKI
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
Prestopnik
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > National
Center
> for
> > > > > > > Atmospheric
> > > > > > > > > > > Research
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Research
> > Applications
> > > > > > > Laboratory
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Phone:
> 303.497.8399
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Email:
> > > jpresto at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > Julie
Prestopnik
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > National Center
for
> > > > > Atmospheric
> > > > > > > > > Research
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > Research
Applications
> > > > > Laboratory
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > Phone:
303.497.8399
> > > > > > > > > > > > > > >> >> > > > >> > > > > > > Email:
> jpresto at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > > --
> > > > > > > > > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > > > > > > > > >> >> > > > >> > > > > National Center for
> > > Atmospheric
> > > > > > > Research
> > > > > > > > > > > > > > >> >> > > > >> > > > > Research
Applications
> > > Laboratory
> > > > > > > > > > > > > > >> >> > > > >> > > > > Phone: 303.497.8399
> > > > > > > > > > > > > > >> >> > > > >> > > > > Email:
jpresto at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > > --
> > > > > > > > > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > > > > > > > > >> >> > > > >> > > National Center for
> Atmospheric
> > > > > Research
> > > > > > > > > > > > > > >> >> > > > >> > > Research Applications
> Laboratory
> > > > > > > > > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > > > > > > > > >> >> > > > >> > > Email: jpresto at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >> --
> > > > > > > > > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > > > > > > > > >> >> > > > >> National Center for
Atmospheric
> > > Research
> > > > > > > > > > > > > > >> >> > > > >> Research Applications
Laboratory
> > > > > > > > > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > > > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Julie Prestopnik
> > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Julie Prestopnik
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > Phone: 303.497.8399
> > > > > > > > Email: jpresto at ucar.edu
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Fri Aug 07 03:32:10 2015

Hi John,
It really strange.
when i run netcdef, he come back to grib2.h error or gsl_cdf.h.
i checked all my files needed for executing configure script.
grib2.h , netcdf.hh ..... are all located in their right libraries.
The problem is that met-5.0 can't find them.
you find attached the last make-install result.
Thanks,
Khaoula

2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:

> Khaoula,
>
> MET is written primarily in C++ and, as such, requires that the C++
> interface for NetCDF be compiled.  It's possible that the C++
interface was
> not compiled in the version of NetCDF to which you're pointing.
Please see
> if the following file exists:
>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
>
> If it does not, then you'll need to recompile NetCDF somewhere
including
> the C++ interface.  It's described on this page:
>
>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> '
>
> If that file does exist, that's great.  Just do the following (the
setting
> you sent me used "netcdf-36.3" instead of "netcdf-3.6.3"):
>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
>    Rerun the configure command.
>    make clean
>    make install
>
> Hope that helps.
>
> Thanks,
> John
>
> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi john,
> > Thank you for your help.
> > It works but there is another error. He cannot find the netcdf.hh
file.
> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
> > but it still the same error.
> > you find attached make_install file.
> > Thanks,
> > Khaoula
> >
> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu
> >:
> >
> > > Hello Khaoula,
> > >
> > > My name is John Halley Gotway.  Julie's out of town until next
week,
> but
> > > hopefully I can help you with this issue.  Thanks for sending
the
> output
> > of
> > > make - that's very helpful.  Here's the relevant error you're
getting:
> > >
> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou dossier
de ce
> > type
> > >
> > > Using google translate, I see that means: No files or folders of
this
> > type
> > >
> > > Basically, MET isn't able to find the file named "grib2.h",
which is
> > > included in the library named "g2clib".  Since you're compiling
support
> > for
> > > GRIB2, I assume you've already compiled that library.  If that's
not
> the
> > > case, please see the information here:
> > >
> > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >
> > > Once you've compiled "g2clib", try setting the following:
> > > If you're using csh:
> > >    setenv MET_GRIB2INC /path/to/g2clib
> > >    setenv MET_GRIB2LIB /path/to/g2clib
> > >
> > > If you're using bash:
> > >    export MET_GRIB2INC=/path/to/g2clib
> > >    export MET_GRIB2LIB=/path/to/g2clib
> > >
> > > And from the top-level met-5.0 directory, rerun the "configure"
command
> > you
> > > used for MET, and then run:
> > >    make clean
> > >    make install >& make_install.log
> > >
> > > Please let me know how it goes.
> > >
> > > Thanks,
> > > John
> > >
> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT <
> met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hi Julie,
> > > > Thank you for your help.
> > > > i could install libpng library.
> > > > But there is another problem.  When executing *make install >&
> > > > make_install.log &*
> > > >
> > > > *tail -f make_install.log.*
> > > >
> > > > *threr is an error in  file make_install.log that there is no
file
> > named
> > > > grib2.h.*
> > > > *there is the make _install.log.*
> > > >
> > > > *Thanks *
> > > >
> > > > *Khaoula *
> > > >
> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > > >
> > > > > Hi Khaoula.
> > > > >
> > > > > While I saw that you have a "include", "lib", and "share"
> > > subdirectories
> > > > > under /usr/bin/zlib, I could not see the contents of those
> > directories.
> > > > >
> > > > > Could you please verify that you have the files "zlib.h" and
> > "zconf.h"
> > > in
> > > > > the "include" subdirectory?  Could you also please verify
that you
> > have
> > > > > "libz.a" and other "libz.so" files in the "lib"
subdirectory?
> > > > >
> > > > > Assuming those files are in place, it looks like you got a
> successful
> > > > > installation of zlib, but libpng couldn't find zlib.
> > > > >
> > > > > Try recompiling libpng as follows,
> > > > >   *replacing "/path/to/libpng/install/**directory" with the
path
> > where
> > > > you
> > > > > would like to install libpng*:
> > > > >
> > > > >   cd /root/Bureau/libpng-1.2.34
> > > > >   make clean
> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> > > > >   ./configure --prefix=/path/to/libpng/install/directory
> > > > >   make
> > > > >   make install
> > > > >
> > > > > That should do the trick.  With those environment variables,
you're
> > > > telling
> > > > > it where to find the zlib header and object files.  Give
that a try
> > and
> > > > let
> > > > > me know if you're able to compile libpng successfully.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > > >
> > > > > > Hi Julie,
> > > > > > No i didn't get a successful install of libpng because the
first
> > > > problem
> > > > > > was installation of zlib.
> > > > > > you find a script joint to this email of running ls -l
> > usr/bin/zlib.
> > > > > > Thanks,
> > > > > > Khaoula MELKI
> > > > > >
> > > > > >
> > > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > > >
> > > > > > > Hi Khaoula.
> > > > > > >
> > > > > > > Instead of running "ls -l zlib-1.2.8" to show me the
contents
> of
> > > the
> > > > > > > package, could you please run "ls -l /usr/bin/zlib" so I
can
> see
> > > how
> > > > > the
> > > > > > > package was installed?
> > > > > > >
> > > > > > > Also, were you able to get a successful install of
libpng after
> > > > setting
> > > > > > the
> > > > > > > environment variables LDFLAGS and CPPFLAGS?
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Julie
> > > > > > >
> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > > > > >
> > > > > > > > Hi Julie,
> > > > > > > >
> > > > > > > > there is a terminal containing results of ls -l zlib-
1.2.8
> > > > > > > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-1.2.8
> > > > > > > > i uses the command whereis zlib:
> > > > > > > >  it returns : usr/bin/zlib
> > > > > > > > Thanks,
> > > > > > > > Khaoula
> > > > > > > >
> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT <
> > > > > met_help at ucar.edu
> > > > > > >:
> > > > > > > >
> > > > > > > > > Hi Khaoula.
> > > > > > > > >
> > > > > > > > > I see in your configure log the error:
> > > > > > > > >
> > > > > > > > > configure: error: zlib not installed
> > > > > > > > >
> > > > > > > > > Were you able to get a successful install of zlib?
If so,
> > > could
> > > > > you
> > > > > > > > please
> > > > > > > > > tell me where it is installed and run "ls -l" in
that
> > directory
> > > > so
> > > > > I
> > > > > > > can
> > > > > > > > > see its contents? And, if you were able to get a
successful
> > > > install
> > > > > > of
> > > > > > > > > zlib, were you able to get a successful install of
libpng?
> > > > > > > > >
> > > > > > > > > Once you get a successful install of zlib, png,
jasper, and
> > the
> > > > > > GRIB2-C
> > > > > > > > > Library, we can revisit running the configure
script.
> > > > > > > > >
> > > > > > > > > NCEP's GRIB2 C-Library is an optional package for
MET.  If
> > you
> > > do
> > > > > not
> > > > > > > > need
> > > > > > > > > GRIB2 support, you do not need to install the
library.  I
> > just
> > > > > wanted
> > > > > > > to
> > > > > > > > > make sure you knew that in case you didn't need
GRIB2
> > support.
> > > > If
> > > > > > you
> > > > > > > do
> > > > > > > > > need it, we'll keep working at it and try to get it
working
> > for
> > > > you
> > > > > > > soon.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Julie
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via
RT <
> > > > > > > met_help at ucar.edu
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > > > > > > >
> > > > > > > > > > Hi Julie,
> > > > > > > > > > the same problem appear again.
> > > > > > > > > > you find a file joined to this e-mail.
> > > > > > > > > > thanks,
> > > > > > > > > > Khaoula
> > > > > > > > > >
> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via RT
<
> > > > > > > met_help at ucar.edu
> > > > > > > > >:
> > > > > > > > > >
> > > > > > > > > > > Hi Khaoula.
> > > > > > > > > > >
> > > > > > > > > > > I see that you tried to install zlib, but have a
> question
> > > > about
> > > > > > the
> > > > > > > > > > install
> > > > > > > > > > > path.
> > > > > > > > > > >
> > > > > > > > > > > You can install zlib where ever you would like,
either
> in
> > > > > > > /zlib-1.2.8
> > > > > > > > > > > or /usr/local/bin
> > > > > > > > > > > (assuming you have root access) or somewhere
else
> > entirely.
> > > > > So,
> > > > > > it
> > > > > > > > > > sounds
> > > > > > > > > > > like you followed these generic instructions:
> > > > > > > > > > >
> > > > > > > > > > > cd /path/to/zlib
> > > > > > > > > > > ./configure --prefix=/zlib/install/path
> > > > > > > > > > > make test
> > > > > > > > > > > make install
> > > > > > > > > > >
> > > > > > > > > > > replacing /path/to/zlib with /root/Bureau/zlib-
1.2.8
> and
> > > > > > replacing
> > > > > > > > > > > /zlib/install/path
> > > > > > > > > > > with /zlib-1.2.8 as follows:
> > > > > > > > > > >
> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
> > > > > > > > > > > make test
> > > > > > > > > > > make install
> > > > > > > > > > >
> > > > > > > > > > > It sounds like you got a successful installation
of
> zlib,
> > > but
> > > > > > > libpng
> > > > > > > > > > > couldn't find zlib.
> > > > > > > > > > >
> > > > > > > > > > > Try recompiling libpng as follows,
> > > > > > > > > > >   replacing "/path/to/libz.a/directory" with the
path
> to
> > > > libz.a
> > > > > > > > (leave
> > > > > > > > > > the
> > > > > > > > > > > -L in place in the example below)
> > > > > > > > > > >   replacing "/path/to/zlib.h/directory" with the
path
> to
> > > > zlib.h
> > > > > > > > (leave
> > > > > > > > > > the
> > > > > > > > > > > -I in place in the example below)
> > > > > > > > > > >   and replacing
"/path/to/libpng/install/directory"
> with
> > > the
> > > > > path
> > > > > > > > where
> > > > > > > > > > you
> > > > > > > > > > > would like to install libpng:
> > > > > > > > > > >
> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> > > > > > > > > > >   make clean
> > > > > > > > > > >   export LDFLAGS="-L/path/to/libz.a/directory"
> > > > > > > > > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > > > > > > > >   ./configure
> --prefix=/path/to/libpng/install/directory
> > > > > > > > > > >   make
> > > > > > > > > > >   make install
> > > > > > > > > > >
> > > > > > > > > > > That should do the trick.  With those
environment
> > > variables,
> > > > > > you're
> > > > > > > > > > telling
> > > > > > > > > > > it where to find the zlib header and object
files.
> Give
> > > > that a
> > > > > > try
> > > > > > > > and
> > > > > > > > > > let
> > > > > > > > > > > me know if you're able to compile libpng
successfully.
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Julie
> > > > > > > > > > >
> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula
via RT <
> > > > > > > > > met_help at ucar.edu
> > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Julie,
> > > > > > > > > > > > Grib2 needs jasper, png and zlib libraries to
> install.
> > > > > > > > > > > > in installing zlib library,i i used  these
commands:
> > > > > > > > > > > > *cd /path/to/zlib*
> > > > > > > > > > > > *./configure --prefix=/zlib/install/path*
> > > > > > > > > > > > *make test*
> > > > > > > > > > > >
> > > > > > > > > > > > *make install*
> > > > > > > > > > > >
> > > > > > > > > > > > *for my sysytem, path/to/zlib is
> > root/Bureau/zlib-1.2.8.*
> > > > > > > > > > > >
> > > > > > > > > > > > *about prefix=zlib/install/path.
zlib/install/path is
> > the
> > > > > > > directory
> > > > > > > > > > > where i
> > > > > > > > > > > > put zlib installation, prefix=/zlib-1.2.8 or
it is
> > > > > > usr/local/bin
> > > > > > > in
> > > > > > > > > > order
> > > > > > > > > > > > to be installed in the system.*
> > > > > > > > > > > >
> > > > > > > > > > > > *i found a problem when installing libpng
library. i
> > used
> > > > > thses
> > > > > > > > > > > commands:*
> > > > > > > > > > > >
> > > > > > > > > > > > *cd libpng-1.2.34*
> > > > > > > > > > > >
> > > > > > > > > > > > *./configure --prefix=/root/Bureau/libpng-
1.2.34*
> > > > > > > > > > > >
> > > > > > > > > > > > *make *
> > > > > > > > > > > >
> > > > > > > > > > > > *make install*
> > > > > > > > > > > >
> > > > > > > > > > > > *But when using configure, an error occur
informing
> me
> > > that
> > > > > > zlib
> > > > > > > > > isn't
> > > > > > > > > > > > installed.*
> > > > > > > > > > > >
> > > > > > > > > > > > *So, i was wondering about path to install. It
is in
> > the
> > > > > > > directory
> > > > > > > > of
> > > > > > > > > > > > library or in the system unix(usr/local/bin)*
> > > > > > > > > > > > *Thanks,*
> > > > > > > > > > > >
> > > > > > > > > > > > *khaoula melki*
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik
via RT <
> > > > > > > > > met_help at ucar.edu
> > > > > > > > > > >:
> > > > > > > > > > > >
> > > > > > > > > > > > > Hi Khaoula.
> > > > > > > > > > > > >
> > > > > > > > > > > > > There will not be a bin subdirectory when
you
> unpack
> > > > > met-5.0,
> > > > > > > but
> > > > > > > > > > there
> > > > > > > > > > > > > should be upon a successful installation of
the MET
> > > > tools.
> > > > > > > > Looking
> > > > > > > > > > at
> > > > > > > > > > > > your
> > > > > > > > > > > > > make_install.log file I see that there is a
problem
> > > > finding
> > > > > > > > > grib2.h:
> > > > > > > > > > > > >
> > > > > > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h :
Aucun
> fichier
> > > ou
> > > > > > > dossier
> > > > > > > > de
> > > > > > > > > > ce
> > > > > > > > > > > > type
> > > > > > > > > > > > >
> > > > > > > > > > > > > NCEP's GRIB2C library is used by the MET
library
> code
> > > to
> > > > > read
> > > > > > > > GRIB2
> > > > > > > > > > > data
> > > > > > > > > > > > > files.  If you do not need GRIB2 capability,
you
> can
> > > > simply
> > > > > > > skip
> > > > > > > > > this
> > > > > > > > > > > > part
> > > > > > > > > > > > > of the installation by removing "--enable-
grib2"
> from
> > > > your
> > > > > > list
> > > > > > > > of
> > > > > > > > > > > > options
> > > > > > > > > > > > > to "./configure".  If you do need GRIB2
capability
> > and
> > > > the
> > > > > > > grib2c
> > > > > > > > > > > library
> > > > > > > > > > > > > is not already on your system, you will need
to
> > > download
> > > > > and
> > > > > > > > unpack
> > > > > > > > > > the
> > > > > > > > > > > > > grib2c tarball (
> > > > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > > > > > > and
> > > > > > > > > > > refer
> > > > > > > > > > > > > to
> > > > > > > > > > > > > the README file. Once built, MET expects the
GRIB2
> > > > > C-Library
> > > > > > to
> > > > > > > > be
> > > > > > > > > > > named
> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library *requires
the
> > > > libraries
> > > > > > > zlib,
> > > > > > > > > > jasper
> > > > > > > > > > > > and
> > > > > > > > > > > > > png* to be present on your system and those
> packages
> > > are
> > > > > all
> > > > > > > > > > available
> > > > > > > > > > > in
> > > > > > > > > > > > > the link above. When configuring the MET
build
> after
> > > > > > > installation
> > > > > > > > > of
> > > > > > > > > > > the
> > > > > > > > > > > > > necessary libraries (or if grib2c, zlib,
jasper,
> and
> > > png
> > > > > are
> > > > > > > > > already
> > > > > > > > > > on
> > > > > > > > > > > > > your system), set the *MET_GRIB2C* (or
> > *MET_GRIB2CINC*
> > > > and
> > > > > > > > > > > > *MET_GRIB2CLIB*)
> > > > > > > > > > > > > environment variables to indicate the
location of
> > this
> > > > > > library.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Please let us know if you have any
questions.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > Julie
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki
Khaoula via
> RT
> > <
> > > > > > > > > > > met_help at ucar.edu>
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Julie,
> > > > > > > > > > > > > > thank you for your response.
> > > > > > > > > > > > > > it rebuilt nectd.
> > > > > > > > > > > > > > my problem now is the bin subdirectory.
> > > > > > > > > > > > > > when unpacking met-5.0, thre is no
subdirectory
> > > called
> > > > > bin.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Also, after setting environment variables,
i used
> > the
> > > > > > > > > configuration
> > > > > > > > > > > > > script
> > > > > > > > > > > > > > with: ./configure --prefix=`pwd` --enable-
grib2
> > > > > > > --enable-modis
> > > > > > > > > > > > > > --enable-mode_graphics
> > > > > > > > > > > > > > there is no bin subdirectory  built or
recreated.
> > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > Khaoula
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie
Prestopnik via
> RT
> > <
> > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > >:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Taking another look at this, I do not
see a
> "-I"
> > > > entry
> > > > > > for
> > > > > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I
believe
> > you
> > > > have
> > > > > > > > > > MET_NETCDF
> > > > > > > > > > > > set
> > > > > > > > > > > > > > to.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> > > > > > > > -I../../../src/basic/vx_cal
> > > > > > > > > > > > > > > -I../../../src/basic/vx_config
> > > > > > -I../../../src/basic/vx_log
> > > > > > > > > > > > > > > -I../../../src/basic/vx_math
> > > > > -I../../../src/basic/vx_util
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_afm
> > > > > > > > > > > -I../../../src/libcode/vx_analysis_util
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_color
> > > > > > > > > -I../../../src/libcode/vx_data2d
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_factory
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib2
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_geodesy
> > > > > > > > > > -I../../../src/libcode/vx_gnomon
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_grid
> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_nav
> > > > > > > > -I../../../src/libcode/vx_nc_util
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_pb_util
> > > > > > > > > > > -I../../../src/libcode/vx_plot_util
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_ps
> > > > > > -I../../../src/libcode/vx_pxm
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_render
> > > > > > > > > > > -I../../../src/libcode/vx_shapedata
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_statistics
> > > > > > > > > > > > -I../../../src/libcode/vx_stat_out
> > > > > > > > > > > > > > > -I../../../src/libcode/vx_tc_util
-DBLOCK4
> > > > -DWITH_GRIB2
> > > > > > > > > > > > > > > -DMET_BASE="\"/root/Bureau/met-
5.0/share/met\""
> > -g
> > > > -MT
> > > > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP
-MF
> > > > > > > > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo -c
-o
> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
> > > './'`nc_var_info.cc
> > > > > > > > > > > > > > > Dans le fichier inclus à partir de
> > > nc_var_info.cc:24:
> > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh :
Aucun
> > > > fichier
> > > > > ou
> > > > > > > > > dossier
> > > > > > > > > > > de
> > > > > > > > > > > > ce
> > > > > > > > > > > > > > > type
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > You could check the include area for
> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> > > > > > > > > > to
> > > > > > > > > > > > see
> > > > > > > > > > > > > > if
> > > > > > > > > > > > > > > there is a netcdf.hh file.  If there is,
you'll
> > > need
> > > > to
> > > > > > > make
> > > > > > > > > sure
> > > > > > > > > > > > that
> > > > > > > > > > > > > > met
> > > > > > > > > > > > > > > can find it by making sure the
MET_NETCDF is
> set
> > > > > > correctly,
> > > > > > > > > then
> > > > > > > > > > > > source
> > > > > > > > > > > > > > > your .bashrc or similar file,
reconfigure, and
> > > > rebuild
> > > > > > MET,
> > > > > > > > > > > > otherwise,
> > > > > > > > > > > > > if
> > > > > > > > > > > > > > > it is not there, I would suggest
following the
> > > > > > instructions
> > > > > > > > in
> > > > > > > > > my
> > > > > > > > > > > > most
> > > > > > > > > > > > > > > recent previous email.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Please let us know how it works out.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > > Julie
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie
> Prestopnik
> > <
> > > > > > > > > > jpresto at ucar.edu
> > > > > > > > > > > >
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi Khaoula.  I apologize for the
delayed
> > > > response.  I
> > > > > > was
> > > > > > > > out
> > > > > > > > > > of
> > > > > > > > > > > > > town.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I believe that I see in your
make_install.log
> > > that
> > > > > > there
> > > > > > > > is a
> > > > > > > > > > > > problem
> > > > > > > > > > > > > > > > finding netcdf.hh:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh
:
> Aucun
> > > > > fichier
> > > > > > ou
> > > > > > > > > > dossier
> > > > > > > > > > > > de
> > > > > > > > > > > > > ce
> > > > > > > > > > > > > > > > type
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > We've typically been compiling MET
using
> NetCDF
> > > > > version
> > > > > > > 3 -
> > > > > > > > > the
> > > > > > > > > > > > > > specific
> > > > > > > > > > > > > > > > version is netcdf-3.6.3.  I know that
some of
> > the
> > > > > > > versions
> > > > > > > > of
> > > > > > > > > > > > netcdf
> > > > > > > > > > > > > no
> > > > > > > > > > > > > > > > longer include netcdf.hh, but that
file is
> > > > necessary
> > > > > > for
> > > > > > > > our
> > > > > > > > > > > code.
> > > > > > > > > > > > > I'd
> > > > > > > > > > > > > > > > suggest downloading and compiling
NetCDF
> 3.6.3
> > > > > locally
> > > > > > > > using
> > > > > > > > > > the
> > > > > > > > > > > > > > > > following steps:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Download NetCDF 3.6.3 from here:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > >
> > > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Then run:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > > > > > > > > > > > > > ./configure --prefix=`pwd`
> > > > > > > > > > > > > > > > make
> > > > > > > > > > > > > > > > make install
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > These commands should compile the C
and C++
> > > > > interfaces
> > > > > > > for
> > > > > > > > > > NetCDF
> > > > > > > > > > > > and
> > > > > > > > > > > > > > > > skip the Fortran interface that MET
doesn't
> > use.
> > > > It
> > > > > > will
> > > > > > > > > > install
> > > > > > > > > > > > the
> > > > > > > > > > > > > > > > library in current "netcdf-3.6.3"
directory
> due
> > > to
> > > > > the
> > > > > > > > > > > > --prefix=`pwd`
> > > > > > > > > > > > > > > > option.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Next, you'll need to edit where you
set
> > > MET_NETCDF
> > > > to
> > > > > > > point
> > > > > > > > > to
> > > > > > > > > > > this
> > > > > > > > > > > > > new
> > > > > > > > > > > > > > > > location, source your .bashrc or
similiar
> file,
> > > and
> > > > > > > rebuild
> > > > > > > > > > MET.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Please let us know if that works well
for
> you.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > > > Julie
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM, Melki
> Khaoula
> > > via
> > > > > RT <
> > > > > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> <URL:
> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > >
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> Hello John,
> > > > > > > > > > > > > > > >> the error was there is no compilor of
C++.
> so
> > i
> > > > > > > downloaded
> > > > > > > > > g++
> > > > > > > > > > > > > using :
> > > > > > > > > > > > > > > yum
> > > > > > > > > > > > > > > >> install gcc-c++.
> > > > > > > > > > > > > > > >> I didn't understand the bin
subdirectory. I
> > > looked
> > > > > to
> > > > > > > the
> > > > > > > > > > > met-5.0
> > > > > > > > > > > > > > > >> directory, i didin't find a
subdirectory
> > called
> > > > bin.
> > > > > > But
> > > > > > > > > files
> > > > > > > > > > > > cited
> > > > > > > > > > > > > > in
> > > > > > > > > > > > > > > >> the
> > > > > > > > > > > > > > > >> Built executables are located in the
output
> > > > > > > subdirectory.
> > > > > > > > > > > > > > > >> The compilation of *make install >&
> > > > make_install.log
> > > > > > &*
> > > > > > > > > > > > > > > >> *tail -f make_install.log   *
> > > > > > > > > > > > > > > >> * send an error.*
> > > > > > > > > > > > > > > >> *there is two executables,  *the
first is
> > called
> > > > > > > > > > configuration1.
> > > > > > > > > > > > It
> > > > > > > > > > > > > is
> > > > > > > > > > > > > > > >> about run of ./
> > > > > > > > > > > > > > > >> *configure --prefix=`pwd` --enable-
grib2
> > > > > > --enable-modis
> > > > > > > > > > > > > > > >> --enable-mode_graphics*The second is
called
> > make
> > > > > > > > > install.log,
> > > > > > > > > > > > > obtained
> > > > > > > > > > > > > > > >> after running :
> > > > > > > > > > > > > > > >> *make install >& make_install.log &*
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> *tail -f make_install.log*
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> *Thanks,*
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> *Khaoula*
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki
Khaoula <
> > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > >:
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >> > Hello John,
> > > > > > > > > > > > > > > >> > Thank you for your help. it really
works.
> > > > > > > > > > > > > > > >> > I am in the configuration step.
> > > > > > > > > > > > > > > >> > when executing the command of :
> ./configure
> > > > > > > > --prefix=`pwd`
> > > > > > > > > > > > > > > >> --enable-grib2
> > > > > > > > > > > > > > > >> > --enable-modis --enable-
mode_graphics.
> > > > > > > > > > > > > > > >> > i found that when cheking for some
> > compilers,
> > > > the
> > > > > > > system
> > > > > > > > > > > return
> > > > > > > > > > > > > no.
> > > > > > > > > > > > > > > >> > for example:
> > > > > > > > > > > > > > > >> > checking for bison... no
> > > > > > > > > > > > > > > >> > checking for byacc... no
> > > > > > > > > > > > > > > >> > checking for g++... no
> > > > > > > > > > > > > > > >> > checking for c++... no
> > > > > > > > > > > > > > > >> > checking for gpp... no
> > > > > > > > > > > > > > > >> > checking for aCC... no
> > > > > > > > > > > > > > > >> > checking for CC... no
> > > > > > > > > > > > > > > >> > checking for cxx... no
> > > > > > > > > > > > > > > >> > checking for cc++... no
> > > > > > > > > > > > > > > >> > checking for cl.exe... no
> > > > > > > > > > > > > > > >> > checking for FCC... no
> > > > > > > > > > > > > > > >> > checking for KCC... no
> > > > > > > > > > > > > > > >> > checking for RCC... no
> > > > > > > > > > > > > > > >> > checking for xlC_r... no
> > > > > > > > > > > > > > > >> > checking for xlC... no
> > > > > > > > > > > > > > > >> > checking whether the C++ compiler
works...
> > no
> > > > > > > > > > > > > > > >> > IS there any errors?
> > > > > > > > > > > > > > > >> > you will find the executive file
called
> > > > > > configuration.
> > > > > > > > > > > > > > > >> > thanks,
> > > > > > > > > > > > > > > >> > Khaoula
> > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John
Halley
> > Gotway
> > > > via
> > > > > > RT <
> > > > > > > > > > > > > > > met_help at ucar.edu
> > > > > > > > > > > > > > > >> >:
> > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > >> >> Khaoula,
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >> Looks like you have syntax wrong
on those
> > > > > commands.
> > > > > > > > > Please
> > > > > > > > > > > try
> > > > > > > > > > > > > > this:
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >> export
> > > > > > > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > > > > > > > > > > > > > >> >> export
> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >> Actually since your NetCDF build
is
> > installed
> > > > in
> > > > > > the
> > > > > > > > > > standard
> > > > > > > > > > > > > way,
> > > > > > > > > > > > > > > >> this is
> > > > > > > > > > > > > > > >> >> all you really need to set:
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >> export
> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >> And MET assumes that the headers
are in
> the
> > > > > > "include"
> > > > > > > > > > > > > subdirectory
> > > > > > > > > > > > > > > and
> > > > > > > > > > > > > > > >> the
> > > > > > > > > > > > > > > >> >> library archive files are in the
"lib"
> > > > > > subdirectory.
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >> Thanks,
> > > > > > > > > > > > > > > >> >> John
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM,
Melki
> > > Khaoula
> > > > > via
> > > > > > > RT <
> > > > > > > > > > > > > > > >> met_help at ucar.edu>
> > > > > > > > > > > > > > > >> >> wrote:
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >> > <URL:
> > > > > > > > > > > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >> > Hi John,
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >> > Thank you for your help.
> > > > > > > > > > > > > > > >> >> > I'm grateful for you and Julie.
> > > > > > > > > > > > > > > >> >> > I'm now setting environment
variables.
> > > > > > > > > > > > > > > >> >> > I want to confirm this command
if it is
> > > right
> > > > > or
> > > > > > > no,
> > > > > > > > > for
> > > > > > > > > > > > > example,
> > > > > > > > > > > > > > > if
> > > > > > > > > > > > > > > >> i
> > > > > > > > > > > > > > > >> >> set:
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > > > > > > > > > > > > > > >> >> >
> > > > > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > > > > > > > > > > > > >> >> > in order to Set *$MET_NETCDF* to
point
> to
> > > the
> > > > > > main
> > > > > > > > > > > > > > NetCDFdirectory.
> > > > > > > > > > > > > > > >> >> > I  use  also the same process to
set
> > others
> > > > > > > external
> > > > > > > > > > > > libraries.
> > > > > > > > > > > > > > > >> >> > I let you know that my shell is
bash,
> so
> > i
> > > > > can't
> > > > > > > use
> > > > > > > > > the
> > > > > > > > > > > > export
> > > > > > > > > > > > > > > >> command.
> > > > > > > > > > > > > > > >> >> > Im wondering if i'm in the right
way,
> > > because
> > > > > the
> > > > > > > > > command
> > > > > > > > > > > > with
> > > > > > > > > > > > > > > export
> > > > > > > > > > > > > > > >> >> > doesn't produce any error to
verify if
> > i'm
> > > > > right
> > > > > > or
> > > > > > > > > > wrong.
> > > > > > > > > > > > > > > >> >> > Thanks,
> > > > > > > > > > > > > > > >> >> > Khaoula
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John
Halley
> > > Gotway
> > > > > via
> > > > > > > RT
> > > > > > > > <
> > > > > > > > > > > > > > > >> met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> >:
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > Julie is out of town.  My name
is
> John,
> > > and
> > > > > I'd
> > > > > > > be
> > > > > > > > > > happy
> > > > > > > > > > > to
> > > > > > > > > > > > > > help
> > > > > > > > > > > > > > > >> >> answer
> > > > > > > > > > > > > > > >> >> > > your MET questions.
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > I see that you're trying to
get up
> and
> > > > > running
> > > > > > > > using
> > > > > > > > > > MET
> > > > > > > > > > > to
> > > > > > > > > > > > > > > verify
> > > > > > > > > > > > > > > >> WRF
> > > > > > > > > > > > > > > >> >> > > output.  MET doesn't read WRF
output
> > > files
> > > > > > > > directly,
> > > > > > > > > > but
> > > > > > > > > > > > > > requires
> > > > > > > > > > > > > > > >> that
> > > > > > > > > > > > > > > >> >> > they
> > > > > > > > > > > > > > > >> >> > > first be post-processed either
with
> the
> > > > > WRF-ARW
> > > > > > > > > pinterp
> > > > > > > > > > > > > utility
> > > > > > > > > > > > > > > or
> > > > > > > > > > > > > > > >> the
> > > > > > > > > > > > > > > >> >> > > Unified Post-Processor (UPP).
Of the
> > > two,
> > > > > I'd
> > > > > > > > > strongly
> > > > > > > > > > > > > > recommend
> > > > > > > > > > > > > > > >> >> using
> > > > > > > > > > > > > > > >> >> > UPP
> > > > > > > > > > > > > > > >> >> > > which creates output in GRIB
format
> > that
> > > is
> > > > > > fully
> > > > > > > > > > > supported
> > > > > > > > > > > > > by
> > > > > > > > > > > > > > > MET.
> > > > > > > > > > > > > > > >> >> The
> > > > > > > > > > > > > > > >> >> > > pinterp utility writes it
output in
> > > NetCDF
> > > > > but
> > > > > > we
> > > > > > > > > only
> > > > > > > > > > > > > support
> > > > > > > > > > > > > > > data
> > > > > > > > > > > > > > > >> >> > defined
> > > > > > > > > > > > > > > >> >> > > on the non-staggered
dimensions.
> Since
> > > > > > velocity
> > > > > > > > > points
> > > > > > > > > > > are
> > > > > > > > > > > > > > > >> staggered
> > > > > > > > > > > > > > > >> >> in
> > > > > > > > > > > > > > > >> >> > > WRF, MET can't be used to
verifying
> > winds
> > > > in
> > > > > > > > pinterp
> > > > > > > > > > > > output.
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > Another advantage to using UPP
is
> that
> > > GRIB
> > > > > > data
> > > > > > > > can
> > > > > > > > > be
> > > > > > > > > > > > > easily
> > > > > > > > > > > > > > > >> >> regridded
> > > > > > > > > > > > > > > >> >> > > using the copygb utility.
copygb is
> > > > included
> > > > > > in
> > > > > > > > the
> > > > > > > > > > UPP
> > > > > > > > > > > > > > package.
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > You can download pinterp here:
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > And you can download UPP here:
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > >
> > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > Hope that helps.
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > Thanks,
> > > > > > > > > > > > > > > >> >> > > John Halley Gotway
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29
AM,
> Melki
> > > > > Khaoula
> > > > > > > via
> > > > > > > > > RT <
> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > wrote:
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > > > <URL:
> > > > > > > > > > > > > >
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
> > > > > > > > > > > > > > > >> >> > > > I compiled all libraries.
> > > > > > > > > > > > > > > >> >> > > > I downloaded post processor
but i
> > can't
> > > > > find
> > > > > > > the
> > > > > > > > > > > WRF-ARW
> > > > > > > > > > > > > > > p-interp
> > > > > > > > > > > > > > > >> >> Tool
> > > > > > > > > > > > > > > >> >> > > when
> > > > > > > > > > > > > > > >> >> > > > i use the link posted in the
> > tutorial.
> > > > > > > > > > > > > > > >> >> > > > also,what i don't understand
the
> > > utility
> > > > of
> > > > > > the
> > > > > > > > > > copygb
> > > > > > > > > > > > > > utility
> > > > > > > > > > > > > > > >> and
> > > > > > > > > > > > > > > >> >> > from
> > > > > > > > > > > > > > > >> >> > > > where to get it.
> > > > > > > > > > > > > > > >> >> > > > i don't know what to do next
to
> > > > downloading
> > > > > > and
> > > > > > > > > > > compiling
> > > > > > > > > > > > > > > >> required
> > > > > > > > > > > > > > > >> >> > > > libraries.
> > > > > > > > > > > > > > > >> >> > > > Thanks,
> > > > > > > > > > > > > > > >> >> > > > Khaoula
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00
Melki
> > > Khaoula <
> > > > > > > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > > > > > >> >:
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > > *I  unpacked the HDF
librarry.*
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > > *When lookig the HDF-EOS
> library, i
> > > > found
> > > > > > in
> > > > > > > > the
> > > > > > > > > > > > website
> > > > > > > > > > > > > is
> > > > > > > > > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > > *i tried to unpack it, i
didn't
> > find
> > > > the
> > > > > > > right
> > > > > > > > > > > command
> > > > > > > > > > > > to
> > > > > > > > > > > > > > do
> > > > > > > > > > > > > > > >> it.*
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > > *Is there any command to
unpak
> this
> > > > > > library.*
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-04:00
Julie
> > > > > Prestopnik
> > > > > > > via
> > > > > > > > > RT
> > > > > > > > > > <
> > > > > > > > > > > > > > > >> >> > met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > >:
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-Library is
used by
> the
> > > MET
> > > > > > > library
> > > > > > > > > > code
> > > > > > > > > > > to
> > > > > > > > > > > > > > read
> > > > > > > > > > > > > > > >> GRIB2
> > > > > > > > > > > > > > > >> >> > data
> > > > > > > > > > > > > > > >> >> > > > >> files. The GRIB2 C-
Library
> > requires
> > > > the
> > > > > > > > > libraries
> > > > > > > > > > > > zlib,
> > > > > > > > > > > > > > > jasper
> > > > > > > > > > > > > > > >> >> and
> > > > > > > > > > > > > > > >> >> > png
> > > > > > > > > > > > > > > >> >> > > > to
> > > > > > > > > > > > > > > >> >> > > > >> be present on your
system.
> Support
> > > for
> > > > > > GRIB2
> > > > > > > > is
> > > > > > > > > > > > optional
> > > > > > > > > > > > > > and
> > > > > > > > > > > > > > > >> can
> > > > > > > > > > > > > > > >> >> be
> > > > > > > > > > > > > > > >> >> > > > >> enabled
> > > > > > > > > > > > > > > >> >> > > > >> with the *--enable-grib2*
option
> > for
> > > > > > > > configure.
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >> I hope that helps.
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >> Julie
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at
6:56 AM,
> > > Melki
> > > > > > > Khaoula
> > > > > > > > > via
> > > > > > > > > > > RT
> > > > > > > > > > > > <
> > > > > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > > > > > > > > > > > > >> >> > > > >> wrote:
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
> > > > > > > > > > > > > > > >>
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >> >  Thank you Julie,
> > > > > > > > > > > > > > > >> >> > > > >> > It works.
> > > > > > > > > > > > > > > >> >> > > > >> > I compile Nectcdf , GNU
and
> > zlib
> > > > > > > libraries.
> > > > > > > > > > > > > > > >> >> > > > >> > About GRIB C library, i
> > downloaded
> > > > the
> > > > > > > > library
> > > > > > > > > > and
> > > > > > > > > > > > > > > unpacked
> > > > > > > > > > > > > > > >> >> it.
> > > > > > > > > > > > > > > >> >> > > > >> > how it can be used by
MET?
> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58
GMT+02:00
> Julie
> > > > > > > Prestopnik
> > > > > > > > > via
> > > > > > > > > > > RT <
> > > > > > > > > > > > > > > >> >> > > met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >:
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > I'm glad that you
were able
> to
> > > get
> > > > > > > BUFRLIB
> > > > > > > > > > > > > installed.
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > You said, "when
trying to
> run
> > > the
> > > > > firs
> > > > > > > > > command
> > > > > > > > > > > of
> > > > > > > > > > > > *
> > > > > > > > > > > > > > *cd
> > > > > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > > > > > > > > > > > > >> >> > > > >> > he
> > > > > > > > > > > > > > > >> >> > > > >> > > wrote me no file or
> directory"
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > In the tutorial, when
we say
> > > "*cd
> > > > > > > > > > > > /path/to/netcdf*"
> > > > > > > > > > > > > > you
> > > > > > > > > > > > > > > >> >> should
> > > > > > > > > > > > > > > >> >> > > > change
> > > > > > > > > > > > > > > >> >> > > > >> > > directories to the
location
> > > where
> > > > > your
> > > > > > > > > netcdf
> > > > > > > > > > > > > > directory
> > > > > > > > > > > > > > > >> is on
> > > > > > > > > > > > > > > >> >> > your
> > > > > > > > > > > > > > > >> >> > > > >> > machine.
> > > > > > > > > > > > > > > >> >> > > > >> > > For example, if you
unpacked
> > the
> > > > tar
> > > > > > > file
> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > > > > > > > > > > > >> >> in
> > > > > > > > > > > > > > > >> >> > a
> > > > > > > > > > > > > > > >> >> > > > >> > directory
> > > > > > > > > > > > > > > >> >> > > > >> > > path of
> > > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > > > > > > > > you
> > > > > > > > > > > > > > would
> > > > > > > > > > > > > > > >> run
> > > > > > > > > > > > > > > >> >> "cd
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > > > > > > > > > > > > */path/to/netcdf
> > > > > > > > > > > > > > > >> >> *is a
> > > > > > > > > > > > > > > >> >> > > > place
> > > > > > > > > > > > > > > >> >> > > > >> > > holder for the
location on
> > your
> > > > > > machine.
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > You said, "setenv CC
> > > > > > > /path/to/c/compiler.
> > > > > > > > It
> > > > > > > > > > > > doesn't
> > > > > > > > > > > > > > > >> work.he
> > > > > > > > > > > > > > > >> >> > said
> > > > > > > > > > > > > > > >> >> > > > >> command
> > > > > > > > > > > > > > > >> >> > > > >> > > of setenv doesn't
exist.*"
> > > > "setenv"
> > > > > > is
> > > > > > > > the
> > > > > > > > > > name
> > > > > > > > > > > > of
> > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > >> >> command
> > > > > > > > > > > > > > > >> >> > > used
> > > > > > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > > > > > >> >> > > > >> > set
> > > > > > > > > > > > > > > >> >> > > > >> > > environment variables
in the
> > > *csh
> > > > > > family
> > > > > > > > of
> > > > > > > > > > > > shells.
> > > > > > > > > > > > > > If
> > > > > > > > > > > > > > > >> you
> > > > > > > > > > > > > > > >> >> are
> > > > > > > > > > > > > > > >> >> > > > using
> > > > > > > > > > > > > > > >> >> > > > >> a
> > > > > > > > > > > > > > > >> >> > > > >> > > different shell,
however,
> you
> > > may
> > > > > need
> > > > > > > to
> > > > > > > > > use
> > > > > > > > > > > > > > "export",
> > > > > > > > > > > > > > > >> >> which is
> > > > > > > > > > > > > > > >> >> > > the
> > > > > > > > > > > > > > > >> >> > > > >> name
> > > > > > > > > > > > > > > >> >> > > > >> > > of the command in the
> "other"
> > > > family
> > > > > > of
> > > > > > > > > shells
> > > > > > > > > > > > (ash,
> > > > > > > > > > > > > > > >> bourne,
> > > > > > > > > > > > > > > >> >> > > bourne
> > > > > > > > > > > > > > > >> >> > > > >> > again,
> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).  To find out
what
> shell
> > > you
> > > > > are
> > > > > > > > using,
> > > > > > > > > > you
> > > > > > > > > > > > can
> > > > > > > > > > > > > > run
> > > > > > > > > > > > > > > >> >> "echo
> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > If you are using a
shell
> other
> > > > than
> > > > > > the
> > > > > > > > *csh
> > > > > > > > > > > > family
> > > > > > > > > > > > > of
> > > > > > > > > > > > > > > >> >> shells,
> > > > > > > > > > > > > > > >> >> > and
> > > > > > > > > > > > > > > >> >> > > > you
> > > > > > > > > > > > > > > >> >> > > > >> > need
> > > > > > > > > > > > > > > >> >> > > > >> > > to use "export", the
syntax
> is
> > > > > > slightly
> > > > > > > > > > > different.
> > > > > > > > > > > > > > > >> Instead
> > > > > > > > > > > > > > > >> >> of
> > > > > > > > > > > > > > > >> >> > > > >> running:
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
> /path/to/c/compiler
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > you would run
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > export
> CC=/path/to/c/compiler
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > Please note, it is
import
> that
> > > > when
> > > > > > > using
> > > > > > > > > the
> > > > > > > > > > > > export
> > > > > > > > > > > > > > > >> command
> > > > > > > > > > > > > > > >> >> > that
> > > > > > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > > > > > >> >> > > > >> > are
> > > > > > > > > > > > > > > >> >> > > > >> > > no spaces before or
after
> the
> > > "=".
> > > > > > > Also,
> > > > > > > > in
> > > > > > > > > > > this
> > > > > > > > > > > > > > case,
> > > > > > > > > > > > > > > >> >> please
> > > > > > > > > > > > > > > >> >> > > note
> > > > > > > > > > > > > > > >> >> > > > >> that
> > > > > > > > > > > > > > > >> >> > > > >> > > "/path/to/c/compiler"
should
> > be
> > > > > > replaced
> > > > > > > > > with
> > > > > > > > > > > the
> > > > > > > > > > > > > path
> > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > >> >> the c
> > > > > > > > > > > > > > > >> >> > > > >> compiler
> > > > > > > > > > > > > > > >> >> > > > >> > on
> > > > > > > > > > > > > > > >> >> > > > >> > > your machine.  For
example.
> on
> > > my
> > > > > > > machine,
> > > > > > > > > gcc
> > > > > > > > > > > > lives
> > > > > > > > > > > > > > at
> > > > > > > > > > > > > > > >> >> > > > >> /usr/bin/X11/gcc:
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > puffin:jpresto> which
gcc
> > > > > > > > > > > > > > > >> >> > > > >> > > /usr/bin/X11/gcc
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > so if I used setenv,
I would
> > > run:
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
/usr/bin/X11/gcc
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > but if I used export,
I
> would
> > > run:
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > export
CC=/usr/bin/X11/gcc
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > I hope this helps.
In the
> > > future,
> > > > > if
> > > > > > > you
> > > > > > > > > > > > experience
> > > > > > > > > > > > > > any
> > > > > > > > > > > > > > > >> >> > problems
> > > > > > > > > > > > > > > >> >> > > or
> > > > > > > > > > > > > > > >> >> > > > >> > > errors, it would be
helpful
> if
> > > you
> > > > > > could
> > > > > > > > > copy
> > > > > > > > > > > and
> > > > > > > > > > > > > > paste
> > > > > > > > > > > > > > > >> the
> > > > > > > > > > > > > > > >> >> > > commands
> > > > > > > > > > > > > > > >> >> > > > >> you
> > > > > > > > > > > > > > > >> >> > > > >> > > have run along with
the
> errors
> > > > they
> > > > > > > > > produced.
> > > > > > > > > > > If
> > > > > > > > > > > > > > often
> > > > > > > > > > > > > > > >> gives
> > > > > > > > > > > > > > > >> >> > us a
> > > > > > > > > > > > > > > >> >> > > > >> > clearer
> > > > > > > > > > > > > > > >> >> > > > >> > > picture of what has
gone
> > wrong.
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > Please let us know if
you
> > > > experience
> > > > > > > other
> > > > > > > > > > > > problems
> > > > > > > > > > > > > > and
> > > > > > > > > > > > > > > >> need
> > > > > > > > > > > > > > > >> >> > help.
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > Thanks,
> > > > > > > > > > > > > > > >> >> > > > >> > > Julie
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > On Fri, Jun 19, 2015
at 5:44
> > AM,
> > > > > Melki
> > > > > > > > > Khaoula
> > > > > > > > > > > via
> > > > > > > > > > > > > RT
> > > > > > > > > > > > > > <
> > > > > > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > wrote:
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > <URL:
> > > > > > > > > > > > > > > >> >>
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *Thanks Julie,*
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *It really works.*
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *i'm now trying to
compile
> > the
> > > > > > netcdf
> > > > > > > > > > > library.*
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *I'm wondering
about the
> > steps
> > > > > > written
> > > > > > > > in
> > > > > > > > > > the
> > > > > > > > > > > > > > > tutorial:
> > > > > > > > > > > > > > > >> *
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *cd /path/to/netcdf
setenv
> > CC
> > > > > > > > > > > > /path/to/c/compiler
> > > > > > > > > > > > > > > setenv
> > > > > > > > > > > > > > > >> >> CXX
> > > > > > > > > > > > > > > >> >> > > > >> > > >
/path/to/c++/compiler
> > > setenv
> > > > FC
> > > > > > ''
> > > > > > > > > setenv
> > > > > > > > > > > F90
> > > > > > > > > > > > > ''
> > > > > > > > > > > > > > > >> >> > ./configure
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > --prefix=/netcdf/install/path
> > > > > > > > > > > > > --disable-netcdf-4
> > > > > > > > > > > > > > > make
> > > > > > > > > > > > > > > >> >> make
> > > > > > > > > > > > > > > >> >> > > > >> install i
> > > > > > > > > > > > > > > >> >> > > > >> > > >    installed the
> > > netcdf-4.3.3.1
> > > > > as a
> > > > > > > > > > > independent
> > > > > > > > > > > > > > > >> directory,
> > > > > > > > > > > > > > > >> >> > but
> > > > > > > > > > > > > > > >> >> > > > when
> > > > > > > > > > > > > > > >> >> > > > >> > > > trying to
> > > > > > > > > > > > > > > >> >> > > > >> > > >    run the firs
command
> of *
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *cd
/path/to/netcdf. he
> > wrote
> > > me
> > > > > no
> > > > > > > file
> > > > > > > > > or
> > > > > > > > > > > > > > directory.
> > > > > > > > > > > > > > > >> so i
> > > > > > > > > > > > > > > >> >> > > > create a
> > > > > > > > > > > > > > > >> >> > > > >> > file
> > > > > > > > > > > > > > > >> >> > > > >> > > > called path existed
in to
> > file
> > > > > which
> > > > > > > are
> > > > > > > > > > both
> > > > > > > > > > > > > > included
> > > > > > > > > > > > > > > >> in
> > > > > > > > > > > > > > > >> >> > netcdf
> > > > > > > > > > > > > > > >> >> > > > >> > > directory.
> > > > > > > > > > > > > > > >> >> > > > >> > > > but when running
setenv
> CC
> > > > > > > > > > > > /path/to/c/compiler.
> > > > > > > > > > > > > It
> > > > > > > > > > > > > > > >> >> doesn't
> > > > > > > > > > > > > > > >> >> > > > work.he
> > > > > > > > > > > > > > > >> >> > > > >> > said
> > > > > > > > > > > > > > > >> >> > > > >> > > > command of setenv
doesn't
> > > > exist.*
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *Thank you really
for your
> > > help
> > > > > and
> > > > > > > your
> > > > > > > > > > Time
> > > > > > > > > > > > > > Julie.*
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *yours faithfully,*
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > *Khaoula*
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > 2015-06-18 20:15
GMT+02:00
> > > Julie
> > > > > > > > > Prestopnik
> > > > > > > > > > > via
> > > > > > > > > > > > > RT <
> > > > > > > > > > > > > > > >> >> > > > >> met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > >:
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > Hi Melki.
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > We are able to
reproduce
> > the
> > > > > > > problems
> > > > > > > > > you
> > > > > > > > > > > are
> > > > > > > > > > > > > > > >> >> experiencing
> > > > > > > > > > > > > > > >> >> > > with
> > > > > > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > > > > > >> >> > > > >> > > > latest
> > > > > > > > > > > > > > > >> >> > > > >> > > > > version of
BUFRLIB.  We
> > are
> > > > > > working
> > > > > > > > on a
> > > > > > > > > > > > > solution
> > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > >> get
> > > > > > > > > > > > > > > >> >> the
> > > > > > > > > > > > > > > >> >> > > > >> > > compilation
> > > > > > > > > > > > > > > >> >> > > > >> > > > > working.
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > In the meantime,
I have
> > > > uploaded
> > > > > > the
> > > > > > > > > > > previous
> > > > > > > > > > > > > > > version
> > > > > > > > > > > > > > > >> of
> > > > > > > > > > > > > > > >> >> > > BUFRLIB
> > > > > > > > > > > > > > > >> >> > > > >> to
> > > > > > > > > > > > > > > >> >> > > > >> > our
> > > > > > > > > > > > > > > >> >> > > > >> > > > ftp
> > > > > > > > > > > > > > > >> >> > > > >> > > > > site so that you
can
> make
> > > some
> > > > > > > > progress
> > > > > > > > > > and
> > > > > > > > > > > > > start
> > > > > > > > > > > > > > > >> working
> > > > > > > > > > > > > > > >> >> > with
> > > > > > > > > > > > > > > >> >> > > > >> MET.
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > Please execute
the
> > following
> > > > > > > commands.
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > *Make a new
directory to
> > > > contain
> > > > > > the
> > > > > > > > > > BUFRLIB
> > > > > > > > > > > > > code
> > > > > > > > > > > > > > > >> (e.g.
> > > > > > > > > > > > > > > >> >> > mkdir
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
/home/user/BUFRLIB).*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > *Change
directories to
> > that
> > > > new
> > > > > > > > > directory
> > > > > > > > > > > > (e.g.
> > > > > > > > > > > > > > cd *
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> */home/user/BUFRLIB).wget
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > > > > > >> >> > > > >> > > > > <
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ftp://ftp.rap.ucar.edu/incoming/irap/met_help/bufrlib/BUFRLIB_v10-2-
3.tar
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > *tar -xvf
> > > BUFRLIB_v10-2-3.tar*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > *gcc -c
-DUNDERSCORE
> *.c*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > *gfortran -c
> -DUNDERSCORE
> > > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > > > *.f
> > > > > > > > > > > > > > > >> *.F*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > *ar crv libbufr.a
*.o*
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > You should get a
> > successful
> > > > > > > > compilation
> > > > > > > > > > with
> > > > > > > > > > > > > this
> > > > > > > > > > > > > > > >> older
> > > > > > > > > > > > > > > >> >> > > version
> > > > > > > > > > > > > > > >> >> > > > of
> > > > > > > > > > > > > > > >> >> > > > >> > > > > BUFRLIB.  Please
let us
> > know
> > > > how
> > > > > > it
> > > > > > > > > goes.
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > Thanks,
> > > > > > > > > > > > > > > >> >> > > > >> > > > > Julie
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > On Wed, Jun 17,
2015 at
> > 4:18
> > > > AM,
> > > > > > > Melki
> > > > > > > > > > > Khaoula
> > > > > > > > > > > > > via
> > > > > > > > > > > > > > > RT
> > > > > > > > > > > > > > > >> <
> > > > > > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > wrote:
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > <URL:
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > Hello Julie,
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > Happy with your
email.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > It is really
> motivating
> > to
> > > > > > receive
> > > > > > > > > your
> > > > > > > > > > > help
> > > > > > > > > > > > > in
> > > > > > > > > > > > > > > >> >> compiling
> > > > > > > > > > > > > > > >> >> > > MET
> > > > > > > > > > > > > > > >> >> > > > >> > model.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > You find  two
terminal
> > > > > > containing
> > > > > > > > > errors
> > > > > > > > > > > of
> > > > > > > > > > > > > > runing
> > > > > > > > > > > > > > > >> gcc
> > > > > > > > > > > > > > > >> >> and
> > > > > > > > > > > > > > > >> >> > > > >> gfortran
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > compilers.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > Tnanks,
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > Khaoula
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > 2015-06-16
18:24
> > GMT+02:00
> > > > > Julie
> > > > > > > > > > > Prestopnik
> > > > > > > > > > > > > via
> > > > > > > > > > > > > > > RT <
> > > > > > > > > > > > > > > >> >> > > > >> > > met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > > > >:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > Hi Melki.  I
don't
> > > believe
> > > > > > that
> > > > > > > > you
> > > > > > > > > > > should
> > > > > > > > > > > > > > have
> > > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > >> >> > > reinstall
> > > > > > > > > > > > > > > >> >> > > > >> the
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > compilers.
That is
> > > likely
> > > > > not
> > > > > > > the
> > > > > > > > > > > > problem.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > You said that
you
> > > received
> > > > > an
> > > > > > > > error
> > > > > > > > > > > > message
> > > > > > > > > > > > > > when
> > > > > > > > > > > > > > > >> >> running
> > > > > > > > > > > > > > > >> >> > > the
> > > > > > > > > > > > > > > >> >> > > > >> > > > following:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > gcc -c
-DUNDERSCORE
> > *.c
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > gfortran -c
> > -DUNDERSCORE
> > > > > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > > > > >> *.f
> > > > > > > > > > > > > > > >> >> *.F
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > Could you
please
> send
> > > the
> > > > > full
> > > > > > > > error
> > > > > > > > > > > that
> > > > > > > > > > > > > you
> > > > > > > > > > > > > > > >> >> received?
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > Thanks,
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > Julie
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > On Tue, Jun
16, 2015
> > at
> > > > 2:15
> > > > > > AM,
> > > > > > > > > Melki
> > > > > > > > > > > > > Khaoula
> > > > > > > > > > > > > > > via
> > > > > > > > > > > > > > > >> >> RT <
> > > > > > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > wrote:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > <URL:
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > Thanks for
your
> > email.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > In trying
the
> > command
> > > > > > whereis
> > > > > > > > gcc
> > > > > > > > > > and
> > > > > > > > > > > > > > whereis
> > > > > > > > > > > > > > > >> >> > gfortran,
> > > > > > > > > > > > > > > >> >> > > > >> this is
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > theresult:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
[root at localhost
> > > > BUFRLIB]#
> > > > > > > > > whereis
> > > > > > > > > > > > > gfortran
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran:
> > > > > /usr/bin/gfortran
> > > > > > > > > > > > > > > >> >> > > > >>
> /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
[root at localhost
> > > > BUFRLIB]#
> > > > > > > > > whereis
> > > > > > > > > > > gcc
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > gcc:
/usr/bin/gcc
> > > > > > /usr/lib/gcc
> > > > > > > > > > > > > > > /usr/libexec/gcc
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > So i go to
try the
> > > > command
> > > > > > of
> > > > > > > > *gcc
> > > > > > > > > > -c
> > > > > > > > > > > > > > > >> -DUNDERSCORE
> > > > > > > > > > > > > > > >> >> *.c
> > > > > > > > > > > > > > > >> >> > > > and *
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *gfortran
-c
> > > > -DUNDERSCORE
> > > > > > > > > > > > > > > -fno-second-underscore
> > > > > > > > > > > > > > > >> >> *.f
> > > > > > > > > > > > > > > >> >> > > *.F *
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *Linux
return me a
> > > > message
> > > > > > of
> > > > > > > > > > error.*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *So i tried
to
> > > reinstall
> > > > > gcc
> > > > > > > > > > compiler
> > > > > > > > > > > > > using
> > > > > > > > > > > > > > > yum
> > > > > > > > > > > > > > > >> >> > install
> > > > > > > > > > > > > > > >> >> > > > >> gcc, i
> > > > > > > > > > > > > > > >> >> > > > >> > > > found
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > that
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > the last
pack of
> gcc
> > > was
> > > > > > > > > installed.
> > > > > > > > > > > But
> > > > > > > > > > > > > when
> > > > > > > > > > > > > > > >> >> > > reinstalling
> > > > > > > > > > > > > > > >> >> > > > >> > > gfortran
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > compiler
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > using yum
install
> > > > > gfortran,
> > > > > > i
> > > > > > > > > found
> > > > > > > > > > an
> > > > > > > > > > > > > > message
> > > > > > > > > > > > > > > >> >> telling
> > > > > > > > > > > > > > > >> >> > > me
> > > > > > > > > > > > > > > >> >> > > > >> there
> > > > > > > > > > > > > > > >> >> > > > >> > > is
> > > > > > > > > > > > > > > >> >> > > > >> > > > no
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran
pack to
> > > > install.
> > > > > *
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *I don't
know what
> > to
> > > > do.*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *Thank you
for
> your
> > > time
> > > > > and
> > > > > > > > your
> > > > > > > > > > > > > > cooperation*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *yours
faithfully
> *
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > *KHAOULA
MELKI*
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > 2015-06-15
18:49
> > > > GMT+02:00
> > > > > > > Julie
> > > > > > > > > > > > > Prestopnik
> > > > > > > > > > > > > > > via
> > > > > > > > > > > > > > > >> RT
> > > > > > > > > > > > > > > >> >> <
> > > > > > > > > > > > > > > >> >> > > > >> > > > > met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Hi Melki.
Thank
> > you
> > > > for
> > > > > > > > trying
> > > > > > > > > to
> > > > > > > > > > > use
> > > > > > > > > > > > > the
> > > > > > > > > > > > > > > MET
> > > > > > > > > > > > > > > >> >> > > software.
> > > > > > > > > > > > > > > >> >> > > > >> I'm
> > > > > > > > > > > > > > > >> >> > > > >> > > not
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > sure
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > if I
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
understand what
> > you
> > > > are
> > > > > > > > asking.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > You
mentioned
> that
> > > you
> > > > > > want
> > > > > > > to
> > > > > > > > > > > compile
> > > > > > > > > > > > > > > >> BUFRLIB.
> > > > > > > > > > > > > > > >> >> As
> > > > > > > > > > > > > > > >> >> > is
> > > > > > > > > > > > > > > >> >> > > > >> > > explained
> > > > > > > > > > > > > > > >> >> > > > >> > > > on
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > the
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > following
page
> of
> > > the
> > > > > MET
> > > > > > > > Online
> > > > > > > > > > > > > Tutorial
> > > > > > > > > > > > > > > for
> > > > > > > > > > > > > > > >> >> > METv5.0:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > you can
use the
> > GNU
> > > > gcc
> > > > > > and
> > > > > > > > > > gfortran
> > > > > > > > > > > > > > > >> compilers,
> > > > > > > > > > > > > > > >> >> the
> > > > > > > > > > > > > > > >> >> > > PGI
> > > > > > > > > > > > > > > >> >> > > > >> pgcc
> > > > > > > > > > > > > > > >> >> > > > >> > > and
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > pgf90
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
compilers, or
> the
> > > > Intel
> > > > > > icc
> > > > > > > > and
> > > > > > > > > > > ifort
> > > > > > > > > > > > > > > >> compilers.
> > > > > > > > > > > > > > > >> >> > You
> > > > > > > > > > > > > > > >> >> > > > are
> > > > > > > > > > > > > > > >> >> > > > >> > > welcome
> > > > > > > > > > > > > > > >> >> > > > >> > > > > to
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > use
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc and
gfortran
> > > (GNU)
> > > > > if
> > > > > > > you
> > > > > > > > > > would
> > > > > > > > > > > > like
> > > > > > > > > > > > > > to.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Most
LINUX
> > > > distributions
> > > > > > > come
> > > > > > > > > with
> > > > > > > > > > > the
> > > > > > > > > > > > > > > >> compilers.
> > > > > > > > > > > > > > > >> >> > To
> > > > > > > > > > > > > > > >> >> > > > find
> > > > > > > > > > > > > > > >> >> > > > >> > gcc
> > > > > > > > > > > > > > > >> >> > > > >> > > > and
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > gfortran
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > on your
machine,
> > you
> > > > can
> > > > > > run
> > > > > > > > the
> > > > > > > > > > > > > following
> > > > > > > > > > > > > > > >> >> commands:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis
gfortran
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > whereis
gcc
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Here are
the
> > > results I
> > > > > get
> > > > > > > > after
> > > > > > > > > > > > running
> > > > > > > > > > > > > > > those
> > > > > > > > > > > > > > > >> >> two
> > > > > > > > > > > > > > > >> >> > > > >> commands:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gfortran:
> > > > > > /usr/bin/gfortran
> > > > > > > > > > > > > > > >> /usr/bin/X11/gfortran
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > /usr/share/man/man1/gfortran.1.gz
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > gcc:
> /usr/bin/gcc
> > > > > > > /usr/lib/gcc
> > > > > > > > > > > > > > > >> /usr/bin/X11/gcc
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > /usr/share/man/man1/gcc.1.gz
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > I hope
that
> helps.
> > > > > Please
> > > > > > > let
> > > > > > > > > me
> > > > > > > > > > > know
> > > > > > > > > > > > > if
> > > > > > > > > > > > > > I
> > > > > > > > > > > > > > > >> have
> > > > > > > > > > > > > > > >> >> not
> > > > > > > > > > > > > > > >> >> > > > >> answered
> > > > > > > > > > > > > > > >> >> > > > >> > > > your
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > question
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > and if
this
> solves
> > > the
> > > > > > > problem
> > > > > > > > > for
> > > > > > > > > > > > you.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Thanks,
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > On Mon,
Jun 15,
> > 2015
> > > > at
> > > > > > 5:40
> > > > > > > > AM,
> > > > > > > > > > > Melki
> > > > > > > > > > > > > > > Khaoula
> > > > > > > > > > > > > > > >> >> via
> > > > > > > > > > > > > > > >> >> > RT
> > > > > > > > > > > > > > > >> >> > > <
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
met_help at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > wrote:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Mon Jun
15
> > > 05:40:22
> > > > > > 2015:
> > > > > > > > > > Request
> > > > > > > > > > > > > 72309
> > > > > > > > > > > > > > > was
> > > > > > > > > > > > > > > >> >> acted
> > > > > > > > > > > > > > > >> >> > > > upon.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Transaction:
> > > Ticket
> > > > > > > created
> > > > > > > > by
> > > > > > > > > > > > > > > >> >> > > khaoula.enit at gmail.com
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Queue:
> > > > met_help
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Subject:
> > (No
> > > > > > subject
> > > > > > > > > given)
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Owner:
> > > Nobody
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Requestors:
> > > > > > > > > > > > khaoula.enit at gmail.com
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
Status:
> > new
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >  Ticket
<URL:
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >>
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Dear
Sir/Mrs,
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > i4m
traynig to
> > use
> > > > MET
> > > > > > > > model.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > About
> > compilation
> > > of
> > > > > > > > BUFRLIB,
> > > > > > > > > i
> > > > > > > > > > > need
> > > > > > > > > > > > > gcc
> > > > > > > > > > > > > > > and
> > > > > > > > > > > > > > > >> >> > > gfortran
> > > > > > > > > > > > > > > >> >> > > > >> > > > compilers.
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Do i
need to
> > > install
> > > > > > > fortran
> > > > > > > > > > and C
> > > > > > > > > > > > > > > software
> > > > > > > > > > > > > > > >> for
> > > > > > > > > > > > > > > >> >> > > LINUX
> > > > > > > > > > > > > > > >> >> > > > >> > before
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > installing
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > their
> compilers?
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Yours
> sincerly,
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > > Khaoula
MELKI
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > --
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Julie
Prestopnik
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > National
Center
> > for
> > > > > > > > Atmospheric
> > > > > > > > > > > > Research
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Research
> > > Applications
> > > > > > > > Laboratory
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Phone:
> > 303.497.8399
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > > Email:
> > > > jpresto at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > --
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > Julie
Prestopnik
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > National
Center for
> > > > > > Atmospheric
> > > > > > > > > > Research
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > Research
> Applications
> > > > > > Laboratory
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > Phone:
303.497.8399
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > > Email:
> > jpresto at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > > --
> > > > > > > > > > > > > > > >> >> > > > >> > > > > Julie Prestopnik
> > > > > > > > > > > > > > > >> >> > > > >> > > > > National Center
for
> > > > Atmospheric
> > > > > > > > Research
> > > > > > > > > > > > > > > >> >> > > > >> > > > > Research
Applications
> > > > Laboratory
> > > > > > > > > > > > > > > >> >> > > > >> > > > > Phone:
303.497.8399
> > > > > > > > > > > > > > > >> >> > > > >> > > > > Email:
jpresto at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > > >
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > > --
> > > > > > > > > > > > > > > >> >> > > > >> > > Julie Prestopnik
> > > > > > > > > > > > > > > >> >> > > > >> > > National Center for
> > Atmospheric
> > > > > > Research
> > > > > > > > > > > > > > > >> >> > > > >> > > Research Applications
> > Laboratory
> > > > > > > > > > > > > > > >> >> > > > >> > > Phone: 303.497.8399
> > > > > > > > > > > > > > > >> >> > > > >> > > Email:
jpresto at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >> --
> > > > > > > > > > > > > > > >> >> > > > >> Julie Prestopnik
> > > > > > > > > > > > > > > >> >> > > > >> National Center for
Atmospheric
> > > > Research
> > > > > > > > > > > > > > > >> >> > > > >> Research Applications
Laboratory
> > > > > > > > > > > > > > > >> >> > > > >> Phone: 303.497.8399
> > > > > > > > > > > > > > > >> >> > > > >> Email: jpresto at ucar.edu
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > > > > > > > > > > > >> >> > > > >
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > > >
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> > >
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > > > > > National Center for Atmospheric
Research
> > > > > > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --
> > > > > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Julie Prestopnik
> > > > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > > > Research Applications Laboratory
> > > > > > > > > > > Phone: 303.497.8399
> > > > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Julie Prestopnik
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > Phone: 303.497.8399
> > > > > > > > > Email: jpresto at ucar.edu
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Wed Aug 12 05:28:09 2015

Hi John,
This is the last version of running MET model.
the first error is about the hdf.h. when i look for it  in the
HDF4.2r3 i
can't find it.
the problem is that the met model can't find the hfeosdef .h or, when
looking for it it exists
ls  -l /root/Bureau/hdfeos/include

total 136
-r--r--r--. 1 752 users 84142 19 févr.  2008 cfortHdf.h
-r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
-r--r--r--. 1 752 users  7004 30 août   2007 HdfEosDef.f
-r--r--r--. 1 752 users 11098 19 févr.  2008 HdfEosDef.h
-r--r--r--. 1 752 users  1272 19 févr.  2008 HDFEOSVersion.h
-r--r--r--. 1 752 users  3922 19 mai    2009 HE2_config.h.in
-r-xr-xr-x. 1 752 users   247 19 févr.  2008 Makefile.am
-r--r--r--. 1 752 users 13297 19 mai    2009 Makefile.in
Thanks,
khaoula


2015-08-07 5:32 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:

> Hi John,
> It really strange.
> when i run netcdef, he come back to grib2.h error or gsl_cdf.h.
> i checked all my files needed for executing configure script.
> grib2.h , netcdf.hh ..... are all located in their right libraries.
> The problem is that met-5.0 can't find them.
> you find attached the last make-install result.
> Thanks,
> Khaoula
>
> 2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:
>
>> Khaoula,
>>
>> MET is written primarily in C++ and, as such, requires that the C++
>> interface for NetCDF be compiled.  It's possible that the C++
interface
>> was
>> not compiled in the version of NetCDF to which you're pointing.
Please
>> see
>> if the following file exists:
>>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
>>
>> If it does not, then you'll need to recompile NetCDF somewhere
including
>> the C++ interface.  It's described on this page:
>>
>>
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> '
>>
>> If that file does exist, that's great.  Just do the following (the
setting
>> you sent me used "netcdf-36.3" instead of "netcdf-3.6.3"):
>>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
>>    Rerun the configure command.
>>    make clean
>>    make install
>>
>> Hope that helps.
>>
>> Thanks,
>> John
>>
>> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> >
>> > Hi john,
>> > Thank you for your help.
>> > It works but there is another error. He cannot find the netcdf.hh
file.
>> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
>> > but it still the same error.
>> > you find attached make_install file.
>> > Thanks,
>> > Khaoula
>> >
>> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu
>> >:
>> >
>> > > Hello Khaoula,
>> > >
>> > > My name is John Halley Gotway.  Julie's out of town until next
week,
>> but
>> > > hopefully I can help you with this issue.  Thanks for sending
the
>> output
>> > of
>> > > make - that's very helpful.  Here's the relevant error you're
getting:
>> > >
>> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou
dossier de ce
>> > type
>> > >
>> > > Using google translate, I see that means: No files or folders
of this
>> > type
>> > >
>> > > Basically, MET isn't able to find the file named "grib2.h",
which is
>> > > included in the library named "g2clib".  Since you're compiling
>> support
>> > for
>> > > GRIB2, I assume you've already compiled that library.  If
that's not
>> the
>> > > case, please see the information here:
>> > >
>> > >
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > >
>> > > Once you've compiled "g2clib", try setting the following:
>> > > If you're using csh:
>> > >    setenv MET_GRIB2INC /path/to/g2clib
>> > >    setenv MET_GRIB2LIB /path/to/g2clib
>> > >
>> > > If you're using bash:
>> > >    export MET_GRIB2INC=/path/to/g2clib
>> > >    export MET_GRIB2LIB=/path/to/g2clib
>> > >
>> > > And from the top-level met-5.0 directory, rerun the "configure"
>> command
>> > you
>> > > used for MET, and then run:
>> > >    make clean
>> > >    make install >& make_install.log
>> > >
>> > > Please let me know how it goes.
>> > >
>> > > Thanks,
>> > > John
>> > >
>> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT <
>> met_help at ucar.edu>
>> > > wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
>> > > >
>> > > > Hi Julie,
>> > > > Thank you for your help.
>> > > > i could install libpng library.
>> > > > But there is another problem.  When executing *make install
>&
>> > > > make_install.log &*
>> > > >
>> > > > *tail -f make_install.log.*
>> > > >
>> > > > *threr is an error in  file make_install.log that there is no
file
>> > named
>> > > > grib2.h.*
>> > > > *there is the make _install.log.*
>> > > >
>> > > > *Thanks *
>> > > >
>> > > > *Khaoula *
>> > > >
>> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT <
>> met_help at ucar.edu
>> > >:
>> > > >
>> > > > > Hi Khaoula.
>> > > > >
>> > > > > While I saw that you have a "include", "lib", and "share"
>> > > subdirectories
>> > > > > under /usr/bin/zlib, I could not see the contents of those
>> > directories.
>> > > > >
>> > > > > Could you please verify that you have the files "zlib.h"
and
>> > "zconf.h"
>> > > in
>> > > > > the "include" subdirectory?  Could you also please verify
that you
>> > have
>> > > > > "libz.a" and other "libz.so" files in the "lib"
subdirectory?
>> > > > >
>> > > > > Assuming those files are in place, it looks like you got a
>> successful
>> > > > > installation of zlib, but libpng couldn't find zlib.
>> > > > >
>> > > > > Try recompiling libpng as follows,
>> > > > >   *replacing "/path/to/libpng/install/**directory" with the
path
>> > where
>> > > > you
>> > > > > would like to install libpng*:
>> > > > >
>> > > > >   cd /root/Bureau/libpng-1.2.34
>> > > > >   make clean
>> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
>> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
>> > > > >   ./configure --prefix=/path/to/libpng/install/directory
>> > > > >   make
>> > > > >   make install
>> > > > >
>> > > > > That should do the trick.  With those environment
variables,
>> you're
>> > > > telling
>> > > > > it where to find the zlib header and object files.  Give
that a
>> try
>> > and
>> > > > let
>> > > > > me know if you're able to compile libpng successfully.
>> > > > >
>> > > > > Thanks,
>> > > > > Julie
>> > > > >
>> > > > >
>> > > > >
>> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT <
>> > > met_help at ucar.edu
>> > > > >
>> > > > > wrote:
>> > > > >
>> > > > > >
>> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> > > > > >
>> > > > > > Hi Julie,
>> > > > > > No i didn't get a successful install of libpng because
the first
>> > > > problem
>> > > > > > was installation of zlib.
>> > > > > > you find a script joint to this email of running ls -l
>> > usr/bin/zlib.
>> > > > > > Thanks,
>> > > > > > Khaoula MELKI
>> > > > > >
>> > > > > >
>> > > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT <
>> > > met_help at ucar.edu
>> > > > >:
>> > > > > >
>> > > > > > > Hi Khaoula.
>> > > > > > >
>> > > > > > > Instead of running "ls -l zlib-1.2.8" to show me the
contents
>> of
>> > > the
>> > > > > > > package, could you please run "ls -l /usr/bin/zlib" so
I can
>> see
>> > > how
>> > > > > the
>> > > > > > > package was installed?
>> > > > > > >
>> > > > > > > Also, were you able to get a successful install of
libpng
>> after
>> > > > setting
>> > > > > > the
>> > > > > > > environment variables LDFLAGS and CPPFLAGS?
>> > > > > > >
>> > > > > > > Thanks,
>> > > > > > > Julie
>> > > > > > >
>> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT <
>> > > > > met_help at ucar.edu
>> > > > > > >
>> > > > > > > wrote:
>> > > > > > >
>> > > > > > > >
>> > > > > > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > >
>> > > > > > > >
>> > > > > > > > Hi Julie,
>> > > > > > > >
>> > > > > > > > there is a terminal containing results of ls -l zlib-
1.2.8
>> > > > > > > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-
1.2.8
>> > > > > > > > i uses the command whereis zlib:
>> > > > > > > >  it returns : usr/bin/zlib
>> > > > > > > > Thanks,
>> > > > > > > > Khaoula
>> > > > > > > >
>> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT <
>> > > > > met_help at ucar.edu
>> > > > > > >:
>> > > > > > > >
>> > > > > > > > > Hi Khaoula.
>> > > > > > > > >
>> > > > > > > > > I see in your configure log the error:
>> > > > > > > > >
>> > > > > > > > > configure: error: zlib not installed
>> > > > > > > > >
>> > > > > > > > > Were you able to get a successful install of zlib?
If so,
>> > > could
>> > > > > you
>> > > > > > > > please
>> > > > > > > > > tell me where it is installed and run "ls -l" in
that
>> > directory
>> > > > so
>> > > > > I
>> > > > > > > can
>> > > > > > > > > see its contents? And, if you were able to get a
>> successful
>> > > > install
>> > > > > > of
>> > > > > > > > > zlib, were you able to get a successful install of
libpng?
>> > > > > > > > >
>> > > > > > > > > Once you get a successful install of zlib, png,
jasper,
>> and
>> > the
>> > > > > > GRIB2-C
>> > > > > > > > > Library, we can revisit running the configure
script.
>> > > > > > > > >
>> > > > > > > > > NCEP's GRIB2 C-Library is an optional package for
MET.  If
>> > you
>> > > do
>> > > > > not
>> > > > > > > > need
>> > > > > > > > > GRIB2 support, you do not need to install the
library.  I
>> > just
>> > > > > wanted
>> > > > > > > to
>> > > > > > > > > make sure you knew that in case you didn't need
GRIB2
>> > support.
>> > > > If
>> > > > > > you
>> > > > > > > do
>> > > > > > > > > need it, we'll keep working at it and try to get it
>> working
>> > for
>> > > > you
>> > > > > > > soon.
>> > > > > > > > >
>> > > > > > > > > Thanks,
>> > > > > > > > > Julie
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula via
RT <
>> > > > > > > met_help at ucar.edu
>> > > > > > > > >
>> > > > > > > > > wrote:
>> > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > <URL:
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > >
>> > > > > > > > > >
>> > > > > > > > > > Hi Julie,
>> > > > > > > > > > the same problem appear again.
>> > > > > > > > > > you find a file joined to this e-mail.
>> > > > > > > > > > thanks,
>> > > > > > > > > > Khaoula
>> > > > > > > > > >
>> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via
RT <
>> > > > > > > met_help at ucar.edu
>> > > > > > > > >:
>> > > > > > > > > >
>> > > > > > > > > > > Hi Khaoula.
>> > > > > > > > > > >
>> > > > > > > > > > > I see that you tried to install zlib, but have
a
>> question
>> > > > about
>> > > > > > the
>> > > > > > > > > > install
>> > > > > > > > > > > path.
>> > > > > > > > > > >
>> > > > > > > > > > > You can install zlib where ever you would like,
>> either in
>> > > > > > > /zlib-1.2.8
>> > > > > > > > > > > or /usr/local/bin
>> > > > > > > > > > > (assuming you have root access) or somewhere
else
>> > entirely.
>> > > > > So,
>> > > > > > it
>> > > > > > > > > > sounds
>> > > > > > > > > > > like you followed these generic instructions:
>> > > > > > > > > > >
>> > > > > > > > > > > cd /path/to/zlib
>> > > > > > > > > > > ./configure --prefix=/zlib/install/path
>> > > > > > > > > > > make test
>> > > > > > > > > > > make install
>> > > > > > > > > > >
>> > > > > > > > > > > replacing /path/to/zlib with /root/Bureau/zlib-
1.2.8
>> and
>> > > > > > replacing
>> > > > > > > > > > > /zlib/install/path
>> > > > > > > > > > > with /zlib-1.2.8 as follows:
>> > > > > > > > > > >
>> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
>> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
>> > > > > > > > > > > make test
>> > > > > > > > > > > make install
>> > > > > > > > > > >
>> > > > > > > > > > > It sounds like you got a successful
installation of
>> zlib,
>> > > but
>> > > > > > > libpng
>> > > > > > > > > > > couldn't find zlib.
>> > > > > > > > > > >
>> > > > > > > > > > > Try recompiling libpng as follows,
>> > > > > > > > > > >   replacing "/path/to/libz.a/directory" with
the path
>> to
>> > > > libz.a
>> > > > > > > > (leave
>> > > > > > > > > > the
>> > > > > > > > > > > -L in place in the example below)
>> > > > > > > > > > >   replacing "/path/to/zlib.h/directory" with
the path
>> to
>> > > > zlib.h
>> > > > > > > > (leave
>> > > > > > > > > > the
>> > > > > > > > > > > -I in place in the example below)
>> > > > > > > > > > >   and replacing
"/path/to/libpng/install/directory"
>> with
>> > > the
>> > > > > path
>> > > > > > > > where
>> > > > > > > > > > you
>> > > > > > > > > > > would like to install libpng:
>> > > > > > > > > > >
>> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
>> > > > > > > > > > >   make clean
>> > > > > > > > > > >   export LDFLAGS="-L/path/to/libz.a/directory"
>> > > > > > > > > > >   export CPPFLAGS="-I/path/to/zlib.h/directory"
>> > > > > > > > > > >   ./configure
>> --prefix=/path/to/libpng/install/directory
>> > > > > > > > > > >   make
>> > > > > > > > > > >   make install
>> > > > > > > > > > >
>> > > > > > > > > > > That should do the trick.  With those
environment
>> > > variables,
>> > > > > > you're
>> > > > > > > > > > telling
>> > > > > > > > > > > it where to find the zlib header and object
files.
>> Give
>> > > > that a
>> > > > > > try
>> > > > > > > > and
>> > > > > > > > > > let
>> > > > > > > > > > > me know if you're able to compile libpng
successfully.
>> > > > > > > > > > >
>> > > > > > > > > > > Thanks,
>> > > > > > > > > > > Julie
>> > > > > > > > > > >
>> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki Khaoula
via RT
>> <
>> > > > > > > > > met_help at ucar.edu
>> > > > > > > > > > >
>> > > > > > > > > > > wrote:
>> > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > > > <URL:
>> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > > > Hi Julie,
>> > > > > > > > > > > > Grib2 needs jasper, png and zlib libraries to
>> install.
>> > > > > > > > > > > > in installing zlib library,i i used  these
commands:
>> > > > > > > > > > > > *cd /path/to/zlib*
>> > > > > > > > > > > > *./configure --prefix=/zlib/install/path*
>> > > > > > > > > > > > *make test*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *make install*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *for my sysytem, path/to/zlib is
>> > root/Bureau/zlib-1.2.8.*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *about prefix=zlib/install/path.
zlib/install/path
>> is
>> > the
>> > > > > > > directory
>> > > > > > > > > > > where i
>> > > > > > > > > > > > put zlib installation, prefix=/zlib-1.2.8 or
it is
>> > > > > > usr/local/bin
>> > > > > > > in
>> > > > > > > > > > order
>> > > > > > > > > > > > to be installed in the system.*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *i found a problem when installing libpng
library. i
>> > used
>> > > > > thses
>> > > > > > > > > > > commands:*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *cd libpng-1.2.34*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *./configure --prefix=/root/Bureau/libpng-
1.2.34*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *make *
>> > > > > > > > > > > >
>> > > > > > > > > > > > *make install*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *But when using configure, an error occur
informing
>> me
>> > > that
>> > > > > > zlib
>> > > > > > > > > isn't
>> > > > > > > > > > > > installed.*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *So, i was wondering about path to install.
It is in
>> > the
>> > > > > > > directory
>> > > > > > > > of
>> > > > > > > > > > > > library or in the system unix(usr/local/bin)*
>> > > > > > > > > > > > *Thanks,*
>> > > > > > > > > > > >
>> > > > > > > > > > > > *khaoula melki*
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik
via RT <
>> > > > > > > > > met_help at ucar.edu
>> > > > > > > > > > >:
>> > > > > > > > > > > >
>> > > > > > > > > > > > > Hi Khaoula.
>> > > > > > > > > > > > >
>> > > > > > > > > > > > > There will not be a bin subdirectory when
you
>> unpack
>> > > > > met-5.0,
>> > > > > > > but
>> > > > > > > > > > there
>> > > > > > > > > > > > > should be upon a successful installation of
the
>> MET
>> > > > tools.
>> > > > > > > > Looking
>> > > > > > > > > > at
>> > > > > > > > > > > > your
>> > > > > > > > > > > > > make_install.log file I see that there is a
>> problem
>> > > > finding
>> > > > > > > > > grib2.h:
>> > > > > > > > > > > > >
>> > > > > > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h :
Aucun
>> fichier
>> > > ou
>> > > > > > > dossier
>> > > > > > > > de
>> > > > > > > > > > ce
>> > > > > > > > > > > > type
>> > > > > > > > > > > > >
>> > > > > > > > > > > > > NCEP's GRIB2C library is used by the MET
library
>> code
>> > > to
>> > > > > read
>> > > > > > > > GRIB2
>> > > > > > > > > > > data
>> > > > > > > > > > > > > files.  If you do not need GRIB2
capability, you
>> can
>> > > > simply
>> > > > > > > skip
>> > > > > > > > > this
>> > > > > > > > > > > > part
>> > > > > > > > > > > > > of the installation by removing "--enable-
grib2"
>> from
>> > > > your
>> > > > > > list
>> > > > > > > > of
>> > > > > > > > > > > > options
>> > > > > > > > > > > > > to "./configure".  If you do need GRIB2
capability
>> > and
>> > > > the
>> > > > > > > grib2c
>> > > > > > > > > > > library
>> > > > > > > > > > > > > is not already on your system, you will
need to
>> > > download
>> > > > > and
>> > > > > > > > unpack
>> > > > > > > > > > the
>> > > > > > > > > > > > > grib2c tarball (
>> > > > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
>> > > > > > > > and
>> > > > > > > > > > > refer
>> > > > > > > > > > > > > to
>> > > > > > > > > > > > > the README file. Once built, MET expects
the GRIB2
>> > > > > C-Library
>> > > > > > to
>> > > > > > > > be
>> > > > > > > > > > > named
>> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library
*requires the
>> > > > libraries
>> > > > > > > zlib,
>> > > > > > > > > > jasper
>> > > > > > > > > > > > and
>> > > > > > > > > > > > > png* to be present on your system and those
>> packages
>> > > are
>> > > > > all
>> > > > > > > > > > available
>> > > > > > > > > > > in
>> > > > > > > > > > > > > the link above. When configuring the MET
build
>> after
>> > > > > > > installation
>> > > > > > > > > of
>> > > > > > > > > > > the
>> > > > > > > > > > > > > necessary libraries (or if grib2c, zlib,
jasper,
>> and
>> > > png
>> > > > > are
>> > > > > > > > > already
>> > > > > > > > > > on
>> > > > > > > > > > > > > your system), set the *MET_GRIB2C* (or
>> > *MET_GRIB2CINC*
>> > > > and
>> > > > > > > > > > > > *MET_GRIB2CLIB*)
>> > > > > > > > > > > > > environment variables to indicate the
location of
>> > this
>> > > > > > library.
>> > > > > > > > > > > > >
>> > > > > > > > > > > > > Please let us know if you have any
questions.
>> > > > > > > > > > > > >
>> > > > > > > > > > > > > Thanks,
>> > > > > > > > > > > > > Julie
>> > > > > > > > > > > > >
>> > > > > > > > > > > > >
>> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki
Khaoula via
>> RT
>> > <
>> > > > > > > > > > > met_help at ucar.edu>
>> > > > > > > > > > > > > wrote:
>> > > > > > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > > <URL:
>> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > > Hi Julie,
>> > > > > > > > > > > > > > thank you for your response.
>> > > > > > > > > > > > > > it rebuilt nectd.
>> > > > > > > > > > > > > > my problem now is the bin subdirectory.
>> > > > > > > > > > > > > > when unpacking met-5.0, thre is no
subdirectory
>> > > called
>> > > > > bin.
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > > Also, after setting environment
variables, i
>> used
>> > the
>> > > > > > > > > configuration
>> > > > > > > > > > > > > script
>> > > > > > > > > > > > > > with: ./configure --prefix=`pwd`
--enable-grib2
>> > > > > > > --enable-modis
>> > > > > > > > > > > > > > --enable-mode_graphics
>> > > > > > > > > > > > > > there is no bin subdirectory  built or
>> recreated.
>> > > > > > > > > > > > > > Thanks,
>> > > > > > > > > > > > > > Khaoula
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie
Prestopnik via
>> RT
>> > <
>> > > > > > > > > > > met_help at ucar.edu
>> > > > > > > > > > > > >:
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > Taking another look at this, I do not
see a
>> "-I"
>> > > > entry
>> > > > > > for
>> > > > > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which I
believe
>> > you
>> > > > have
>> > > > > > > > > > MET_NETCDF
>> > > > > > > > > > > > set
>> > > > > > > > > > > > > > to.
>> > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
>> > > > > > > > -I../../../src/basic/vx_cal
>> > > > > > > > > > > > > > > -I../../../src/basic/vx_config
>> > > > > > -I../../../src/basic/vx_log
>> > > > > > > > > > > > > > > -I../../../src/basic/vx_math
>> > > > > -I../../../src/basic/vx_util
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_afm
>> > > > > > > > > > > -I../../../src/libcode/vx_analysis_util
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_color
>> > > > > > > > > -I../../../src/libcode/vx_data2d
>> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_factory
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib2
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nc_met
>> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nc_pinterp
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_geodesy
>> > > > > > > > > > -I../../../src/libcode/vx_gnomon
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_grid
>> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_nav
>> > > > > > > > -I../../../src/libcode/vx_nc_util
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_pb_util
>> > > > > > > > > > > -I../../../src/libcode/vx_plot_util
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_ps
>> > > > > > -I../../../src/libcode/vx_pxm
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_render
>> > > > > > > > > > > -I../../../src/libcode/vx_shapedata
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_statistics
>> > > > > > > > > > > > -I../../../src/libcode/vx_stat_out
>> > > > > > > > > > > > > > > -I../../../src/libcode/vx_tc_util
-DBLOCK4
>> > > > -DWITH_GRIB2
>> > > > > > > > > > > > > > >
>> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
>> > -g
>> > > > -MT
>> > > > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP
-MF
>> > > > > > > > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo
-c -o
>> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
>> > > > > > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
>> > > './'`nc_var_info.cc
>> > > > > > > > > > > > > > > Dans le fichier inclus à partir de
>> > > nc_var_info.cc:24:
>> > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur: netcdf.hh
: Aucun
>> > > > fichier
>> > > > > ou
>> > > > > > > > > dossier
>> > > > > > > > > > > de
>> > > > > > > > > > > > ce
>> > > > > > > > > > > > > > > type
>> > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > You could check the include area for
>> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
>> > > > > > > > > > to
>> > > > > > > > > > > > see
>> > > > > > > > > > > > > > if
>> > > > > > > > > > > > > > > there is a netcdf.hh file.  If there
is,
>> you'll
>> > > need
>> > > > to
>> > > > > > > make
>> > > > > > > > > sure
>> > > > > > > > > > > > that
>> > > > > > > > > > > > > > met
>> > > > > > > > > > > > > > > can find it by making sure the
MET_NETCDF is
>> set
>> > > > > > correctly,
>> > > > > > > > > then
>> > > > > > > > > > > > source
>> > > > > > > > > > > > > > > your .bashrc or similar file,
reconfigure, and
>> > > > rebuild
>> > > > > > MET,
>> > > > > > > > > > > > otherwise,
>> > > > > > > > > > > > > if
>> > > > > > > > > > > > > > > it is not there, I would suggest
following the
>> > > > > > instructions
>> > > > > > > > in
>> > > > > > > > > my
>> > > > > > > > > > > > most
>> > > > > > > > > > > > > > > recent previous email.
>> > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > Please let us know how it works out.
>> > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > Thanks,
>> > > > > > > > > > > > > > > Julie
>> > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie
>> Prestopnik
>> > <
>> > > > > > > > > > jpresto at ucar.edu
>> > > > > > > > > > > >
>> > > > > > > > > > > > > > wrote:
>> > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > Hi Khaoula.  I apologize for the
delayed
>> > > > response.  I
>> > > > > > was
>> > > > > > > > out
>> > > > > > > > > > of
>> > > > > > > > > > > > > town.
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > I believe that I see in your
>> make_install.log
>> > > that
>> > > > > > there
>> > > > > > > > is a
>> > > > > > > > > > > > problem
>> > > > > > > > > > > > > > > > finding netcdf.hh:
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
netcdf.hh :
>> Aucun
>> > > > > fichier
>> > > > > > ou
>> > > > > > > > > > dossier
>> > > > > > > > > > > > de
>> > > > > > > > > > > > > ce
>> > > > > > > > > > > > > > > > type
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > We've typically been compiling MET
using
>> NetCDF
>> > > > > version
>> > > > > > > 3 -
>> > > > > > > > > the
>> > > > > > > > > > > > > > specific
>> > > > > > > > > > > > > > > > version is netcdf-3.6.3.  I know that
some
>> of
>> > the
>> > > > > > > versions
>> > > > > > > > of
>> > > > > > > > > > > > netcdf
>> > > > > > > > > > > > > no
>> > > > > > > > > > > > > > > > longer include netcdf.hh, but that
file is
>> > > > necessary
>> > > > > > for
>> > > > > > > > our
>> > > > > > > > > > > code.
>> > > > > > > > > > > > > I'd
>> > > > > > > > > > > > > > > > suggest downloading and compiling
NetCDF
>> 3.6.3
>> > > > > locally
>> > > > > > > > using
>> > > > > > > > > > the
>> > > > > > > > > > > > > > > > following steps:
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > Download NetCDF 3.6.3 from here:
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > >
>> > > >
>> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > Then run:
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
>> > > > > > > > > > > > > > > > ./configure --prefix=`pwd`
>> > > > > > > > > > > > > > > > make
>> > > > > > > > > > > > > > > > make install
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > These commands should compile the C
and C++
>> > > > > interfaces
>> > > > > > > for
>> > > > > > > > > > NetCDF
>> > > > > > > > > > > > and
>> > > > > > > > > > > > > > > > skip the Fortran interface that MET
doesn't
>> > use.
>> > > > It
>> > > > > > will
>> > > > > > > > > > install
>> > > > > > > > > > > > the
>> > > > > > > > > > > > > > > > library in current "netcdf-3.6.3"
directory
>> due
>> > > to
>> > > > > the
>> > > > > > > > > > > > --prefix=`pwd`
>> > > > > > > > > > > > > > > > option.
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > Next, you'll need to edit where you
set
>> > > MET_NETCDF
>> > > > to
>> > > > > > > point
>> > > > > > > > > to
>> > > > > > > > > > > this
>> > > > > > > > > > > > > new
>> > > > > > > > > > > > > > > > location, source your .bashrc or
similiar
>> file,
>> > > and
>> > > > > > > rebuild
>> > > > > > > > > > MET.
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > Please let us know if that works well
for
>> you.
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > Thanks,
>> > > > > > > > > > > > > > > > Julie
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM,
Melki
>> Khaoula
>> > > via
>> > > > > RT <
>> > > > > > > > > > > > > > met_help at ucar.edu
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > > wrote:
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >> <URL:
>> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > > > > > >
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >> Hello John,
>> > > > > > > > > > > > > > > >> the error was there is no compilor
of C++.
>> so
>> > i
>> > > > > > > downloaded
>> > > > > > > > > g++
>> > > > > > > > > > > > > using :
>> > > > > > > > > > > > > > > yum
>> > > > > > > > > > > > > > > >> install gcc-c++.
>> > > > > > > > > > > > > > > >> I didn't understand the bin
subdirectory. I
>> > > looked
>> > > > > to
>> > > > > > > the
>> > > > > > > > > > > met-5.0
>> > > > > > > > > > > > > > > >> directory, i didin't find a
subdirectory
>> > called
>> > > > bin.
>> > > > > > But
>> > > > > > > > > files
>> > > > > > > > > > > > cited
>> > > > > > > > > > > > > > in
>> > > > > > > > > > > > > > > >> the
>> > > > > > > > > > > > > > > >> Built executables are located in the
output
>> > > > > > > subdirectory.
>> > > > > > > > > > > > > > > >> The compilation of *make install >&
>> > > > make_install.log
>> > > > > > &*
>> > > > > > > > > > > > > > > >> *tail -f make_install.log   *
>> > > > > > > > > > > > > > > >> * send an error.*
>> > > > > > > > > > > > > > > >> *there is two executables,  *the
first is
>> > called
>> > > > > > > > > > configuration1.
>> > > > > > > > > > > > It
>> > > > > > > > > > > > > is
>> > > > > > > > > > > > > > > >> about run of ./
>> > > > > > > > > > > > > > > >> *configure --prefix=`pwd` --enable-
grib2
>> > > > > > --enable-modis
>> > > > > > > > > > > > > > > >> --enable-mode_graphics*The second is
called
>> > make
>> > > > > > > > > install.log,
>> > > > > > > > > > > > > obtained
>> > > > > > > > > > > > > > > >> after running :
>> > > > > > > > > > > > > > > >> *make install >& make_install.log &*
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >> *tail -f make_install.log*
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >> *Thanks,*
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >> *Khaoula*
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki
Khaoula <
>> > > > > > > > > > khaoula.enit at gmail.com
>> > > > > > > > > > > >:
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > > >> > Hello John,
>> > > > > > > > > > > > > > > >> > Thank you for your help. it really
works.
>> > > > > > > > > > > > > > > >> > I am in the configuration step.
>> > > > > > > > > > > > > > > >> > when executing the command of :
>> ./configure
>> > > > > > > > --prefix=`pwd`
>> > > > > > > > > > > > > > > >> --enable-grib2
>> > > > > > > > > > > > > > > >> > --enable-modis --enable-
mode_graphics.
>> > > > > > > > > > > > > > > >> > i found that when cheking for some
>> > compilers,
>> > > > the
>> > > > > > > system
>> > > > > > > > > > > return
>> > > > > > > > > > > > > no.
>> > > > > > > > > > > > > > > >> > for example:
>> > > > > > > > > > > > > > > >> > checking for bison... no
>> > > > > > > > > > > > > > > >> > checking for byacc... no
>> > > > > > > > > > > > > > > >> > checking for g++... no
>> > > > > > > > > > > > > > > >> > checking for c++... no
>> > > > > > > > > > > > > > > >> > checking for gpp... no
>> > > > > > > > > > > > > > > >> > checking for aCC... no
>> > > > > > > > > > > > > > > >> > checking for CC... no
>> > > > > > > > > > > > > > > >> > checking for cxx... no
>> > > > > > > > > > > > > > > >> > checking for cc++... no
>> > > > > > > > > > > > > > > >> > checking for cl.exe... no
>> > > > > > > > > > > > > > > >> > checking for FCC... no
>> > > > > > > > > > > > > > > >> > checking for KCC... no
>> > > > > > > > > > > > > > > >> > checking for RCC... no
>> > > > > > > > > > > > > > > >> > checking for xlC_r... no
>> > > > > > > > > > > > > > > >> > checking for xlC... no
>> > > > > > > > > > > > > > > >> > checking whether the C++ compiler
>> works...
>> > no
>> > > > > > > > > > > > > > > >> > IS there any errors?
>> > > > > > > > > > > > > > > >> > you will find the executive file
called
>> > > > > > configuration.
>> > > > > > > > > > > > > > > >> > thanks,
>> > > > > > > > > > > > > > > >> > Khaoula
>> > > > > > > > > > > > > > > >> >
>> > > > > > > > > > > > > > > >> >
>> > > > > > > > > > > > > > > >> >
>> > > > > > > > > > > > > > > >> >
>> > > > > > > > > > > > > > > >> >
>> > > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John
Halley
>> > Gotway
>> > > > via
>> > > > > > RT <
>> > > > > > > > > > > > > > > met_help at ucar.edu
>> > > > > > > > > > > > > > > >> >:
>> > > > > > > > > > > > > > > >> >
>> > > > > > > > > > > > > > > >> >> Khaoula,
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >> >> Looks like you have syntax wrong
on
>> those
>> > > > > commands.
>> > > > > > > > > Please
>> > > > > > > > > > > try
>> > > > > > > > > > > > > > this:
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >> >> export
>> > > > > > > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
>> > > > > > > > > > > > > > > >> >> export
>> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >> >> Actually since your NetCDF build
is
>> > installed
>> > > > in
>> > > > > > the
>> > > > > > > > > > standard
>> > > > > > > > > > > > > way,
>> > > > > > > > > > > > > > > >> this is
>> > > > > > > > > > > > > > > >> >> all you really need to set:
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >> >> export
>> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >> >> And MET assumes that the headers
are in
>> the
>> > > > > > "include"
>> > > > > > > > > > > > > subdirectory
>> > > > > > > > > > > > > > > and
>> > > > > > > > > > > > > > > >> the
>> > > > > > > > > > > > > > > >> >> library archive files are in the
"lib"
>> > > > > > subdirectory.
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >> >> Thanks,
>> > > > > > > > > > > > > > > >> >> John
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58 AM,
Melki
>> > > Khaoula
>> > > > > via
>> > > > > > > RT <
>> > > > > > > > > > > > > > > >> met_help at ucar.edu>
>> > > > > > > > > > > > > > > >> >> wrote:
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > > > > > > > >> >> > <URL:
>> > > > > > > > > > > >
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > > > > > > > >> >> > Hi John,
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > > > > > > > >> >> > Thank you for your help.
>> > > > > > > > > > > > > > > >> >> > I'm grateful for you and Julie.
>> > > > > > > > > > > > > > > >> >> > I'm now setting environment
variables.
>> > > > > > > > > > > > > > > >> >> > I want to confirm this command
if it
>> is
>> > > right
>> > > > > or
>> > > > > > > no,
>> > > > > > > > > for
>> > > > > > > > > > > > > example,
>> > > > > > > > > > > > > > > if
>> > > > > > > > > > > > > > > >> i
>> > > > > > > > > > > > > > > >> >> set:
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
>> > > > > > > > > > > > > > > >> >> > in order to Set *$MET_NETCDF*
to
>> point to
>> > > the
>> > > > > > main
>> > > > > > > > > > > > > > NetCDFdirectory.
>> > > > > > > > > > > > > > > >> >> > I  use  also the same process
to set
>> > others
>> > > > > > > external
>> > > > > > > > > > > > libraries.
>> > > > > > > > > > > > > > > >> >> > I let you know that my shell is
bash,
>> so
>> > i
>> > > > > can't
>> > > > > > > use
>> > > > > > > > > the
>> > > > > > > > > > > > export
>> > > > > > > > > > > > > > > >> command.
>> > > > > > > > > > > > > > > >> >> > Im wondering if i'm in the
right way,
>> > > because
>> > > > > the
>> > > > > > > > > command
>> > > > > > > > > > > > with
>> > > > > > > > > > > > > > > export
>> > > > > > > > > > > > > > > >> >> > doesn't produce any error to
verify if
>> > i'm
>> > > > > right
>> > > > > > or
>> > > > > > > > > > wrong.
>> > > > > > > > > > > > > > > >> >> > Thanks,
>> > > > > > > > > > > > > > > >> >> > Khaoula
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00 John
Halley
>> > > Gotway
>> > > > > via
>> > > > > > > RT
>> > > > > > > > <
>> > > > > > > > > > > > > > > >> met_help at ucar.edu
>> > > > > > > > > > > > > > > >> >> >:
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > Julie is out of town.  My
name is
>> John,
>> > > and
>> > > > > I'd
>> > > > > > > be
>> > > > > > > > > > happy
>> > > > > > > > > > > to
>> > > > > > > > > > > > > > help
>> > > > > > > > > > > > > > > >> >> answer
>> > > > > > > > > > > > > > > >> >> > > your MET questions.
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > I see that you're trying to
get up
>> and
>> > > > > running
>> > > > > > > > using
>> > > > > > > > > > MET
>> > > > > > > > > > > to
>> > > > > > > > > > > > > > > verify
>> > > > > > > > > > > > > > > >> WRF
>> > > > > > > > > > > > > > > >> >> > > output.  MET doesn't read WRF
output
>> > > files
>> > > > > > > > directly,
>> > > > > > > > > > but
>> > > > > > > > > > > > > > requires
>> > > > > > > > > > > > > > > >> that
>> > > > > > > > > > > > > > > >> >> > they
>> > > > > > > > > > > > > > > >> >> > > first be post-processed
either with
>> the
>> > > > > WRF-ARW
>> > > > > > > > > pinterp
>> > > > > > > > > > > > > utility
>> > > > > > > > > > > > > > > or
>> > > > > > > > > > > > > > > >> the
>> > > > > > > > > > > > > > > >> >> > > Unified Post-Processor (UPP).
Of
>> the
>> > > two,
>> > > > > I'd
>> > > > > > > > > strongly
>> > > > > > > > > > > > > > recommend
>> > > > > > > > > > > > > > > >> >> using
>> > > > > > > > > > > > > > > >> >> > UPP
>> > > > > > > > > > > > > > > >> >> > > which creates output in GRIB
format
>> > that
>> > > is
>> > > > > > fully
>> > > > > > > > > > > supported
>> > > > > > > > > > > > > by
>> > > > > > > > > > > > > > > MET.
>> > > > > > > > > > > > > > > >> >> The
>> > > > > > > > > > > > > > > >> >> > > pinterp utility writes it
output in
>> > > NetCDF
>> > > > > but
>> > > > > > we
>> > > > > > > > > only
>> > > > > > > > > > > > > support
>> > > > > > > > > > > > > > > data
>> > > > > > > > > > > > > > > >> >> > defined
>> > > > > > > > > > > > > > > >> >> > > on the non-staggered
dimensions.
>> Since
>> > > > > > velocity
>> > > > > > > > > points
>> > > > > > > > > > > are
>> > > > > > > > > > > > > > > >> staggered
>> > > > > > > > > > > > > > > >> >> in
>> > > > > > > > > > > > > > > >> >> > > WRF, MET can't be used to
verifying
>> > winds
>> > > > in
>> > > > > > > > pinterp
>> > > > > > > > > > > > output.
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > Another advantage to using
UPP is
>> that
>> > > GRIB
>> > > > > > data
>> > > > > > > > can
>> > > > > > > > > be
>> > > > > > > > > > > > > easily
>> > > > > > > > > > > > > > > >> >> regridded
>> > > > > > > > > > > > > > > >> >> > > using the copygb utility.
copygb is
>> > > > included
>> > > > > > in
>> > > > > > > > the
>> > > > > > > > > > UPP
>> > > > > > > > > > > > > > package.
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > You can download pinterp
here:
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > > > > > > > >> >>
>> > > > > > > > > > > > > > > >>
>> > > > > > > > > > > > > > >
>> > > > > > > > > > > > > >
>> > > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > And you can download UPP
here:
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > >
>> > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > Hope that helps.
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > Thanks,
>> > > > > > > > > > > > > > > >> >> > > John Halley Gotway
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at 6:29
AM,
>> Melki
>> > > > > Khaoula
>> > > > > > > via
>> > > > > > > > > RT <
>> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > wrote:
>> > > > > > > > > > > > > > > >> >> > >
>> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > > > > > > > > > > >> >> > > > <URL:
>> > > > > > > > > > > > > >
>> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > > > > > > > > > > >
>> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
>> > > > > > > > > > > > > > > >> >> > > > I compiled all libraries.
>> > > > > > > > > > > > > > > >> >> > > > I downloaded post processor
but i
>> > can't
>> > > > > find
>> > > > > > > the
>> > > > > > > > > > > WRF-ARW
>> > > > > > > > > > > > > > > p-interp
>> > > > > > > > > > > > > > > >> >> Tool
>> > > > > > > > > > > > > > > >> >> > > when
>> > > > > > > > > > > > > > > >> >> > > > i use the link posted in
the
>> > tutorial.
>> > > > > > > > > > > > > > > >> >> > > > also,what i don't
understand the
>> > > utility
>> > > > of
>> > > > > > the
>> > > > > > > > > > copygb
>> > > > > > > > > > > > > > utility
>> > > > > > > > > > > > > > > >> and
>> > > > > > > > > > > > > > > >> >> > from
>> > > > > > > > > > > > > > > >> >> > > > where to get it.
>> > > > > > > > > > > > > > > >> >> > > > i don't know what to do
next to
>> > > > downloading
>> > > > > > and
>> > > > > > > > > > > compiling
>> > > > > > > > > > > > > > > >> required
>> > > > > > > > > > > > > > > >> >> > > > libraries.
>> > > > > > > > > > > > > > > >> >> > > > Thanks,
>> > > > > > > > > > > > > > > >> >> > > > Khaoula
>> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00
Melki
>> > > Khaoula <
>> > > > > > > > > > > > > > > khaoula.enit at gmail.com
>> > > > > > > > > > > > > > > >> >:
>> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > > *I  unpacked the HDF
librarry.*
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > > *When lookig the HDF-EOS
>> library, i
>> > > > found
>> > > > > > in
>> > > > > > > > the
>> > > > > > > > > > > > website
>> > > > > > > > > > > > > is
>> > > > > > > > > > > > > > > >> >> > > > > HDF-EOS2.16v1.00.tar.Z.*
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > > *i tried to unpack it, i
didn't
>> > find
>> > > > the
>> > > > > > > right
>> > > > > > > > > > > command
>> > > > > > > > > > > > to
>> > > > > > > > > > > > > > do
>> > > > > > > > > > > > > > > >> it.*
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > > *Is there any command to
unpak
>> this
>> > > > > > library.*
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-
04:00 Julie
>> > > > > Prestopnik
>> > > > > > > via
>> > > > > > > > > RT
>> > > > > > > > > > <
>> > > > > > > > > > > > > > > >> >> > met_help at ucar.edu
>> > > > > > > > > > > > > > > >> >> > > >:
>> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
>> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-Library is
used by
>> the
>> > > MET
>> > > > > > > library
>> > > > > > > > > > code
>> > > > > > > > > > > to
>> > > > > > > > > > > > > > read
>> > > > > > > > > > > > > > > >> GRIB2
>> > > > > > > > > > > > > > > >> >> > data
>> > > > > > > > > > > > > > > >> >> > > > >> files. The GRIB2 C-
Library
>> > requires
>> > > > the
>> > > > > > > > > libraries
>> > > > > > > > > > > > zlib,
>> > > > > > > > > > > > > > > jasper
>> > > > > > > > > > > > > > > >> >> and
>> > > > > > > > > > > > > > > >> >> > png
>> > > > > > > > > > > > > > > >> >> > > > to
>> > > > > > > > > > > > > > > >> >> > > > >> be present on your
system.
>> Support
>> > > for
>> > > > > > GRIB2
>> > > > > > > > is
>> > > > > > > > > > > > optional
>> > > > > > > > > > > > > > and
>> > > > > > > > > > > > > > > >> can
>> > > > > > > > > > > > > > > >> >> be
>> > > > > > > > > > > > > > > >> >> > > > >> enabled
>> > > > > > > > > > > > > > > >> >> > > > >> with the *--enable-
grib2*
>> option
>> > for
>> > > > > > > > configure.
>> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > > > > > > > > > > >> >> > > > >> I hope that helps.
>> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > > > > > > > > > > >> >> > > > >> Julie
>> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015 at
6:56
>> AM,
>> > > Melki
>> > > > > > > Khaoula
>> > > > > > > > > via
>> > > > > > > > > > > RT
>> > > > > > > > > > > > <
>> > > > > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
>> > > > > > > > > > > > > > > >> >> > > > >> wrote:
>> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
>> > > > > > > > > > > > > > > >>
>> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > > > > > > > > > > >> >> >
>> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > > > > > > > > > > >> >> > > > >> >  Thank you Julie,
>> > > > > > > > > > > > > > > >> >> > > > >> > It works.
>> > > > > > > > > > > > > > > >> >> > > > >> > I compile Nectcdf ,
GNU  and
>> > zlib
>> > > > > > > libraries.
>> > > > > > > > > > > > > > > >> >> > > > >> > About GRIB C library,
i
>> > downloaded
>> > > > the
>> > > > > > > > library
>> > > > > > > > > > and
>> > > > > > > > > > > > > > > unpacked
>> > > > > > > > > > > > > > > >> >> it.
>> > > > > > > > > > > > > > > >> >> > > > >> > how it can be used by
MET?
>> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
>> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
>> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58
GMT+02:00
>> Julie
>> > > > > > > Prestopnik
>> > > > > > > > > via
>> > > > > > > > > > > RT <
>> > > > > > > > > > > > > > > >> >> > > met_help at ucar.edu
>> > > > > > > > > > > > > > > >> >> > > > >:
>> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
>> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > > > > > > > > > > >> >> > > > >> > > I'm glad that you
were
>> able to
>> > > get
>> > > > > > > BUFRLIB
>> > > > > > > > > > > > > installed.
>> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > > > > > > > > > > >> >> > > > >> > > You said, "when
trying to
>> run
>> > > the
>> > > > > firs
>> > > > > > > > > command
>> > > > > > > > > > > of
>> > > > > > > > > > > > *
>> > > > > > > > > > > > > > *cd
>> > > > > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
>> > > > > > > > > > > > > > > >> >> > > > >> > he
>> > > > > > > > > > > > > > > >> >> > > > >> > > wrote me no file or
>> directory"
>> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > > > > > > > > > > >> >> > > > >> > > In the tutorial,
when we
>> say
>> > > "*cd
>> > > > > > > > > > > > /path/to/netcdf*"
>> > > > > > > > > > > > > > you
>> > > > > > > > > > > > > > > >> >> should
>> > > > > > > > > > > > > > > >> >> > > > change
>> > > > > > > > > > > > > > > >> >> > > > >> > > directories to the
location
>> > > where
>> > > > > your
>> > > > > > > > > netcdf
>> > > > > > > > > > > > > > directory
>> > > > > > > > > > > > > > > >> is on
>> > > > > > > > > > > > > > > >> >> > your
>> > > > > > > > > > > > > > > >> >> > > > >> > machine.
>> > > > > > > > > > > > > > > >> >> > > > >> > > For example, if you
>> unpacked
>> > the
>> > > > tar
>> > > > > > > file
>> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
>> > > > > > > > > > > > > > > >> >> in
>> > > > > > > > > > > > > > > >> >> > a
>> > > > > > > > > > > > > > > >> >> > > > >> > directory
>> > > > > > > > > > > > > > > >> >> > > > >> > > path of
>> > > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
>> > > > > > > > > > > you
>> > > > > > > > > > > > > > would
>> > > > > > > > > > > > > > > >> run
>> > > > > > > > > > > > > > > >> >> "cd
>> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
>> > > > > > > > > > > > > > > */path/to/netcdf
>> > > > > > > > > > > > > > > >> >> *is a
>> > > > > > > > > > > > > > > >> >> > > > place
>> > > > > > > > > > > > > > > >> >> > > > >> > > holder for the
location on
>> > your
>> > > > > > machine.
>> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > > > > > > > > > > >> >> > > > >> > > You said, "setenv CC
>> > > > > > > /path/to/c/compiler.
>> > > > > > > > It
>> > > > > > > > > > > > doesn't
>> > > > > > > > > > > > > > > >> work.he
>> > > > > > > > > > > > > > > >> >> > said
>> > > > > > > > > > > > > > > >> >> > > > >> command
>> > > > > > > > > > > > > > > >> >> > > > >> > > of setenv doesn't
exist.*"
>> > > > "setenv"
>> > > > > > is
>> > > > > > > > the
>> > > > > > > > > > name
>> > > > > > > > > > > > of
>> > > > > > > > > > > > > > the
>> > > > > > > > > > > > > > > >> >> command
>> > > > > > > > > > > > > > > >> >> > > used
>> > > > > > > > > > > > > > > >> >> > > > >> to
>> > > > > > > > > > > > > > > >> >> > > > >> > set
>> > > > > > > > > > > > > > > >> >> > > > >> > > environment
variables in
>> the
>> > > *csh
>> > > > > > family
>> > > > > > > > of
>> > > > > > > > > > > > shells.
>> > > > > > > > > > > > > > If
>> > > > > > > > > > > > > > > >> you
>> > > > > > > > > > > > > > > >> >> are
>> > > > > > > > > > > > > > > >> >> > > > using
>> > > > > > > > > > > > > > > >> >> > > > >> a
>> > > > > > > > > > > > > > > >> >> > > > >> > > different shell,
however,
>> you
>> > > may
>> > > > > need
>> > > > > > > to
>> > > > > > > > > use
>> > > > > > > > > > > > > > "export",
>> > > > > > > > > > > > > > > >> >> which is
>> > > > > > > > > > > > > > > >> >> > > the
>> > > > > > > > > > > > > > > >> >> > > > >> name
>> > > > > > > > > > > > > > > >> >> > > > >> > > of the command in
the
>> "other"
>> > > > family
>> > > > > > of
>> > > > > > > > > shells
>> > > > > > > > > > > > (ash,
>> > > > > > > > > > > > > > > >> bourne,
>> > > > > > > > > > > > > > > >> >> > > bourne
>> > > > > > > > > > > > > > > >> >> > > > >> > again,
>> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).  To find out
what
>> shell
>> > > you
>> > > > > are
>> > > > > > > > using,
>> > > > > > > > > > you
>> > > > > > > > > > > > can
>> > > > > > > > > > > > > > run
>> > > > > > > > > > > > > > > >> >> "echo
>> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
>> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > > > > > > > > > > >> >> > > > >> > > If you are using a
shell
>> other
>> > > > than
>> > > > > > the
>> > > > > > > > *csh
>> > > > > > > > > > > > family
>> > > > > > > > > > > > > of
>> > > > > > > > > > > > > > > >> >> shells,
>> > > > > > > > > > > > > > > >> >> > and
>> > > > > > > > > > > > > > > >> >> > > > you
>> > > > > > > > > > > > > > > >> >> > > > >> > need
>> > > > > > > > > > > > > > > >> >> > > > >> > > to use "export", the
>> syntax is
>> > > > > > slightly
>> > > > > > > > > > > different.
>> > > > > > > > > > > > > > > >> Instead
>> > > > > > > > > > > > > > > >> >> of
>> > > > > > > > > > > > > > > >> >> > > > >> running:
>> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
>> /path/to/c/compiler
>> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > > > > > > > > > > >> >>
>>
> ...
>
> [Message tronqué]

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Wed Aug 12 10:19:17 2015

Hi Khaoula.

John is now out of the office, but I am back.

I do not see the error in the attached make_install.log about hdf.h
that
you refer to.

The error that I see is:

/usr/bin/ld: cannot find -lbufr

which means that the linker can't find the BUFR library files.

It looks like you have* $MET_BUFRLIB *set to
-L/root/Bureau/BUFLIB/lib, so
you're telling the linker to look in /root/Bureau/BUFLIB/lib for the
library files.  Could you please verify that the files exist in that
directory?  Please send a listing of the files in that directory.

Thanks,
Julie



On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi John,
> This is the last version of running MET model.
> the first error is about the hdf.h. when i look for it  in the
HDF4.2r3 i
> can't find it.
> the problem is that the met model can't find the hfeosdef .h or,
when
> looking for it it exists
> ls  -l /root/Bureau/hdfeos/include
>
> total 136
> -r--r--r--. 1 752 users 84142 19 févr.  2008 cfortHdf.h
> -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
> -r--r--r--. 1 752 users  7004 30 août   2007 HdfEosDef.f
> -r--r--r--. 1 752 users 11098 19 févr.  2008 HdfEosDef.h
> -r--r--r--. 1 752 users  1272 19 févr.  2008 HDFEOSVersion.h
> -r--r--r--. 1 752 users  3922 19 mai    2009 HE2_config.h.in
> -r-xr-xr-x. 1 752 users   247 19 févr.  2008 Makefile.am
> -r--r--r--. 1 752 users 13297 19 mai    2009 Makefile.in
> Thanks,
> khaoula
>
>
> 2015-08-07 5:32 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
>
> > Hi John,
> > It really strange.
> > when i run netcdef, he come back to grib2.h error or gsl_cdf.h.
> > i checked all my files needed for executing configure script.
> > grib2.h , netcdf.hh ..... are all located in their right
libraries.
> > The problem is that met-5.0 can't find them.
> > you find attached the last make-install result.
> > Thanks,
> > Khaoula
> >
> > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu
> >:
> >
> >> Khaoula,
> >>
> >> MET is written primarily in C++ and, as such, requires that the
C++
> >> interface for NetCDF be compiled.  It's possible that the C++
interface
> >> was
> >> not compiled in the version of NetCDF to which you're pointing.
Please
> >> see
> >> if the following file exists:
> >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
> >>
> >> If it does not, then you'll need to recompile NetCDF somewhere
including
> >> the C++ interface.  It's described on this page:
> >>
> >>
> >>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >> '
> >>
> >> If that file does exist, that's great.  Just do the following
(the
> setting
> >> you sent me used "netcdf-36.3" instead of "netcdf-3.6.3"):
> >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
> >>    Rerun the configure command.
> >>    make clean
> >>    make install
> >>
> >> Hope that helps.
> >>
> >> Thanks,
> >> John
> >>
> >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> >> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> >
> >> > Hi john,
> >> > Thank you for your help.
> >> > It works but there is another error. He cannot find the
netcdf.hh
> file.
> >> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
> >> > but it still the same error.
> >> > you find attached make_install file.
> >> > Thanks,
> >> > Khaoula
> >> >
> >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT <
> met_help at ucar.edu
> >> >:
> >> >
> >> > > Hello Khaoula,
> >> > >
> >> > > My name is John Halley Gotway.  Julie's out of town until
next week,
> >> but
> >> > > hopefully I can help you with this issue.  Thanks for sending
the
> >> output
> >> > of
> >> > > make - that's very helpful.  Here's the relevant error you're
> getting:
> >> > >
> >> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou
dossier de
> ce
> >> > type
> >> > >
> >> > > Using google translate, I see that means: No files or folders
of
> this
> >> > type
> >> > >
> >> > > Basically, MET isn't able to find the file named "grib2.h",
which is
> >> > > included in the library named "g2clib".  Since you're
compiling
> >> support
> >> > for
> >> > > GRIB2, I assume you've already compiled that library.  If
that's not
> >> the
> >> > > case, please see the information here:
> >> > >
> >> > >
> >> > >
> >> >
> >>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >> > >
> >> > > Once you've compiled "g2clib", try setting the following:
> >> > > If you're using csh:
> >> > >    setenv MET_GRIB2INC /path/to/g2clib
> >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> >> > >
> >> > > If you're using bash:
> >> > >    export MET_GRIB2INC=/path/to/g2clib
> >> > >    export MET_GRIB2LIB=/path/to/g2clib
> >> > >
> >> > > And from the top-level met-5.0 directory, rerun the
"configure"
> >> command
> >> > you
> >> > > used for MET, and then run:
> >> > >    make clean
> >> > >    make install >& make_install.log
> >> > >
> >> > > Please let me know how it goes.
> >> > >
> >> > > Thanks,
> >> > > John
> >> > >
> >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT <
> >> met_help at ucar.edu>
> >> > > wrote:
> >> > >
> >> > > >
> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> > > >
> >> > > > Hi Julie,
> >> > > > Thank you for your help.
> >> > > > i could install libpng library.
> >> > > > But there is another problem.  When executing *make install
>&
> >> > > > make_install.log &*
> >> > > >
> >> > > > *tail -f make_install.log.*
> >> > > >
> >> > > > *threr is an error in  file make_install.log that there is
no file
> >> > named
> >> > > > grib2.h.*
> >> > > > *there is the make _install.log.*
> >> > > >
> >> > > > *Thanks *
> >> > > >
> >> > > > *Khaoula *
> >> > > >
> >> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT <
> >> met_help at ucar.edu
> >> > >:
> >> > > >
> >> > > > > Hi Khaoula.
> >> > > > >
> >> > > > > While I saw that you have a "include", "lib", and "share"
> >> > > subdirectories
> >> > > > > under /usr/bin/zlib, I could not see the contents of
those
> >> > directories.
> >> > > > >
> >> > > > > Could you please verify that you have the files "zlib.h"
and
> >> > "zconf.h"
> >> > > in
> >> > > > > the "include" subdirectory?  Could you also please verify
that
> you
> >> > have
> >> > > > > "libz.a" and other "libz.so" files in the "lib"
subdirectory?
> >> > > > >
> >> > > > > Assuming those files are in place, it looks like you got
a
> >> successful
> >> > > > > installation of zlib, but libpng couldn't find zlib.
> >> > > > >
> >> > > > > Try recompiling libpng as follows,
> >> > > > >   *replacing "/path/to/libpng/install/**directory" with
the path
> >> > where
> >> > > > you
> >> > > > > would like to install libpng*:
> >> > > > >
> >> > > > >   cd /root/Bureau/libpng-1.2.34
> >> > > > >   make clean
> >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> >> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> >> > > > >   ./configure --prefix=/path/to/libpng/install/directory
> >> > > > >   make
> >> > > > >   make install
> >> > > > >
> >> > > > > That should do the trick.  With those environment
variables,
> >> you're
> >> > > > telling
> >> > > > > it where to find the zlib header and object files.  Give
that a
> >> try
> >> > and
> >> > > > let
> >> > > > > me know if you're able to compile libpng successfully.
> >> > > > >
> >> > > > > Thanks,
> >> > > > > Julie
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT <
> >> > > met_help at ucar.edu
> >> > > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > >
> >> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> >> > > > > >
> >> > > > > > Hi Julie,
> >> > > > > > No i didn't get a successful install of libpng because
the
> first
> >> > > > problem
> >> > > > > > was installation of zlib.
> >> > > > > > you find a script joint to this email of running ls -l
> >> > usr/bin/zlib.
> >> > > > > > Thanks,
> >> > > > > > Khaoula MELKI
> >> > > > > >
> >> > > > > >
> >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT <
> >> > > met_help at ucar.edu
> >> > > > >:
> >> > > > > >
> >> > > > > > > Hi Khaoula.
> >> > > > > > >
> >> > > > > > > Instead of running "ls -l zlib-1.2.8" to show me the
> contents
> >> of
> >> > > the
> >> > > > > > > package, could you please run "ls -l /usr/bin/zlib"
so I can
> >> see
> >> > > how
> >> > > > > the
> >> > > > > > > package was installed?
> >> > > > > > >
> >> > > > > > > Also, were you able to get a successful install of
libpng
> >> after
> >> > > > setting
> >> > > > > > the
> >> > > > > > > environment variables LDFLAGS and CPPFLAGS?
> >> > > > > > >
> >> > > > > > > Thanks,
> >> > > > > > > Julie
> >> > > > > > >
> >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via RT
<
> >> > > > > met_help at ucar.edu
> >> > > > > > >
> >> > > > > > > wrote:
> >> > > > > > >
> >> > > > > > > >
> >> > > > > > > > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > >
> >> > > > > > > >
> >> > > > > > > > Hi Julie,
> >> > > > > > > >
> >> > > > > > > > there is a terminal containing results of ls -l
zlib-1.2.8
> >> > > > > > > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-
1.2.8
> >> > > > > > > > i uses the command whereis zlib:
> >> > > > > > > >  it returns : usr/bin/zlib
> >> > > > > > > > Thanks,
> >> > > > > > > > Khaoula
> >> > > > > > > >
> >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via RT
<
> >> > > > > met_help at ucar.edu
> >> > > > > > >:
> >> > > > > > > >
> >> > > > > > > > > Hi Khaoula.
> >> > > > > > > > >
> >> > > > > > > > > I see in your configure log the error:
> >> > > > > > > > >
> >> > > > > > > > > configure: error: zlib not installed
> >> > > > > > > > >
> >> > > > > > > > > Were you able to get a successful install of
zlib?  If
> so,
> >> > > could
> >> > > > > you
> >> > > > > > > > please
> >> > > > > > > > > tell me where it is installed and run "ls -l" in
that
> >> > directory
> >> > > > so
> >> > > > > I
> >> > > > > > > can
> >> > > > > > > > > see its contents? And, if you were able to get a
> >> successful
> >> > > > install
> >> > > > > > of
> >> > > > > > > > > zlib, were you able to get a successful install
of
> libpng?
> >> > > > > > > > >
> >> > > > > > > > > Once you get a successful install of zlib, png,
jasper,
> >> and
> >> > the
> >> > > > > > GRIB2-C
> >> > > > > > > > > Library, we can revisit running the configure
script.
> >> > > > > > > > >
> >> > > > > > > > > NCEP's GRIB2 C-Library is an optional package for
MET.
> If
> >> > you
> >> > > do
> >> > > > > not
> >> > > > > > > > need
> >> > > > > > > > > GRIB2 support, you do not need to install the
library.
> I
> >> > just
> >> > > > > wanted
> >> > > > > > > to
> >> > > > > > > > > make sure you knew that in case you didn't need
GRIB2
> >> > support.
> >> > > > If
> >> > > > > > you
> >> > > > > > > do
> >> > > > > > > > > need it, we'll keep working at it and try to get
it
> >> working
> >> > for
> >> > > > you
> >> > > > > > > soon.
> >> > > > > > > > >
> >> > > > > > > > > Thanks,
> >> > > > > > > > > Julie
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula
via RT <
> >> > > > > > > met_help at ucar.edu
> >> > > > > > > > >
> >> > > > > > > > > wrote:
> >> > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > <URL:
> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > Hi Julie,
> >> > > > > > > > > > the same problem appear again.
> >> > > > > > > > > > you find a file joined to this e-mail.
> >> > > > > > > > > > thanks,
> >> > > > > > > > > > Khaoula
> >> > > > > > > > > >
> >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik via
RT <
> >> > > > > > > met_help at ucar.edu
> >> > > > > > > > >:
> >> > > > > > > > > >
> >> > > > > > > > > > > Hi Khaoula.
> >> > > > > > > > > > >
> >> > > > > > > > > > > I see that you tried to install zlib, but
have a
> >> question
> >> > > > about
> >> > > > > > the
> >> > > > > > > > > > install
> >> > > > > > > > > > > path.
> >> > > > > > > > > > >
> >> > > > > > > > > > > You can install zlib where ever you would
like,
> >> either in
> >> > > > > > > /zlib-1.2.8
> >> > > > > > > > > > > or /usr/local/bin
> >> > > > > > > > > > > (assuming you have root access) or somewhere
else
> >> > entirely.
> >> > > > > So,
> >> > > > > > it
> >> > > > > > > > > > sounds
> >> > > > > > > > > > > like you followed these generic instructions:
> >> > > > > > > > > > >
> >> > > > > > > > > > > cd /path/to/zlib
> >> > > > > > > > > > > ./configure --prefix=/zlib/install/path
> >> > > > > > > > > > > make test
> >> > > > > > > > > > > make install
> >> > > > > > > > > > >
> >> > > > > > > > > > > replacing /path/to/zlib with
/root/Bureau/zlib-1.2.8
> >> and
> >> > > > > > replacing
> >> > > > > > > > > > > /zlib/install/path
> >> > > > > > > > > > > with /zlib-1.2.8 as follows:
> >> > > > > > > > > > >
> >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> >> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
> >> > > > > > > > > > > make test
> >> > > > > > > > > > > make install
> >> > > > > > > > > > >
> >> > > > > > > > > > > It sounds like you got a successful
installation of
> >> zlib,
> >> > > but
> >> > > > > > > libpng
> >> > > > > > > > > > > couldn't find zlib.
> >> > > > > > > > > > >
> >> > > > > > > > > > > Try recompiling libpng as follows,
> >> > > > > > > > > > >   replacing "/path/to/libz.a/directory" with
the
> path
> >> to
> >> > > > libz.a
> >> > > > > > > > (leave
> >> > > > > > > > > > the
> >> > > > > > > > > > > -L in place in the example below)
> >> > > > > > > > > > >   replacing "/path/to/zlib.h/directory" with
the
> path
> >> to
> >> > > > zlib.h
> >> > > > > > > > (leave
> >> > > > > > > > > > the
> >> > > > > > > > > > > -I in place in the example below)
> >> > > > > > > > > > >   and replacing
"/path/to/libpng/install/directory"
> >> with
> >> > > the
> >> > > > > path
> >> > > > > > > > where
> >> > > > > > > > > > you
> >> > > > > > > > > > > would like to install libpng:
> >> > > > > > > > > > >
> >> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> >> > > > > > > > > > >   make clean
> >> > > > > > > > > > >   export LDFLAGS="-
L/path/to/libz.a/directory"
> >> > > > > > > > > > >   export CPPFLAGS="-
I/path/to/zlib.h/directory"
> >> > > > > > > > > > >   ./configure
> >> --prefix=/path/to/libpng/install/directory
> >> > > > > > > > > > >   make
> >> > > > > > > > > > >   make install
> >> > > > > > > > > > >
> >> > > > > > > > > > > That should do the trick.  With those
environment
> >> > > variables,
> >> > > > > > you're
> >> > > > > > > > > > telling
> >> > > > > > > > > > > it where to find the zlib header and object
files.
> >> Give
> >> > > > that a
> >> > > > > > try
> >> > > > > > > > and
> >> > > > > > > > > > let
> >> > > > > > > > > > > me know if you're able to compile libpng
> successfully.
> >> > > > > > > > > > >
> >> > > > > > > > > > > Thanks,
> >> > > > > > > > > > > Julie
> >> > > > > > > > > > >
> >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki
Khaoula via
> RT
> >> <
> >> > > > > > > > > met_help at ucar.edu
> >> > > > > > > > > > >
> >> > > > > > > > > > > wrote:
> >> > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > <URL:
> >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > Hi Julie,
> >> > > > > > > > > > > > Grib2 needs jasper, png and zlib libraries
to
> >> install.
> >> > > > > > > > > > > > in installing zlib library,i i used  these
> commands:
> >> > > > > > > > > > > > *cd /path/to/zlib*
> >> > > > > > > > > > > > *./configure --prefix=/zlib/install/path*
> >> > > > > > > > > > > > *make test*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *make install*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *for my sysytem, path/to/zlib is
> >> > root/Bureau/zlib-1.2.8.*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *about prefix=zlib/install/path.
zlib/install/path
> >> is
> >> > the
> >> > > > > > > directory
> >> > > > > > > > > > > where i
> >> > > > > > > > > > > > put zlib installation, prefix=/zlib-1.2.8
or it is
> >> > > > > > usr/local/bin
> >> > > > > > > in
> >> > > > > > > > > > order
> >> > > > > > > > > > > > to be installed in the system.*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *i found a problem when installing libpng
> library. i
> >> > used
> >> > > > > thses
> >> > > > > > > > > > > commands:*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *cd libpng-1.2.34*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *./configure --prefix=/root/Bureau/libpng-
1.2.34*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *make *
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *make install*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *But when using configure, an error occur
> informing
> >> me
> >> > > that
> >> > > > > > zlib
> >> > > > > > > > > isn't
> >> > > > > > > > > > > > installed.*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *So, i was wondering about path to install.
It is
> in
> >> > the
> >> > > > > > > directory
> >> > > > > > > > of
> >> > > > > > > > > > > > library or in the system
unix(usr/local/bin)*
> >> > > > > > > > > > > > *Thanks,*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > *khaoula melki*
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie Prestopnik
via
> RT <
> >> > > > > > > > > met_help at ucar.edu
> >> > > > > > > > > > >:
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > > Hi Khaoula.
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > > > There will not be a bin subdirectory when
you
> >> unpack
> >> > > > > met-5.0,
> >> > > > > > > but
> >> > > > > > > > > > there
> >> > > > > > > > > > > > > should be upon a successful installation
of the
> >> MET
> >> > > > tools.
> >> > > > > > > > Looking
> >> > > > > > > > > > at
> >> > > > > > > > > > > > your
> >> > > > > > > > > > > > > make_install.log file I see that there is
a
> >> problem
> >> > > > finding
> >> > > > > > > > > grib2.h:
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h :
Aucun
> >> fichier
> >> > > ou
> >> > > > > > > dossier
> >> > > > > > > > de
> >> > > > > > > > > > ce
> >> > > > > > > > > > > > type
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > > > NCEP's GRIB2C library is used by the MET
library
> >> code
> >> > > to
> >> > > > > read
> >> > > > > > > > GRIB2
> >> > > > > > > > > > > data
> >> > > > > > > > > > > > > files.  If you do not need GRIB2
capability, you
> >> can
> >> > > > simply
> >> > > > > > > skip
> >> > > > > > > > > this
> >> > > > > > > > > > > > part
> >> > > > > > > > > > > > > of the installation by removing "--
enable-grib2"
> >> from
> >> > > > your
> >> > > > > > list
> >> > > > > > > > of
> >> > > > > > > > > > > > options
> >> > > > > > > > > > > > > to "./configure".  If you do need GRIB2
> capability
> >> > and
> >> > > > the
> >> > > > > > > grib2c
> >> > > > > > > > > > > library
> >> > > > > > > > > > > > > is not already on your system, you will
need to
> >> > > download
> >> > > > > and
> >> > > > > > > > unpack
> >> > > > > > > > > > the
> >> > > > > > > > > > > > > grib2c tarball (
> >> > > > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> >> > > > > > > > and
> >> > > > > > > > > > > refer
> >> > > > > > > > > > > > > to
> >> > > > > > > > > > > > > the README file. Once built, MET expects
the
> GRIB2
> >> > > > > C-Library
> >> > > > > > to
> >> > > > > > > > be
> >> > > > > > > > > > > named
> >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library
*requires the
> >> > > > libraries
> >> > > > > > > zlib,
> >> > > > > > > > > > jasper
> >> > > > > > > > > > > > and
> >> > > > > > > > > > > > > png* to be present on your system and
those
> >> packages
> >> > > are
> >> > > > > all
> >> > > > > > > > > > available
> >> > > > > > > > > > > in
> >> > > > > > > > > > > > > the link above. When configuring the MET
build
> >> after
> >> > > > > > > installation
> >> > > > > > > > > of
> >> > > > > > > > > > > the
> >> > > > > > > > > > > > > necessary libraries (or if grib2c, zlib,
jasper,
> >> and
> >> > > png
> >> > > > > are
> >> > > > > > > > > already
> >> > > > > > > > > > on
> >> > > > > > > > > > > > > your system), set the *MET_GRIB2C* (or
> >> > *MET_GRIB2CINC*
> >> > > > and
> >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> >> > > > > > > > > > > > > environment variables to indicate the
location
> of
> >> > this
> >> > > > > > library.
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > > > Please let us know if you have any
questions.
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > > > Thanks,
> >> > > > > > > > > > > > > Julie
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki
Khaoula
> via
> >> RT
> >> > <
> >> > > > > > > > > > > met_help at ucar.edu>
> >> > > > > > > > > > > > > wrote:
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > <URL:
> >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > Hi Julie,
> >> > > > > > > > > > > > > > thank you for your response.
> >> > > > > > > > > > > > > > it rebuilt nectd.
> >> > > > > > > > > > > > > > my problem now is the bin subdirectory.
> >> > > > > > > > > > > > > > when unpacking met-5.0, thre is no
> subdirectory
> >> > > called
> >> > > > > bin.
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > Also, after setting environment
variables, i
> >> used
> >> > the
> >> > > > > > > > > configuration
> >> > > > > > > > > > > > > script
> >> > > > > > > > > > > > > > with: ./configure --prefix=`pwd`
> --enable-grib2
> >> > > > > > > --enable-modis
> >> > > > > > > > > > > > > > --enable-mode_graphics
> >> > > > > > > > > > > > > > there is no bin subdirectory  built or
> >> recreated.
> >> > > > > > > > > > > > > > Thanks,
> >> > > > > > > > > > > > > > Khaoula
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie
Prestopnik
> via
> >> RT
> >> > <
> >> > > > > > > > > > > met_help at ucar.edu
> >> > > > > > > > > > > > >:
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > Taking another look at this, I do not
see a
> >> "-I"
> >> > > > entry
> >> > > > > > for
> >> > > > > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1", which
I
> believe
> >> > you
> >> > > > have
> >> > > > > > > > > > MET_NETCDF
> >> > > > > > > > > > > > set
> >> > > > > > > > > > > > > > to.
> >> > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> >> > > > > > > > -I../../../src/basic/vx_cal
> >> > > > > > > > > > > > > > > -I../../../src/basic/vx_config
> >> > > > > > -I../../../src/basic/vx_log
> >> > > > > > > > > > > > > > > -I../../../src/basic/vx_math
> >> > > > > -I../../../src/basic/vx_util
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_afm
> >> > > > > > > > > > > -I../../../src/libcode/vx_analysis_util
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_color
> >> > > > > > > > > -I../../../src/libcode/vx_data2d
> >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_factory
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_grib
> >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_grib2
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_data2d_nccf
> >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nc_met
> >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nc_pinterp
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_geodesy
> >> > > > > > > > > > -I../../../src/libcode/vx_gnomon
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_grid
> >> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_nav
> >> > > > > > > > -I../../../src/libcode/vx_nc_util
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_pb_util
> >> > > > > > > > > > > -I../../../src/libcode/vx_plot_util
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_ps
> >> > > > > > -I../../../src/libcode/vx_pxm
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_render
> >> > > > > > > > > > > -I../../../src/libcode/vx_shapedata
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_statistics
> >> > > > > > > > > > > > -I../../../src/libcode/vx_stat_out
> >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_tc_util
-DBLOCK4
> >> > > > -DWITH_GRIB2
> >> > > > > > > > > > > > > > >
> >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
> >> > -g
> >> > > > -MT
> >> > > > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD -MP
-MF
> >> > > > > > > > > > > > > > > .deps/libvx_nc_util_a-nc_var_info.Tpo
-c -o
> >> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> >> > > > > > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
> >> > > './'`nc_var_info.cc
> >> > > > > > > > > > > > > > > Dans le fichier inclus à partir de
> >> > > nc_var_info.cc:24:
> >> > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
netcdf.hh :
> Aucun
> >> > > > fichier
> >> > > > > ou
> >> > > > > > > > > dossier
> >> > > > > > > > > > > de
> >> > > > > > > > > > > > ce
> >> > > > > > > > > > > > > > > type
> >> > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > You could check the include area for
> >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> >> > > > > > > > > > to
> >> > > > > > > > > > > > see
> >> > > > > > > > > > > > > > if
> >> > > > > > > > > > > > > > > there is a netcdf.hh file.  If there
is,
> >> you'll
> >> > > need
> >> > > > to
> >> > > > > > > make
> >> > > > > > > > > sure
> >> > > > > > > > > > > > that
> >> > > > > > > > > > > > > > met
> >> > > > > > > > > > > > > > > can find it by making sure the
MET_NETCDF is
> >> set
> >> > > > > > correctly,
> >> > > > > > > > > then
> >> > > > > > > > > > > > source
> >> > > > > > > > > > > > > > > your .bashrc or similar file,
reconfigure,
> and
> >> > > > rebuild
> >> > > > > > MET,
> >> > > > > > > > > > > > otherwise,
> >> > > > > > > > > > > > > if
> >> > > > > > > > > > > > > > > it is not there, I would suggest
following
> the
> >> > > > > > instructions
> >> > > > > > > > in
> >> > > > > > > > > my
> >> > > > > > > > > > > > most
> >> > > > > > > > > > > > > > > recent previous email.
> >> > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > Please let us know how it works out.
> >> > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > Thanks,
> >> > > > > > > > > > > > > > > Julie
> >> > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM, Julie
> >> Prestopnik
> >> > <
> >> > > > > > > > > > jpresto at ucar.edu
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > > > wrote:
> >> > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > Hi Khaoula.  I apologize for the
delayed
> >> > > > response.  I
> >> > > > > > was
> >> > > > > > > > out
> >> > > > > > > > > > of
> >> > > > > > > > > > > > > town.
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > I believe that I see in your
> >> make_install.log
> >> > > that
> >> > > > > > there
> >> > > > > > > > is a
> >> > > > > > > > > > > > problem
> >> > > > > > > > > > > > > > > > finding netcdf.hh:
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
netcdf.hh :
> >> Aucun
> >> > > > > fichier
> >> > > > > > ou
> >> > > > > > > > > > dossier
> >> > > > > > > > > > > > de
> >> > > > > > > > > > > > > ce
> >> > > > > > > > > > > > > > > > type
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > We've typically been compiling MET
using
> >> NetCDF
> >> > > > > version
> >> > > > > > > 3 -
> >> > > > > > > > > the
> >> > > > > > > > > > > > > > specific
> >> > > > > > > > > > > > > > > > version is netcdf-3.6.3.  I know
that some
> >> of
> >> > the
> >> > > > > > > versions
> >> > > > > > > > of
> >> > > > > > > > > > > > netcdf
> >> > > > > > > > > > > > > no
> >> > > > > > > > > > > > > > > > longer include netcdf.hh, but that
file is
> >> > > > necessary
> >> > > > > > for
> >> > > > > > > > our
> >> > > > > > > > > > > code.
> >> > > > > > > > > > > > > I'd
> >> > > > > > > > > > > > > > > > suggest downloading and compiling
NetCDF
> >> 3.6.3
> >> > > > > locally
> >> > > > > > > > using
> >> > > > > > > > > > the
> >> > > > > > > > > > > > > > > > following steps:
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > Download NetCDF 3.6.3 from here:
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > >
> >> > > >
> >> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > Then run:
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> >> > > > > > > > > > > > > > > > ./configure --prefix=`pwd`
> >> > > > > > > > > > > > > > > > make
> >> > > > > > > > > > > > > > > > make install
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > These commands should compile the C
and
> C++
> >> > > > > interfaces
> >> > > > > > > for
> >> > > > > > > > > > NetCDF
> >> > > > > > > > > > > > and
> >> > > > > > > > > > > > > > > > skip the Fortran interface that MET
> doesn't
> >> > use.
> >> > > > It
> >> > > > > > will
> >> > > > > > > > > > install
> >> > > > > > > > > > > > the
> >> > > > > > > > > > > > > > > > library in current "netcdf-3.6.3"
> directory
> >> due
> >> > > to
> >> > > > > the
> >> > > > > > > > > > > > --prefix=`pwd`
> >> > > > > > > > > > > > > > > > option.
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > Next, you'll need to edit where you
set
> >> > > MET_NETCDF
> >> > > > to
> >> > > > > > > point
> >> > > > > > > > > to
> >> > > > > > > > > > > this
> >> > > > > > > > > > > > > new
> >> > > > > > > > > > > > > > > > location, source your .bashrc or
similiar
> >> file,
> >> > > and
> >> > > > > > > rebuild
> >> > > > > > > > > > MET.
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > Please let us know if that works
well for
> >> you.
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > Thanks,
> >> > > > > > > > > > > > > > > > Julie
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM,
Melki
> >> Khaoula
> >> > > via
> >> > > > > RT <
> >> > > > > > > > > > > > > > met_help at ucar.edu
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > > wrote:
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >> <URL:
> >> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > > > > > >
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >> Hello John,
> >> > > > > > > > > > > > > > > >> the error was there is no compilor
of
> C++.
> >> so
> >> > i
> >> > > > > > > downloaded
> >> > > > > > > > > g++
> >> > > > > > > > > > > > > using :
> >> > > > > > > > > > > > > > > yum
> >> > > > > > > > > > > > > > > >> install gcc-c++.
> >> > > > > > > > > > > > > > > >> I didn't understand the bin
> subdirectory. I
> >> > > looked
> >> > > > > to
> >> > > > > > > the
> >> > > > > > > > > > > met-5.0
> >> > > > > > > > > > > > > > > >> directory, i didin't find a
subdirectory
> >> > called
> >> > > > bin.
> >> > > > > > But
> >> > > > > > > > > files
> >> > > > > > > > > > > > cited
> >> > > > > > > > > > > > > > in
> >> > > > > > > > > > > > > > > >> the
> >> > > > > > > > > > > > > > > >> Built executables are located in
the
> output
> >> > > > > > > subdirectory.
> >> > > > > > > > > > > > > > > >> The compilation of *make install
>&
> >> > > > make_install.log
> >> > > > > > &*
> >> > > > > > > > > > > > > > > >> *tail -f make_install.log   *
> >> > > > > > > > > > > > > > > >> * send an error.*
> >> > > > > > > > > > > > > > > >> *there is two executables,  *the
first is
> >> > called
> >> > > > > > > > > > configuration1.
> >> > > > > > > > > > > > It
> >> > > > > > > > > > > > > is
> >> > > > > > > > > > > > > > > >> about run of ./
> >> > > > > > > > > > > > > > > >> *configure --prefix=`pwd`
--enable-grib2
> >> > > > > > --enable-modis
> >> > > > > > > > > > > > > > > >> --enable-mode_graphics*The second
is
> called
> >> > make
> >> > > > > > > > > install.log,
> >> > > > > > > > > > > > > obtained
> >> > > > > > > > > > > > > > > >> after running :
> >> > > > > > > > > > > > > > > >> *make install >& make_install.log
&*
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >> *tail -f make_install.log*
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >> *Thanks,*
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >> *Khaoula*
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki
Khaoula <
> >> > > > > > > > > > khaoula.enit at gmail.com
> >> > > > > > > > > > > >:
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > > >> > Hello John,
> >> > > > > > > > > > > > > > > >> > Thank you for your help. it
really
> works.
> >> > > > > > > > > > > > > > > >> > I am in the configuration step.
> >> > > > > > > > > > > > > > > >> > when executing the command of :
> >> ./configure
> >> > > > > > > > --prefix=`pwd`
> >> > > > > > > > > > > > > > > >> --enable-grib2
> >> > > > > > > > > > > > > > > >> > --enable-modis --enable-
mode_graphics.
> >> > > > > > > > > > > > > > > >> > i found that when cheking for
some
> >> > compilers,
> >> > > > the
> >> > > > > > > system
> >> > > > > > > > > > > return
> >> > > > > > > > > > > > > no.
> >> > > > > > > > > > > > > > > >> > for example:
> >> > > > > > > > > > > > > > > >> > checking for bison... no
> >> > > > > > > > > > > > > > > >> > checking for byacc... no
> >> > > > > > > > > > > > > > > >> > checking for g++... no
> >> > > > > > > > > > > > > > > >> > checking for c++... no
> >> > > > > > > > > > > > > > > >> > checking for gpp... no
> >> > > > > > > > > > > > > > > >> > checking for aCC... no
> >> > > > > > > > > > > > > > > >> > checking for CC... no
> >> > > > > > > > > > > > > > > >> > checking for cxx... no
> >> > > > > > > > > > > > > > > >> > checking for cc++... no
> >> > > > > > > > > > > > > > > >> > checking for cl.exe... no
> >> > > > > > > > > > > > > > > >> > checking for FCC... no
> >> > > > > > > > > > > > > > > >> > checking for KCC... no
> >> > > > > > > > > > > > > > > >> > checking for RCC... no
> >> > > > > > > > > > > > > > > >> > checking for xlC_r... no
> >> > > > > > > > > > > > > > > >> > checking for xlC... no
> >> > > > > > > > > > > > > > > >> > checking whether the C++
compiler
> >> works...
> >> > no
> >> > > > > > > > > > > > > > > >> > IS there any errors?
> >> > > > > > > > > > > > > > > >> > you will find the executive file
called
> >> > > > > > configuration.
> >> > > > > > > > > > > > > > > >> > thanks,
> >> > > > > > > > > > > > > > > >> > Khaoula
> >> > > > > > > > > > > > > > > >> >
> >> > > > > > > > > > > > > > > >> >
> >> > > > > > > > > > > > > > > >> >
> >> > > > > > > > > > > > > > > >> >
> >> > > > > > > > > > > > > > > >> >
> >> > > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00 John
Halley
> >> > Gotway
> >> > > > via
> >> > > > > > RT <
> >> > > > > > > > > > > > > > > met_help at ucar.edu
> >> > > > > > > > > > > > > > > >> >:
> >> > > > > > > > > > > > > > > >> >
> >> > > > > > > > > > > > > > > >> >> Khaoula,
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >> >> Looks like you have syntax
wrong on
> >> those
> >> > > > > commands.
> >> > > > > > > > > Please
> >> > > > > > > > > > > try
> >> > > > > > > > > > > > > > this:
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >> >> export
> >> > > > > > > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> >> > > > > > > > > > > > > > > >> >> export
> >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >> >> Actually since your NetCDF
build is
> >> > installed
> >> > > > in
> >> > > > > > the
> >> > > > > > > > > > standard
> >> > > > > > > > > > > > > way,
> >> > > > > > > > > > > > > > > >> this is
> >> > > > > > > > > > > > > > > >> >> all you really need to set:
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >> >> export
> >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >> >> And MET assumes that the
headers are
> in
> >> the
> >> > > > > > "include"
> >> > > > > > > > > > > > > subdirectory
> >> > > > > > > > > > > > > > > and
> >> > > > > > > > > > > > > > > >> the
> >> > > > > > > > > > > > > > > >> >> library archive files are in
the "lib"
> >> > > > > > subdirectory.
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >> >> Thanks,
> >> > > > > > > > > > > > > > > >> >> John
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58
AM, Melki
> >> > > Khaoula
> >> > > > > via
> >> > > > > > > RT <
> >> > > > > > > > > > > > > > > >> met_help at ucar.edu>
> >> > > > > > > > > > > > > > > >> >> wrote:
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > > > > > > > > >> >> > <URL:
> >> > > > > > > > > > > >
> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > > > > > > > > >> >> > Hi John,
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > > > > > > > > >> >> > Thank you for your help.
> >> > > > > > > > > > > > > > > >> >> > I'm grateful for you and
Julie.
> >> > > > > > > > > > > > > > > >> >> > I'm now setting environment
> variables.
> >> > > > > > > > > > > > > > > >> >> > I want to confirm this
command if it
> >> is
> >> > > right
> >> > > > > or
> >> > > > > > > no,
> >> > > > > > > > > for
> >> > > > > > > > > > > > > example,
> >> > > > > > > > > > > > > > > if
> >> > > > > > > > > > > > > > > >> i
> >> > > > > > > > > > > > > > > >> >> set:
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > >
> export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> >> > > > > > > > > > > > > > > >> >> > in order to Set *$MET_NETCDF*
to
> >> point to
> >> > > the
> >> > > > > > main
> >> > > > > > > > > > > > > > NetCDFdirectory.
> >> > > > > > > > > > > > > > > >> >> > I  use  also the same process
to set
> >> > others
> >> > > > > > > external
> >> > > > > > > > > > > > libraries.
> >> > > > > > > > > > > > > > > >> >> > I let you know that my shell
is
> bash,
> >> so
> >> > i
> >> > > > > can't
> >> > > > > > > use
> >> > > > > > > > > the
> >> > > > > > > > > > > > export
> >> > > > > > > > > > > > > > > >> command.
> >> > > > > > > > > > > > > > > >> >> > Im wondering if i'm in the
right
> way,
> >> > > because
> >> > > > > the
> >> > > > > > > > > command
> >> > > > > > > > > > > > with
> >> > > > > > > > > > > > > > > export
> >> > > > > > > > > > > > > > > >> >> > doesn't produce any error to
verify
> if
> >> > i'm
> >> > > > > right
> >> > > > > > or
> >> > > > > > > > > > wrong.
> >> > > > > > > > > > > > > > > >> >> > Thanks,
> >> > > > > > > > > > > > > > > >> >> > Khaoula
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00
John
> Halley
> >> > > Gotway
> >> > > > > via
> >> > > > > > > RT
> >> > > > > > > > <
> >> > > > > > > > > > > > > > > >> met_help at ucar.edu
> >> > > > > > > > > > > > > > > >> >> >:
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > Julie is out of town.  My
name is
> >> John,
> >> > > and
> >> > > > > I'd
> >> > > > > > > be
> >> > > > > > > > > > happy
> >> > > > > > > > > > > to
> >> > > > > > > > > > > > > > help
> >> > > > > > > > > > > > > > > >> >> answer
> >> > > > > > > > > > > > > > > >> >> > > your MET questions.
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > I see that you're trying to
get up
> >> and
> >> > > > > running
> >> > > > > > > > using
> >> > > > > > > > > > MET
> >> > > > > > > > > > > to
> >> > > > > > > > > > > > > > > verify
> >> > > > > > > > > > > > > > > >> WRF
> >> > > > > > > > > > > > > > > >> >> > > output.  MET doesn't read
WRF
> output
> >> > > files
> >> > > > > > > > directly,
> >> > > > > > > > > > but
> >> > > > > > > > > > > > > > requires
> >> > > > > > > > > > > > > > > >> that
> >> > > > > > > > > > > > > > > >> >> > they
> >> > > > > > > > > > > > > > > >> >> > > first be post-processed
either
> with
> >> the
> >> > > > > WRF-ARW
> >> > > > > > > > > pinterp
> >> > > > > > > > > > > > > utility
> >> > > > > > > > > > > > > > > or
> >> > > > > > > > > > > > > > > >> the
> >> > > > > > > > > > > > > > > >> >> > > Unified Post-Processor
(UPP).  Of
> >> the
> >> > > two,
> >> > > > > I'd
> >> > > > > > > > > strongly
> >> > > > > > > > > > > > > > recommend
> >> > > > > > > > > > > > > > > >> >> using
> >> > > > > > > > > > > > > > > >> >> > UPP
> >> > > > > > > > > > > > > > > >> >> > > which creates output in
GRIB
> format
> >> > that
> >> > > is
> >> > > > > > fully
> >> > > > > > > > > > > supported
> >> > > > > > > > > > > > > by
> >> > > > > > > > > > > > > > > MET.
> >> > > > > > > > > > > > > > > >> >> The
> >> > > > > > > > > > > > > > > >> >> > > pinterp utility writes it
output
> in
> >> > > NetCDF
> >> > > > > but
> >> > > > > > we
> >> > > > > > > > > only
> >> > > > > > > > > > > > > support
> >> > > > > > > > > > > > > > > data
> >> > > > > > > > > > > > > > > >> >> > defined
> >> > > > > > > > > > > > > > > >> >> > > on the non-staggered
dimensions.
> >> Since
> >> > > > > > velocity
> >> > > > > > > > > points
> >> > > > > > > > > > > are
> >> > > > > > > > > > > > > > > >> staggered
> >> > > > > > > > > > > > > > > >> >> in
> >> > > > > > > > > > > > > > > >> >> > > WRF, MET can't be used to
> verifying
> >> > winds
> >> > > > in
> >> > > > > > > > pinterp
> >> > > > > > > > > > > > output.
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > Another advantage to using
UPP is
> >> that
> >> > > GRIB
> >> > > > > > data
> >> > > > > > > > can
> >> > > > > > > > > be
> >> > > > > > > > > > > > > easily
> >> > > > > > > > > > > > > > > >> >> regridded
> >> > > > > > > > > > > > > > > >> >> > > using the copygb utility.
copygb
> is
> >> > > > included
> >> > > > > > in
> >> > > > > > > > the
> >> > > > > > > > > > UPP
> >> > > > > > > > > > > > > > package.
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > You can download pinterp
here:
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > > > > > > > > >> >>
> >> > > > > > > > > > > > > > > >>
> >> > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > >
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > And you can download UPP
here:
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > >
> >> > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > Hope that helps.
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > Thanks,
> >> > > > > > > > > > > > > > > >> >> > > John Halley Gotway
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at
6:29 AM,
> >> Melki
> >> > > > > Khaoula
> >> > > > > > > via
> >> > > > > > > > > RT <
> >> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > wrote:
> >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > > > > > > > > > > >> >> > > > <URL:
> >> > > > > > > > > > > > > >
> >> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > > > > > > > > > > >
> >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
> >> > > > > > > > > > > > > > > >> >> > > > I compiled all libraries.
> >> > > > > > > > > > > > > > > >> >> > > > I downloaded post
processor but
> i
> >> > can't
> >> > > > > find
> >> > > > > > > the
> >> > > > > > > > > > > WRF-ARW
> >> > > > > > > > > > > > > > > p-interp
> >> > > > > > > > > > > > > > > >> >> Tool
> >> > > > > > > > > > > > > > > >> >> > > when
> >> > > > > > > > > > > > > > > >> >> > > > i use the link posted in
the
> >> > tutorial.
> >> > > > > > > > > > > > > > > >> >> > > > also,what i don't
understand the
> >> > > utility
> >> > > > of
> >> > > > > > the
> >> > > > > > > > > > copygb
> >> > > > > > > > > > > > > > utility
> >> > > > > > > > > > > > > > > >> and
> >> > > > > > > > > > > > > > > >> >> > from
> >> > > > > > > > > > > > > > > >> >> > > > where to get it.
> >> > > > > > > > > > > > > > > >> >> > > > i don't know what to do
next to
> >> > > > downloading
> >> > > > > > and
> >> > > > > > > > > > > compiling
> >> > > > > > > > > > > > > > > >> required
> >> > > > > > > > > > > > > > > >> >> > > > libraries.
> >> > > > > > > > > > > > > > > >> >> > > > Thanks,
> >> > > > > > > > > > > > > > > >> >> > > > Khaoula
> >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-04:00
Melki
> >> > > Khaoula <
> >> > > > > > > > > > > > > > > khaoula.enit at gmail.com
> >> > > > > > > > > > > > > > > >> >:
> >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > > *I  unpacked the HDF
> librarry.*
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > > *When lookig the HDF-
EOS
> >> library, i
> >> > > > found
> >> > > > > > in
> >> > > > > > > > the
> >> > > > > > > > > > > > website
> >> > > > > > > > > > > > > is
> >> > > > > > > > > > > > > > > >> >> > > > > HDF-
EOS2.16v1.00.tar.Z.*
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > > *i tried to unpack it,
i
> didn't
> >> > find
> >> > > > the
> >> > > > > > > right
> >> > > > > > > > > > > command
> >> > > > > > > > > > > > to
> >> > > > > > > > > > > > > > do
> >> > > > > > > > > > > > > > > >> it.*
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > > *Is there any command
to unpak
> >> this
> >> > > > > > library.*
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-
04:00
> Julie
> >> > > > > Prestopnik
> >> > > > > > > via
> >> > > > > > > > > RT
> >> > > > > > > > > > <
> >> > > > > > > > > > > > > > > >> >> > met_help at ucar.edu
> >> > > > > > > > > > > > > > > >> >> > > >:
> >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-Library is
used
> by
> >> the
> >> > > MET
> >> > > > > > > library
> >> > > > > > > > > > code
> >> > > > > > > > > > > to
> >> > > > > > > > > > > > > > read
> >> > > > > > > > > > > > > > > >> GRIB2
> >> > > > > > > > > > > > > > > >> >> > data
> >> > > > > > > > > > > > > > > >> >> > > > >> files. The GRIB2 C-
Library
> >> > requires
> >> > > > the
> >> > > > > > > > > libraries
> >> > > > > > > > > > > > zlib,
> >> > > > > > > > > > > > > > > jasper
> >> > > > > > > > > > > > > > > >> >> and
> >> > > > > > > > > > > > > > > >> >> > png
> >> > > > > > > > > > > > > > > >> >> > > > to
> >> > > > > > > > > > > > > > > >> >> > > > >> be present on your
system.
> >> Support
> >> > > for
> >> > > > > > GRIB2
> >> > > > > > > > is
> >> > > > > > > > > > > > optional
> >> > > > > > > > > > > > > > and
> >> > > > > > > > > > > > > > > >> can
> >> > > > > > > > > > > > > > > >> >> be
> >> > > > > > > > > > > > > > > >> >> > > > >> enabled
> >> > > > > > > > > > > > > > > >> >> > > > >> with the *--enable-
grib2*
> >> option
> >> > for
> >> > > > > > > > configure.
> >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > > > > > > > > > > >> >> > > > >> I hope that helps.
> >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > > > > > > > > > > >> >> > > > >> Julie
> >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015
at 6:56
> >> AM,
> >> > > Melki
> >> > > > > > > Khaoula
> >> > > > > > > > > via
> >> > > > > > > > > > > RT
> >> > > > > > > > > > > > <
> >> > > > > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> >> > > > > > > > > > > > > > > >> >> > > > >> wrote:
> >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
> >> > > > > > > > > > > > > > > >>
> >> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > > > > > > > > > > >> >> > > > >> >  Thank you Julie,
> >> > > > > > > > > > > > > > > >> >> > > > >> > It works.
> >> > > > > > > > > > > > > > > >> >> > > > >> > I compile Nectcdf ,
GNU
> and
> >> > zlib
> >> > > > > > > libraries.
> >> > > > > > > > > > > > > > > >> >> > > > >> > About GRIB C
library, i
> >> > downloaded
> >> > > > the
> >> > > > > > > > library
> >> > > > > > > > > > and
> >> > > > > > > > > > > > > > > unpacked
> >> > > > > > > > > > > > > > > >> >> it.
> >> > > > > > > > > > > > > > > >> >> > > > >> > how it can be used
by MET?
> >> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
> >> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
> >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58
GMT+02:00
> >> Julie
> >> > > > > > > Prestopnik
> >> > > > > > > > > via
> >> > > > > > > > > > > RT <
> >> > > > > > > > > > > > > > > >> >> > > met_help at ucar.edu
> >> > > > > > > > > > > > > > > >> >> > > > >:
> >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > > > > > > > > > > >> >> > > > >> > > I'm glad that you
were
> >> able to
> >> > > get
> >> > > > > > > BUFRLIB
> >> > > > > > > > > > > > > installed.
> >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > > > > > > > > > > >> >> > > > >> > > You said, "when
trying to
> >> run
> >> > > the
> >> > > > > firs
> >> > > > > > > > > command
> >> > > > > > > > > > > of
> >> > > > > > > > > > > > *
> >> > > > > > > > > > > > > > *cd
> >> > > > > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> >> > > > > > > > > > > > > > > >> >> > > > >> > he
> >> > > > > > > > > > > > > > > >> >> > > > >> > > wrote me no file
or
> >> directory"
> >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > > > > > > > > > > >> >> > > > >> > > In the tutorial,
when we
> >> say
> >> > > "*cd
> >> > > > > > > > > > > > /path/to/netcdf*"
> >> > > > > > > > > > > > > > you
> >> > > > > > > > > > > > > > > >> >> should
> >> > > > > > > > > > > > > > > >> >> > > > change
> >> > > > > > > > > > > > > > > >> >> > > > >> > > directories to the
> location
> >> > > where
> >> > > > > your
> >> > > > > > > > > netcdf
> >> > > > > > > > > > > > > > directory
> >> > > > > > > > > > > > > > > >> is on
> >> > > > > > > > > > > > > > > >> >> > your
> >> > > > > > > > > > > > > > > >> >> > > > >> > machine.
> >> > > > > > > > > > > > > > > >> >> > > > >> > > For example, if
you
> >> unpacked
> >> > the
> >> > > > tar
> >> > > > > > > file
> >> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> >> > > > > > > > > > > > > > > >> >> in
> >> > > > > > > > > > > > > > > >> >> > a
> >> > > > > > > > > > > > > > > >> >> > > > >> > directory
> >> > > > > > > > > > > > > > > >> >> > > > >> > > path of
> >> > > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> >> > > > > > > > > > > you
> >> > > > > > > > > > > > > > would
> >> > > > > > > > > > > > > > > >> run
> >> > > > > > > > > > > > > > > >> >> "cd
> >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> >> > > > > > > > > > > > > > > */path/to/netcdf
> >> > > > > > > > > > > > > > > >> >> *is a
> >> > > > > > > > > > > > > > > >> >> > > > place
> >> > > > > > > > > > > > > > > >> >> > > > >> > > holder for the
location
> on
> >> > your
> >> > > > > > machine.
> >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > > > > > > > > > > >> >> > > > >> > > You said, "setenv
CC
> >> > > > > > > /path/to/c/compiler.
> >> > > > > > > > It
> >> > > > > > > > > > > > doesn't
> >> > > > > > > > > > > > > > > >> work.he
> >> > > > > > > > > > > > > > > >> >> > said
> >> > > > > > > > > > > > > > > >> >> > > > >> command
> >> > > > > > > > > > > > > > > >> >> > > > >> > > of setenv doesn't
> exist.*"
> >> > > > "setenv"
> >> > > > > > is
> >> > > > > > > > the
> >> > > > > > > > > > name
> >> > > > > > > > > > > > of
> >> > > > > > > > > > > > > > the
> >> > > > > > > > > > > > > > > >> >> command
> >> > > > > > > > > > > > > > > >> >> > > used
> >> > > > > > > > > > > > > > > >> >> > > > >> to
> >> > > > > > > > > > > > > > > >> >> > > > >> > set
> >> > > > > > > > > > > > > > > >> >> > > > >> > > environment
variables in
> >> the
> >> > > *csh
> >> > > > > > family
> >> > > > > > > > of
> >> > > > > > > > > > > > shells.
> >> > > > > > > > > > > > > > If
> >> > > > > > > > > > > > > > > >> you
> >> > > > > > > > > > > > > > > >> >> are
> >> > > > > > > > > > > > > > > >> >> > > > using
> >> > > > > > > > > > > > > > > >> >> > > > >> a
> >> > > > > > > > > > > > > > > >> >> > > > >> > > different shell,
however,
> >> you
> >> > > may
> >> > > > > need
> >> > > > > > > to
> >> > > > > > > > > use
> >> > > > > > > > > > > > > > "export",
> >> > > > > > > > > > > > > > > >> >> which is
> >> > > > > > > > > > > > > > > >> >> > > the
> >> > > > > > > > > > > > > > > >> >> > > > >> name
> >> > > > > > > > > > > > > > > >> >> > > > >> > > of the command in
the
> >> "other"
> >> > > > family
> >> > > > > > of
> >> > > > > > > > > shells
> >> > > > > > > > > > > > (ash,
> >> > > > > > > > > > > > > > > >> bourne,
> >> > > > > > > > > > > > > > > >> >> > > bourne
> >> > > > > > > > > > > > > > > >> >> > > > >> > again,
> >> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).  To find out
what
> >> shell
> >> > > you
> >> > > > > are
> >> > > > > > > > using,
> >> > > > > > > > > > you
> >> > > > > > > > > > > > can
> >> > > > > > > > > > > > > > run
> >> > > > > > > > > > > > > > > >> >> "echo
> >> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
> >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > > > > > > > > > > >> >> > > > >> > > If you are using a
shell
> >> other
> >> > > > than
> >> > > > > > the
> >> > > > > > > > *csh
> >> > > > > > > > > > > > family
> >> > > > > > > > > > > > > of
> >> > > > > > > > > > > > > > > >> >> shells,
> >> > > > > > > > > > > > > > > >> >> > and
> >> > > > > > > > > > > > > > > >> >> > > > you
> >> > > > > > > > > > > > > > > >> >> > > > >> > need
> >> > > > > > > > > > > > > > > >> >> > > > >> > > to use "export",
the
> >> syntax is
> >> > > > > > slightly
> >> > > > > > > > > > > different.
> >> > > > > > > > > > > > > > > >> Instead
> >> > > > > > > > > > > > > > > >> >> of
> >> > > > > > > > > > > > > > > >> >> > > > >> running:
> >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
> >> /path/to/c/compiler
> >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > > > > > > > > > > >> >>
> >>
> > ...
> >
> > [Message tronqué]
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Fri Aug 14 02:39:39 2015

Hi Julie,
I'm sorry, i sent you another make-install file.
this is the last version.
Also you could see what contain hdf and hdfeos files.
Thanks,
Khaoula

2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.
>
> John is now out of the office, but I am back.
>
> I do not see the error in the attached make_install.log about hdf.h
that
> you refer to.
>
> The error that I see is:
>
> /usr/bin/ld: cannot find -lbufr
>
> which means that the linker can't find the BUFR library files.
>
> It looks like you have* $MET_BUFRLIB *set to
-L/root/Bureau/BUFLIB/lib, so
> you're telling the linker to look in /root/Bureau/BUFLIB/lib for the
> library files.  Could you please verify that the files exist in that
> directory?  Please send a listing of the files in that directory.
>
> Thanks,
> Julie
>
>
>
> On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi John,
> > This is the last version of running MET model.
> > the first error is about the hdf.h. when i look for it  in the
HDF4.2r3 i
> > can't find it.
> > the problem is that the met model can't find the hfeosdef .h or,
when
> > looking for it it exists
> > ls  -l /root/Bureau/hdfeos/include
> >
> > total 136
> > -r--r--r--. 1 752 users 84142 19 févr.  2008 cfortHdf.h
> > -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
> > -r--r--r--. 1 752 users  7004 30 août   2007 HdfEosDef.f
> > -r--r--r--. 1 752 users 11098 19 févr.  2008 HdfEosDef.h
> > -r--r--r--. 1 752 users  1272 19 févr.  2008 HDFEOSVersion.h
> > -r--r--r--. 1 752 users  3922 19 mai    2009 HE2_config.h.in
> > -r-xr-xr-x. 1 752 users   247 19 févr.  2008 Makefile.am
> > -r--r--r--. 1 752 users 13297 19 mai    2009 Makefile.in
> > Thanks,
> > khaoula
> >
> >
> > 2015-08-07 5:32 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
> >
> > > Hi John,
> > > It really strange.
> > > when i run netcdef, he come back to grib2.h error or gsl_cdf.h.
> > > i checked all my files needed for executing configure script.
> > > grib2.h , netcdf.hh ..... are all located in their right
libraries.
> > > The problem is that met-5.0 can't find them.
> > > you find attached the last make-install result.
> > > Thanks,
> > > Khaoula
> > >
> > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT <
> met_help at ucar.edu
> > >:
> > >
> > >> Khaoula,
> > >>
> > >> MET is written primarily in C++ and, as such, requires that the
C++
> > >> interface for NetCDF be compiled.  It's possible that the C++
> interface
> > >> was
> > >> not compiled in the version of NetCDF to which you're pointing.
> Please
> > >> see
> > >> if the following file exists:
> > >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
> > >>
> > >> If it does not, then you'll need to recompile NetCDF somewhere
> including
> > >> the C++ interface.  It's described on this page:
> > >>
> > >>
> > >>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >> '
> > >>
> > >> If that file does exist, that's great.  Just do the following
(the
> > setting
> > >> you sent me used "netcdf-36.3" instead of "netcdf-3.6.3"):
> > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
> > >>    Rerun the configure command.
> > >>    make clean
> > >>    make install
> > >>
> > >> Hope that helps.
> > >>
> > >> Thanks,
> > >> John
> > >>
> > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > >> wrote:
> > >>
> > >> >
> > >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > >> >
> > >> > Hi john,
> > >> > Thank you for your help.
> > >> > It works but there is another error. He cannot find the
netcdf.hh
> > file.
> > >> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
> > >> > but it still the same error.
> > >> > you find attached make_install file.
> > >> > Thanks,
> > >> > Khaoula
> > >> >
> > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT <
> > met_help at ucar.edu
> > >> >:
> > >> >
> > >> > > Hello Khaoula,
> > >> > >
> > >> > > My name is John Halley Gotway.  Julie's out of town until
next
> week,
> > >> but
> > >> > > hopefully I can help you with this issue.  Thanks for
sending the
> > >> output
> > >> > of
> > >> > > make - that's very helpful.  Here's the relevant error
you're
> > getting:
> > >> > >
> > >> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou
dossier
> de
> > ce
> > >> > type
> > >> > >
> > >> > > Using google translate, I see that means: No files or
folders of
> > this
> > >> > type
> > >> > >
> > >> > > Basically, MET isn't able to find the file named "grib2.h",
which
> is
> > >> > > included in the library named "g2clib".  Since you're
compiling
> > >> support
> > >> > for
> > >> > > GRIB2, I assume you've already compiled that library.  If
that's
> not
> > >> the
> > >> > > case, please see the information here:
> > >> > >
> > >> > >
> > >> > >
> > >> >
> > >>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >> > >
> > >> > > Once you've compiled "g2clib", try setting the following:
> > >> > > If you're using csh:
> > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> > >> > >
> > >> > > If you're using bash:
> > >> > >    export MET_GRIB2INC=/path/to/g2clib
> > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> > >> > >
> > >> > > And from the top-level met-5.0 directory, rerun the
"configure"
> > >> command
> > >> > you
> > >> > > used for MET, and then run:
> > >> > >    make clean
> > >> > >    make install >& make_install.log
> > >> > >
> > >> > > Please let me know how it goes.
> > >> > >
> > >> > > Thanks,
> > >> > > John
> > >> > >
> > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT <
> > >> met_help at ucar.edu>
> > >> > > wrote:
> > >> > >
> > >> > > >
> > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >> > > >
> > >> > > > Hi Julie,
> > >> > > > Thank you for your help.
> > >> > > > i could install libpng library.
> > >> > > > But there is another problem.  When executing *make
install >&
> > >> > > > make_install.log &*
> > >> > > >
> > >> > > > *tail -f make_install.log.*
> > >> > > >
> > >> > > > *threr is an error in  file make_install.log that there
is no
> file
> > >> > named
> > >> > > > grib2.h.*
> > >> > > > *there is the make _install.log.*
> > >> > > >
> > >> > > > *Thanks *
> > >> > > >
> > >> > > > *Khaoula *
> > >> > > >
> > >> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT <
> > >> met_help at ucar.edu
> > >> > >:
> > >> > > >
> > >> > > > > Hi Khaoula.
> > >> > > > >
> > >> > > > > While I saw that you have a "include", "lib", and
"share"
> > >> > > subdirectories
> > >> > > > > under /usr/bin/zlib, I could not see the contents of
those
> > >> > directories.
> > >> > > > >
> > >> > > > > Could you please verify that you have the files
"zlib.h" and
> > >> > "zconf.h"
> > >> > > in
> > >> > > > > the "include" subdirectory?  Could you also please
verify that
> > you
> > >> > have
> > >> > > > > "libz.a" and other "libz.so" files in the "lib"
subdirectory?
> > >> > > > >
> > >> > > > > Assuming those files are in place, it looks like you
got a
> > >> successful
> > >> > > > > installation of zlib, but libpng couldn't find zlib.
> > >> > > > >
> > >> > > > > Try recompiling libpng as follows,
> > >> > > > >   *replacing "/path/to/libpng/install/**directory" with
the
> path
> > >> > where
> > >> > > > you
> > >> > > > > would like to install libpng*:
> > >> > > > >
> > >> > > > >   cd /root/Bureau/libpng-1.2.34
> > >> > > > >   make clean
> > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > >> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> > >> > > > >   ./configure
--prefix=/path/to/libpng/install/directory
> > >> > > > >   make
> > >> > > > >   make install
> > >> > > > >
> > >> > > > > That should do the trick.  With those environment
variables,
> > >> you're
> > >> > > > telling
> > >> > > > > it where to find the zlib header and object files.
Give that
> a
> > >> try
> > >> > and
> > >> > > > let
> > >> > > > > me know if you're able to compile libpng successfully.
> > >> > > > >
> > >> > > > > Thanks,
> > >> > > > > Julie
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT <
> > >> > > met_help at ucar.edu
> > >> > > > >
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > > >
> > >> > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > >> > > > > >
> > >> > > > > > Hi Julie,
> > >> > > > > > No i didn't get a successful install of libpng
because the
> > first
> > >> > > > problem
> > >> > > > > > was installation of zlib.
> > >> > > > > > you find a script joint to this email of running ls
-l
> > >> > usr/bin/zlib.
> > >> > > > > > Thanks,
> > >> > > > > > Khaoula MELKI
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT <
> > >> > > met_help at ucar.edu
> > >> > > > >:
> > >> > > > > >
> > >> > > > > > > Hi Khaoula.
> > >> > > > > > >
> > >> > > > > > > Instead of running "ls -l zlib-1.2.8" to show me
the
> > contents
> > >> of
> > >> > > the
> > >> > > > > > > package, could you please run "ls -l /usr/bin/zlib"
so I
> can
> > >> see
> > >> > > how
> > >> > > > > the
> > >> > > > > > > package was installed?
> > >> > > > > > >
> > >> > > > > > > Also, were you able to get a successful install of
libpng
> > >> after
> > >> > > > setting
> > >> > > > > > the
> > >> > > > > > > environment variables LDFLAGS and CPPFLAGS?
> > >> > > > > > >
> > >> > > > > > > Thanks,
> > >> > > > > > > Julie
> > >> > > > > > >
> > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula via
RT <
> > >> > > > > met_help at ucar.edu
> > >> > > > > > >
> > >> > > > > > > wrote:
> > >> > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > >
> > >> > > > > > > >
> > >> > > > > > > > Hi Julie,
> > >> > > > > > > >
> > >> > > > > > > > there is a terminal containing results of ls -l
> zlib-1.2.8
> > >> > > > > > > > also, zlib-1.2.8 directory is :/root/Bureau/zlib-
1.2.8
> > >> > > > > > > > i uses the command whereis zlib:
> > >> > > > > > > >  it returns : usr/bin/zlib
> > >> > > > > > > > Thanks,
> > >> > > > > > > > Khaoula
> > >> > > > > > > >
> > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via
RT <
> > >> > > > > met_help at ucar.edu
> > >> > > > > > >:
> > >> > > > > > > >
> > >> > > > > > > > > Hi Khaoula.
> > >> > > > > > > > >
> > >> > > > > > > > > I see in your configure log the error:
> > >> > > > > > > > >
> > >> > > > > > > > > configure: error: zlib not installed
> > >> > > > > > > > >
> > >> > > > > > > > > Were you able to get a successful install of
zlib?  If
> > so,
> > >> > > could
> > >> > > > > you
> > >> > > > > > > > please
> > >> > > > > > > > > tell me where it is installed and run "ls -l"
in that
> > >> > directory
> > >> > > > so
> > >> > > > > I
> > >> > > > > > > can
> > >> > > > > > > > > see its contents? And, if you were able to get
a
> > >> successful
> > >> > > > install
> > >> > > > > > of
> > >> > > > > > > > > zlib, were you able to get a successful install
of
> > libpng?
> > >> > > > > > > > >
> > >> > > > > > > > > Once you get a successful install of zlib, png,
> jasper,
> > >> and
> > >> > the
> > >> > > > > > GRIB2-C
> > >> > > > > > > > > Library, we can revisit running the configure
script.
> > >> > > > > > > > >
> > >> > > > > > > > > NCEP's GRIB2 C-Library is an optional package
for MET.
> > If
> > >> > you
> > >> > > do
> > >> > > > > not
> > >> > > > > > > > need
> > >> > > > > > > > > GRIB2 support, you do not need to install the
library.
> > I
> > >> > just
> > >> > > > > wanted
> > >> > > > > > > to
> > >> > > > > > > > > make sure you knew that in case you didn't need
GRIB2
> > >> > support.
> > >> > > > If
> > >> > > > > > you
> > >> > > > > > > do
> > >> > > > > > > > > need it, we'll keep working at it and try to
get it
> > >> working
> > >> > for
> > >> > > > you
> > >> > > > > > > soon.
> > >> > > > > > > > >
> > >> > > > > > > > > Thanks,
> > >> > > > > > > > > Julie
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki Khaoula
via RT
> <
> > >> > > > > > > met_help at ucar.edu
> > >> > > > > > > > >
> > >> > > > > > > > > wrote:
> > >> > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > > <URL:
> > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > > Hi Julie,
> > >> > > > > > > > > > the same problem appear again.
> > >> > > > > > > > > > you find a file joined to this e-mail.
> > >> > > > > > > > > > thanks,
> > >> > > > > > > > > > Khaoula
> > >> > > > > > > > > >
> > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik
via RT <
> > >> > > > > > > met_help at ucar.edu
> > >> > > > > > > > >:
> > >> > > > > > > > > >
> > >> > > > > > > > > > > Hi Khaoula.
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > I see that you tried to install zlib, but
have a
> > >> question
> > >> > > > about
> > >> > > > > > the
> > >> > > > > > > > > > install
> > >> > > > > > > > > > > path.
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > You can install zlib where ever you would
like,
> > >> either in
> > >> > > > > > > /zlib-1.2.8
> > >> > > > > > > > > > > or /usr/local/bin
> > >> > > > > > > > > > > (assuming you have root access) or
somewhere else
> > >> > entirely.
> > >> > > > > So,
> > >> > > > > > it
> > >> > > > > > > > > > sounds
> > >> > > > > > > > > > > like you followed these generic
instructions:
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > cd /path/to/zlib
> > >> > > > > > > > > > > ./configure --prefix=/zlib/install/path
> > >> > > > > > > > > > > make test
> > >> > > > > > > > > > > make install
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > replacing /path/to/zlib with
> /root/Bureau/zlib-1.2.8
> > >> and
> > >> > > > > > replacing
> > >> > > > > > > > > > > /zlib/install/path
> > >> > > > > > > > > > > with /zlib-1.2.8 as follows:
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > >> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
> > >> > > > > > > > > > > make test
> > >> > > > > > > > > > > make install
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > It sounds like you got a successful
installation
> of
> > >> zlib,
> > >> > > but
> > >> > > > > > > libpng
> > >> > > > > > > > > > > couldn't find zlib.
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > Try recompiling libpng as follows,
> > >> > > > > > > > > > >   replacing "/path/to/libz.a/directory"
with the
> > path
> > >> to
> > >> > > > libz.a
> > >> > > > > > > > (leave
> > >> > > > > > > > > > the
> > >> > > > > > > > > > > -L in place in the example below)
> > >> > > > > > > > > > >   replacing "/path/to/zlib.h/directory"
with the
> > path
> > >> to
> > >> > > > zlib.h
> > >> > > > > > > > (leave
> > >> > > > > > > > > > the
> > >> > > > > > > > > > > -I in place in the example below)
> > >> > > > > > > > > > >   and replacing
> "/path/to/libpng/install/directory"
> > >> with
> > >> > > the
> > >> > > > > path
> > >> > > > > > > > where
> > >> > > > > > > > > > you
> > >> > > > > > > > > > > would like to install libpng:
> > >> > > > > > > > > > >
> > >> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> > >> > > > > > > > > > >   make clean
> > >> > > > > > > > > > >   export LDFLAGS="-
L/path/to/libz.a/directory"
> > >> > > > > > > > > > >   export CPPFLAGS="-
I/path/to/zlib.h/directory"
> > >> > > > > > > > > > >   ./configure
> > >> --prefix=/path/to/libpng/install/directory
> > >> > > > > > > > > > >   make
> > >> > > > > > > > > > >   make install
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > That should do the trick.  With those
environment
> > >> > > variables,
> > >> > > > > > you're
> > >> > > > > > > > > > telling
> > >> > > > > > > > > > > it where to find the zlib header and object
files.
> > >> Give
> > >> > > > that a
> > >> > > > > > try
> > >> > > > > > > > and
> > >> > > > > > > > > > let
> > >> > > > > > > > > > > me know if you're able to compile libpng
> > successfully.
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > Thanks,
> > >> > > > > > > > > > > Julie
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki
Khaoula via
> > RT
> > >> <
> > >> > > > > > > > > met_help at ucar.edu
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > wrote:
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > <URL:
> > >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > Hi Julie,
> > >> > > > > > > > > > > > Grib2 needs jasper, png and zlib
libraries to
> > >> install.
> > >> > > > > > > > > > > > in installing zlib library,i i used
these
> > commands:
> > >> > > > > > > > > > > > *cd /path/to/zlib*
> > >> > > > > > > > > > > > *./configure --prefix=/zlib/install/path*
> > >> > > > > > > > > > > > *make test*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *make install*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *for my sysytem, path/to/zlib is
> > >> > root/Bureau/zlib-1.2.8.*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *about prefix=zlib/install/path.
> zlib/install/path
> > >> is
> > >> > the
> > >> > > > > > > directory
> > >> > > > > > > > > > > where i
> > >> > > > > > > > > > > > put zlib installation, prefix=/zlib-1.2.8
or it
> is
> > >> > > > > > usr/local/bin
> > >> > > > > > > in
> > >> > > > > > > > > > order
> > >> > > > > > > > > > > > to be installed in the system.*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *i found a problem when installing libpng
> > library. i
> > >> > used
> > >> > > > > thses
> > >> > > > > > > > > > > commands:*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *cd libpng-1.2.34*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *./configure
> --prefix=/root/Bureau/libpng-1.2.34*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *make *
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *make install*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *But when using configure, an error occur
> > informing
> > >> me
> > >> > > that
> > >> > > > > > zlib
> > >> > > > > > > > > isn't
> > >> > > > > > > > > > > > installed.*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *So, i was wondering about path to
install. It
> is
> > in
> > >> > the
> > >> > > > > > > directory
> > >> > > > > > > > of
> > >> > > > > > > > > > > > library or in the system
unix(usr/local/bin)*
> > >> > > > > > > > > > > > *Thanks,*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > *khaoula melki*
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie
Prestopnik via
> > RT <
> > >> > > > > > > > > met_help at ucar.edu
> > >> > > > > > > > > > >:
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > > Hi Khaoula.
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > > > There will not be a bin subdirectory
when you
> > >> unpack
> > >> > > > > met-5.0,
> > >> > > > > > > but
> > >> > > > > > > > > > there
> > >> > > > > > > > > > > > > should be upon a successful
installation of
> the
> > >> MET
> > >> > > > tools.
> > >> > > > > > > > Looking
> > >> > > > > > > > > > at
> > >> > > > > > > > > > > > your
> > >> > > > > > > > > > > > > make_install.log file I see that there
is a
> > >> problem
> > >> > > > finding
> > >> > > > > > > > > grib2.h:
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h :
Aucun
> > >> fichier
> > >> > > ou
> > >> > > > > > > dossier
> > >> > > > > > > > de
> > >> > > > > > > > > > ce
> > >> > > > > > > > > > > > type
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > > > NCEP's GRIB2C library is used by the
MET
> library
> > >> code
> > >> > > to
> > >> > > > > read
> > >> > > > > > > > GRIB2
> > >> > > > > > > > > > > data
> > >> > > > > > > > > > > > > files.  If you do not need GRIB2
capability,
> you
> > >> can
> > >> > > > simply
> > >> > > > > > > skip
> > >> > > > > > > > > this
> > >> > > > > > > > > > > > part
> > >> > > > > > > > > > > > > of the installation by removing
> "--enable-grib2"
> > >> from
> > >> > > > your
> > >> > > > > > list
> > >> > > > > > > > of
> > >> > > > > > > > > > > > options
> > >> > > > > > > > > > > > > to "./configure".  If you do need GRIB2
> > capability
> > >> > and
> > >> > > > the
> > >> > > > > > > grib2c
> > >> > > > > > > > > > > library
> > >> > > > > > > > > > > > > is not already on your system, you will
need
> to
> > >> > > download
> > >> > > > > and
> > >> > > > > > > > unpack
> > >> > > > > > > > > > the
> > >> > > > > > > > > > > > > grib2c tarball (
> > >> > > > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > >> > > > > > > > and
> > >> > > > > > > > > > > refer
> > >> > > > > > > > > > > > > to
> > >> > > > > > > > > > > > > the README file. Once built, MET
expects the
> > GRIB2
> > >> > > > > C-Library
> > >> > > > > > to
> > >> > > > > > > > be
> > >> > > > > > > > > > > named
> > >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library
*requires
> the
> > >> > > > libraries
> > >> > > > > > > zlib,
> > >> > > > > > > > > > jasper
> > >> > > > > > > > > > > > and
> > >> > > > > > > > > > > > > png* to be present on your system and
those
> > >> packages
> > >> > > are
> > >> > > > > all
> > >> > > > > > > > > > available
> > >> > > > > > > > > > > in
> > >> > > > > > > > > > > > > the link above. When configuring the
MET build
> > >> after
> > >> > > > > > > installation
> > >> > > > > > > > > of
> > >> > > > > > > > > > > the
> > >> > > > > > > > > > > > > necessary libraries (or if grib2c,
zlib,
> jasper,
> > >> and
> > >> > > png
> > >> > > > > are
> > >> > > > > > > > > already
> > >> > > > > > > > > > on
> > >> > > > > > > > > > > > > your system), set the *MET_GRIB2C* (or
> > >> > *MET_GRIB2CINC*
> > >> > > > and
> > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> > >> > > > > > > > > > > > > environment variables to indicate the
location
> > of
> > >> > this
> > >> > > > > > library.
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > > > Please let us know if you have any
questions.
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > > > Thanks,
> > >> > > > > > > > > > > > > Julie
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki
Khaoula
> > via
> > >> RT
> > >> > <
> > >> > > > > > > > > > > met_help at ucar.edu>
> > >> > > > > > > > > > > > > wrote:
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > <URL:
> > >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > Hi Julie,
> > >> > > > > > > > > > > > > > thank you for your response.
> > >> > > > > > > > > > > > > > it rebuilt nectd.
> > >> > > > > > > > > > > > > > my problem now is the bin
subdirectory.
> > >> > > > > > > > > > > > > > when unpacking met-5.0, thre is no
> > subdirectory
> > >> > > called
> > >> > > > > bin.
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > Also, after setting environment
variables, i
> > >> used
> > >> > the
> > >> > > > > > > > > configuration
> > >> > > > > > > > > > > > > script
> > >> > > > > > > > > > > > > > with: ./configure --prefix=`pwd`
> > --enable-grib2
> > >> > > > > > > --enable-modis
> > >> > > > > > > > > > > > > > --enable-mode_graphics
> > >> > > > > > > > > > > > > > there is no bin subdirectory  built
or
> > >> recreated.
> > >> > > > > > > > > > > > > > Thanks,
> > >> > > > > > > > > > > > > > Khaoula
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie
Prestopnik
> > via
> > >> RT
> > >> > <
> > >> > > > > > > > > > > met_help at ucar.edu
> > >> > > > > > > > > > > > >:
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > Taking another look at this, I do
not see
> a
> > >> "-I"
> > >> > > > entry
> > >> > > > > > for
> > >> > > > > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1",
which I
> > believe
> > >> > you
> > >> > > > have
> > >> > > > > > > > > > MET_NETCDF
> > >> > > > > > > > > > > > set
> > >> > > > > > > > > > > > > > to.
> > >> > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I. -I../../..
> > >> > > > > > > > -I../../../src/basic/vx_cal
> > >> > > > > > > > > > > > > > > -I../../../src/basic/vx_config
> > >> > > > > > -I../../../src/basic/vx_log
> > >> > > > > > > > > > > > > > > -I../../../src/basic/vx_math
> > >> > > > > -I../../../src/basic/vx_util
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_afm
> > >> > > > > > > > > > > -I../../../src/libcode/vx_analysis_util
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_color
> > >> > > > > > > > > -I../../../src/libcode/vx_data2d
> > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_factory
> > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_grib
> > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_grib2
> > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nccf
> > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nc_met
> > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_data2d_nc_pinterp
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_geodesy
> > >> > > > > > > > > > -I../../../src/libcode/vx_gnomon
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_grid
> > >> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_nav
> > >> > > > > > > > -I../../../src/libcode/vx_nc_util
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_pb_util
> > >> > > > > > > > > > > -I../../../src/libcode/vx_plot_util
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_ps
> > >> > > > > > -I../../../src/libcode/vx_pxm
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_render
> > >> > > > > > > > > > > -I../../../src/libcode/vx_shapedata
> > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_statistics
> > >> > > > > > > > > > > > -I../../../src/libcode/vx_stat_out
> > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_tc_util
-DBLOCK4
> > >> > > > -DWITH_GRIB2
> > >> > > > > > > > > > > > > > >
> > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
> > >> > -g
> > >> > > > -MT
> > >> > > > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD
-MP -MF
> > >> > > > > > > > > > > > > > > .deps/libvx_nc_util_a-
nc_var_info.Tpo -c
> -o
> > >> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > >> > > > > > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
> > >> > > './'`nc_var_info.cc
> > >> > > > > > > > > > > > > > > Dans le fichier inclus à partir de
> > >> > > nc_var_info.cc:24:
> > >> > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
netcdf.hh :
> > Aucun
> > >> > > > fichier
> > >> > > > > ou
> > >> > > > > > > > > dossier
> > >> > > > > > > > > > > de
> > >> > > > > > > > > > > > ce
> > >> > > > > > > > > > > > > > > type
> > >> > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > You could check the include area
for
> > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> > >> > > > > > > > > > to
> > >> > > > > > > > > > > > see
> > >> > > > > > > > > > > > > > if
> > >> > > > > > > > > > > > > > > there is a netcdf.hh file.  If
there is,
> > >> you'll
> > >> > > need
> > >> > > > to
> > >> > > > > > > make
> > >> > > > > > > > > sure
> > >> > > > > > > > > > > > that
> > >> > > > > > > > > > > > > > met
> > >> > > > > > > > > > > > > > > can find it by making sure the
MET_NETCDF
> is
> > >> set
> > >> > > > > > correctly,
> > >> > > > > > > > > then
> > >> > > > > > > > > > > > source
> > >> > > > > > > > > > > > > > > your .bashrc or similar file,
reconfigure,
> > and
> > >> > > > rebuild
> > >> > > > > > MET,
> > >> > > > > > > > > > > > otherwise,
> > >> > > > > > > > > > > > > if
> > >> > > > > > > > > > > > > > > it is not there, I would suggest
following
> > the
> > >> > > > > > instructions
> > >> > > > > > > > in
> > >> > > > > > > > > my
> > >> > > > > > > > > > > > most
> > >> > > > > > > > > > > > > > > recent previous email.
> > >> > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > Please let us know how it works
out.
> > >> > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > Thanks,
> > >> > > > > > > > > > > > > > > Julie
> > >> > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM,
Julie
> > >> Prestopnik
> > >> > <
> > >> > > > > > > > > > jpresto at ucar.edu
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > > > wrote:
> > >> > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > Hi Khaoula.  I apologize for the
delayed
> > >> > > > response.  I
> > >> > > > > > was
> > >> > > > > > > > out
> > >> > > > > > > > > > of
> > >> > > > > > > > > > > > > town.
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > I believe that I see in your
> > >> make_install.log
> > >> > > that
> > >> > > > > > there
> > >> > > > > > > > is a
> > >> > > > > > > > > > > > problem
> > >> > > > > > > > > > > > > > > > finding netcdf.hh:
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
netcdf.hh :
> > >> Aucun
> > >> > > > > fichier
> > >> > > > > > ou
> > >> > > > > > > > > > dossier
> > >> > > > > > > > > > > > de
> > >> > > > > > > > > > > > > ce
> > >> > > > > > > > > > > > > > > > type
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > We've typically been compiling
MET using
> > >> NetCDF
> > >> > > > > version
> > >> > > > > > > 3 -
> > >> > > > > > > > > the
> > >> > > > > > > > > > > > > > specific
> > >> > > > > > > > > > > > > > > > version is netcdf-3.6.3.  I know
that
> some
> > >> of
> > >> > the
> > >> > > > > > > versions
> > >> > > > > > > > of
> > >> > > > > > > > > > > > netcdf
> > >> > > > > > > > > > > > > no
> > >> > > > > > > > > > > > > > > > longer include netcdf.hh, but
that file
> is
> > >> > > > necessary
> > >> > > > > > for
> > >> > > > > > > > our
> > >> > > > > > > > > > > code.
> > >> > > > > > > > > > > > > I'd
> > >> > > > > > > > > > > > > > > > suggest downloading and compiling
NetCDF
> > >> 3.6.3
> > >> > > > > locally
> > >> > > > > > > > using
> > >> > > > > > > > > > the
> > >> > > > > > > > > > > > > > > > following steps:
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > Download NetCDF 3.6.3 from here:
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > >
> > >> > > >
> > >> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > Then run:
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > >> > > > > > > > > > > > > > > > ./configure --prefix=`pwd`
> > >> > > > > > > > > > > > > > > > make
> > >> > > > > > > > > > > > > > > > make install
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > These commands should compile the
C and
> > C++
> > >> > > > > interfaces
> > >> > > > > > > for
> > >> > > > > > > > > > NetCDF
> > >> > > > > > > > > > > > and
> > >> > > > > > > > > > > > > > > > skip the Fortran interface that
MET
> > doesn't
> > >> > use.
> > >> > > > It
> > >> > > > > > will
> > >> > > > > > > > > > install
> > >> > > > > > > > > > > > the
> > >> > > > > > > > > > > > > > > > library in current "netcdf-3.6.3"
> > directory
> > >> due
> > >> > > to
> > >> > > > > the
> > >> > > > > > > > > > > > --prefix=`pwd`
> > >> > > > > > > > > > > > > > > > option.
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > Next, you'll need to edit where
you set
> > >> > > MET_NETCDF
> > >> > > > to
> > >> > > > > > > point
> > >> > > > > > > > > to
> > >> > > > > > > > > > > this
> > >> > > > > > > > > > > > > new
> > >> > > > > > > > > > > > > > > > location, source your .bashrc or
> similiar
> > >> file,
> > >> > > and
> > >> > > > > > > rebuild
> > >> > > > > > > > > > MET.
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > Please let us know if that works
well
> for
> > >> you.
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > Thanks,
> > >> > > > > > > > > > > > > > > > Julie
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24 AM,
Melki
> > >> Khaoula
> > >> > > via
> > >> > > > > RT <
> > >> > > > > > > > > > > > > > met_help at ucar.edu
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > > wrote:
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >> <URL:
> > >> > > > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >> Hello John,
> > >> > > > > > > > > > > > > > > >> the error was there is no
compilor of
> > C++.
> > >> so
> > >> > i
> > >> > > > > > > downloaded
> > >> > > > > > > > > g++
> > >> > > > > > > > > > > > > using :
> > >> > > > > > > > > > > > > > > yum
> > >> > > > > > > > > > > > > > > >> install gcc-c++.
> > >> > > > > > > > > > > > > > > >> I didn't understand the bin
> > subdirectory. I
> > >> > > looked
> > >> > > > > to
> > >> > > > > > > the
> > >> > > > > > > > > > > met-5.0
> > >> > > > > > > > > > > > > > > >> directory, i didin't find a
> subdirectory
> > >> > called
> > >> > > > bin.
> > >> > > > > > But
> > >> > > > > > > > > files
> > >> > > > > > > > > > > > cited
> > >> > > > > > > > > > > > > > in
> > >> > > > > > > > > > > > > > > >> the
> > >> > > > > > > > > > > > > > > >> Built executables are located in
the
> > output
> > >> > > > > > > subdirectory.
> > >> > > > > > > > > > > > > > > >> The compilation of *make install
>&
> > >> > > > make_install.log
> > >> > > > > > &*
> > >> > > > > > > > > > > > > > > >> *tail -f make_install.log   *
> > >> > > > > > > > > > > > > > > >> * send an error.*
> > >> > > > > > > > > > > > > > > >> *there is two executables,  *the
first
> is
> > >> > called
> > >> > > > > > > > > > configuration1.
> > >> > > > > > > > > > > > It
> > >> > > > > > > > > > > > > is
> > >> > > > > > > > > > > > > > > >> about run of ./
> > >> > > > > > > > > > > > > > > >> *configure --prefix=`pwd`
> --enable-grib2
> > >> > > > > > --enable-modis
> > >> > > > > > > > > > > > > > > >> --enable-mode_graphics*The
second is
> > called
> > >> > make
> > >> > > > > > > > > install.log,
> > >> > > > > > > > > > > > > obtained
> > >> > > > > > > > > > > > > > > >> after running :
> > >> > > > > > > > > > > > > > > >> *make install >&
make_install.log &*
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >> *tail -f make_install.log*
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >> *Thanks,*
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >> *Khaoula*
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00 Melki
> Khaoula <
> > >> > > > > > > > > > khaoula.enit at gmail.com
> > >> > > > > > > > > > > >:
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > > >> > Hello John,
> > >> > > > > > > > > > > > > > > >> > Thank you for your help. it
really
> > works.
> > >> > > > > > > > > > > > > > > >> > I am in the configuration
step.
> > >> > > > > > > > > > > > > > > >> > when executing the command of
:
> > >> ./configure
> > >> > > > > > > > --prefix=`pwd`
> > >> > > > > > > > > > > > > > > >> --enable-grib2
> > >> > > > > > > > > > > > > > > >> > --enable-modis
> --enable-mode_graphics.
> > >> > > > > > > > > > > > > > > >> > i found that when cheking for
some
> > >> > compilers,
> > >> > > > the
> > >> > > > > > > system
> > >> > > > > > > > > > > return
> > >> > > > > > > > > > > > > no.
> > >> > > > > > > > > > > > > > > >> > for example:
> > >> > > > > > > > > > > > > > > >> > checking for bison... no
> > >> > > > > > > > > > > > > > > >> > checking for byacc... no
> > >> > > > > > > > > > > > > > > >> > checking for g++... no
> > >> > > > > > > > > > > > > > > >> > checking for c++... no
> > >> > > > > > > > > > > > > > > >> > checking for gpp... no
> > >> > > > > > > > > > > > > > > >> > checking for aCC... no
> > >> > > > > > > > > > > > > > > >> > checking for CC... no
> > >> > > > > > > > > > > > > > > >> > checking for cxx... no
> > >> > > > > > > > > > > > > > > >> > checking for cc++... no
> > >> > > > > > > > > > > > > > > >> > checking for cl.exe... no
> > >> > > > > > > > > > > > > > > >> > checking for FCC... no
> > >> > > > > > > > > > > > > > > >> > checking for KCC... no
> > >> > > > > > > > > > > > > > > >> > checking for RCC... no
> > >> > > > > > > > > > > > > > > >> > checking for xlC_r... no
> > >> > > > > > > > > > > > > > > >> > checking for xlC... no
> > >> > > > > > > > > > > > > > > >> > checking whether the C++
compiler
> > >> works...
> > >> > no
> > >> > > > > > > > > > > > > > > >> > IS there any errors?
> > >> > > > > > > > > > > > > > > >> > you will find the executive
file
> called
> > >> > > > > > configuration.
> > >> > > > > > > > > > > > > > > >> > thanks,
> > >> > > > > > > > > > > > > > > >> > Khaoula
> > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00
John
> Halley
> > >> > Gotway
> > >> > > > via
> > >> > > > > > RT <
> > >> > > > > > > > > > > > > > > met_help at ucar.edu
> > >> > > > > > > > > > > > > > > >> >:
> > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > > > > > > > > > > >> >> Khaoula,
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >> >> Looks like you have syntax
wrong on
> > >> those
> > >> > > > > commands.
> > >> > > > > > > > > Please
> > >> > > > > > > > > > > try
> > >> > > > > > > > > > > > > > this:
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >> >> export
> > >> > > > > > > > MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > >> > > > > > > > > > > > > > > >> >> export
> > >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >> >> Actually since your NetCDF
build is
> > >> > installed
> > >> > > > in
> > >> > > > > > the
> > >> > > > > > > > > > standard
> > >> > > > > > > > > > > > > way,
> > >> > > > > > > > > > > > > > > >> this is
> > >> > > > > > > > > > > > > > > >> >> all you really need to set:
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >> >> export
> > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >> >> And MET assumes that the
headers are
> > in
> > >> the
> > >> > > > > > "include"
> > >> > > > > > > > > > > > > subdirectory
> > >> > > > > > > > > > > > > > > and
> > >> > > > > > > > > > > > > > > >> the
> > >> > > > > > > > > > > > > > > >> >> library archive files are in
the
> "lib"
> > >> > > > > > subdirectory.
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >> >> Thanks,
> > >> > > > > > > > > > > > > > > >> >> John
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at 6:58
AM,
> Melki
> > >> > > Khaoula
> > >> > > > > via
> > >> > > > > > > RT <
> > >> > > > > > > > > > > > > > > >> met_help at ucar.edu>
> > >> > > > > > > > > > > > > > > >> >> wrote:
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > > > > > > > > >> >> > <URL:
> > >> > > > > > > > > > > >
> > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > > > > > > > > >> >> > Hi John,
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > > > > > > > > >> >> > Thank you for your help.
> > >> > > > > > > > > > > > > > > >> >> > I'm grateful for you and
Julie.
> > >> > > > > > > > > > > > > > > >> >> > I'm now setting environment
> > variables.
> > >> > > > > > > > > > > > > > > >> >> > I want to confirm this
command if
> it
> > >> is
> > >> > > right
> > >> > > > > or
> > >> > > > > > > no,
> > >> > > > > > > > > for
> > >> > > > > > > > > > > > > example,
> > >> > > > > > > > > > > > > > > if
> > >> > > > > > > > > > > > > > > >> i
> > >> > > > > > > > > > > > > > > >> >> set:
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > >
> > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-
4.3.3.1/lib
> > >> > > > > > > > > > > > > > > >> >> > in order to Set
*$MET_NETCDF* to
> > >> point to
> > >> > > the
> > >> > > > > > main
> > >> > > > > > > > > > > > > > NetCDFdirectory.
> > >> > > > > > > > > > > > > > > >> >> > I  use  also the same
process to
> set
> > >> > others
> > >> > > > > > > external
> > >> > > > > > > > > > > > libraries.
> > >> > > > > > > > > > > > > > > >> >> > I let you know that my
shell is
> > bash,
> > >> so
> > >> > i
> > >> > > > > can't
> > >> > > > > > > use
> > >> > > > > > > > > the
> > >> > > > > > > > > > > > export
> > >> > > > > > > > > > > > > > > >> command.
> > >> > > > > > > > > > > > > > > >> >> > Im wondering if i'm in the
right
> > way,
> > >> > > because
> > >> > > > > the
> > >> > > > > > > > > command
> > >> > > > > > > > > > > > with
> > >> > > > > > > > > > > > > > > export
> > >> > > > > > > > > > > > > > > >> >> > doesn't produce any error
to
> verify
> > if
> > >> > i'm
> > >> > > > > right
> > >> > > > > > or
> > >> > > > > > > > > > wrong.
> > >> > > > > > > > > > > > > > > >> >> > Thanks,
> > >> > > > > > > > > > > > > > > >> >> > Khaoula
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-04:00
John
> > Halley
> > >> > > Gotway
> > >> > > > > via
> > >> > > > > > > RT
> > >> > > > > > > > <
> > >> > > > > > > > > > > > > > > >> met_help at ucar.edu
> > >> > > > > > > > > > > > > > > >> >> >:
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > Julie is out of town.  My
name
> is
> > >> John,
> > >> > > and
> > >> > > > > I'd
> > >> > > > > > > be
> > >> > > > > > > > > > happy
> > >> > > > > > > > > > > to
> > >> > > > > > > > > > > > > > help
> > >> > > > > > > > > > > > > > > >> >> answer
> > >> > > > > > > > > > > > > > > >> >> > > your MET questions.
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > I see that you're trying
to get
> up
> > >> and
> > >> > > > > running
> > >> > > > > > > > using
> > >> > > > > > > > > > MET
> > >> > > > > > > > > > > to
> > >> > > > > > > > > > > > > > > verify
> > >> > > > > > > > > > > > > > > >> WRF
> > >> > > > > > > > > > > > > > > >> >> > > output.  MET doesn't read
WRF
> > output
> > >> > > files
> > >> > > > > > > > directly,
> > >> > > > > > > > > > but
> > >> > > > > > > > > > > > > > requires
> > >> > > > > > > > > > > > > > > >> that
> > >> > > > > > > > > > > > > > > >> >> > they
> > >> > > > > > > > > > > > > > > >> >> > > first be post-processed
either
> > with
> > >> the
> > >> > > > > WRF-ARW
> > >> > > > > > > > > pinterp
> > >> > > > > > > > > > > > > utility
> > >> > > > > > > > > > > > > > > or
> > >> > > > > > > > > > > > > > > >> the
> > >> > > > > > > > > > > > > > > >> >> > > Unified Post-Processor
(UPP).
> Of
> > >> the
> > >> > > two,
> > >> > > > > I'd
> > >> > > > > > > > > strongly
> > >> > > > > > > > > > > > > > recommend
> > >> > > > > > > > > > > > > > > >> >> using
> > >> > > > > > > > > > > > > > > >> >> > UPP
> > >> > > > > > > > > > > > > > > >> >> > > which creates output in
GRIB
> > format
> > >> > that
> > >> > > is
> > >> > > > > > fully
> > >> > > > > > > > > > > supported
> > >> > > > > > > > > > > > > by
> > >> > > > > > > > > > > > > > > MET.
> > >> > > > > > > > > > > > > > > >> >> The
> > >> > > > > > > > > > > > > > > >> >> > > pinterp utility writes it
output
> > in
> > >> > > NetCDF
> > >> > > > > but
> > >> > > > > > we
> > >> > > > > > > > > only
> > >> > > > > > > > > > > > > support
> > >> > > > > > > > > > > > > > > data
> > >> > > > > > > > > > > > > > > >> >> > defined
> > >> > > > > > > > > > > > > > > >> >> > > on the non-staggered
dimensions.
> > >> Since
> > >> > > > > > velocity
> > >> > > > > > > > > points
> > >> > > > > > > > > > > are
> > >> > > > > > > > > > > > > > > >> staggered
> > >> > > > > > > > > > > > > > > >> >> in
> > >> > > > > > > > > > > > > > > >> >> > > WRF, MET can't be used to
> > verifying
> > >> > winds
> > >> > > > in
> > >> > > > > > > > pinterp
> > >> > > > > > > > > > > > output.
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > Another advantage to
using UPP
> is
> > >> that
> > >> > > GRIB
> > >> > > > > > data
> > >> > > > > > > > can
> > >> > > > > > > > > be
> > >> > > > > > > > > > > > > easily
> > >> > > > > > > > > > > > > > > >> >> regridded
> > >> > > > > > > > > > > > > > > >> >> > > using the copygb utility.
> copygb
> > is
> > >> > > > included
> > >> > > > > > in
> > >> > > > > > > > the
> > >> > > > > > > > > > UPP
> > >> > > > > > > > > > > > > > package.
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > You can download pinterp
here:
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > >
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > And you can download UPP
here:
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > >
> > >> > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > Hope that helps.
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > Thanks,
> > >> > > > > > > > > > > > > > > >> >> > > John Halley Gotway
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at
6:29 AM,
> > >> Melki
> > >> > > > > Khaoula
> > >> > > > > > > via
> > >> > > > > > > > > RT <
> > >> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > wrote:
> > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > > > > > > > > > > >> >> > > > <URL:
> > >> > > > > > > > > > > > > >
> > >> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > > > > > > > > > > >
> > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
> > >> > > > > > > > > > > > > > > >> >> > > > I compiled all
libraries.
> > >> > > > > > > > > > > > > > > >> >> > > > I downloaded post
processor
> but
> > i
> > >> > can't
> > >> > > > > find
> > >> > > > > > > the
> > >> > > > > > > > > > > WRF-ARW
> > >> > > > > > > > > > > > > > > p-interp
> > >> > > > > > > > > > > > > > > >> >> Tool
> > >> > > > > > > > > > > > > > > >> >> > > when
> > >> > > > > > > > > > > > > > > >> >> > > > i use the link posted
in the
> > >> > tutorial.
> > >> > > > > > > > > > > > > > > >> >> > > > also,what i don't
understand
> the
> > >> > > utility
> > >> > > > of
> > >> > > > > > the
> > >> > > > > > > > > > copygb
> > >> > > > > > > > > > > > > > utility
> > >> > > > > > > > > > > > > > > >> and
> > >> > > > > > > > > > > > > > > >> >> > from
> > >> > > > > > > > > > > > > > > >> >> > > > where to get it.
> > >> > > > > > > > > > > > > > > >> >> > > > i don't know what to do
next
> to
> > >> > > > downloading
> > >> > > > > > and
> > >> > > > > > > > > > > compiling
> > >> > > > > > > > > > > > > > > >> required
> > >> > > > > > > > > > > > > > > >> >> > > > libraries.
> > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
> > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
> > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-
04:00
> Melki
> > >> > > Khaoula <
> > >> > > > > > > > > > > > > > > khaoula.enit at gmail.com
> > >> > > > > > > > > > > > > > > >> >:
> > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > > *I  unpacked the HDF
> > librarry.*
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > > *When lookig the HDF-
EOS
> > >> library, i
> > >> > > > found
> > >> > > > > > in
> > >> > > > > > > > the
> > >> > > > > > > > > > > > website
> > >> > > > > > > > > > > > > is
> > >> > > > > > > > > > > > > > > >> >> > > > > HDF-
EOS2.16v1.00.tar.Z.*
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > > *i tried to unpack
it, i
> > didn't
> > >> > find
> > >> > > > the
> > >> > > > > > > right
> > >> > > > > > > > > > > command
> > >> > > > > > > > > > > > to
> > >> > > > > > > > > > > > > > do
> > >> > > > > > > > > > > > > > > >> it.*
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > > *Is there any command
to
> unpak
> > >> this
> > >> > > > > > library.*
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37 GMT-
04:00
> > Julie
> > >> > > > > Prestopnik
> > >> > > > > > > via
> > >> > > > > > > > > RT
> > >> > > > > > > > > > <
> > >> > > > > > > > > > > > > > > >> >> > met_help at ucar.edu
> > >> > > > > > > > > > > > > > > >> >> > > >:
> > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-Library
is used
> > by
> > >> the
> > >> > > MET
> > >> > > > > > > library
> > >> > > > > > > > > > code
> > >> > > > > > > > > > > to
> > >> > > > > > > > > > > > > > read
> > >> > > > > > > > > > > > > > > >> GRIB2
> > >> > > > > > > > > > > > > > > >> >> > data
> > >> > > > > > > > > > > > > > > >> >> > > > >> files. The GRIB2 C-
Library
> > >> > requires
> > >> > > > the
> > >> > > > > > > > > libraries
> > >> > > > > > > > > > > > zlib,
> > >> > > > > > > > > > > > > > > jasper
> > >> > > > > > > > > > > > > > > >> >> and
> > >> > > > > > > > > > > > > > > >> >> > png
> > >> > > > > > > > > > > > > > > >> >> > > > to
> > >> > > > > > > > > > > > > > > >> >> > > > >> be present on your
system.
> > >> Support
> > >> > > for
> > >> > > > > > GRIB2
> > >> > > > > > > > is
> > >> > > > > > > > > > > > optional
> > >> > > > > > > > > > > > > > and
> > >> > > > > > > > > > > > > > > >> can
> > >> > > > > > > > > > > > > > > >> >> be
> > >> > > > > > > > > > > > > > > >> >> > > > >> enabled
> > >> > > > > > > > > > > > > > > >> >> > > > >> with the *--enable-
grib2*
> > >> option
> > >> > for
> > >> > > > > > > > configure.
> > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > > > > > > > > > > >> >> > > > >> I hope that helps.
> > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > > > > > > > > > > >> >> > > > >> Julie
> > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23, 2015
at
> 6:56
> > >> AM,
> > >> > > Melki
> > >> > > > > > > Khaoula
> > >> > > > > > > > > via
> > >> > > > > > > > > > > RT
> > >> > > > > > > > > > > > <
> > >> > > > > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > >> > > > > > > > > > > > > > > >> >> > > > >> wrote:
> > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
> > >> > > > > > > > > > > > > > > >>
> > >> > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > > > > > > > > > > >> >> > > > >> >  Thank you Julie,
> > >> > > > > > > > > > > > > > > >> >> > > > >> > It works.
> > >> > > > > > > > > > > > > > > >> >> > > > >> > I compile Nectcdf
, GNU
> > and
> > >> > zlib
> > >> > > > > > > libraries.
> > >> > > > > > > > > > > > > > > >> >> > > > >> > About GRIB C
library, i
> > >> > downloaded
> > >> > > > the
> > >> > > > > > > > library
> > >> > > > > > > > > > and
> > >> > > > > > > > > > > > > > > unpacked
> > >> > > > > > > > > > > > > > > >> >> it.
> > >> > > > > > > > > > > > > > > >> >> > > > >> > how it can be used
by
> MET?
> > >> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
> > >> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
> > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58
> GMT+02:00
> > >> Julie
> > >> > > > > > > Prestopnik
> > >> > > > > > > > > via
> > >> > > > > > > > > > > RT <
> > >> > > > > > > > > > > > > > > >> >> > > met_help at ucar.edu
> > >> > > > > > > > > > > > > > > >> >> > > > >:
> > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > I'm glad that
you were
> > >> able to
> > >> > > get
> > >> > > > > > > BUFRLIB
> > >> > > > > > > > > > > > > installed.
> > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > You said, "when
trying
> to
> > >> run
> > >> > > the
> > >> > > > > firs
> > >> > > > > > > > > command
> > >> > > > > > > > > > > of
> > >> > > > > > > > > > > > *
> > >> > > > > > > > > > > > > > *cd
> > >> > > > > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > >> > > > > > > > > > > > > > > >> >> > > > >> > he
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > wrote me no file
or
> > >> directory"
> > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > In the tutorial,
when
> we
> > >> say
> > >> > > "*cd
> > >> > > > > > > > > > > > /path/to/netcdf*"
> > >> > > > > > > > > > > > > > you
> > >> > > > > > > > > > > > > > > >> >> should
> > >> > > > > > > > > > > > > > > >> >> > > > change
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > directories to
the
> > location
> > >> > > where
> > >> > > > > your
> > >> > > > > > > > > netcdf
> > >> > > > > > > > > > > > > > directory
> > >> > > > > > > > > > > > > > > >> is on
> > >> > > > > > > > > > > > > > > >> >> > your
> > >> > > > > > > > > > > > > > > >> >> > > > >> > machine.
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > For example, if
you
> > >> unpacked
> > >> > the
> > >> > > > tar
> > >> > > > > > > file
> > >> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > >> > > > > > > > > > > > > > > >> >> in
> > >> > > > > > > > > > > > > > > >> >> > a
> > >> > > > > > > > > > > > > > > >> >> > > > >> > directory
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > path of
> > >> > > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > >> > > > > > > > > > > you
> > >> > > > > > > > > > > > > > would
> > >> > > > > > > > > > > > > > > >> run
> > >> > > > > > > > > > > > > > > >> >> "cd
> > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > >> > > > > > > > > > > > > > > */path/to/netcdf
> > >> > > > > > > > > > > > > > > >> >> *is a
> > >> > > > > > > > > > > > > > > >> >> > > > place
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > holder for the
location
> > on
> > >> > your
> > >> > > > > > machine.
> > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > You said,
"setenv CC
> > >> > > > > > > /path/to/c/compiler.
> > >> > > > > > > > It
> > >> > > > > > > > > > > > doesn't
> > >> > > > > > > > > > > > > > > >> work.he
> > >> > > > > > > > > > > > > > > >> >> > said
> > >> > > > > > > > > > > > > > > >> >> > > > >> command
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > of setenv
doesn't
> > exist.*"
> > >> > > > "setenv"
> > >> > > > > > is
> > >> > > > > > > > the
> > >> > > > > > > > > > name
> > >> > > > > > > > > > > > of
> > >> > > > > > > > > > > > > > the
> > >> > > > > > > > > > > > > > > >> >> command
> > >> > > > > > > > > > > > > > > >> >> > > used
> > >> > > > > > > > > > > > > > > >> >> > > > >> to
> > >> > > > > > > > > > > > > > > >> >> > > > >> > set
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > environment
variables
> in
> > >> the
> > >> > > *csh
> > >> > > > > > family
> > >> > > > > > > > of
> > >> > > > > > > > > > > > shells.
> > >> > > > > > > > > > > > > > If
> > >> > > > > > > > > > > > > > > >> you
> > >> > > > > > > > > > > > > > > >> >> are
> > >> > > > > > > > > > > > > > > >> >> > > > using
> > >> > > > > > > > > > > > > > > >> >> > > > >> a
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > different shell,
> however,
> > >> you
> > >> > > may
> > >> > > > > need
> > >> > > > > > > to
> > >> > > > > > > > > use
> > >> > > > > > > > > > > > > > "export",
> > >> > > > > > > > > > > > > > > >> >> which is
> > >> > > > > > > > > > > > > > > >> >> > > the
> > >> > > > > > > > > > > > > > > >> >> > > > >> name
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > of the command
in the
> > >> "other"
> > >> > > > family
> > >> > > > > > of
> > >> > > > > > > > > shells
> > >> > > > > > > > > > > > (ash,
> > >> > > > > > > > > > > > > > > >> bourne,
> > >> > > > > > > > > > > > > > > >> >> > > bourne
> > >> > > > > > > > > > > > > > > >> >> > > > >> > again,
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).  To find
out what
> > >> shell
> > >> > > you
> > >> > > > > are
> > >> > > > > > > > using,
> > >> > > > > > > > > > you
> > >> > > > > > > > > > > > can
> > >> > > > > > > > > > > > > > run
> > >> > > > > > > > > > > > > > > >> >> "echo
> > >> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
> > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > If you are using
a
> shell
> > >> other
> > >> > > > than
> > >> > > > > > the
> > >> > > > > > > > *csh
> > >> > > > > > > > > > > > family
> > >> > > > > > > > > > > > > of
> > >> > > > > > > > > > > > > > > >> >> shells,
> > >> > > > > > > > > > > > > > > >> >> > and
> > >> > > > > > > > > > > > > > > >> >> > > > you
> > >> > > > > > > > > > > > > > > >> >> > > > >> > need
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > to use "export",
the
> > >> syntax is
> > >> > > > > > slightly
> > >> > > > > > > > > > > different.
> > >> > > > > > > > > > > > > > > >> Instead
> > >> > > > > > > > > > > > > > > >> >> of
> > >> > > > > > > > > > > > > > > >> >> > > > >> running:
> > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
> > >> /path/to/c/compiler
> > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > > > > > > > > > > >> >>
> > >>
> > > ...
> > >
> > > [Message tronqué]
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Fri Aug 14 10:11:57 2015

Hello Khaoula,

Thanks for sending the latest output of make and the listing of your
hdf
and hdfeos directories - that's very helpful.  Here's the relevant
error
you're getting:

cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun fichier ou dossier
de ce
type

Using google translate, I see that means: No files or folders of this
type

Basically, MET isn't able to find the file named "hdf.h", which is
included
in the HDF4.2r3 library.  I was able to compare your listing of the
files
and directories in your /root/Bureau/HDF4.2r3 directory with mine
found
that I have some additional files/directories that you do not:

config.status
hh
include
lib
libhdf4.settings
Makefile
share

With the lack of "Makefile" in your directory, it seems that the
library
wasn't configured and installed.  Please follow the "Compiling HDF and
HDF-EOS" directions on this page:

http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php

Once you have compiled HDF, please recompile HDF-EOS and then set the
following:

Once you've compiled "g2clib", try setting the following:
If you're using csh:
   setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different location if
you
install it in a different place)
   setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a different location if
you
install it in a different place)

If you're using bash:
   export MET_HDF =/root/Bureau/hdfeos (or a different location if you
install it in a different place)
   export MET_HDFEOS=/root/Bureau/hdfeos (or a different location if
you
install it in a different place)

And from the top-level met-5.0 directory, rerun the "configure"
command you
used for MET, and then run:
   make clean
   make install >& make_install.log

Please let me know how it goes.

Thanks,
Julie

On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> I'm sorry, i sent you another make-install file.
> this is the last version.
> Also you could see what contain hdf and hdfeos files.
> Thanks,
> Khaoula
>
> 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Khaoula.
> >
> > John is now out of the office, but I am back.
> >
> > I do not see the error in the attached make_install.log about
hdf.h that
> > you refer to.
> >
> > The error that I see is:
> >
> > /usr/bin/ld: cannot find -lbufr
> >
> > which means that the linker can't find the BUFR library files.
> >
> > It looks like you have* $MET_BUFRLIB *set to
-L/root/Bureau/BUFLIB/lib,
> so
> > you're telling the linker to look in /root/Bureau/BUFLIB/lib for
the
> > library files.  Could you please verify that the files exist in
that
> > directory?  Please send a listing of the files in that directory.
> >
> > Thanks,
> > Julie
> >
> >
> >
> > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi John,
> > > This is the last version of running MET model.
> > > the first error is about the hdf.h. when i look for it  in the
> HDF4.2r3 i
> > > can't find it.
> > > the problem is that the met model can't find the hfeosdef .h or,
when
> > > looking for it it exists
> > > ls  -l /root/Bureau/hdfeos/include
> > >
> > > total 136
> > > -r--r--r--. 1 752 users 84142 19 févr.  2008 cfortHdf.h
> > > -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
> > > -r--r--r--. 1 752 users  7004 30 août   2007 HdfEosDef.f
> > > -r--r--r--. 1 752 users 11098 19 févr.  2008 HdfEosDef.h
> > > -r--r--r--. 1 752 users  1272 19 févr.  2008 HDFEOSVersion.h
> > > -r--r--r--. 1 752 users  3922 19 mai    2009 HE2_config.h.in
> > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008 Makefile.am
> > > -r--r--r--. 1 752 users 13297 19 mai    2009 Makefile.in
> > > Thanks,
> > > khaoula
> > >
> > >
> > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > >
> > > > Hi John,
> > > > It really strange.
> > > > when i run netcdef, he come back to grib2.h error or
gsl_cdf.h.
> > > > i checked all my files needed for executing configure script.
> > > > grib2.h , netcdf.hh ..... are all located in their right
libraries.
> > > > The problem is that met-5.0 can't find them.
> > > > you find attached the last make-install result.
> > > > Thanks,
> > > > Khaoula
> > > >
> > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT <
> > met_help at ucar.edu
> > > >:
> > > >
> > > >> Khaoula,
> > > >>
> > > >> MET is written primarily in C++ and, as such, requires that
the C++
> > > >> interface for NetCDF be compiled.  It's possible that the C++
> > interface
> > > >> was
> > > >> not compiled in the version of NetCDF to which you're
pointing.
> > Please
> > > >> see
> > > >> if the following file exists:
> > > >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
> > > >>
> > > >> If it does not, then you'll need to recompile NetCDF
somewhere
> > including
> > > >> the C++ interface.  It's described on this page:
> > > >>
> > > >>
> > > >>
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > >> '
> > > >>
> > > >> If that file does exist, that's great.  Just do the following
(the
> > > setting
> > > >> you sent me used "netcdf-36.3" instead of "netcdf-3.6.3"):
> > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
> > > >>    Rerun the configure command.
> > > >>    make clean
> > > >>    make install
> > > >>
> > > >> Hope that helps.
> > > >>
> > > >> Thanks,
> > > >> John
> > > >>
> > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > >> wrote:
> > > >>
> > > >> >
> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > >> >
> > > >> > Hi john,
> > > >> > Thank you for your help.
> > > >> > It works but there is another error. He cannot find the
netcdf.hh
> > > file.
> > > >> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
> > > >> > but it still the same error.
> > > >> > you find attached make_install file.
> > > >> > Thanks,
> > > >> > Khaoula
> > > >> >
> > > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT <
> > > met_help at ucar.edu
> > > >> >:
> > > >> >
> > > >> > > Hello Khaoula,
> > > >> > >
> > > >> > > My name is John Halley Gotway.  Julie's out of town until
next
> > week,
> > > >> but
> > > >> > > hopefully I can help you with this issue.  Thanks for
sending
> the
> > > >> output
> > > >> > of
> > > >> > > make - that's very helpful.  Here's the relevant error
you're
> > > getting:
> > > >> > >
> > > >> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier ou
dossier
> > de
> > > ce
> > > >> > type
> > > >> > >
> > > >> > > Using google translate, I see that means: No files or
folders of
> > > this
> > > >> > type
> > > >> > >
> > > >> > > Basically, MET isn't able to find the file named
"grib2.h",
> which
> > is
> > > >> > > included in the library named "g2clib".  Since you're
compiling
> > > >> support
> > > >> > for
> > > >> > > GRIB2, I assume you've already compiled that library.  If
that's
> > not
> > > >> the
> > > >> > > case, please see the information here:
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > >> > >
> > > >> > > Once you've compiled "g2clib", try setting the following:
> > > >> > > If you're using csh:
> > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> > > >> > >
> > > >> > > If you're using bash:
> > > >> > >    export MET_GRIB2INC=/path/to/g2clib
> > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> > > >> > >
> > > >> > > And from the top-level met-5.0 directory, rerun the
"configure"
> > > >> command
> > > >> > you
> > > >> > > used for MET, and then run:
> > > >> > >    make clean
> > > >> > >    make install >& make_install.log
> > > >> > >
> > > >> > > Please let me know how it goes.
> > > >> > >
> > > >> > > Thanks,
> > > >> > > John
> > > >> > >
> > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT <
> > > >> met_help at ucar.edu>
> > > >> > > wrote:
> > > >> > >
> > > >> > > >
> > > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > >> > > >
> > > >> > > > Hi Julie,
> > > >> > > > Thank you for your help.
> > > >> > > > i could install libpng library.
> > > >> > > > But there is another problem.  When executing *make
install >&
> > > >> > > > make_install.log &*
> > > >> > > >
> > > >> > > > *tail -f make_install.log.*
> > > >> > > >
> > > >> > > > *threr is an error in  file make_install.log that there
is no
> > file
> > > >> > named
> > > >> > > > grib2.h.*
> > > >> > > > *there is the make _install.log.*
> > > >> > > >
> > > >> > > > *Thanks *
> > > >> > > >
> > > >> > > > *Khaoula *
> > > >> > > >
> > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT <
> > > >> met_help at ucar.edu
> > > >> > >:
> > > >> > > >
> > > >> > > > > Hi Khaoula.
> > > >> > > > >
> > > >> > > > > While I saw that you have a "include", "lib", and
"share"
> > > >> > > subdirectories
> > > >> > > > > under /usr/bin/zlib, I could not see the contents of
those
> > > >> > directories.
> > > >> > > > >
> > > >> > > > > Could you please verify that you have the files
"zlib.h" and
> > > >> > "zconf.h"
> > > >> > > in
> > > >> > > > > the "include" subdirectory?  Could you also please
verify
> that
> > > you
> > > >> > have
> > > >> > > > > "libz.a" and other "libz.so" files in the "lib"
> subdirectory?
> > > >> > > > >
> > > >> > > > > Assuming those files are in place, it looks like you
got a
> > > >> successful
> > > >> > > > > installation of zlib, but libpng couldn't find zlib.
> > > >> > > > >
> > > >> > > > > Try recompiling libpng as follows,
> > > >> > > > >   *replacing "/path/to/libpng/install/**directory"
with the
> > path
> > > >> > where
> > > >> > > > you
> > > >> > > > > would like to install libpng*:
> > > >> > > > >
> > > >> > > > >   cd /root/Bureau/libpng-1.2.34
> > > >> > > > >   make clean
> > > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > > >> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> > > >> > > > >   ./configure
--prefix=/path/to/libpng/install/directory
> > > >> > > > >   make
> > > >> > > > >   make install
> > > >> > > > >
> > > >> > > > > That should do the trick.  With those environment
variables,
> > > >> you're
> > > >> > > > telling
> > > >> > > > > it where to find the zlib header and object files.
Give
> that
> > a
> > > >> try
> > > >> > and
> > > >> > > > let
> > > >> > > > > me know if you're able to compile libpng
successfully.
> > > >> > > > >
> > > >> > > > > Thanks,
> > > >> > > > > Julie
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via RT
<
> > > >> > > met_help at ucar.edu
> > > >> > > > >
> > > >> > > > > wrote:
> > > >> > > > >
> > > >> > > > > >
> > > >> > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > >> > > > > >
> > > >> > > > > > Hi Julie,
> > > >> > > > > > No i didn't get a successful install of libpng
because the
> > > first
> > > >> > > > problem
> > > >> > > > > > was installation of zlib.
> > > >> > > > > > you find a script joint to this email of running ls
-l
> > > >> > usr/bin/zlib.
> > > >> > > > > > Thanks,
> > > >> > > > > > Khaoula MELKI
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via RT
<
> > > >> > > met_help at ucar.edu
> > > >> > > > >:
> > > >> > > > > >
> > > >> > > > > > > Hi Khaoula.
> > > >> > > > > > >
> > > >> > > > > > > Instead of running "ls -l zlib-1.2.8" to show me
the
> > > contents
> > > >> of
> > > >> > > the
> > > >> > > > > > > package, could you please run "ls -l
/usr/bin/zlib" so I
> > can
> > > >> see
> > > >> > > how
> > > >> > > > > the
> > > >> > > > > > > package was installed?
> > > >> > > > > > >
> > > >> > > > > > > Also, were you able to get a successful install
of
> libpng
> > > >> after
> > > >> > > > setting
> > > >> > > > > > the
> > > >> > > > > > > environment variables LDFLAGS and CPPFLAGS?
> > > >> > > > > > >
> > > >> > > > > > > Thanks,
> > > >> > > > > > > Julie
> > > >> > > > > > >
> > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula
via RT <
> > > >> > > > > met_help at ucar.edu
> > > >> > > > > > >
> > > >> > > > > > > wrote:
> > > >> > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > <URL:
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > >
> > > >> > > > > > > >
> > > >> > > > > > > > Hi Julie,
> > > >> > > > > > > >
> > > >> > > > > > > > there is a terminal containing results of ls -l
> > zlib-1.2.8
> > > >> > > > > > > > also, zlib-1.2.8 directory is
:/root/Bureau/zlib-1.2.8
> > > >> > > > > > > > i uses the command whereis zlib:
> > > >> > > > > > > >  it returns : usr/bin/zlib
> > > >> > > > > > > > Thanks,
> > > >> > > > > > > > Khaoula
> > > >> > > > > > > >
> > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik via
RT <
> > > >> > > > > met_help at ucar.edu
> > > >> > > > > > >:
> > > >> > > > > > > >
> > > >> > > > > > > > > Hi Khaoula.
> > > >> > > > > > > > >
> > > >> > > > > > > > > I see in your configure log the error:
> > > >> > > > > > > > >
> > > >> > > > > > > > > configure: error: zlib not installed
> > > >> > > > > > > > >
> > > >> > > > > > > > > Were you able to get a successful install of
zlib?
> If
> > > so,
> > > >> > > could
> > > >> > > > > you
> > > >> > > > > > > > please
> > > >> > > > > > > > > tell me where it is installed and run "ls -l"
in
> that
> > > >> > directory
> > > >> > > > so
> > > >> > > > > I
> > > >> > > > > > > can
> > > >> > > > > > > > > see its contents? And, if you were able to
get a
> > > >> successful
> > > >> > > > install
> > > >> > > > > > of
> > > >> > > > > > > > > zlib, were you able to get a successful
install of
> > > libpng?
> > > >> > > > > > > > >
> > > >> > > > > > > > > Once you get a successful install of zlib,
png,
> > jasper,
> > > >> and
> > > >> > the
> > > >> > > > > > GRIB2-C
> > > >> > > > > > > > > Library, we can revisit running the configure
> script.
> > > >> > > > > > > > >
> > > >> > > > > > > > > NCEP's GRIB2 C-Library is an optional package
for
> MET.
> > > If
> > > >> > you
> > > >> > > do
> > > >> > > > > not
> > > >> > > > > > > > need
> > > >> > > > > > > > > GRIB2 support, you do not need to install the
> library.
> > > I
> > > >> > just
> > > >> > > > > wanted
> > > >> > > > > > > to
> > > >> > > > > > > > > make sure you knew that in case you didn't
need
> GRIB2
> > > >> > support.
> > > >> > > > If
> > > >> > > > > > you
> > > >> > > > > > > do
> > > >> > > > > > > > > need it, we'll keep working at it and try to
get it
> > > >> working
> > > >> > for
> > > >> > > > you
> > > >> > > > > > > soon.
> > > >> > > > > > > > >
> > > >> > > > > > > > > Thanks,
> > > >> > > > > > > > > Julie
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki
Khaoula via
> RT
> > <
> > > >> > > > > > > met_help at ucar.edu
> > > >> > > > > > > > >
> > > >> > > > > > > > > wrote:
> > > >> > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > <URL:
> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Hi Julie,
> > > >> > > > > > > > > > the same problem appear again.
> > > >> > > > > > > > > > you find a file joined to this e-mail.
> > > >> > > > > > > > > > thanks,
> > > >> > > > > > > > > > Khaoula
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie Prestopnik
via
> RT <
> > > >> > > > > > > met_help at ucar.edu
> > > >> > > > > > > > >:
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > > Hi Khaoula.
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > I see that you tried to install zlib, but
have a
> > > >> question
> > > >> > > > about
> > > >> > > > > > the
> > > >> > > > > > > > > > install
> > > >> > > > > > > > > > > path.
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > You can install zlib where ever you would
like,
> > > >> either in
> > > >> > > > > > > /zlib-1.2.8
> > > >> > > > > > > > > > > or /usr/local/bin
> > > >> > > > > > > > > > > (assuming you have root access) or
somewhere
> else
> > > >> > entirely.
> > > >> > > > > So,
> > > >> > > > > > it
> > > >> > > > > > > > > > sounds
> > > >> > > > > > > > > > > like you followed these generic
instructions:
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > cd /path/to/zlib
> > > >> > > > > > > > > > > ./configure --prefix=/zlib/install/path
> > > >> > > > > > > > > > > make test
> > > >> > > > > > > > > > > make install
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > replacing /path/to/zlib with
> > /root/Bureau/zlib-1.2.8
> > > >> and
> > > >> > > > > > replacing
> > > >> > > > > > > > > > > /zlib/install/path
> > > >> > > > > > > > > > > with /zlib-1.2.8 as follows:
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > > >> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
> > > >> > > > > > > > > > > make test
> > > >> > > > > > > > > > > make install
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > It sounds like you got a successful
installation
> > of
> > > >> zlib,
> > > >> > > but
> > > >> > > > > > > libpng
> > > >> > > > > > > > > > > couldn't find zlib.
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > Try recompiling libpng as follows,
> > > >> > > > > > > > > > >   replacing "/path/to/libz.a/directory"
with the
> > > path
> > > >> to
> > > >> > > > libz.a
> > > >> > > > > > > > (leave
> > > >> > > > > > > > > > the
> > > >> > > > > > > > > > > -L in place in the example below)
> > > >> > > > > > > > > > >   replacing "/path/to/zlib.h/directory"
with the
> > > path
> > > >> to
> > > >> > > > zlib.h
> > > >> > > > > > > > (leave
> > > >> > > > > > > > > > the
> > > >> > > > > > > > > > > -I in place in the example below)
> > > >> > > > > > > > > > >   and replacing
> > "/path/to/libpng/install/directory"
> > > >> with
> > > >> > > the
> > > >> > > > > path
> > > >> > > > > > > > where
> > > >> > > > > > > > > > you
> > > >> > > > > > > > > > > would like to install libpng:
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> > > >> > > > > > > > > > >   make clean
> > > >> > > > > > > > > > >   export LDFLAGS="-
L/path/to/libz.a/directory"
> > > >> > > > > > > > > > >   export CPPFLAGS="-
I/path/to/zlib.h/directory"
> > > >> > > > > > > > > > >   ./configure
> > > >> --prefix=/path/to/libpng/install/directory
> > > >> > > > > > > > > > >   make
> > > >> > > > > > > > > > >   make install
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > That should do the trick.  With those
> environment
> > > >> > > variables,
> > > >> > > > > > you're
> > > >> > > > > > > > > > telling
> > > >> > > > > > > > > > > it where to find the zlib header and
object
> files.
> > > >> Give
> > > >> > > > that a
> > > >> > > > > > try
> > > >> > > > > > > > and
> > > >> > > > > > > > > > let
> > > >> > > > > > > > > > > me know if you're able to compile libpng
> > > successfully.
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > Thanks,
> > > >> > > > > > > > > > > Julie
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki
Khaoula
> via
> > > RT
> > > >> <
> > > >> > > > > > > > > met_help at ucar.edu
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > wrote:
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > <URL:
> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > Hi Julie,
> > > >> > > > > > > > > > > > Grib2 needs jasper, png and zlib
libraries to
> > > >> install.
> > > >> > > > > > > > > > > > in installing zlib library,i i used
these
> > > commands:
> > > >> > > > > > > > > > > > *cd /path/to/zlib*
> > > >> > > > > > > > > > > > *./configure
--prefix=/zlib/install/path*
> > > >> > > > > > > > > > > > *make test*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *make install*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *for my sysytem, path/to/zlib is
> > > >> > root/Bureau/zlib-1.2.8.*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *about prefix=zlib/install/path.
> > zlib/install/path
> > > >> is
> > > >> > the
> > > >> > > > > > > directory
> > > >> > > > > > > > > > > where i
> > > >> > > > > > > > > > > > put zlib installation, prefix=/zlib-
1.2.8 or
> it
> > is
> > > >> > > > > > usr/local/bin
> > > >> > > > > > > in
> > > >> > > > > > > > > > order
> > > >> > > > > > > > > > > > to be installed in the system.*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *i found a problem when installing
libpng
> > > library. i
> > > >> > used
> > > >> > > > > thses
> > > >> > > > > > > > > > > commands:*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *cd libpng-1.2.34*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *./configure
> > --prefix=/root/Bureau/libpng-1.2.34*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *make *
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *make install*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *But when using configure, an error
occur
> > > informing
> > > >> me
> > > >> > > that
> > > >> > > > > > zlib
> > > >> > > > > > > > > isn't
> > > >> > > > > > > > > > > > installed.*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *So, i was wondering about path to
install. It
> > is
> > > in
> > > >> > the
> > > >> > > > > > > directory
> > > >> > > > > > > > of
> > > >> > > > > > > > > > > > library or in the system
unix(usr/local/bin)*
> > > >> > > > > > > > > > > > *Thanks,*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > *khaoula melki*
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie
Prestopnik
> via
> > > RT <
> > > >> > > > > > > > > met_help at ucar.edu
> > > >> > > > > > > > > > >:
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > > Hi Khaoula.
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > There will not be a bin subdirectory
when
> you
> > > >> unpack
> > > >> > > > > met-5.0,
> > > >> > > > > > > but
> > > >> > > > > > > > > > there
> > > >> > > > > > > > > > > > > should be upon a successful
installation of
> > the
> > > >> MET
> > > >> > > > tools.
> > > >> > > > > > > > Looking
> > > >> > > > > > > > > > at
> > > >> > > > > > > > > > > > your
> > > >> > > > > > > > > > > > > make_install.log file I see that
there is a
> > > >> problem
> > > >> > > > finding
> > > >> > > > > > > > > grib2.h:
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > data2d_grib2.h:27:21: erreur: grib2.h
:
> Aucun
> > > >> fichier
> > > >> > > ou
> > > >> > > > > > > dossier
> > > >> > > > > > > > de
> > > >> > > > > > > > > > ce
> > > >> > > > > > > > > > > > type
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > NCEP's GRIB2C library is used by the
MET
> > library
> > > >> code
> > > >> > > to
> > > >> > > > > read
> > > >> > > > > > > > GRIB2
> > > >> > > > > > > > > > > data
> > > >> > > > > > > > > > > > > files.  If you do not need GRIB2
capability,
> > you
> > > >> can
> > > >> > > > simply
> > > >> > > > > > > skip
> > > >> > > > > > > > > this
> > > >> > > > > > > > > > > > part
> > > >> > > > > > > > > > > > > of the installation by removing
> > "--enable-grib2"
> > > >> from
> > > >> > > > your
> > > >> > > > > > list
> > > >> > > > > > > > of
> > > >> > > > > > > > > > > > options
> > > >> > > > > > > > > > > > > to "./configure".  If you do need
GRIB2
> > > capability
> > > >> > and
> > > >> > > > the
> > > >> > > > > > > grib2c
> > > >> > > > > > > > > > > library
> > > >> > > > > > > > > > > > > is not already on your system, you
will need
> > to
> > > >> > > download
> > > >> > > > > and
> > > >> > > > > > > > unpack
> > > >> > > > > > > > > > the
> > > >> > > > > > > > > > > > > grib2c tarball (
> > > >> > > > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > >> > > > > > > > and
> > > >> > > > > > > > > > > refer
> > > >> > > > > > > > > > > > > to
> > > >> > > > > > > > > > > > > the README file. Once built, MET
expects the
> > > GRIB2
> > > >> > > > > C-Library
> > > >> > > > > > to
> > > >> > > > > > > > be
> > > >> > > > > > > > > > > named
> > > >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library
*requires
> > the
> > > >> > > > libraries
> > > >> > > > > > > zlib,
> > > >> > > > > > > > > > jasper
> > > >> > > > > > > > > > > > and
> > > >> > > > > > > > > > > > > png* to be present on your system and
those
> > > >> packages
> > > >> > > are
> > > >> > > > > all
> > > >> > > > > > > > > > available
> > > >> > > > > > > > > > > in
> > > >> > > > > > > > > > > > > the link above. When configuring the
MET
> build
> > > >> after
> > > >> > > > > > > installation
> > > >> > > > > > > > > of
> > > >> > > > > > > > > > > the
> > > >> > > > > > > > > > > > > necessary libraries (or if grib2c,
zlib,
> > jasper,
> > > >> and
> > > >> > > png
> > > >> > > > > are
> > > >> > > > > > > > > already
> > > >> > > > > > > > > > on
> > > >> > > > > > > > > > > > > your system), set the *MET_GRIB2C*
(or
> > > >> > *MET_GRIB2CINC*
> > > >> > > > and
> > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> > > >> > > > > > > > > > > > > environment variables to indicate the
> location
> > > of
> > > >> > this
> > > >> > > > > > library.
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > Please let us know if you have any
> questions.
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > Thanks,
> > > >> > > > > > > > > > > > > Julie
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM, Melki
> Khaoula
> > > via
> > > >> RT
> > > >> > <
> > > >> > > > > > > > > > > met_help at ucar.edu>
> > > >> > > > > > > > > > > > > wrote:
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > <URL:
> > > >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > Hi Julie,
> > > >> > > > > > > > > > > > > > thank you for your response.
> > > >> > > > > > > > > > > > > > it rebuilt nectd.
> > > >> > > > > > > > > > > > > > my problem now is the bin
subdirectory.
> > > >> > > > > > > > > > > > > > when unpacking met-5.0, thre is no
> > > subdirectory
> > > >> > > called
> > > >> > > > > bin.
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > Also, after setting environment
> variables, i
> > > >> used
> > > >> > the
> > > >> > > > > > > > > configuration
> > > >> > > > > > > > > > > > > script
> > > >> > > > > > > > > > > > > > with: ./configure --prefix=`pwd`
> > > --enable-grib2
> > > >> > > > > > > --enable-modis
> > > >> > > > > > > > > > > > > > --enable-mode_graphics
> > > >> > > > > > > > > > > > > > there is no bin subdirectory  built
or
> > > >> recreated.
> > > >> > > > > > > > > > > > > > Thanks,
> > > >> > > > > > > > > > > > > > Khaoula
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie
> Prestopnik
> > > via
> > > >> RT
> > > >> > <
> > > >> > > > > > > > > > > met_help at ucar.edu
> > > >> > > > > > > > > > > > >:
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > Taking another look at this, I do
not
> see
> > a
> > > >> "-I"
> > > >> > > > entry
> > > >> > > > > > for
> > > >> > > > > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1",
which I
> > > believe
> > > >> > you
> > > >> > > > have
> > > >> > > > > > > > > > MET_NETCDF
> > > >> > > > > > > > > > > > set
> > > >> > > > > > > > > > > > > > to.
> > > >> > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I.
-I../../..
> > > >> > > > > > > > -I../../../src/basic/vx_cal
> > > >> > > > > > > > > > > > > > > -I../../../src/basic/vx_config
> > > >> > > > > > -I../../../src/basic/vx_log
> > > >> > > > > > > > > > > > > > > -I../../../src/basic/vx_math
> > > >> > > > > -I../../../src/basic/vx_util
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_afm
> > > >> > > > > > > > > > > -I../../../src/libcode/vx_analysis_util
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_color
> > > >> > > > > > > > > -I../../../src/libcode/vx_data2d
> > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_factory
> > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_grib
> > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_grib2
> > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nccf
> > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nc_met
> > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_geodesy
> > > >> > > > > > > > > > -I../../../src/libcode/vx_gnomon
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_grid
> > > >> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_nav
> > > >> > > > > > > > -I../../../src/libcode/vx_nc_util
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_pb_util
> > > >> > > > > > > > > > > -I../../../src/libcode/vx_plot_util
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_ps
> > > >> > > > > > -I../../../src/libcode/vx_pxm
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_render
> > > >> > > > > > > > > > > -I../../../src/libcode/vx_shapedata
> > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_statistics
> > > >> > > > > > > > > > > > -I../../../src/libcode/vx_stat_out
> > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_tc_util
> -DBLOCK4
> > > >> > > > -DWITH_GRIB2
> > > >> > > > > > > > > > > > > > >
> > > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
> > > >> > -g
> > > >> > > > -MT
> > > >> > > > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o -MD
-MP
> -MF
> > > >> > > > > > > > > > > > > > > .deps/libvx_nc_util_a-
nc_var_info.Tpo -c
> > -o
> > > >> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > >> > > > > > > > > > > > > > > `test -f 'nc_var_info.cc' || echo
> > > >> > > './'`nc_var_info.cc
> > > >> > > > > > > > > > > > > > > Dans le fichier inclus à partir
de
> > > >> > > nc_var_info.cc:24:
> > > >> > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
netcdf.hh :
> > > Aucun
> > > >> > > > fichier
> > > >> > > > > ou
> > > >> > > > > > > > > dossier
> > > >> > > > > > > > > > > de
> > > >> > > > > > > > > > > > ce
> > > >> > > > > > > > > > > > > > > type
> > > >> > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > You could check the include area
for
> > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> > > >> > > > > > > > > > to
> > > >> > > > > > > > > > > > see
> > > >> > > > > > > > > > > > > > if
> > > >> > > > > > > > > > > > > > > there is a netcdf.hh file.  If
there is,
> > > >> you'll
> > > >> > > need
> > > >> > > > to
> > > >> > > > > > > make
> > > >> > > > > > > > > sure
> > > >> > > > > > > > > > > > that
> > > >> > > > > > > > > > > > > > met
> > > >> > > > > > > > > > > > > > > can find it by making sure the
> MET_NETCDF
> > is
> > > >> set
> > > >> > > > > > correctly,
> > > >> > > > > > > > > then
> > > >> > > > > > > > > > > > source
> > > >> > > > > > > > > > > > > > > your .bashrc or similar file,
> reconfigure,
> > > and
> > > >> > > > rebuild
> > > >> > > > > > MET,
> > > >> > > > > > > > > > > > otherwise,
> > > >> > > > > > > > > > > > > if
> > > >> > > > > > > > > > > > > > > it is not there, I would suggest
> following
> > > the
> > > >> > > > > > instructions
> > > >> > > > > > > > in
> > > >> > > > > > > > > my
> > > >> > > > > > > > > > > > most
> > > >> > > > > > > > > > > > > > > recent previous email.
> > > >> > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > Please let us know how it works
out.
> > > >> > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > Thanks,
> > > >> > > > > > > > > > > > > > > Julie
> > > >> > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM,
Julie
> > > >> Prestopnik
> > > >> > <
> > > >> > > > > > > > > > jpresto at ucar.edu
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > wrote:
> > > >> > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I apologize for
the
> delayed
> > > >> > > > response.  I
> > > >> > > > > > was
> > > >> > > > > > > > out
> > > >> > > > > > > > > > of
> > > >> > > > > > > > > > > > > town.
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > I believe that I see in your
> > > >> make_install.log
> > > >> > > that
> > > >> > > > > > there
> > > >> > > > > > > > is a
> > > >> > > > > > > > > > > > problem
> > > >> > > > > > > > > > > > > > > > finding netcdf.hh:
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
> netcdf.hh :
> > > >> Aucun
> > > >> > > > > fichier
> > > >> > > > > > ou
> > > >> > > > > > > > > > dossier
> > > >> > > > > > > > > > > > de
> > > >> > > > > > > > > > > > > ce
> > > >> > > > > > > > > > > > > > > > type
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > We've typically been compiling
MET
> using
> > > >> NetCDF
> > > >> > > > > version
> > > >> > > > > > > 3 -
> > > >> > > > > > > > > the
> > > >> > > > > > > > > > > > > > specific
> > > >> > > > > > > > > > > > > > > > version is netcdf-3.6.3.  I
know that
> > some
> > > >> of
> > > >> > the
> > > >> > > > > > > versions
> > > >> > > > > > > > of
> > > >> > > > > > > > > > > > netcdf
> > > >> > > > > > > > > > > > > no
> > > >> > > > > > > > > > > > > > > > longer include netcdf.hh, but
that
> file
> > is
> > > >> > > > necessary
> > > >> > > > > > for
> > > >> > > > > > > > our
> > > >> > > > > > > > > > > code.
> > > >> > > > > > > > > > > > > I'd
> > > >> > > > > > > > > > > > > > > > suggest downloading and
compiling
> NetCDF
> > > >> 3.6.3
> > > >> > > > > locally
> > > >> > > > > > > > using
> > > >> > > > > > > > > > the
> > > >> > > > > > > > > > > > > > > > following steps:
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > Download NetCDF 3.6.3 from
here:
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > >
> > > >> > > >
> > > >>
> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > Then run:
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > >> > > > > > > > > > > > > > > > ./configure --prefix=`pwd`
> > > >> > > > > > > > > > > > > > > > make
> > > >> > > > > > > > > > > > > > > > make install
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > These commands should compile
the C
> and
> > > C++
> > > >> > > > > interfaces
> > > >> > > > > > > for
> > > >> > > > > > > > > > NetCDF
> > > >> > > > > > > > > > > > and
> > > >> > > > > > > > > > > > > > > > skip the Fortran interface that
MET
> > > doesn't
> > > >> > use.
> > > >> > > > It
> > > >> > > > > > will
> > > >> > > > > > > > > > install
> > > >> > > > > > > > > > > > the
> > > >> > > > > > > > > > > > > > > > library in current "netcdf-
3.6.3"
> > > directory
> > > >> due
> > > >> > > to
> > > >> > > > > the
> > > >> > > > > > > > > > > > --prefix=`pwd`
> > > >> > > > > > > > > > > > > > > > option.
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > Next, you'll need to edit where
you
> set
> > > >> > > MET_NETCDF
> > > >> > > > to
> > > >> > > > > > > point
> > > >> > > > > > > > > to
> > > >> > > > > > > > > > > this
> > > >> > > > > > > > > > > > > new
> > > >> > > > > > > > > > > > > > > > location, source your .bashrc
or
> > similiar
> > > >> file,
> > > >> > > and
> > > >> > > > > > > rebuild
> > > >> > > > > > > > > > MET.
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > Please let us know if that
works well
> > for
> > > >> you.
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > Thanks,
> > > >> > > > > > > > > > > > > > > > Julie
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24
AM, Melki
> > > >> Khaoula
> > > >> > > via
> > > >> > > > > RT <
> > > >> > > > > > > > > > > > > > met_help at ucar.edu
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > > wrote:
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >> <URL:
> > > >> > > > > > > > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >> Hello John,
> > > >> > > > > > > > > > > > > > > >> the error was there is no
compilor of
> > > C++.
> > > >> so
> > > >> > i
> > > >> > > > > > > downloaded
> > > >> > > > > > > > > g++
> > > >> > > > > > > > > > > > > using :
> > > >> > > > > > > > > > > > > > > yum
> > > >> > > > > > > > > > > > > > > >> install gcc-c++.
> > > >> > > > > > > > > > > > > > > >> I didn't understand the bin
> > > subdirectory. I
> > > >> > > looked
> > > >> > > > > to
> > > >> > > > > > > the
> > > >> > > > > > > > > > > met-5.0
> > > >> > > > > > > > > > > > > > > >> directory, i didin't find a
> > subdirectory
> > > >> > called
> > > >> > > > bin.
> > > >> > > > > > But
> > > >> > > > > > > > > files
> > > >> > > > > > > > > > > > cited
> > > >> > > > > > > > > > > > > > in
> > > >> > > > > > > > > > > > > > > >> the
> > > >> > > > > > > > > > > > > > > >> Built executables are located
in the
> > > output
> > > >> > > > > > > subdirectory.
> > > >> > > > > > > > > > > > > > > >> The compilation of *make
install >&
> > > >> > > > make_install.log
> > > >> > > > > > &*
> > > >> > > > > > > > > > > > > > > >> *tail -f make_install.log   *
> > > >> > > > > > > > > > > > > > > >> * send an error.*
> > > >> > > > > > > > > > > > > > > >> *there is two executables,
*the
> first
> > is
> > > >> > called
> > > >> > > > > > > > > > configuration1.
> > > >> > > > > > > > > > > > It
> > > >> > > > > > > > > > > > > is
> > > >> > > > > > > > > > > > > > > >> about run of ./
> > > >> > > > > > > > > > > > > > > >> *configure --prefix=`pwd`
> > --enable-grib2
> > > >> > > > > > --enable-modis
> > > >> > > > > > > > > > > > > > > >> --enable-mode_graphics*The
second is
> > > called
> > > >> > make
> > > >> > > > > > > > > install.log,
> > > >> > > > > > > > > > > > > obtained
> > > >> > > > > > > > > > > > > > > >> after running :
> > > >> > > > > > > > > > > > > > > >> *make install >&
make_install.log &*
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >> *tail -f make_install.log*
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >> *Thanks,*
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >> *Khaoula*
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00
Melki
> > Khaoula <
> > > >> > > > > > > > > > khaoula.enit at gmail.com
> > > >> > > > > > > > > > > >:
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > > >> > Hello John,
> > > >> > > > > > > > > > > > > > > >> > Thank you for your help. it
really
> > > works.
> > > >> > > > > > > > > > > > > > > >> > I am in the configuration
step.
> > > >> > > > > > > > > > > > > > > >> > when executing the command
of :
> > > >> ./configure
> > > >> > > > > > > > --prefix=`pwd`
> > > >> > > > > > > > > > > > > > > >> --enable-grib2
> > > >> > > > > > > > > > > > > > > >> > --enable-modis
> > --enable-mode_graphics.
> > > >> > > > > > > > > > > > > > > >> > i found that when cheking
for some
> > > >> > compilers,
> > > >> > > > the
> > > >> > > > > > > system
> > > >> > > > > > > > > > > return
> > > >> > > > > > > > > > > > > no.
> > > >> > > > > > > > > > > > > > > >> > for example:
> > > >> > > > > > > > > > > > > > > >> > checking for bison... no
> > > >> > > > > > > > > > > > > > > >> > checking for byacc... no
> > > >> > > > > > > > > > > > > > > >> > checking for g++... no
> > > >> > > > > > > > > > > > > > > >> > checking for c++... no
> > > >> > > > > > > > > > > > > > > >> > checking for gpp... no
> > > >> > > > > > > > > > > > > > > >> > checking for aCC... no
> > > >> > > > > > > > > > > > > > > >> > checking for CC... no
> > > >> > > > > > > > > > > > > > > >> > checking for cxx... no
> > > >> > > > > > > > > > > > > > > >> > checking for cc++... no
> > > >> > > > > > > > > > > > > > > >> > checking for cl.exe... no
> > > >> > > > > > > > > > > > > > > >> > checking for FCC... no
> > > >> > > > > > > > > > > > > > > >> > checking for KCC... no
> > > >> > > > > > > > > > > > > > > >> > checking for RCC... no
> > > >> > > > > > > > > > > > > > > >> > checking for xlC_r... no
> > > >> > > > > > > > > > > > > > > >> > checking for xlC... no
> > > >> > > > > > > > > > > > > > > >> > checking whether the C++
compiler
> > > >> works...
> > > >> > no
> > > >> > > > > > > > > > > > > > > >> > IS there any errors?
> > > >> > > > > > > > > > > > > > > >> > you will find the executive
file
> > called
> > > >> > > > > > configuration.
> > > >> > > > > > > > > > > > > > > >> > thanks,
> > > >> > > > > > > > > > > > > > > >> > Khaoula
> > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00
John
> > Halley
> > > >> > Gotway
> > > >> > > > via
> > > >> > > > > > RT <
> > > >> > > > > > > > > > > > > > > met_help at ucar.edu
> > > >> > > > > > > > > > > > > > > >> >:
> > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > > > > > > > > > > >> >> Khaoula,
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >> >> Looks like you have syntax
wrong
> on
> > > >> those
> > > >> > > > > commands.
> > > >> > > > > > > > > Please
> > > >> > > > > > > > > > > try
> > > >> > > > > > > > > > > > > > this:
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >> >> export
> > > >> > > > > > > > MET_NETCDFINC=/root/Bureau/netcdf-
4.3.3.1/include
> > > >> > > > > > > > > > > > > > > >> >> export
> > > >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >> >> Actually since your NetCDF
build
> is
> > > >> > installed
> > > >> > > > in
> > > >> > > > > > the
> > > >> > > > > > > > > > standard
> > > >> > > > > > > > > > > > > way,
> > > >> > > > > > > > > > > > > > > >> this is
> > > >> > > > > > > > > > > > > > > >> >> all you really need to set:
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >> >> export
> > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >> >> And MET assumes that the
headers
> are
> > > in
> > > >> the
> > > >> > > > > > "include"
> > > >> > > > > > > > > > > > > subdirectory
> > > >> > > > > > > > > > > > > > > and
> > > >> > > > > > > > > > > > > > > >> the
> > > >> > > > > > > > > > > > > > > >> >> library archive files are
in the
> > "lib"
> > > >> > > > > > subdirectory.
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >> >> Thanks,
> > > >> > > > > > > > > > > > > > > >> >> John
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at
6:58 AM,
> > Melki
> > > >> > > Khaoula
> > > >> > > > > via
> > > >> > > > > > > RT <
> > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu>
> > > >> > > > > > > > > > > > > > > >> >> wrote:
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > > > > > > > > >> >> > <URL:
> > > >> > > > > > > > > > > >
> > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > > > > > > > > >> >> > Hi John,
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > > > > > > > > >> >> > Thank you for your help.
> > > >> > > > > > > > > > > > > > > >> >> > I'm grateful for you and
Julie.
> > > >> > > > > > > > > > > > > > > >> >> > I'm now setting
environment
> > > variables.
> > > >> > > > > > > > > > > > > > > >> >> > I want to confirm this
command
> if
> > it
> > > >> is
> > > >> > > right
> > > >> > > > > or
> > > >> > > > > > > no,
> > > >> > > > > > > > > for
> > > >> > > > > > > > > > > > > example,
> > > >> > > > > > > > > > > > > > > if
> > > >> > > > > > > > > > > > > > > >> i
> > > >> > > > > > > > > > > > > > > >> >> set:
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > >
> > > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-
4.3.3.1/lib
> > > >> > > > > > > > > > > > > > > >> >> > in order to Set
*$MET_NETCDF* to
> > > >> point to
> > > >> > > the
> > > >> > > > > > main
> > > >> > > > > > > > > > > > > > NetCDFdirectory.
> > > >> > > > > > > > > > > > > > > >> >> > I  use  also the same
process to
> > set
> > > >> > others
> > > >> > > > > > > external
> > > >> > > > > > > > > > > > libraries.
> > > >> > > > > > > > > > > > > > > >> >> > I let you know that my
shell is
> > > bash,
> > > >> so
> > > >> > i
> > > >> > > > > can't
> > > >> > > > > > > use
> > > >> > > > > > > > > the
> > > >> > > > > > > > > > > > export
> > > >> > > > > > > > > > > > > > > >> command.
> > > >> > > > > > > > > > > > > > > >> >> > Im wondering if i'm in
the right
> > > way,
> > > >> > > because
> > > >> > > > > the
> > > >> > > > > > > > > command
> > > >> > > > > > > > > > > > with
> > > >> > > > > > > > > > > > > > > export
> > > >> > > > > > > > > > > > > > > >> >> > doesn't produce any error
to
> > verify
> > > if
> > > >> > i'm
> > > >> > > > > right
> > > >> > > > > > or
> > > >> > > > > > > > > > wrong.
> > > >> > > > > > > > > > > > > > > >> >> > Thanks,
> > > >> > > > > > > > > > > > > > > >> >> > Khaoula
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-
04:00 John
> > > Halley
> > > >> > > Gotway
> > > >> > > > > via
> > > >> > > > > > > RT
> > > >> > > > > > > > <
> > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu
> > > >> > > > > > > > > > > > > > > >> >> >:
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > Julie is out of town.
My name
> > is
> > > >> John,
> > > >> > > and
> > > >> > > > > I'd
> > > >> > > > > > > be
> > > >> > > > > > > > > > happy
> > > >> > > > > > > > > > > to
> > > >> > > > > > > > > > > > > > help
> > > >> > > > > > > > > > > > > > > >> >> answer
> > > >> > > > > > > > > > > > > > > >> >> > > your MET questions.
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > I see that you're
trying to
> get
> > up
> > > >> and
> > > >> > > > > running
> > > >> > > > > > > > using
> > > >> > > > > > > > > > MET
> > > >> > > > > > > > > > > to
> > > >> > > > > > > > > > > > > > > verify
> > > >> > > > > > > > > > > > > > > >> WRF
> > > >> > > > > > > > > > > > > > > >> >> > > output.  MET doesn't
read WRF
> > > output
> > > >> > > files
> > > >> > > > > > > > directly,
> > > >> > > > > > > > > > but
> > > >> > > > > > > > > > > > > > requires
> > > >> > > > > > > > > > > > > > > >> that
> > > >> > > > > > > > > > > > > > > >> >> > they
> > > >> > > > > > > > > > > > > > > >> >> > > first be post-processed
either
> > > with
> > > >> the
> > > >> > > > > WRF-ARW
> > > >> > > > > > > > > pinterp
> > > >> > > > > > > > > > > > > utility
> > > >> > > > > > > > > > > > > > > or
> > > >> > > > > > > > > > > > > > > >> the
> > > >> > > > > > > > > > > > > > > >> >> > > Unified Post-Processor
(UPP).
> > Of
> > > >> the
> > > >> > > two,
> > > >> > > > > I'd
> > > >> > > > > > > > > strongly
> > > >> > > > > > > > > > > > > > recommend
> > > >> > > > > > > > > > > > > > > >> >> using
> > > >> > > > > > > > > > > > > > > >> >> > UPP
> > > >> > > > > > > > > > > > > > > >> >> > > which creates output in
GRIB
> > > format
> > > >> > that
> > > >> > > is
> > > >> > > > > > fully
> > > >> > > > > > > > > > > supported
> > > >> > > > > > > > > > > > > by
> > > >> > > > > > > > > > > > > > > MET.
> > > >> > > > > > > > > > > > > > > >> >> The
> > > >> > > > > > > > > > > > > > > >> >> > > pinterp utility writes
it
> output
> > > in
> > > >> > > NetCDF
> > > >> > > > > but
> > > >> > > > > > we
> > > >> > > > > > > > > only
> > > >> > > > > > > > > > > > > support
> > > >> > > > > > > > > > > > > > > data
> > > >> > > > > > > > > > > > > > > >> >> > defined
> > > >> > > > > > > > > > > > > > > >> >> > > on the non-staggered
> dimensions.
> > > >> Since
> > > >> > > > > > velocity
> > > >> > > > > > > > > points
> > > >> > > > > > > > > > > are
> > > >> > > > > > > > > > > > > > > >> staggered
> > > >> > > > > > > > > > > > > > > >> >> in
> > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET can't be used
to
> > > verifying
> > > >> > winds
> > > >> > > > in
> > > >> > > > > > > > pinterp
> > > >> > > > > > > > > > > > output.
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > Another advantage to
using UPP
> > is
> > > >> that
> > > >> > > GRIB
> > > >> > > > > > data
> > > >> > > > > > > > can
> > > >> > > > > > > > > be
> > > >> > > > > > > > > > > > > easily
> > > >> > > > > > > > > > > > > > > >> >> regridded
> > > >> > > > > > > > > > > > > > > >> >> > > using the copygb
utility.
> > copygb
> > > is
> > > >> > > > included
> > > >> > > > > > in
> > > >> > > > > > > > the
> > > >> > > > > > > > > > UPP
> > > >> > > > > > > > > > > > > > package.
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > You can download
pinterp here:
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > And you can download
UPP here:
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > >
> > > >> > > http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > Hope that helps.
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
> > > >> > > > > > > > > > > > > > > >> >> > > John Halley Gotway
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015 at
6:29
> AM,
> > > >> Melki
> > > >> > > > > Khaoula
> > > >> > > > > > > via
> > > >> > > > > > > > > RT <
> > > >> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > wrote:
> > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
> > > >> > > > > > > > > > > > > >
> > > >> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
> > > >> > > > > > > > > > > > > > > >> >> > > > I compiled all
libraries.
> > > >> > > > > > > > > > > > > > > >> >> > > > I downloaded post
processor
> > but
> > > i
> > > >> > can't
> > > >> > > > > find
> > > >> > > > > > > the
> > > >> > > > > > > > > > > WRF-ARW
> > > >> > > > > > > > > > > > > > > p-interp
> > > >> > > > > > > > > > > > > > > >> >> Tool
> > > >> > > > > > > > > > > > > > > >> >> > > when
> > > >> > > > > > > > > > > > > > > >> >> > > > i use the link posted
in the
> > > >> > tutorial.
> > > >> > > > > > > > > > > > > > > >> >> > > > also,what i don't
understand
> > the
> > > >> > > utility
> > > >> > > > of
> > > >> > > > > > the
> > > >> > > > > > > > > > copygb
> > > >> > > > > > > > > > > > > > utility
> > > >> > > > > > > > > > > > > > > >> and
> > > >> > > > > > > > > > > > > > > >> >> > from
> > > >> > > > > > > > > > > > > > > >> >> > > > where to get it.
> > > >> > > > > > > > > > > > > > > >> >> > > > i don't know what to
do next
> > to
> > > >> > > > downloading
> > > >> > > > > > and
> > > >> > > > > > > > > > > compiling
> > > >> > > > > > > > > > > > > > > >> required
> > > >> > > > > > > > > > > > > > > >> >> > > > libraries.
> > > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
> > > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
> > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10 GMT-
04:00
> > Melki
> > > >> > > Khaoula <
> > > >> > > > > > > > > > > > > > > khaoula.enit at gmail.com
> > > >> > > > > > > > > > > > > > > >> >:
> > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > > *I  unpacked the
HDF
> > > librarry.*
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > > *When lookig the
HDF-EOS
> > > >> library, i
> > > >> > > > found
> > > >> > > > > > in
> > > >> > > > > > > > the
> > > >> > > > > > > > > > > > website
> > > >> > > > > > > > > > > > > is
> > > >> > > > > > > > > > > > > > > >> >> > > > > HDF-
EOS2.16v1.00.tar.Z.*
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > > *i tried to unpack
it, i
> > > didn't
> > > >> > find
> > > >> > > > the
> > > >> > > > > > > right
> > > >> > > > > > > > > > > command
> > > >> > > > > > > > > > > > to
> > > >> > > > > > > > > > > > > > do
> > > >> > > > > > > > > > > > > > > >> it.*
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > > *Is there any
command to
> > unpak
> > > >> this
> > > >> > > > > > library.*
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37
GMT-04:00
> > > Julie
> > > >> > > > > Prestopnik
> > > >> > > > > > > via
> > > >> > > > > > > > > RT
> > > >> > > > > > > > > > <
> > > >> > > > > > > > > > > > > > > >> >> > met_help at ucar.edu
> > > >> > > > > > > > > > > > > > > >> >> > > >:
> > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-
Library is
> used
> > > by
> > > >> the
> > > >> > > MET
> > > >> > > > > > > library
> > > >> > > > > > > > > > code
> > > >> > > > > > > > > > > to
> > > >> > > > > > > > > > > > > > read
> > > >> > > > > > > > > > > > > > > >> GRIB2
> > > >> > > > > > > > > > > > > > > >> >> > data
> > > >> > > > > > > > > > > > > > > >> >> > > > >> files. The GRIB2
> C-Library
> > > >> > requires
> > > >> > > > the
> > > >> > > > > > > > > libraries
> > > >> > > > > > > > > > > > zlib,
> > > >> > > > > > > > > > > > > > > jasper
> > > >> > > > > > > > > > > > > > > >> >> and
> > > >> > > > > > > > > > > > > > > >> >> > png
> > > >> > > > > > > > > > > > > > > >> >> > > > to
> > > >> > > > > > > > > > > > > > > >> >> > > > >> be present on your
> system.
> > > >> Support
> > > >> > > for
> > > >> > > > > > GRIB2
> > > >> > > > > > > > is
> > > >> > > > > > > > > > > > optional
> > > >> > > > > > > > > > > > > > and
> > > >> > > > > > > > > > > > > > > >> can
> > > >> > > > > > > > > > > > > > > >> >> be
> > > >> > > > > > > > > > > > > > > >> >> > > > >> enabled
> > > >> > > > > > > > > > > > > > > >> >> > > > >> with the *--
enable-grib2*
> > > >> option
> > > >> > for
> > > >> > > > > > > > configure.
> > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > > > > > > > > > > >> >> > > > >> I hope that helps.
> > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > > > > > > > > > > >> >> > > > >> Julie
> > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23,
2015 at
> > 6:56
> > > >> AM,
> > > >> > > Melki
> > > >> > > > > > > Khaoula
> > > >> > > > > > > > > via
> > > >> > > > > > > > > > > RT
> > > >> > > > > > > > > > > > <
> > > >> > > > > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > >> > > > > > > > > > > > > > > >> >> > > > >> wrote:
> > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
> > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> >  Thank you
Julie,
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > It works.
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > I compile
Nectcdf , GNU
> > > and
> > > >> > zlib
> > > >> > > > > > > libraries.
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > About GRIB C
library, i
> > > >> > downloaded
> > > >> > > > the
> > > >> > > > > > > > library
> > > >> > > > > > > > > > and
> > > >> > > > > > > > > > > > > > > unpacked
> > > >> > > > > > > > > > > > > > > >> >> it.
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > how it can be
used by
> > MET?
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
> > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > 2015-06-19 17:58
> > GMT+02:00
> > > >> Julie
> > > >> > > > > > > Prestopnik
> > > >> > > > > > > > > via
> > > >> > > > > > > > > > > RT <
> > > >> > > > > > > > > > > > > > > >> >> > > met_help at ucar.edu
> > > >> > > > > > > > > > > > > > > >> >> > > > >:
> > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > I'm glad that
you
> were
> > > >> able to
> > > >> > > get
> > > >> > > > > > > BUFRLIB
> > > >> > > > > > > > > > > > > installed.
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You said,
"when
> trying
> > to
> > > >> run
> > > >> > > the
> > > >> > > > > firs
> > > >> > > > > > > > > command
> > > >> > > > > > > > > > > of
> > > >> > > > > > > > > > > > *
> > > >> > > > > > > > > > > > > > *cd
> > > >> > > > > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > he
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > wrote me no
file or
> > > >> directory"
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > In the
tutorial, when
> > we
> > > >> say
> > > >> > > "*cd
> > > >> > > > > > > > > > > > /path/to/netcdf*"
> > > >> > > > > > > > > > > > > > you
> > > >> > > > > > > > > > > > > > > >> >> should
> > > >> > > > > > > > > > > > > > > >> >> > > > change
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > directories to
the
> > > location
> > > >> > > where
> > > >> > > > > your
> > > >> > > > > > > > > netcdf
> > > >> > > > > > > > > > > > > > directory
> > > >> > > > > > > > > > > > > > > >> is on
> > > >> > > > > > > > > > > > > > > >> >> > your
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > machine.
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > For example,
if you
> > > >> unpacked
> > > >> > the
> > > >> > > > tar
> > > >> > > > > > > file
> > > >> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > >> > > > > > > > > > > > > > > >> >> in
> > > >> > > > > > > > > > > > > > > >> >> > a
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > directory
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > path of
> > > >> > > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > >> > > > > > > > > > > you
> > > >> > > > > > > > > > > > > > would
> > > >> > > > > > > > > > > > > > > >> run
> > > >> > > > > > > > > > > > > > > >> >> "cd
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > >> > > > > > > > > > > > > > > */path/to/netcdf
> > > >> > > > > > > > > > > > > > > >> >> *is a
> > > >> > > > > > > > > > > > > > > >> >> > > > place
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > holder for the
> location
> > > on
> > > >> > your
> > > >> > > > > > machine.
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You said,
"setenv CC
> > > >> > > > > > > /path/to/c/compiler.
> > > >> > > > > > > > It
> > > >> > > > > > > > > > > > doesn't
> > > >> > > > > > > > > > > > > > > >> work.he
> > > >> > > > > > > > > > > > > > > >> >> > said
> > > >> > > > > > > > > > > > > > > >> >> > > > >> command
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of setenv
doesn't
> > > exist.*"
> > > >> > > > "setenv"
> > > >> > > > > > is
> > > >> > > > > > > > the
> > > >> > > > > > > > > > name
> > > >> > > > > > > > > > > > of
> > > >> > > > > > > > > > > > > > the
> > > >> > > > > > > > > > > > > > > >> >> command
> > > >> > > > > > > > > > > > > > > >> >> > > used
> > > >> > > > > > > > > > > > > > > >> >> > > > >> to
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > set
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > environment
variables
> > in
> > > >> the
> > > >> > > *csh
> > > >> > > > > > family
> > > >> > > > > > > > of
> > > >> > > > > > > > > > > > shells.
> > > >> > > > > > > > > > > > > > If
> > > >> > > > > > > > > > > > > > > >> you
> > > >> > > > > > > > > > > > > > > >> >> are
> > > >> > > > > > > > > > > > > > > >> >> > > > using
> > > >> > > > > > > > > > > > > > > >> >> > > > >> a
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > different
shell,
> > however,
> > > >> you
> > > >> > > may
> > > >> > > > > need
> > > >> > > > > > > to
> > > >> > > > > > > > > use
> > > >> > > > > > > > > > > > > > "export",
> > > >> > > > > > > > > > > > > > > >> >> which is
> > > >> > > > > > > > > > > > > > > >> >> > > the
> > > >> > > > > > > > > > > > > > > >> >> > > > >> name
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of the command
in the
> > > >> "other"
> > > >> > > > family
> > > >> > > > > > of
> > > >> > > > > > > > > shells
> > > >> > > > > > > > > > > > (ash,
> > > >> > > > > > > > > > > > > > > >> bourne,
> > > >> > > > > > > > > > > > > > > >> >> > > bourne
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > again,
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).  To find
out
> what
> > > >> shell
> > > >> > > you
> > > >> > > > > are
> > > >> > > > > > > > using,
> > > >> > > > > > > > > > you
> > > >> > > > > > > > > > > > can
> > > >> > > > > > > > > > > > > > run
> > > >> > > > > > > > > > > > > > > >> >> "echo
> > > >> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > If you are
using a
> > shell
> > > >> other
> > > >> > > > than
> > > >> > > > > > the
> > > >> > > > > > > > *csh
> > > >> > > > > > > > > > > > family
> > > >> > > > > > > > > > > > > of
> > > >> > > > > > > > > > > > > > > >> >> shells,
> > > >> > > > > > > > > > > > > > > >> >> > and
> > > >> > > > > > > > > > > > > > > >> >> > > > you
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > need
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > to use
"export", the
> > > >> syntax is
> > > >> > > > > > slightly
> > > >> > > > > > > > > > > different.
> > > >> > > > > > > > > > > > > > > >> Instead
> > > >> > > > > > > > > > > > > > > >> >> of
> > > >> > > > > > > > > > > > > > > >> >> > > > >> running:
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
> > > >> /path/to/c/compiler
> > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > > > > > > > > > > >> >>
> > > >>
> > > > ...
> > > >
> > > > [Message tronqué]
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Mon Aug 17 06:19:53 2015

Thank you Julie,
I have the same error when compiling these libraries.
when compiling HDF4.2r3, i used these commands:
*echo "Compiling HDF" *
*cd hdf *
*tar -xzf HDF4.2r3.tar.gz*
*cd HDF4.2r3*
*./configure --prefix=${INSTALL_DIR} --disable-netcdf >& /dev/null*
*cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg -lz/LIBS = -ljpeg -lz
-lm/g' > Makefile_NEW*
*mv Makefile_NEW mfhdf/hdiff/Makefile*
*make >& /dev/null*

*make install >& /dev/null*
It works.
when compiling HDFEOS, i used :
*echo "Compiling HDF-EOS"*
*cd hdfeos*
*tar -xf HDF-EOS2.16v1.00.tar*
*cd hdfeos*
*./configure --prefix=${INSTALL_DIR} --with-hdf4=${INSTALL_DIR}
CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
*make >& /dev/null*
*make install >& /dev/null*
*cp include/*.h ../../include/.*

but when compiling* :**cp include/*.h ../../include/. he returns
cp:*the
file  « ../../include/. » isn't  a repertory.

*For compiling met-5.0, i used thses commands:*

cd /root/Bureau/met-5.0

export CC=/usr/bin/gcc

export CXX=/usr/bin/g++

export F77=/usr/bin/gfortran

export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include

export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib

export MET_BUFRLIB=/root/Bureau/BUFRLIB

export MET_GSL=/root/Bureau/gsl-1.16

export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0

export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0

export MET_HDF=/root/Bureau/HDF4.2r3


export MET_HDFEOS=/root/Bureau/hdfeos

export MET_CAIRO=/root/Bureau/cairo-1.0.0

export MET_FREETYPE=/root/Bureau/freetype-2.4.0

export MET_FONT_DIR=/root/Bureau/fonts

*./configure --prefix=`pwd` --enable-grib2 --enable-modis
--enable-mode_graphics*

 make clean

 *make install >& make_install.log &*
*tail -f make_install.log*

*Is there any error in theses commands.*

*Thanks,*

*Khaoula*



2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hello Khaoula,
>
> Thanks for sending the latest output of make and the listing of your
hdf
> and hdfeos directories - that's very helpful.  Here's the relevant
error
> you're getting:
>
> cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun fichier ou
dossier de ce
> type
>
> Using google translate, I see that means: No files or folders of
this type
>
> Basically, MET isn't able to find the file named "hdf.h", which is
included
> in the HDF4.2r3 library.  I was able to compare your listing of the
files
> and directories in your /root/Bureau/HDF4.2r3 directory with mine
found
> that I have some additional files/directories that you do not:
>
> config.status
> hh
> include
> lib
> libhdf4.settings
> Makefile
> share
>
> With the lack of "Makefile" in your directory, it seems that the
library
> wasn't configured and installed.  Please follow the "Compiling HDF
and
> HDF-EOS" directions on this page:
>
>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>
> Once you have compiled HDF, please recompile HDF-EOS and then set
the
> following:
>
> Once you've compiled "g2clib", try setting the following:
> If you're using csh:
>    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different location if
you
> install it in a different place)
>    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a different location
if you
> install it in a different place)
>
> If you're using bash:
>    export MET_HDF =/root/Bureau/hdfeos (or a different location if
you
> install it in a different place)
>    export MET_HDFEOS=/root/Bureau/hdfeos (or a different location if
you
> install it in a different place)
>
> And from the top-level met-5.0 directory, rerun the "configure"
command you
> used for MET, and then run:
>    make clean
>    make install >& make_install.log
>
> Please let me know how it goes.
>
> Thanks,
> Julie
>
> On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > Hi Julie,
> > I'm sorry, i sent you another make-install file.
> > this is the last version.
> > Also you could see what contain hdf and hdfeos files.
> > Thanks,
> > Khaoula
> >
> > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
> >
> > > Hi Khaoula.
> > >
> > > John is now out of the office, but I am back.
> > >
> > > I do not see the error in the attached make_install.log about
hdf.h
> that
> > > you refer to.
> > >
> > > The error that I see is:
> > >
> > > /usr/bin/ld: cannot find -lbufr
> > >
> > > which means that the linker can't find the BUFR library files.
> > >
> > > It looks like you have* $MET_BUFRLIB *set to
> -L/root/Bureau/BUFLIB/lib,
> > so
> > > you're telling the linker to look in /root/Bureau/BUFLIB/lib for
the
> > > library files.  Could you please verify that the files exist in
that
> > > directory?  Please send a listing of the files in that
directory.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > >
> > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > > >
> > > > Hi John,
> > > > This is the last version of running MET model.
> > > > the first error is about the hdf.h. when i look for it  in the
> > HDF4.2r3 i
> > > > can't find it.
> > > > the problem is that the met model can't find the hfeosdef .h
or, when
> > > > looking for it it exists
> > > > ls  -l /root/Bureau/hdfeos/include
> > > >
> > > > total 136
> > > > -r--r--r--. 1 752 users 84142 19 févr.  2008 cfortHdf.h
> > > > -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
> > > > -r--r--r--. 1 752 users  7004 30 août   2007 HdfEosDef.f
> > > > -r--r--r--. 1 752 users 11098 19 févr.  2008 HdfEosDef.h
> > > > -r--r--r--. 1 752 users  1272 19 févr.  2008 HDFEOSVersion.h
> > > > -r--r--r--. 1 752 users  3922 19 mai    2009 HE2_config.h.in
> > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008 Makefile.am
> > > > -r--r--r--. 1 752 users 13297 19 mai    2009 Makefile.in
> > > > Thanks,
> > > > khaoula
> > > >
> > > >
> > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > > >
> > > > > Hi John,
> > > > > It really strange.
> > > > > when i run netcdef, he come back to grib2.h error or
gsl_cdf.h.
> > > > > i checked all my files needed for executing configure
script.
> > > > > grib2.h , netcdf.hh ..... are all located in their right
libraries.
> > > > > The problem is that met-5.0 can't find them.
> > > > > you find attached the last make-install result.
> > > > > Thanks,
> > > > > Khaoula
> > > > >
> > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT <
> > > met_help at ucar.edu
> > > > >:
> > > > >
> > > > >> Khaoula,
> > > > >>
> > > > >> MET is written primarily in C++ and, as such, requires that
the
> C++
> > > > >> interface for NetCDF be compiled.  It's possible that the
C++
> > > interface
> > > > >> was
> > > > >> not compiled in the version of NetCDF to which you're
pointing.
> > > Please
> > > > >> see
> > > > >> if the following file exists:
> > > > >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
> > > > >>
> > > > >> If it does not, then you'll need to recompile NetCDF
somewhere
> > > including
> > > > >> the C++ interface.  It's described on this page:
> > > > >>
> > > > >>
> > > > >>
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > >> '
> > > > >>
> > > > >> If that file does exist, that's great.  Just do the
following (the
> > > > setting
> > > > >> you sent me used "netcdf-36.3" instead of "netcdf-3.6.3"):
> > > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
> > > > >>    Rerun the configure command.
> > > > >>    make clean
> > > > >>    make install
> > > > >>
> > > > >> Hope that helps.
> > > > >>
> > > > >> Thanks,
> > > > >> John
> > > > >>
> > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu
> > > > >
> > > > >> wrote:
> > > > >>
> > > > >> >
> > > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >> >
> > > > >> > Hi john,
> > > > >> > Thank you for your help.
> > > > >> > It works but there is another error. He cannot find the
> netcdf.hh
> > > > file.
> > > > >> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
> > > > >> > but it still the same error.
> > > > >> > you find attached make_install file.
> > > > >> > Thanks,
> > > > >> > Khaoula
> > > > >> >
> > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT <
> > > > met_help at ucar.edu
> > > > >> >:
> > > > >> >
> > > > >> > > Hello Khaoula,
> > > > >> > >
> > > > >> > > My name is John Halley Gotway.  Julie's out of town
until next
> > > week,
> > > > >> but
> > > > >> > > hopefully I can help you with this issue.  Thanks for
sending
> > the
> > > > >> output
> > > > >> > of
> > > > >> > > make - that's very helpful.  Here's the relevant error
you're
> > > > getting:
> > > > >> > >
> > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier
ou
> dossier
> > > de
> > > > ce
> > > > >> > type
> > > > >> > >
> > > > >> > > Using google translate, I see that means: No files or
folders
> of
> > > > this
> > > > >> > type
> > > > >> > >
> > > > >> > > Basically, MET isn't able to find the file named
"grib2.h",
> > which
> > > is
> > > > >> > > included in the library named "g2clib".  Since you're
> compiling
> > > > >> support
> > > > >> > for
> > > > >> > > GRIB2, I assume you've already compiled that library.
If
> that's
> > > not
> > > > >> the
> > > > >> > > case, please see the information here:
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > >> > >
> > > > >> > > Once you've compiled "g2clib", try setting the
following:
> > > > >> > > If you're using csh:
> > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> > > > >> > >
> > > > >> > > If you're using bash:
> > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
> > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> > > > >> > >
> > > > >> > > And from the top-level met-5.0 directory, rerun the
> "configure"
> > > > >> command
> > > > >> > you
> > > > >> > > used for MET, and then run:
> > > > >> > >    make clean
> > > > >> > >    make install >& make_install.log
> > > > >> > >
> > > > >> > > Please let me know how it goes.
> > > > >> > >
> > > > >> > > Thanks,
> > > > >> > > John
> > > > >> > >
> > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT <
> > > > >> met_help at ucar.edu>
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > > >
> > > > >> > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > > > >> > > >
> > > > >> > > > Hi Julie,
> > > > >> > > > Thank you for your help.
> > > > >> > > > i could install libpng library.
> > > > >> > > > But there is another problem.  When executing *make
install
> >&
> > > > >> > > > make_install.log &*
> > > > >> > > >
> > > > >> > > > *tail -f make_install.log.*
> > > > >> > > >
> > > > >> > > > *threr is an error in  file make_install.log that
there is
> no
> > > file
> > > > >> > named
> > > > >> > > > grib2.h.*
> > > > >> > > > *there is the make _install.log.*
> > > > >> > > >
> > > > >> > > > *Thanks *
> > > > >> > > >
> > > > >> > > > *Khaoula *
> > > > >> > > >
> > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT <
> > > > >> met_help at ucar.edu
> > > > >> > >:
> > > > >> > > >
> > > > >> > > > > Hi Khaoula.
> > > > >> > > > >
> > > > >> > > > > While I saw that you have a "include", "lib", and
"share"
> > > > >> > > subdirectories
> > > > >> > > > > under /usr/bin/zlib, I could not see the contents
of those
> > > > >> > directories.
> > > > >> > > > >
> > > > >> > > > > Could you please verify that you have the files
"zlib.h"
> and
> > > > >> > "zconf.h"
> > > > >> > > in
> > > > >> > > > > the "include" subdirectory?  Could you also please
verify
> > that
> > > > you
> > > > >> > have
> > > > >> > > > > "libz.a" and other "libz.so" files in the "lib"
> > subdirectory?
> > > > >> > > > >
> > > > >> > > > > Assuming those files are in place, it looks like
you got a
> > > > >> successful
> > > > >> > > > > installation of zlib, but libpng couldn't find
zlib.
> > > > >> > > > >
> > > > >> > > > > Try recompiling libpng as follows,
> > > > >> > > > >   *replacing "/path/to/libpng/install/**directory"
with
> the
> > > path
> > > > >> > where
> > > > >> > > > you
> > > > >> > > > > would like to install libpng*:
> > > > >> > > > >
> > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
> > > > >> > > > >   make clean
> > > > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > > > >> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> > > > >> > > > >   ./configure
--prefix=/path/to/libpng/install/directory
> > > > >> > > > >   make
> > > > >> > > > >   make install
> > > > >> > > > >
> > > > >> > > > > That should do the trick.  With those environment
> variables,
> > > > >> you're
> > > > >> > > > telling
> > > > >> > > > > it where to find the zlib header and object files.
Give
> > that
> > > a
> > > > >> try
> > > > >> > and
> > > > >> > > > let
> > > > >> > > > > me know if you're able to compile libpng
successfully.
> > > > >> > > > >
> > > > >> > > > > Thanks,
> > > > >> > > > > Julie
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula via
RT <
> > > > >> > > met_help at ucar.edu
> > > > >> > > > >
> > > > >> > > > > wrote:
> > > > >> > > > >
> > > > >> > > > > >
> > > > >> > > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >
> > > > >> > > > > >
> > > > >> > > > > > Hi Julie,
> > > > >> > > > > > No i didn't get a successful install of libpng
because
> the
> > > > first
> > > > >> > > > problem
> > > > >> > > > > > was installation of zlib.
> > > > >> > > > > > you find a script joint to this email of running
ls -l
> > > > >> > usr/bin/zlib.
> > > > >> > > > > > Thanks,
> > > > >> > > > > > Khaoula MELKI
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via
RT <
> > > > >> > > met_help at ucar.edu
> > > > >> > > > >:
> > > > >> > > > > >
> > > > >> > > > > > > Hi Khaoula.
> > > > >> > > > > > >
> > > > >> > > > > > > Instead of running "ls -l zlib-1.2.8" to show
me the
> > > > contents
> > > > >> of
> > > > >> > > the
> > > > >> > > > > > > package, could you please run "ls -l
/usr/bin/zlib"
> so I
> > > can
> > > > >> see
> > > > >> > > how
> > > > >> > > > > the
> > > > >> > > > > > > package was installed?
> > > > >> > > > > > >
> > > > >> > > > > > > Also, were you able to get a successful install
of
> > libpng
> > > > >> after
> > > > >> > > > setting
> > > > >> > > > > > the
> > > > >> > > > > > > environment variables LDFLAGS and CPPFLAGS?
> > > > >> > > > > > >
> > > > >> > > > > > > Thanks,
> > > > >> > > > > > > Julie
> > > > >> > > > > > >
> > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki Khaoula
via RT
> <
> > > > >> > > > > met_help at ucar.edu
> > > > >> > > > > > >
> > > > >> > > > > > > wrote:
> > > > >> > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > <URL:
> > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > Hi Julie,
> > > > >> > > > > > > >
> > > > >> > > > > > > > there is a terminal containing results of ls
-l
> > > zlib-1.2.8
> > > > >> > > > > > > > also, zlib-1.2.8 directory is
> :/root/Bureau/zlib-1.2.8
> > > > >> > > > > > > > i uses the command whereis zlib:
> > > > >> > > > > > > >  it returns : usr/bin/zlib
> > > > >> > > > > > > > Thanks,
> > > > >> > > > > > > > Khaoula
> > > > >> > > > > > > >
> > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik
via RT <
> > > > >> > > > > met_help at ucar.edu
> > > > >> > > > > > >:
> > > > >> > > > > > > >
> > > > >> > > > > > > > > Hi Khaoula.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > I see in your configure log the error:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > configure: error: zlib not installed
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Were you able to get a successful install
of zlib?
> > If
> > > > so,
> > > > >> > > could
> > > > >> > > > > you
> > > > >> > > > > > > > please
> > > > >> > > > > > > > > tell me where it is installed and run "ls
-l" in
> > that
> > > > >> > directory
> > > > >> > > > so
> > > > >> > > > > I
> > > > >> > > > > > > can
> > > > >> > > > > > > > > see its contents? And, if you were able to
get a
> > > > >> successful
> > > > >> > > > install
> > > > >> > > > > > of
> > > > >> > > > > > > > > zlib, were you able to get a successful
install of
> > > > libpng?
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Once you get a successful install of zlib,
png,
> > > jasper,
> > > > >> and
> > > > >> > the
> > > > >> > > > > > GRIB2-C
> > > > >> > > > > > > > > Library, we can revisit running the
configure
> > script.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an optional
package for
> > MET.
> > > > If
> > > > >> > you
> > > > >> > > do
> > > > >> > > > > not
> > > > >> > > > > > > > need
> > > > >> > > > > > > > > GRIB2 support, you do not need to install
the
> > library.
> > > > I
> > > > >> > just
> > > > >> > > > > wanted
> > > > >> > > > > > > to
> > > > >> > > > > > > > > make sure you knew that in case you didn't
need
> > GRIB2
> > > > >> > support.
> > > > >> > > > If
> > > > >> > > > > > you
> > > > >> > > > > > > do
> > > > >> > > > > > > > > need it, we'll keep working at it and try
to get
> it
> > > > >> working
> > > > >> > for
> > > > >> > > > you
> > > > >> > > > > > > soon.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Thanks,
> > > > >> > > > > > > > > Julie
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki
Khaoula via
> > RT
> > > <
> > > > >> > > > > > > met_help at ucar.edu
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > wrote:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > <URL:
> > > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Hi Julie,
> > > > >> > > > > > > > > > the same problem appear again.
> > > > >> > > > > > > > > > you find a file joined to this e-mail.
> > > > >> > > > > > > > > > thanks,
> > > > >> > > > > > > > > > Khaoula
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie
Prestopnik via
> > RT <
> > > > >> > > > > > > met_help at ucar.edu
> > > > >> > > > > > > > >:
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > > Hi Khaoula.
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > I see that you tried to install zlib,
but
> have a
> > > > >> question
> > > > >> > > > about
> > > > >> > > > > > the
> > > > >> > > > > > > > > > install
> > > > >> > > > > > > > > > > path.
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > You can install zlib where ever you
would
> like,
> > > > >> either in
> > > > >> > > > > > > /zlib-1.2.8
> > > > >> > > > > > > > > > > or /usr/local/bin
> > > > >> > > > > > > > > > > (assuming you have root access) or
somewhere
> > else
> > > > >> > entirely.
> > > > >> > > > > So,
> > > > >> > > > > > it
> > > > >> > > > > > > > > > sounds
> > > > >> > > > > > > > > > > like you followed these generic
instructions:
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > cd /path/to/zlib
> > > > >> > > > > > > > > > > ./configure --prefix=/zlib/install/path
> > > > >> > > > > > > > > > > make test
> > > > >> > > > > > > > > > > make install
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > replacing /path/to/zlib with
> > > /root/Bureau/zlib-1.2.8
> > > > >> and
> > > > >> > > > > > replacing
> > > > >> > > > > > > > > > > /zlib/install/path
> > > > >> > > > > > > > > > > with /zlib-1.2.8 as follows:
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > > > >> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
> > > > >> > > > > > > > > > > make test
> > > > >> > > > > > > > > > > make install
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > It sounds like you got a successful
> installation
> > > of
> > > > >> zlib,
> > > > >> > > but
> > > > >> > > > > > > libpng
> > > > >> > > > > > > > > > > couldn't find zlib.
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > Try recompiling libpng as follows,
> > > > >> > > > > > > > > > >   replacing "/path/to/libz.a/directory"
with
> the
> > > > path
> > > > >> to
> > > > >> > > > libz.a
> > > > >> > > > > > > > (leave
> > > > >> > > > > > > > > > the
> > > > >> > > > > > > > > > > -L in place in the example below)
> > > > >> > > > > > > > > > >   replacing "/path/to/zlib.h/directory"
with
> the
> > > > path
> > > > >> to
> > > > >> > > > zlib.h
> > > > >> > > > > > > > (leave
> > > > >> > > > > > > > > > the
> > > > >> > > > > > > > > > > -I in place in the example below)
> > > > >> > > > > > > > > > >   and replacing
> > > "/path/to/libpng/install/directory"
> > > > >> with
> > > > >> > > the
> > > > >> > > > > path
> > > > >> > > > > > > > where
> > > > >> > > > > > > > > > you
> > > > >> > > > > > > > > > > would like to install libpng:
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> > > > >> > > > > > > > > > >   make clean
> > > > >> > > > > > > > > > >   export LDFLAGS="-
L/path/to/libz.a/directory"
> > > > >> > > > > > > > > > >   export
> CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > >> > > > > > > > > > >   ./configure
> > > > >> --prefix=/path/to/libpng/install/directory
> > > > >> > > > > > > > > > >   make
> > > > >> > > > > > > > > > >   make install
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > That should do the trick.  With those
> > environment
> > > > >> > > variables,
> > > > >> > > > > > you're
> > > > >> > > > > > > > > > telling
> > > > >> > > > > > > > > > > it where to find the zlib header and
object
> > files.
> > > > >> Give
> > > > >> > > > that a
> > > > >> > > > > > try
> > > > >> > > > > > > > and
> > > > >> > > > > > > > > > let
> > > > >> > > > > > > > > > > me know if you're able to compile
libpng
> > > > successfully.
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > Thanks,
> > > > >> > > > > > > > > > > Julie
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM, Melki
Khaoula
> > via
> > > > RT
> > > > >> <
> > > > >> > > > > > > > > met_help at ucar.edu
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > wrote:
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > <URL:
> > > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > Hi Julie,
> > > > >> > > > > > > > > > > > Grib2 needs jasper, png and zlib
libraries
> to
> > > > >> install.
> > > > >> > > > > > > > > > > > in installing zlib library,i i used
these
> > > > commands:
> > > > >> > > > > > > > > > > > *cd /path/to/zlib*
> > > > >> > > > > > > > > > > > *./configure
--prefix=/zlib/install/path*
> > > > >> > > > > > > > > > > > *make test*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *make install*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *for my sysytem, path/to/zlib is
> > > > >> > root/Bureau/zlib-1.2.8.*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *about prefix=zlib/install/path.
> > > zlib/install/path
> > > > >> is
> > > > >> > the
> > > > >> > > > > > > directory
> > > > >> > > > > > > > > > > where i
> > > > >> > > > > > > > > > > > put zlib installation, prefix=/zlib-
1.2.8 or
> > it
> > > is
> > > > >> > > > > > usr/local/bin
> > > > >> > > > > > > in
> > > > >> > > > > > > > > > order
> > > > >> > > > > > > > > > > > to be installed in the system.*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *i found a problem when installing
libpng
> > > > library. i
> > > > >> > used
> > > > >> > > > > thses
> > > > >> > > > > > > > > > > commands:*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *./configure
> > > --prefix=/root/Bureau/libpng-1.2.34*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *make *
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *make install*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *But when using configure, an error
occur
> > > > informing
> > > > >> me
> > > > >> > > that
> > > > >> > > > > > zlib
> > > > >> > > > > > > > > isn't
> > > > >> > > > > > > > > > > > installed.*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *So, i was wondering about path to
install.
> It
> > > is
> > > > in
> > > > >> > the
> > > > >> > > > > > > directory
> > > > >> > > > > > > > of
> > > > >> > > > > > > > > > > > library or in the system
> unix(usr/local/bin)*
> > > > >> > > > > > > > > > > > *Thanks,*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > *khaoula melki*
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie
Prestopnik
> > via
> > > > RT <
> > > > >> > > > > > > > > met_help at ucar.edu
> > > > >> > > > > > > > > > >:
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > Hi Khaoula.
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > There will not be a bin
subdirectory when
> > you
> > > > >> unpack
> > > > >> > > > > met-5.0,
> > > > >> > > > > > > but
> > > > >> > > > > > > > > > there
> > > > >> > > > > > > > > > > > > should be upon a successful
installation
> of
> > > the
> > > > >> MET
> > > > >> > > > tools.
> > > > >> > > > > > > > Looking
> > > > >> > > > > > > > > > at
> > > > >> > > > > > > > > > > > your
> > > > >> > > > > > > > > > > > > make_install.log file I see that
there is
> a
> > > > >> problem
> > > > >> > > > finding
> > > > >> > > > > > > > > grib2.h:
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > data2d_grib2.h:27:21: erreur:
grib2.h :
> > Aucun
> > > > >> fichier
> > > > >> > > ou
> > > > >> > > > > > > dossier
> > > > >> > > > > > > > de
> > > > >> > > > > > > > > > ce
> > > > >> > > > > > > > > > > > type
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > NCEP's GRIB2C library is used by
the MET
> > > library
> > > > >> code
> > > > >> > > to
> > > > >> > > > > read
> > > > >> > > > > > > > GRIB2
> > > > >> > > > > > > > > > > data
> > > > >> > > > > > > > > > > > > files.  If you do not need GRIB2
> capability,
> > > you
> > > > >> can
> > > > >> > > > simply
> > > > >> > > > > > > skip
> > > > >> > > > > > > > > this
> > > > >> > > > > > > > > > > > part
> > > > >> > > > > > > > > > > > > of the installation by removing
> > > "--enable-grib2"
> > > > >> from
> > > > >> > > > your
> > > > >> > > > > > list
> > > > >> > > > > > > > of
> > > > >> > > > > > > > > > > > options
> > > > >> > > > > > > > > > > > > to "./configure".  If you do need
GRIB2
> > > > capability
> > > > >> > and
> > > > >> > > > the
> > > > >> > > > > > > grib2c
> > > > >> > > > > > > > > > > library
> > > > >> > > > > > > > > > > > > is not already on your system, you
will
> need
> > > to
> > > > >> > > download
> > > > >> > > > > and
> > > > >> > > > > > > > unpack
> > > > >> > > > > > > > > > the
> > > > >> > > > > > > > > > > > > grib2c tarball (
> > > > >> > > > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > > >> > > > > > > > and
> > > > >> > > > > > > > > > > refer
> > > > >> > > > > > > > > > > > > to
> > > > >> > > > > > > > > > > > > the README file. Once built, MET
expects
> the
> > > > GRIB2
> > > > >> > > > > C-Library
> > > > >> > > > > > to
> > > > >> > > > > > > > be
> > > > >> > > > > > > > > > > named
> > > > >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-Library
> *requires
> > > the
> > > > >> > > > libraries
> > > > >> > > > > > > zlib,
> > > > >> > > > > > > > > > jasper
> > > > >> > > > > > > > > > > > and
> > > > >> > > > > > > > > > > > > png* to be present on your system
and
> those
> > > > >> packages
> > > > >> > > are
> > > > >> > > > > all
> > > > >> > > > > > > > > > available
> > > > >> > > > > > > > > > > in
> > > > >> > > > > > > > > > > > > the link above. When configuring
the MET
> > build
> > > > >> after
> > > > >> > > > > > > installation
> > > > >> > > > > > > > > of
> > > > >> > > > > > > > > > > the
> > > > >> > > > > > > > > > > > > necessary libraries (or if grib2c,
zlib,
> > > jasper,
> > > > >> and
> > > > >> > > png
> > > > >> > > > > are
> > > > >> > > > > > > > > already
> > > > >> > > > > > > > > > on
> > > > >> > > > > > > > > > > > > your system), set the *MET_GRIB2C*
(or
> > > > >> > *MET_GRIB2CINC*
> > > > >> > > > and
> > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> > > > >> > > > > > > > > > > > > environment variables to indicate
the
> > location
> > > > of
> > > > >> > this
> > > > >> > > > > > library.
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > Please let us know if you have any
> > questions.
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > Thanks,
> > > > >> > > > > > > > > > > > > Julie
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM,
Melki
> > Khaoula
> > > > via
> > > > >> RT
> > > > >> > <
> > > > >> > > > > > > > > > > met_help at ucar.edu>
> > > > >> > > > > > > > > > > > > wrote:
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > <URL:
> > > > >> > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > Hi Julie,
> > > > >> > > > > > > > > > > > > > thank you for your response.
> > > > >> > > > > > > > > > > > > > it rebuilt nectd.
> > > > >> > > > > > > > > > > > > > my problem now is the bin
subdirectory.
> > > > >> > > > > > > > > > > > > > when unpacking met-5.0, thre is
no
> > > > subdirectory
> > > > >> > > called
> > > > >> > > > > bin.
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > Also, after setting environment
> > variables, i
> > > > >> used
> > > > >> > the
> > > > >> > > > > > > > > configuration
> > > > >> > > > > > > > > > > > > script
> > > > >> > > > > > > > > > > > > > with: ./configure --prefix=`pwd`
> > > > --enable-grib2
> > > > >> > > > > > > --enable-modis
> > > > >> > > > > > > > > > > > > > --enable-mode_graphics
> > > > >> > > > > > > > > > > > > > there is no bin subdirectory
built or
> > > > >> recreated.
> > > > >> > > > > > > > > > > > > > Thanks,
> > > > >> > > > > > > > > > > > > > Khaoula
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00 Julie
> > Prestopnik
> > > > via
> > > > >> RT
> > > > >> > <
> > > > >> > > > > > > > > > > met_help at ucar.edu
> > > > >> > > > > > > > > > > > >:
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > Taking another look at this, I
do not
> > see
> > > a
> > > > >> "-I"
> > > > >> > > > entry
> > > > >> > > > > > for
> > > > >> > > > > > > > > > > > > > > "/root/Bureau/netcdf-4.3.3.1",
which I
> > > > believe
> > > > >> > you
> > > > >> > > > have
> > > > >> > > > > > > > > > MET_NETCDF
> > > > >> > > > > > > > > > > > set
> > > > >> > > > > > > > > > > > > > to.
> > > > >> > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I.
-I../../..
> > > > >> > > > > > > > -I../../../src/basic/vx_cal
> > > > >> > > > > > > > > > > > > > > -I../../../src/basic/vx_config
> > > > >> > > > > > -I../../../src/basic/vx_log
> > > > >> > > > > > > > > > > > > > > -I../../../src/basic/vx_math
> > > > >> > > > > -I../../../src/basic/vx_util
> > > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_afm
> > > > >> > > > > > > > > > > -I../../../src/libcode/vx_analysis_util
> > > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_color
> > > > >> > > > > > > > > -I../../../src/libcode/vx_data2d
> > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_data2d_factory
> > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_grib
> > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_grib2
> > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_data2d_nccf
> > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_data2d_nc_met
> > > > >> > > > > > > > > > > > > > >
> > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_geodesy
> > > > >> > > > > > > > > > -I../../../src/libcode/vx_gnomon
> > > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_grid
> > > > >> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
> > > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_nav
> > > > >> > > > > > > > -I../../../src/libcode/vx_nc_util
> > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_pb_util
> > > > >> > > > > > > > > > > -I../../../src/libcode/vx_plot_util
> > > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_ps
> > > > >> > > > > > -I../../../src/libcode/vx_pxm
> > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_render
> > > > >> > > > > > > > > > > -I../../../src/libcode/vx_shapedata
> > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_statistics
> > > > >> > > > > > > > > > > > -I../../../src/libcode/vx_stat_out
> > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_tc_util
> > -DBLOCK4
> > > > >> > > > -DWITH_GRIB2
> > > > >> > > > > > > > > > > > > > >
> > > > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
> > > > >> > -g
> > > > >> > > > -MT
> > > > >> > > > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
-MD -MP
> > -MF
> > > > >> > > > > > > > > > > > > > > .deps/libvx_nc_util_a-
nc_var_info.Tpo
> -c
> > > -o
> > > > >> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > >> > > > > > > > > > > > > > > `test -f 'nc_var_info.cc' ||
echo
> > > > >> > > './'`nc_var_info.cc
> > > > >> > > > > > > > > > > > > > > Dans le fichier inclus à partir
de
> > > > >> > > nc_var_info.cc:24:
> > > > >> > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
> netcdf.hh :
> > > > Aucun
> > > > >> > > > fichier
> > > > >> > > > > ou
> > > > >> > > > > > > > > dossier
> > > > >> > > > > > > > > > > de
> > > > >> > > > > > > > > > > > ce
> > > > >> > > > > > > > > > > > > > > type
> > > > >> > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > You could check the include
area for
> > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> > > > >> > > > > > > > > > to
> > > > >> > > > > > > > > > > > see
> > > > >> > > > > > > > > > > > > > if
> > > > >> > > > > > > > > > > > > > > there is a netcdf.hh file.  If
there
> is,
> > > > >> you'll
> > > > >> > > need
> > > > >> > > > to
> > > > >> > > > > > > make
> > > > >> > > > > > > > > sure
> > > > >> > > > > > > > > > > > that
> > > > >> > > > > > > > > > > > > > met
> > > > >> > > > > > > > > > > > > > > can find it by making sure the
> > MET_NETCDF
> > > is
> > > > >> set
> > > > >> > > > > > correctly,
> > > > >> > > > > > > > > then
> > > > >> > > > > > > > > > > > source
> > > > >> > > > > > > > > > > > > > > your .bashrc or similar file,
> > reconfigure,
> > > > and
> > > > >> > > > rebuild
> > > > >> > > > > > MET,
> > > > >> > > > > > > > > > > > otherwise,
> > > > >> > > > > > > > > > > > > if
> > > > >> > > > > > > > > > > > > > > it is not there, I would
suggest
> > following
> > > > the
> > > > >> > > > > > instructions
> > > > >> > > > > > > > in
> > > > >> > > > > > > > > my
> > > > >> > > > > > > > > > > > most
> > > > >> > > > > > > > > > > > > > > recent previous email.
> > > > >> > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > Please let us know how it works
out.
> > > > >> > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > Thanks,
> > > > >> > > > > > > > > > > > > > > Julie
> > > > >> > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52 PM,
Julie
> > > > >> Prestopnik
> > > > >> > <
> > > > >> > > > > > > > > > jpresto at ucar.edu
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > wrote:
> > > > >> > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I apologize for
the
> > delayed
> > > > >> > > > response.  I
> > > > >> > > > > > was
> > > > >> > > > > > > > out
> > > > >> > > > > > > > > > of
> > > > >> > > > > > > > > > > > > town.
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > I believe that I see in your
> > > > >> make_install.log
> > > > >> > > that
> > > > >> > > > > > there
> > > > >> > > > > > > > is a
> > > > >> > > > > > > > > > > > problem
> > > > >> > > > > > > > > > > > > > > > finding netcdf.hh:
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
> > netcdf.hh :
> > > > >> Aucun
> > > > >> > > > > fichier
> > > > >> > > > > > ou
> > > > >> > > > > > > > > > dossier
> > > > >> > > > > > > > > > > > de
> > > > >> > > > > > > > > > > > > ce
> > > > >> > > > > > > > > > > > > > > > type
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > We've typically been
compiling MET
> > using
> > > > >> NetCDF
> > > > >> > > > > version
> > > > >> > > > > > > 3 -
> > > > >> > > > > > > > > the
> > > > >> > > > > > > > > > > > > > specific
> > > > >> > > > > > > > > > > > > > > > version is netcdf-3.6.3.  I
know
> that
> > > some
> > > > >> of
> > > > >> > the
> > > > >> > > > > > > versions
> > > > >> > > > > > > > of
> > > > >> > > > > > > > > > > > netcdf
> > > > >> > > > > > > > > > > > > no
> > > > >> > > > > > > > > > > > > > > > longer include netcdf.hh, but
that
> > file
> > > is
> > > > >> > > > necessary
> > > > >> > > > > > for
> > > > >> > > > > > > > our
> > > > >> > > > > > > > > > > code.
> > > > >> > > > > > > > > > > > > I'd
> > > > >> > > > > > > > > > > > > > > > suggest downloading and
compiling
> > NetCDF
> > > > >> 3.6.3
> > > > >> > > > > locally
> > > > >> > > > > > > > using
> > > > >> > > > > > > > > > the
> > > > >> > > > > > > > > > > > > > > > following steps:
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > Download NetCDF 3.6.3 from
here:
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > >
> > > > >>
> > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > Then run:
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > tar -zxf netcdf-3.6.3.tar.gz
> > > > >> > > > > > > > > > > > > > > > ./configure --prefix=`pwd`
> > > > >> > > > > > > > > > > > > > > > make
> > > > >> > > > > > > > > > > > > > > > make install
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > These commands should compile
the C
> > and
> > > > C++
> > > > >> > > > > interfaces
> > > > >> > > > > > > for
> > > > >> > > > > > > > > > NetCDF
> > > > >> > > > > > > > > > > > and
> > > > >> > > > > > > > > > > > > > > > skip the Fortran interface
that MET
> > > > doesn't
> > > > >> > use.
> > > > >> > > > It
> > > > >> > > > > > will
> > > > >> > > > > > > > > > install
> > > > >> > > > > > > > > > > > the
> > > > >> > > > > > > > > > > > > > > > library in current "netcdf-
3.6.3"
> > > > directory
> > > > >> due
> > > > >> > > to
> > > > >> > > > > the
> > > > >> > > > > > > > > > > > --prefix=`pwd`
> > > > >> > > > > > > > > > > > > > > > option.
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > Next, you'll need to edit
where you
> > set
> > > > >> > > MET_NETCDF
> > > > >> > > > to
> > > > >> > > > > > > point
> > > > >> > > > > > > > > to
> > > > >> > > > > > > > > > > this
> > > > >> > > > > > > > > > > > > new
> > > > >> > > > > > > > > > > > > > > > location, source your .bashrc
or
> > > similiar
> > > > >> file,
> > > > >> > > and
> > > > >> > > > > > > rebuild
> > > > >> > > > > > > > > > MET.
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > Please let us know if that
works
> well
> > > for
> > > > >> you.
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > Thanks,
> > > > >> > > > > > > > > > > > > > > > Julie
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at 4:24
AM,
> Melki
> > > > >> Khaoula
> > > > >> > > via
> > > > >> > > > > RT <
> > > > >> > > > > > > > > > > > > > met_help at ucar.edu
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > > wrote:
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >> <URL:
> > > > >> > > > > > > > >
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >> Hello John,
> > > > >> > > > > > > > > > > > > > > >> the error was there is no
compilor
> of
> > > > C++.
> > > > >> so
> > > > >> > i
> > > > >> > > > > > > downloaded
> > > > >> > > > > > > > > g++
> > > > >> > > > > > > > > > > > > using :
> > > > >> > > > > > > > > > > > > > > yum
> > > > >> > > > > > > > > > > > > > > >> install gcc-c++.
> > > > >> > > > > > > > > > > > > > > >> I didn't understand the bin
> > > > subdirectory. I
> > > > >> > > looked
> > > > >> > > > > to
> > > > >> > > > > > > the
> > > > >> > > > > > > > > > > met-5.0
> > > > >> > > > > > > > > > > > > > > >> directory, i didin't find a
> > > subdirectory
> > > > >> > called
> > > > >> > > > bin.
> > > > >> > > > > > But
> > > > >> > > > > > > > > files
> > > > >> > > > > > > > > > > > cited
> > > > >> > > > > > > > > > > > > > in
> > > > >> > > > > > > > > > > > > > > >> the
> > > > >> > > > > > > > > > > > > > > >> Built executables are
located in
> the
> > > > output
> > > > >> > > > > > > subdirectory.
> > > > >> > > > > > > > > > > > > > > >> The compilation of *make
install >&
> > > > >> > > > make_install.log
> > > > >> > > > > > &*
> > > > >> > > > > > > > > > > > > > > >> *tail -f make_install.log
*
> > > > >> > > > > > > > > > > > > > > >> * send an error.*
> > > > >> > > > > > > > > > > > > > > >> *there is two executables,
*the
> > first
> > > is
> > > > >> > called
> > > > >> > > > > > > > > > configuration1.
> > > > >> > > > > > > > > > > > It
> > > > >> > > > > > > > > > > > > is
> > > > >> > > > > > > > > > > > > > > >> about run of ./
> > > > >> > > > > > > > > > > > > > > >> *configure --prefix=`pwd`
> > > --enable-grib2
> > > > >> > > > > > --enable-modis
> > > > >> > > > > > > > > > > > > > > >> --enable-mode_graphics*The
second
> is
> > > > called
> > > > >> > make
> > > > >> > > > > > > > > install.log,
> > > > >> > > > > > > > > > > > > obtained
> > > > >> > > > > > > > > > > > > > > >> after running :
> > > > >> > > > > > > > > > > > > > > >> *make install >&
make_install.log
> &*
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >> *tail -f make_install.log*
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >> *Thanks,*
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >> *Khaoula*
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00
Melki
> > > Khaoula <
> > > > >> > > > > > > > > > khaoula.enit at gmail.com
> > > > >> > > > > > > > > > > >:
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > > >> > Hello John,
> > > > >> > > > > > > > > > > > > > > >> > Thank you for your help.
it
> really
> > > > works.
> > > > >> > > > > > > > > > > > > > > >> > I am in the configuration
step.
> > > > >> > > > > > > > > > > > > > > >> > when executing the command
of :
> > > > >> ./configure
> > > > >> > > > > > > > --prefix=`pwd`
> > > > >> > > > > > > > > > > > > > > >> --enable-grib2
> > > > >> > > > > > > > > > > > > > > >> > --enable-modis
> > > --enable-mode_graphics.
> > > > >> > > > > > > > > > > > > > > >> > i found that when cheking
for
> some
> > > > >> > compilers,
> > > > >> > > > the
> > > > >> > > > > > > system
> > > > >> > > > > > > > > > > return
> > > > >> > > > > > > > > > > > > no.
> > > > >> > > > > > > > > > > > > > > >> > for example:
> > > > >> > > > > > > > > > > > > > > >> > checking for bison... no
> > > > >> > > > > > > > > > > > > > > >> > checking for byacc... no
> > > > >> > > > > > > > > > > > > > > >> > checking for g++... no
> > > > >> > > > > > > > > > > > > > > >> > checking for c++... no
> > > > >> > > > > > > > > > > > > > > >> > checking for gpp... no
> > > > >> > > > > > > > > > > > > > > >> > checking for aCC... no
> > > > >> > > > > > > > > > > > > > > >> > checking for CC... no
> > > > >> > > > > > > > > > > > > > > >> > checking for cxx... no
> > > > >> > > > > > > > > > > > > > > >> > checking for cc++... no
> > > > >> > > > > > > > > > > > > > > >> > checking for cl.exe... no
> > > > >> > > > > > > > > > > > > > > >> > checking for FCC... no
> > > > >> > > > > > > > > > > > > > > >> > checking for KCC... no
> > > > >> > > > > > > > > > > > > > > >> > checking for RCC... no
> > > > >> > > > > > > > > > > > > > > >> > checking for xlC_r... no
> > > > >> > > > > > > > > > > > > > > >> > checking for xlC... no
> > > > >> > > > > > > > > > > > > > > >> > checking whether the C++
compiler
> > > > >> works...
> > > > >> > no
> > > > >> > > > > > > > > > > > > > > >> > IS there any errors?
> > > > >> > > > > > > > > > > > > > > >> > you will find the
executive file
> > > called
> > > > >> > > > > > configuration.
> > > > >> > > > > > > > > > > > > > > >> > thanks,
> > > > >> > > > > > > > > > > > > > > >> > Khaoula
> > > > >> > > > > > > > > > > > > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >
> > > > >> > > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-04:00
John
> > > Halley
> > > > >> > Gotway
> > > > >> > > > via
> > > > >> > > > > > RT <
> > > > >> > > > > > > > > > > > > > > met_help at ucar.edu
> > > > >> > > > > > > > > > > > > > > >> >:
> > > > >> > > > > > > > > > > > > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >> >> Looks like you have
syntax wrong
> > on
> > > > >> those
> > > > >> > > > > commands.
> > > > >> > > > > > > > > Please
> > > > >> > > > > > > > > > > try
> > > > >> > > > > > > > > > > > > > this:
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >> >> export
> > > > >> > > > > > > > MET_NETCDFINC=/root/Bureau/netcdf-
4.3.3.1/include
> > > > >> > > > > > > > > > > > > > > >> >> export
> > > > >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >> >> Actually since your
NetCDF build
> > is
> > > > >> > installed
> > > > >> > > > in
> > > > >> > > > > > the
> > > > >> > > > > > > > > > standard
> > > > >> > > > > > > > > > > > > way,
> > > > >> > > > > > > > > > > > > > > >> this is
> > > > >> > > > > > > > > > > > > > > >> >> all you really need to
set:
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >> >> export
> > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >> >> And MET assumes that the
headers
> > are
> > > > in
> > > > >> the
> > > > >> > > > > > "include"
> > > > >> > > > > > > > > > > > > subdirectory
> > > > >> > > > > > > > > > > > > > > and
> > > > >> > > > > > > > > > > > > > > >> the
> > > > >> > > > > > > > > > > > > > > >> >> library archive files are
in the
> > > "lib"
> > > > >> > > > > > subdirectory.
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >> >> Thanks,
> > > > >> > > > > > > > > > > > > > > >> >> John
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at
6:58 AM,
> > > Melki
> > > > >> > > Khaoula
> > > > >> > > > > via
> > > > >> > > > > > > RT <
> > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu>
> > > > >> > > > > > > > > > > > > > > >> >> wrote:
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > > > > > > > > >> >> > <URL:
> > > > >> > > > > > > > > > > >
> > > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > > > > > > > > >> >> > Thank you for your
help.
> > > > >> > > > > > > > > > > > > > > >> >> > I'm grateful for you
and
> Julie.
> > > > >> > > > > > > > > > > > > > > >> >> > I'm now setting
environment
> > > > variables.
> > > > >> > > > > > > > > > > > > > > >> >> > I want to confirm this
command
> > if
> > > it
> > > > >> is
> > > > >> > > right
> > > > >> > > > > or
> > > > >> > > > > > > no,
> > > > >> > > > > > > > > for
> > > > >> > > > > > > > > > > > > example,
> > > > >> > > > > > > > > > > > > > > if
> > > > >> > > > > > > > > > > > > > > >> i
> > > > >> > > > > > > > > > > > > > > >> >> set:
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > >
> > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > export=/$MET_NETCDFLIB/root/Bureau/netcdf-
4.3.3.1/lib
> > > > >> > > > > > > > > > > > > > > >> >> > in order to Set
*$MET_NETCDF*
> to
> > > > >> point to
> > > > >> > > the
> > > > >> > > > > > main
> > > > >> > > > > > > > > > > > > > NetCDFdirectory.
> > > > >> > > > > > > > > > > > > > > >> >> > I  use  also the same
process
> to
> > > set
> > > > >> > others
> > > > >> > > > > > > external
> > > > >> > > > > > > > > > > > libraries.
> > > > >> > > > > > > > > > > > > > > >> >> > I let you know that my
shell
> is
> > > > bash,
> > > > >> so
> > > > >> > i
> > > > >> > > > > can't
> > > > >> > > > > > > use
> > > > >> > > > > > > > > the
> > > > >> > > > > > > > > > > > export
> > > > >> > > > > > > > > > > > > > > >> command.
> > > > >> > > > > > > > > > > > > > > >> >> > Im wondering if i'm in
the
> right
> > > > way,
> > > > >> > > because
> > > > >> > > > > the
> > > > >> > > > > > > > > command
> > > > >> > > > > > > > > > > > with
> > > > >> > > > > > > > > > > > > > > export
> > > > >> > > > > > > > > > > > > > > >> >> > doesn't produce any
error to
> > > verify
> > > > if
> > > > >> > i'm
> > > > >> > > > > right
> > > > >> > > > > > or
> > > > >> > > > > > > > > > wrong.
> > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
> > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-
04:00
> John
> > > > Halley
> > > > >> > > Gotway
> > > > >> > > > > via
> > > > >> > > > > > > RT
> > > > >> > > > > > > > <
> > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu
> > > > >> > > > > > > > > > > > > > > >> >> >:
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > Julie is out of town.
My
> name
> > > is
> > > > >> John,
> > > > >> > > and
> > > > >> > > > > I'd
> > > > >> > > > > > > be
> > > > >> > > > > > > > > > happy
> > > > >> > > > > > > > > > > to
> > > > >> > > > > > > > > > > > > > help
> > > > >> > > > > > > > > > > > > > > >> >> answer
> > > > >> > > > > > > > > > > > > > > >> >> > > your MET questions.
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > I see that you're
trying to
> > get
> > > up
> > > > >> and
> > > > >> > > > > running
> > > > >> > > > > > > > using
> > > > >> > > > > > > > > > MET
> > > > >> > > > > > > > > > > to
> > > > >> > > > > > > > > > > > > > > verify
> > > > >> > > > > > > > > > > > > > > >> WRF
> > > > >> > > > > > > > > > > > > > > >> >> > > output.  MET doesn't
read
> WRF
> > > > output
> > > > >> > > files
> > > > >> > > > > > > > directly,
> > > > >> > > > > > > > > > but
> > > > >> > > > > > > > > > > > > > requires
> > > > >> > > > > > > > > > > > > > > >> that
> > > > >> > > > > > > > > > > > > > > >> >> > they
> > > > >> > > > > > > > > > > > > > > >> >> > > first be post-
processed
> either
> > > > with
> > > > >> the
> > > > >> > > > > WRF-ARW
> > > > >> > > > > > > > > pinterp
> > > > >> > > > > > > > > > > > > utility
> > > > >> > > > > > > > > > > > > > > or
> > > > >> > > > > > > > > > > > > > > >> the
> > > > >> > > > > > > > > > > > > > > >> >> > > Unified Post-
Processor
> (UPP).
> > > Of
> > > > >> the
> > > > >> > > two,
> > > > >> > > > > I'd
> > > > >> > > > > > > > > strongly
> > > > >> > > > > > > > > > > > > > recommend
> > > > >> > > > > > > > > > > > > > > >> >> using
> > > > >> > > > > > > > > > > > > > > >> >> > UPP
> > > > >> > > > > > > > > > > > > > > >> >> > > which creates output
in GRIB
> > > > format
> > > > >> > that
> > > > >> > > is
> > > > >> > > > > > fully
> > > > >> > > > > > > > > > > supported
> > > > >> > > > > > > > > > > > > by
> > > > >> > > > > > > > > > > > > > > MET.
> > > > >> > > > > > > > > > > > > > > >> >> The
> > > > >> > > > > > > > > > > > > > > >> >> > > pinterp utility
writes it
> > output
> > > > in
> > > > >> > > NetCDF
> > > > >> > > > > but
> > > > >> > > > > > we
> > > > >> > > > > > > > > only
> > > > >> > > > > > > > > > > > > support
> > > > >> > > > > > > > > > > > > > > data
> > > > >> > > > > > > > > > > > > > > >> >> > defined
> > > > >> > > > > > > > > > > > > > > >> >> > > on the non-staggered
> > dimensions.
> > > > >> Since
> > > > >> > > > > > velocity
> > > > >> > > > > > > > > points
> > > > >> > > > > > > > > > > are
> > > > >> > > > > > > > > > > > > > > >> staggered
> > > > >> > > > > > > > > > > > > > > >> >> in
> > > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET can't be
used to
> > > > verifying
> > > > >> > winds
> > > > >> > > > in
> > > > >> > > > > > > > pinterp
> > > > >> > > > > > > > > > > > output.
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > Another advantage to
using
> UPP
> > > is
> > > > >> that
> > > > >> > > GRIB
> > > > >> > > > > > data
> > > > >> > > > > > > > can
> > > > >> > > > > > > > > be
> > > > >> > > > > > > > > > > > > easily
> > > > >> > > > > > > > > > > > > > > >> >> regridded
> > > > >> > > > > > > > > > > > > > > >> >> > > using the copygb
utility.
> > > copygb
> > > > is
> > > > >> > > > included
> > > > >> > > > > > in
> > > > >> > > > > > > > the
> > > > >> > > > > > > > > > UPP
> > > > >> > > > > > > > > > > > > > package.
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > You can download
pinterp
> here:
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > And you can download
UPP
> here:
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > >
> > > > >> > > http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > Hope that helps.
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
> > > > >> > > > > > > > > > > > > > > >> >> > > John Halley Gotway
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > On Wed, Jun 24, 2015
at 6:29
> > AM,
> > > > >> Melki
> > > > >> > > > > Khaoula
> > > > >> > > > > > > via
> > > > >> > > > > > > > > RT <
> > > > >> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
> > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
> > > > >> > > > > > > > > > > > > >
> > > > >> > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > > > > > > > > > > > > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
> > > > >> > > > > > > > > > > > > > > >> >> > > > I compiled all
libraries.
> > > > >> > > > > > > > > > > > > > > >> >> > > > I downloaded post
> processor
> > > but
> > > > i
> > > > >> > can't
> > > > >> > > > > find
> > > > >> > > > > > > the
> > > > >> > > > > > > > > > > WRF-ARW
> > > > >> > > > > > > > > > > > > > > p-interp
> > > > >> > > > > > > > > > > > > > > >> >> Tool
> > > > >> > > > > > > > > > > > > > > >> >> > > when
> > > > >> > > > > > > > > > > > > > > >> >> > > > i use the link
posted in
> the
> > > > >> > tutorial.
> > > > >> > > > > > > > > > > > > > > >> >> > > > also,what i don't
> understand
> > > the
> > > > >> > > utility
> > > > >> > > > of
> > > > >> > > > > > the
> > > > >> > > > > > > > > > copygb
> > > > >> > > > > > > > > > > > > > utility
> > > > >> > > > > > > > > > > > > > > >> and
> > > > >> > > > > > > > > > > > > > > >> >> > from
> > > > >> > > > > > > > > > > > > > > >> >> > > > where to get it.
> > > > >> > > > > > > > > > > > > > > >> >> > > > i don't know what
to do
> next
> > > to
> > > > >> > > > downloading
> > > > >> > > > > > and
> > > > >> > > > > > > > > > > compiling
> > > > >> > > > > > > > > > > > > > > >> required
> > > > >> > > > > > > > > > > > > > > >> >> > > > libraries.
> > > > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
> > > > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
> > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10
GMT-04:00
> > > Melki
> > > > >> > > Khaoula <
> > > > >> > > > > > > > > > > > > > > khaoula.enit at gmail.com
> > > > >> > > > > > > > > > > > > > > >> >:
> > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > > *I  unpacked the
HDF
> > > > librarry.*
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > > *When lookig the
HDF-EOS
> > > > >> library, i
> > > > >> > > > found
> > > > >> > > > > > in
> > > > >> > > > > > > > the
> > > > >> > > > > > > > > > > > website
> > > > >> > > > > > > > > > > > > is
> > > > >> > > > > > > > > > > > > > > >> >> > > > > HDF-
EOS2.16v1.00.tar.Z.*
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > > *i tried to
unpack it, i
> > > > didn't
> > > > >> > find
> > > > >> > > > the
> > > > >> > > > > > > right
> > > > >> > > > > > > > > > > command
> > > > >> > > > > > > > > > > > to
> > > > >> > > > > > > > > > > > > > do
> > > > >> > > > > > > > > > > > > > > >> it.*
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > > *Is there any
command to
> > > unpak
> > > > >> this
> > > > >> > > > > > library.*
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23 12:37
> GMT-04:00
> > > > Julie
> > > > >> > > > > Prestopnik
> > > > >> > > > > > > via
> > > > >> > > > > > > > > RT
> > > > >> > > > > > > > > > <
> > > > >> > > > > > > > > > > > > > > >> >> > met_help at ucar.edu
> > > > >> > > > > > > > > > > > > > > >> >> > > >:
> > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-
Library is
> > used
> > > > by
> > > > >> the
> > > > >> > > MET
> > > > >> > > > > > > library
> > > > >> > > > > > > > > > code
> > > > >> > > > > > > > > > > to
> > > > >> > > > > > > > > > > > > > read
> > > > >> > > > > > > > > > > > > > > >> GRIB2
> > > > >> > > > > > > > > > > > > > > >> >> > data
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> files. The GRIB2
> > C-Library
> > > > >> > requires
> > > > >> > > > the
> > > > >> > > > > > > > > libraries
> > > > >> > > > > > > > > > > > zlib,
> > > > >> > > > > > > > > > > > > > > jasper
> > > > >> > > > > > > > > > > > > > > >> >> and
> > > > >> > > > > > > > > > > > > > > >> >> > png
> > > > >> > > > > > > > > > > > > > > >> >> > > > to
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> be present on
your
> > system.
> > > > >> Support
> > > > >> > > for
> > > > >> > > > > > GRIB2
> > > > >> > > > > > > > is
> > > > >> > > > > > > > > > > > optional
> > > > >> > > > > > > > > > > > > > and
> > > > >> > > > > > > > > > > > > > > >> can
> > > > >> > > > > > > > > > > > > > > >> >> be
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> enabled
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> with the
> *--enable-grib2*
> > > > >> option
> > > > >> > for
> > > > >> > > > > > > > configure.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> I hope that
helps.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> Julie
> > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun 23,
2015 at
> > > 6:56
> > > > >> AM,
> > > > >> > > Melki
> > > > >> > > > > > > Khaoula
> > > > >> > > > > > > > > via
> > > > >> > > > > > > > > > > RT
> > > > >> > > > > > > > > > > > <
> > > > >> > > > > > > > > > > > > > > >> >> > > > met_help at ucar.edu>
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> wrote:
> > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
> > > > >> > > > > > > > > > > > > > > >>
> > > > >> > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > >> > > > > > > > > > > > > > > >> >> >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> >  Thank you
Julie,
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > It works.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > I compile
Nectcdf ,
> GNU
> > > > and
> > > > >> > zlib
> > > > >> > > > > > > libraries.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > About GRIB C
> library, i
> > > > >> > downloaded
> > > > >> > > > the
> > > > >> > > > > > > > library
> > > > >> > > > > > > > > > and
> > > > >> > > > > > > > > > > > > > > unpacked
> > > > >> > > > > > > > > > > > > > > >> >> it.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > how it can be
used by
> > > MET?
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > 2015-06-19
17:58
> > > GMT+02:00
> > > > >> Julie
> > > > >> > > > > > > Prestopnik
> > > > >> > > > > > > > > via
> > > > >> > > > > > > > > > > RT <
> > > > >> > > > > > > > > > > > > > > >> >> > > met_help at ucar.edu
> > > > >> > > > > > > > > > > > > > > >> >> > > > >:
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > I'm glad
that you
> > were
> > > > >> able to
> > > > >> > > get
> > > > >> > > > > > > BUFRLIB
> > > > >> > > > > > > > > > > > > installed.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You said,
"when
> > trying
> > > to
> > > > >> run
> > > > >> > > the
> > > > >> > > > > firs
> > > > >> > > > > > > > > command
> > > > >> > > > > > > > > > > of
> > > > >> > > > > > > > > > > > *
> > > > >> > > > > > > > > > > > > > *cd
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> /path/to/netcdf.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > he
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > wrote me no
file or
> > > > >> directory"
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > In the
tutorial,
> when
> > > we
> > > > >> say
> > > > >> > > "*cd
> > > > >> > > > > > > > > > > > /path/to/netcdf*"
> > > > >> > > > > > > > > > > > > > you
> > > > >> > > > > > > > > > > > > > > >> >> should
> > > > >> > > > > > > > > > > > > > > >> >> > > > change
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > directories
to the
> > > > location
> > > > >> > > where
> > > > >> > > > > your
> > > > >> > > > > > > > > netcdf
> > > > >> > > > > > > > > > > > > > directory
> > > > >> > > > > > > > > > > > > > > >> is on
> > > > >> > > > > > > > > > > > > > > >> >> > your
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > machine.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > For example,
if you
> > > > >> unpacked
> > > > >> > the
> > > > >> > > > tar
> > > > >> > > > > > > file
> > > > >> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > >> > > > > > > > > > > > > > > >> >> in
> > > > >> > > > > > > > > > > > > > > >> >> > a
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > directory
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > path of
> > > > >> > > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > >> > > > > > > > > > > you
> > > > >> > > > > > > > > > > > > > would
> > > > >> > > > > > > > > > > > > > > >> run
> > > > >> > > > > > > > > > > > > > > >> >> "cd
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > >> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > >> > > > > > > > > > > > > > > */path/to/netcdf
> > > > >> > > > > > > > > > > > > > > >> >> *is a
> > > > >> > > > > > > > > > > > > > > >> >> > > > place
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > holder for
the
> > location
> > > > on
> > > > >> > your
> > > > >> > > > > > machine.
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You said,
"setenv
> CC
> > > > >> > > > > > > /path/to/c/compiler.
> > > > >> > > > > > > > It
> > > > >> > > > > > > > > > > > doesn't
> > > > >> > > > > > > > > > > > > > > >> work.he
> > > > >> > > > > > > > > > > > > > > >> >> > said
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> command
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of setenv
doesn't
> > > > exist.*"
> > > > >> > > > "setenv"
> > > > >> > > > > > is
> > > > >> > > > > > > > the
> > > > >> > > > > > > > > > name
> > > > >> > > > > > > > > > > > of
> > > > >> > > > > > > > > > > > > > the
> > > > >> > > > > > > > > > > > > > > >> >> command
> > > > >> > > > > > > > > > > > > > > >> >> > > used
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> to
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > set
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > environment
> variables
> > > in
> > > > >> the
> > > > >> > > *csh
> > > > >> > > > > > family
> > > > >> > > > > > > > of
> > > > >> > > > > > > > > > > > shells.
> > > > >> > > > > > > > > > > > > > If
> > > > >> > > > > > > > > > > > > > > >> you
> > > > >> > > > > > > > > > > > > > > >> >> are
> > > > >> > > > > > > > > > > > > > > >> >> > > > using
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> a
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > different
shell,
> > > however,
> > > > >> you
> > > > >> > > may
> > > > >> > > > > need
> > > > >> > > > > > > to
> > > > >> > > > > > > > > use
> > > > >> > > > > > > > > > > > > > "export",
> > > > >> > > > > > > > > > > > > > > >> >> which is
> > > > >> > > > > > > > > > > > > > > >> >> > > the
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> name
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of the
command in
> the
> > > > >> "other"
> > > > >> > > > family
> > > > >> > > > > > of
> > > > >> > > > > > > > > shells
> > > > >> > > > > > > > > > > > (ash,
> > > > >> > > > > > > > > > > > > > > >> bourne,
> > > > >> > > > > > > > > > > > > > > >> >> > > bourne
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > again,
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).  To
find out
> > what
> > > > >> shell
> > > > >> > > you
> > > > >> > > > > are
> > > > >> > > > > > > > using,
> > > > >> > > > > > > > > > you
> > > > >> > > > > > > > > > > > can
> > > > >> > > > > > > > > > > > > > run
> > > > >> > > > > > > > > > > > > > > >> >> "echo
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > If you are
using a
> > > shell
> > > > >> other
> > > > >> > > > than
> > > > >> > > > > > the
> > > > >> > > > > > > > *csh
> > > > >> > > > > > > > > > > > family
> > > > >> > > > > > > > > > > > > of
> > > > >> > > > > > > > > > > > > > > >> >> shells,
> > > > >> > > > > > > > > > > > > > > >> >> > and
> > > > >> > > > > > > > > > > > > > > >> >> > > > you
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > need
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > to use
"export",
> the
> > > > >> syntax is
> > > > >> > > > > > slightly
> > > > >> > > > > > > > > > > different.
> > > > >> > > > > > > > > > > > > > > >> Instead
> > > > >> > > > > > > > > > > > > > > >> >> of
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> running:
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
> > > > >> /path/to/c/compiler
> > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > >> > > > > > > > > > > > > > > >> >>
> > > > >>
> > > > > ...
> > > > >
> > > > > [Message tronqué]
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: John Halley Gotway
Time: Mon Aug 17 12:03:00 2015

Hello Khaoula,

This is John again.  Sorry to keep handing you off!

I would suggest getting MET up and running without support for MODIS
and
MODE-Graphics for the time being.  There's a whole lot you can do in
MET
without those options.  Once you get it all working well, you could
consider recompiling with them turned on.  For now, please try:

./configure --prefix=`pwd` --enable-grib2
make clean
make install >& make_install.log
make test    >& make_test.log
egrep -i error make*.log

Does that all work without any errors?

Thanks,
John


On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Thank you Julie,
> I have the same error when compiling these libraries.
> when compiling HDF4.2r3, i used these commands:
> *echo "Compiling HDF" *
> *cd hdf *
> *tar -xzf HDF4.2r3.tar.gz*
> *cd HDF4.2r3*
> *./configure --prefix=${INSTALL_DIR} --disable-netcdf >& /dev/null*
> *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg -lz/LIBS = -ljpeg
-lz
> -lm/g' > Makefile_NEW*
> *mv Makefile_NEW mfhdf/hdiff/Makefile*
> *make >& /dev/null*
>
> *make install >& /dev/null*
> It works.
> when compiling HDFEOS, i used :
> *echo "Compiling HDF-EOS"*
> *cd hdfeos*
> *tar -xf HDF-EOS2.16v1.00.tar*
> *cd hdfeos*
> *./configure --prefix=${INSTALL_DIR} --with-hdf4=${INSTALL_DIR}
> CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
> *make >& /dev/null*
> *make install >& /dev/null*
> *cp include/*.h ../../include/.*
>
> but when compiling* :**cp include/*.h ../../include/. he returns
cp:*the
> file  « ../../include/. » isn't  a repertory.
>
> *For compiling met-5.0, i used thses commands:*
>
> cd /root/Bureau/met-5.0
>
> export CC=/usr/bin/gcc
>
> export CXX=/usr/bin/g++
>
> export F77=/usr/bin/gfortran
>
> export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include
>
> export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
>
> export MET_BUFRLIB=/root/Bureau/BUFRLIB
>
> export MET_GSL=/root/Bureau/gsl-1.16
>
> export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
>
> export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
>
> export MET_HDF=/root/Bureau/HDF4.2r3
>
>
> export MET_HDFEOS=/root/Bureau/hdfeos
>
> export MET_CAIRO=/root/Bureau/cairo-1.0.0
>
> export MET_FREETYPE=/root/Bureau/freetype-2.4.0
>
> export MET_FONT_DIR=/root/Bureau/fonts
>
> *./configure --prefix=`pwd` --enable-grib2 --enable-modis
> --enable-mode_graphics*
>
>  make clean
>
>  *make install >& make_install.log &*
> *tail -f make_install.log*
>
> *Is there any error in theses commands.*
>
> *Thanks,*
>
> *Khaoula*
>
>
>
> 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hello Khaoula,
> >
> > Thanks for sending the latest output of make and the listing of
your hdf
> > and hdfeos directories - that's very helpful.  Here's the relevant
error
> > you're getting:
> >
> > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun fichier ou
dossier de
> ce
> > type
> >
> > Using google translate, I see that means: No files or folders of
this
> type
> >
> > Basically, MET isn't able to find the file named "hdf.h", which is
> included
> > in the HDF4.2r3 library.  I was able to compare your listing of
the files
> > and directories in your /root/Bureau/HDF4.2r3 directory with mine
found
> > that I have some additional files/directories that you do not:
> >
> > config.status
> > hh
> > include
> > lib
> > libhdf4.settings
> > Makefile
> > share
> >
> > With the lack of "Makefile" in your directory, it seems that the
library
> > wasn't configured and installed.  Please follow the "Compiling HDF
and
> > HDF-EOS" directions on this page:
> >
> >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >
> > Once you have compiled HDF, please recompile HDF-EOS and then set
the
> > following:
> >
> > Once you've compiled "g2clib", try setting the following:
> > If you're using csh:
> >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different location
if you
> > install it in a different place)
> >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a different
location if
> you
> > install it in a different place)
> >
> > If you're using bash:
> >    export MET_HDF =/root/Bureau/hdfeos (or a different location if
you
> > install it in a different place)
> >    export MET_HDFEOS=/root/Bureau/hdfeos (or a different location
if you
> > install it in a different place)
> >
> > And from the top-level met-5.0 directory, rerun the "configure"
command
> you
> > used for MET, and then run:
> >    make clean
> >    make install >& make_install.log
> >
> > Please let me know how it goes.
> >
> > Thanks,
> > Julie
> >
> > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > Hi Julie,
> > > I'm sorry, i sent you another make-install file.
> > > this is the last version.
> > > Also you could see what contain hdf and hdfeos files.
> > > Thanks,
> > > Khaoula
> > >
> > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> > >
> > > > Hi Khaoula.
> > > >
> > > > John is now out of the office, but I am back.
> > > >
> > > > I do not see the error in the attached make_install.log about
hdf.h
> > that
> > > > you refer to.
> > > >
> > > > The error that I see is:
> > > >
> > > > /usr/bin/ld: cannot find -lbufr
> > > >
> > > > which means that the linker can't find the BUFR library files.
> > > >
> > > > It looks like you have* $MET_BUFRLIB *set to
> > -L/root/Bureau/BUFLIB/lib,
> > > so
> > > > you're telling the linker to look in /root/Bureau/BUFLIB/lib
for the
> > > > library files.  Could you please verify that the files exist
in that
> > > > directory?  Please send a listing of the files in that
directory.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > >
> > > >
> > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > > >
> > > > > Hi John,
> > > > > This is the last version of running MET model.
> > > > > the first error is about the hdf.h. when i look for it  in
the
> > > HDF4.2r3 i
> > > > > can't find it.
> > > > > the problem is that the met model can't find the hfeosdef .h
or,
> when
> > > > > looking for it it exists
> > > > > ls  -l /root/Bureau/hdfeos/include
> > > > >
> > > > > total 136
> > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008 cfortHdf.h
> > > > > -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
> > > > > -r--r--r--. 1 752 users  7004 30 août   2007 HdfEosDef.f
> > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008 HdfEosDef.h
> > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008 HDFEOSVersion.h
> > > > > -r--r--r--. 1 752 users  3922 19 mai    2009 HE2_config.h.in
> > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008 Makefile.am
> > > > > -r--r--r--. 1 752 users 13297 19 mai    2009 Makefile.in
> > > > > Thanks,
> > > > > khaoula
> > > > >
> > > > >
> > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > > > >
> > > > > > Hi John,
> > > > > > It really strange.
> > > > > > when i run netcdef, he come back to grib2.h error or
gsl_cdf.h.
> > > > > > i checked all my files needed for executing configure
script.
> > > > > > grib2.h , netcdf.hh ..... are all located in their right
> libraries.
> > > > > > The problem is that met-5.0 can't find them.
> > > > > > you find attached the last make-install result.
> > > > > > Thanks,
> > > > > > Khaoula
> > > > > >
> > > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT <
> > > > met_help at ucar.edu
> > > > > >:
> > > > > >
> > > > > >> Khaoula,
> > > > > >>
> > > > > >> MET is written primarily in C++ and, as such, requires
that the
> > C++
> > > > > >> interface for NetCDF be compiled.  It's possible that the
C++
> > > > interface
> > > > > >> was
> > > > > >> not compiled in the version of NetCDF to which you're
pointing.
> > > > Please
> > > > > >> see
> > > > > >> if the following file exists:
> > > > > >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
> > > > > >>
> > > > > >> If it does not, then you'll need to recompile NetCDF
somewhere
> > > > including
> > > > > >> the C++ interface.  It's described on this page:
> > > > > >>
> > > > > >>
> > > > > >>
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > >> '
> > > > > >>
> > > > > >> If that file does exist, that's great.  Just do the
following
> (the
> > > > > setting
> > > > > >> you sent me used "netcdf-36.3" instead of "netcdf-
3.6.3"):
> > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
> > > > > >>    Rerun the configure command.
> > > > > >>    make clean
> > > > > >>    make install
> > > > > >>
> > > > > >> Hope that helps.
> > > > > >>
> > > > > >> Thanks,
> > > > > >> John
> > > > > >>
> > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > >> wrote:
> > > > > >>
> > > > > >> >
> > > > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > > > >> >
> > > > > >> > Hi john,
> > > > > >> > Thank you for your help.
> > > > > >> > It works but there is another error. He cannot find the
> > netcdf.hh
> > > > > file.
> > > > > >> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
> > > > > >> > but it still the same error.
> > > > > >> > you find attached make_install file.
> > > > > >> > Thanks,
> > > > > >> > Khaoula
> > > > > >> >
> > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT <
> > > > > met_help at ucar.edu
> > > > > >> >:
> > > > > >> >
> > > > > >> > > Hello Khaoula,
> > > > > >> > >
> > > > > >> > > My name is John Halley Gotway.  Julie's out of town
until
> next
> > > > week,
> > > > > >> but
> > > > > >> > > hopefully I can help you with this issue.  Thanks for
> sending
> > > the
> > > > > >> output
> > > > > >> > of
> > > > > >> > > make - that's very helpful.  Here's the relevant
error
> you're
> > > > > getting:
> > > > > >> > >
> > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun fichier
ou
> > dossier
> > > > de
> > > > > ce
> > > > > >> > type
> > > > > >> > >
> > > > > >> > > Using google translate, I see that means: No files or
> folders
> > of
> > > > > this
> > > > > >> > type
> > > > > >> > >
> > > > > >> > > Basically, MET isn't able to find the file named
"grib2.h",
> > > which
> > > > is
> > > > > >> > > included in the library named "g2clib".  Since you're
> > compiling
> > > > > >> support
> > > > > >> > for
> > > > > >> > > GRIB2, I assume you've already compiled that library.
If
> > that's
> > > > not
> > > > > >> the
> > > > > >> > > case, please see the information here:
> > > > > >> > >
> > > > > >> > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > > > >> > >
> > > > > >> > > Once you've compiled "g2clib", try setting the
following:
> > > > > >> > > If you're using csh:
> > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> > > > > >> > >
> > > > > >> > > If you're using bash:
> > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
> > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> > > > > >> > >
> > > > > >> > > And from the top-level met-5.0 directory, rerun the
> > "configure"
> > > > > >> command
> > > > > >> > you
> > > > > >> > > used for MET, and then run:
> > > > > >> > >    make clean
> > > > > >> > >    make install >& make_install.log
> > > > > >> > >
> > > > > >> > > Please let me know how it goes.
> > > > > >> > >
> > > > > >> > > Thanks,
> > > > > >> > > John
> > > > > >> > >
> > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via RT
<
> > > > > >> met_help at ucar.edu>
> > > > > >> > > wrote:
> > > > > >> > >
> > > > > >> > > >
> > > > > >> > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > > > >> > > >
> > > > > >> > > > Hi Julie,
> > > > > >> > > > Thank you for your help.
> > > > > >> > > > i could install libpng library.
> > > > > >> > > > But there is another problem.  When executing *make
> install
> > >&
> > > > > >> > > > make_install.log &*
> > > > > >> > > >
> > > > > >> > > > *tail -f make_install.log.*
> > > > > >> > > >
> > > > > >> > > > *threr is an error in  file make_install.log that
there is
> > no
> > > > file
> > > > > >> > named
> > > > > >> > > > grib2.h.*
> > > > > >> > > > *there is the make _install.log.*
> > > > > >> > > >
> > > > > >> > > > *Thanks *
> > > > > >> > > >
> > > > > >> > > > *Khaoula *
> > > > > >> > > >
> > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via RT
<
> > > > > >> met_help at ucar.edu
> > > > > >> > >:
> > > > > >> > > >
> > > > > >> > > > > Hi Khaoula.
> > > > > >> > > > >
> > > > > >> > > > > While I saw that you have a "include", "lib", and
> "share"
> > > > > >> > > subdirectories
> > > > > >> > > > > under /usr/bin/zlib, I could not see the contents
of
> those
> > > > > >> > directories.
> > > > > >> > > > >
> > > > > >> > > > > Could you please verify that you have the files
"zlib.h"
> > and
> > > > > >> > "zconf.h"
> > > > > >> > > in
> > > > > >> > > > > the "include" subdirectory?  Could you also
please
> verify
> > > that
> > > > > you
> > > > > >> > have
> > > > > >> > > > > "libz.a" and other "libz.so" files in the "lib"
> > > subdirectory?
> > > > > >> > > > >
> > > > > >> > > > > Assuming those files are in place, it looks like
you
> got a
> > > > > >> successful
> > > > > >> > > > > installation of zlib, but libpng couldn't find
zlib.
> > > > > >> > > > >
> > > > > >> > > > > Try recompiling libpng as follows,
> > > > > >> > > > >   *replacing
"/path/to/libpng/install/**directory" with
> > the
> > > > path
> > > > > >> > where
> > > > > >> > > > you
> > > > > >> > > > > would like to install libpng*:
> > > > > >> > > > >
> > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
> > > > > >> > > > >   make clean
> > > > > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > > > > >> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> > > > > >> > > > >   ./configure
--prefix=/path/to/libpng/install/directory
> > > > > >> > > > >   make
> > > > > >> > > > >   make install
> > > > > >> > > > >
> > > > > >> > > > > That should do the trick.  With those environment
> > variables,
> > > > > >> you're
> > > > > >> > > > telling
> > > > > >> > > > > it where to find the zlib header and object
files.  Give
> > > that
> > > > a
> > > > > >> try
> > > > > >> > and
> > > > > >> > > > let
> > > > > >> > > > > me know if you're able to compile libpng
successfully.
> > > > > >> > > > >
> > > > > >> > > > > Thanks,
> > > > > >> > > > > Julie
> > > > > >> > > > >
> > > > > >> > > > >
> > > > > >> > > > >
> > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula
via RT <
> > > > > >> > > met_help at ucar.edu
> > > > > >> > > > >
> > > > > >> > > > > wrote:
> > > > > >> > > > >
> > > > > >> > > > > >
> > > > > >> > > > > > <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > > Hi Julie,
> > > > > >> > > > > > No i didn't get a successful install of libpng
because
> > the
> > > > > first
> > > > > >> > > > problem
> > > > > >> > > > > > was installation of zlib.
> > > > > >> > > > > > you find a script joint to this email of
running ls -l
> > > > > >> > usr/bin/zlib.
> > > > > >> > > > > > Thanks,
> > > > > >> > > > > > Khaoula MELKI
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik via
RT <
> > > > > >> > > met_help at ucar.edu
> > > > > >> > > > >:
> > > > > >> > > > > >
> > > > > >> > > > > > > Hi Khaoula.
> > > > > >> > > > > > >
> > > > > >> > > > > > > Instead of running "ls -l zlib-1.2.8" to show
me the
> > > > > contents
> > > > > >> of
> > > > > >> > > the
> > > > > >> > > > > > > package, could you please run "ls -l
/usr/bin/zlib"
> > so I
> > > > can
> > > > > >> see
> > > > > >> > > how
> > > > > >> > > > > the
> > > > > >> > > > > > > package was installed?
> > > > > >> > > > > > >
> > > > > >> > > > > > > Also, were you able to get a successful
install of
> > > libpng
> > > > > >> after
> > > > > >> > > > setting
> > > > > >> > > > > > the
> > > > > >> > > > > > > environment variables LDFLAGS and CPPFLAGS?
> > > > > >> > > > > > >
> > > > > >> > > > > > > Thanks,
> > > > > >> > > > > > > Julie
> > > > > >> > > > > > >
> > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki
Khaoula via
> RT
> > <
> > > > > >> > > > > met_help at ucar.edu
> > > > > >> > > > > > >
> > > > > >> > > > > > > wrote:
> > > > > >> > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > <URL:
> > > > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Hi Julie,
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > there is a terminal containing results of
ls -l
> > > > zlib-1.2.8
> > > > > >> > > > > > > > also, zlib-1.2.8 directory is
> > :/root/Bureau/zlib-1.2.8
> > > > > >> > > > > > > > i uses the command whereis zlib:
> > > > > >> > > > > > > >  it returns : usr/bin/zlib
> > > > > >> > > > > > > > Thanks,
> > > > > >> > > > > > > > Khaoula
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie Prestopnik
via
> RT <
> > > > > >> > > > > met_help at ucar.edu
> > > > > >> > > > > > >:
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > > Hi Khaoula.
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > I see in your configure log the error:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > configure: error: zlib not installed
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > Were you able to get a successful install
of
> zlib?
> > > If
> > > > > so,
> > > > > >> > > could
> > > > > >> > > > > you
> > > > > >> > > > > > > > please
> > > > > >> > > > > > > > > tell me where it is installed and run "ls
-l" in
> > > that
> > > > > >> > directory
> > > > > >> > > > so
> > > > > >> > > > > I
> > > > > >> > > > > > > can
> > > > > >> > > > > > > > > see its contents? And, if you were able
to get a
> > > > > >> successful
> > > > > >> > > > install
> > > > > >> > > > > > of
> > > > > >> > > > > > > > > zlib, were you able to get a successful
install
> of
> > > > > libpng?
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > Once you get a successful install of
zlib, png,
> > > > jasper,
> > > > > >> and
> > > > > >> > the
> > > > > >> > > > > > GRIB2-C
> > > > > >> > > > > > > > > Library, we can revisit running the
configure
> > > script.
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an optional
package
> for
> > > MET.
> > > > > If
> > > > > >> > you
> > > > > >> > > do
> > > > > >> > > > > not
> > > > > >> > > > > > > > need
> > > > > >> > > > > > > > > GRIB2 support, you do not need to install
the
> > > library.
> > > > > I
> > > > > >> > just
> > > > > >> > > > > wanted
> > > > > >> > > > > > > to
> > > > > >> > > > > > > > > make sure you knew that in case you
didn't need
> > > GRIB2
> > > > > >> > support.
> > > > > >> > > > If
> > > > > >> > > > > > you
> > > > > >> > > > > > > do
> > > > > >> > > > > > > > > need it, we'll keep working at it and try
to get
> > it
> > > > > >> working
> > > > > >> > for
> > > > > >> > > > you
> > > > > >> > > > > > > soon.
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > Thanks,
> > > > > >> > > > > > > > > Julie
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki
Khaoula
> via
> > > RT
> > > > <
> > > > > >> > > > > > > met_help at ucar.edu
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > wrote:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > <URL:
> > > > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Hi Julie,
> > > > > >> > > > > > > > > > the same problem appear again.
> > > > > >> > > > > > > > > > you find a file joined to this e-mail.
> > > > > >> > > > > > > > > > thanks,
> > > > > >> > > > > > > > > > Khaoula
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie
Prestopnik
> via
> > > RT <
> > > > > >> > > > > > > met_help at ucar.edu
> > > > > >> > > > > > > > >:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > > Hi Khaoula.
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > I see that you tried to install zlib,
but
> > have a
> > > > > >> question
> > > > > >> > > > about
> > > > > >> > > > > > the
> > > > > >> > > > > > > > > > install
> > > > > >> > > > > > > > > > > path.
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > You can install zlib where ever you
would
> > like,
> > > > > >> either in
> > > > > >> > > > > > > /zlib-1.2.8
> > > > > >> > > > > > > > > > > or /usr/local/bin
> > > > > >> > > > > > > > > > > (assuming you have root access) or
somewhere
> > > else
> > > > > >> > entirely.
> > > > > >> > > > > So,
> > > > > >> > > > > > it
> > > > > >> > > > > > > > > > sounds
> > > > > >> > > > > > > > > > > like you followed these generic
> instructions:
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > cd /path/to/zlib
> > > > > >> > > > > > > > > > > ./configure
--prefix=/zlib/install/path
> > > > > >> > > > > > > > > > > make test
> > > > > >> > > > > > > > > > > make install
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > replacing /path/to/zlib with
> > > > /root/Bureau/zlib-1.2.8
> > > > > >> and
> > > > > >> > > > > > replacing
> > > > > >> > > > > > > > > > > /zlib/install/path
> > > > > >> > > > > > > > > > > with /zlib-1.2.8 as follows:
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > > > > >> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
> > > > > >> > > > > > > > > > > make test
> > > > > >> > > > > > > > > > > make install
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > It sounds like you got a successful
> > installation
> > > > of
> > > > > >> zlib,
> > > > > >> > > but
> > > > > >> > > > > > > libpng
> > > > > >> > > > > > > > > > > couldn't find zlib.
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > Try recompiling libpng as follows,
> > > > > >> > > > > > > > > > >   replacing
"/path/to/libz.a/directory" with
> > the
> > > > > path
> > > > > >> to
> > > > > >> > > > libz.a
> > > > > >> > > > > > > > (leave
> > > > > >> > > > > > > > > > the
> > > > > >> > > > > > > > > > > -L in place in the example below)
> > > > > >> > > > > > > > > > >   replacing
"/path/to/zlib.h/directory" with
> > the
> > > > > path
> > > > > >> to
> > > > > >> > > > zlib.h
> > > > > >> > > > > > > > (leave
> > > > > >> > > > > > > > > > the
> > > > > >> > > > > > > > > > > -I in place in the example below)
> > > > > >> > > > > > > > > > >   and replacing
> > > > "/path/to/libpng/install/directory"
> > > > > >> with
> > > > > >> > > the
> > > > > >> > > > > path
> > > > > >> > > > > > > > where
> > > > > >> > > > > > > > > > you
> > > > > >> > > > > > > > > > > would like to install libpng:
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> > > > > >> > > > > > > > > > >   make clean
> > > > > >> > > > > > > > > > >   export
> LDFLAGS="-L/path/to/libz.a/directory"
> > > > > >> > > > > > > > > > >   export
> > CPPFLAGS="-I/path/to/zlib.h/directory"
> > > > > >> > > > > > > > > > >   ./configure
> > > > > >> --prefix=/path/to/libpng/install/directory
> > > > > >> > > > > > > > > > >   make
> > > > > >> > > > > > > > > > >   make install
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > That should do the trick.  With those
> > > environment
> > > > > >> > > variables,
> > > > > >> > > > > > you're
> > > > > >> > > > > > > > > > telling
> > > > > >> > > > > > > > > > > it where to find the zlib header and
object
> > > files.
> > > > > >> Give
> > > > > >> > > > that a
> > > > > >> > > > > > try
> > > > > >> > > > > > > > and
> > > > > >> > > > > > > > > > let
> > > > > >> > > > > > > > > > > me know if you're able to compile
libpng
> > > > > successfully.
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > > Julie
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM,
Melki
> Khaoula
> > > via
> > > > > RT
> > > > > >> <
> > > > > >> > > > > > > > > met_help at ucar.edu
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > wrote:
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > <URL:
> > > > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > Hi Julie,
> > > > > >> > > > > > > > > > > > Grib2 needs jasper, png and zlib
libraries
> > to
> > > > > >> install.
> > > > > >> > > > > > > > > > > > in installing zlib library,i i used
these
> > > > > commands:
> > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
> > > > > >> > > > > > > > > > > > *./configure
--prefix=/zlib/install/path*
> > > > > >> > > > > > > > > > > > *make test*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *make install*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *for my sysytem, path/to/zlib is
> > > > > >> > root/Bureau/zlib-1.2.8.*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *about prefix=zlib/install/path.
> > > > zlib/install/path
> > > > > >> is
> > > > > >> > the
> > > > > >> > > > > > > directory
> > > > > >> > > > > > > > > > > where i
> > > > > >> > > > > > > > > > > > put zlib installation,
prefix=/zlib-1.2.8
> or
> > > it
> > > > is
> > > > > >> > > > > > usr/local/bin
> > > > > >> > > > > > > in
> > > > > >> > > > > > > > > > order
> > > > > >> > > > > > > > > > > > to be installed in the system.*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *i found a problem when installing
libpng
> > > > > library. i
> > > > > >> > used
> > > > > >> > > > > thses
> > > > > >> > > > > > > > > > > commands:*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *./configure
> > > > --prefix=/root/Bureau/libpng-1.2.34*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *make *
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *make install*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *But when using configure, an error
occur
> > > > > informing
> > > > > >> me
> > > > > >> > > that
> > > > > >> > > > > > zlib
> > > > > >> > > > > > > > > isn't
> > > > > >> > > > > > > > > > > > installed.*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *So, i was wondering about path to
> install.
> > It
> > > > is
> > > > > in
> > > > > >> > the
> > > > > >> > > > > > > directory
> > > > > >> > > > > > > > of
> > > > > >> > > > > > > > > > > > library or in the system
> > unix(usr/local/bin)*
> > > > > >> > > > > > > > > > > > *Thanks,*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > *khaoula melki*
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie
> Prestopnik
> > > via
> > > > > RT <
> > > > > >> > > > > > > > > met_help at ucar.edu
> > > > > >> > > > > > > > > > >:
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > Hi Khaoula.
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > There will not be a bin
subdirectory
> when
> > > you
> > > > > >> unpack
> > > > > >> > > > > met-5.0,
> > > > > >> > > > > > > but
> > > > > >> > > > > > > > > > there
> > > > > >> > > > > > > > > > > > > should be upon a successful
installation
> > of
> > > > the
> > > > > >> MET
> > > > > >> > > > tools.
> > > > > >> > > > > > > > Looking
> > > > > >> > > > > > > > > > at
> > > > > >> > > > > > > > > > > > your
> > > > > >> > > > > > > > > > > > > make_install.log file I see that
there
> is
> > a
> > > > > >> problem
> > > > > >> > > > finding
> > > > > >> > > > > > > > > grib2.h:
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > data2d_grib2.h:27:21: erreur:
grib2.h :
> > > Aucun
> > > > > >> fichier
> > > > > >> > > ou
> > > > > >> > > > > > > dossier
> > > > > >> > > > > > > > de
> > > > > >> > > > > > > > > > ce
> > > > > >> > > > > > > > > > > > type
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > NCEP's GRIB2C library is used by
the MET
> > > > library
> > > > > >> code
> > > > > >> > > to
> > > > > >> > > > > read
> > > > > >> > > > > > > > GRIB2
> > > > > >> > > > > > > > > > > data
> > > > > >> > > > > > > > > > > > > files.  If you do not need GRIB2
> > capability,
> > > > you
> > > > > >> can
> > > > > >> > > > simply
> > > > > >> > > > > > > skip
> > > > > >> > > > > > > > > this
> > > > > >> > > > > > > > > > > > part
> > > > > >> > > > > > > > > > > > > of the installation by removing
> > > > "--enable-grib2"
> > > > > >> from
> > > > > >> > > > your
> > > > > >> > > > > > list
> > > > > >> > > > > > > > of
> > > > > >> > > > > > > > > > > > options
> > > > > >> > > > > > > > > > > > > to "./configure".  If you do need
GRIB2
> > > > > capability
> > > > > >> > and
> > > > > >> > > > the
> > > > > >> > > > > > > grib2c
> > > > > >> > > > > > > > > > > library
> > > > > >> > > > > > > > > > > > > is not already on your system,
you will
> > need
> > > > to
> > > > > >> > > download
> > > > > >> > > > > and
> > > > > >> > > > > > > > unpack
> > > > > >> > > > > > > > > > the
> > > > > >> > > > > > > > > > > > > grib2c tarball (
> > > > > >> > > > > > http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > > > >> > > > > > > > and
> > > > > >> > > > > > > > > > > refer
> > > > > >> > > > > > > > > > > > > to
> > > > > >> > > > > > > > > > > > > the README file. Once built, MET
expects
> > the
> > > > > GRIB2
> > > > > >> > > > > C-Library
> > > > > >> > > > > > to
> > > > > >> > > > > > > > be
> > > > > >> > > > > > > > > > > named
> > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-
Library
> > *requires
> > > > the
> > > > > >> > > > libraries
> > > > > >> > > > > > > zlib,
> > > > > >> > > > > > > > > > jasper
> > > > > >> > > > > > > > > > > > and
> > > > > >> > > > > > > > > > > > > png* to be present on your system
and
> > those
> > > > > >> packages
> > > > > >> > > are
> > > > > >> > > > > all
> > > > > >> > > > > > > > > > available
> > > > > >> > > > > > > > > > > in
> > > > > >> > > > > > > > > > > > > the link above. When configuring
the MET
> > > build
> > > > > >> after
> > > > > >> > > > > > > installation
> > > > > >> > > > > > > > > of
> > > > > >> > > > > > > > > > > the
> > > > > >> > > > > > > > > > > > > necessary libraries (or if
grib2c, zlib,
> > > > jasper,
> > > > > >> and
> > > > > >> > > png
> > > > > >> > > > > are
> > > > > >> > > > > > > > > already
> > > > > >> > > > > > > > > > on
> > > > > >> > > > > > > > > > > > > your system), set the
*MET_GRIB2C* (or
> > > > > >> > *MET_GRIB2CINC*
> > > > > >> > > > and
> > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> > > > > >> > > > > > > > > > > > > environment variables to indicate
the
> > > location
> > > > > of
> > > > > >> > this
> > > > > >> > > > > > library.
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > Please let us know if you have
any
> > > questions.
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > > > > Julie
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28 AM,
Melki
> > > Khaoula
> > > > > via
> > > > > >> RT
> > > > > >> > <
> > > > > >> > > > > > > > > > > met_help at ucar.edu>
> > > > > >> > > > > > > > > > > > > wrote:
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > <URL:
> > > > > >> > > > > > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > Hi Julie,
> > > > > >> > > > > > > > > > > > > > thank you for your response.
> > > > > >> > > > > > > > > > > > > > it rebuilt nectd.
> > > > > >> > > > > > > > > > > > > > my problem now is the bin
> subdirectory.
> > > > > >> > > > > > > > > > > > > > when unpacking met-5.0, thre is
no
> > > > > subdirectory
> > > > > >> > > called
> > > > > >> > > > > bin.
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > Also, after setting environment
> > > variables, i
> > > > > >> used
> > > > > >> > the
> > > > > >> > > > > > > > > configuration
> > > > > >> > > > > > > > > > > > > script
> > > > > >> > > > > > > > > > > > > > with: ./configure
--prefix=`pwd`
> > > > > --enable-grib2
> > > > > >> > > > > > > --enable-modis
> > > > > >> > > > > > > > > > > > > > --enable-mode_graphics
> > > > > >> > > > > > > > > > > > > > there is no bin subdirectory
built or
> > > > > >> recreated.
> > > > > >> > > > > > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > > > > > Khaoula
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00
Julie
> > > Prestopnik
> > > > > via
> > > > > >> RT
> > > > > >> > <
> > > > > >> > > > > > > > > > > met_help at ucar.edu
> > > > > >> > > > > > > > > > > > >:
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > Taking another look at this,
I do
> not
> > > see
> > > > a
> > > > > >> "-I"
> > > > > >> > > > entry
> > > > > >> > > > > > for
> > > > > >> > > > > > > > > > > > > > > "/root/Bureau/netcdf-
4.3.3.1",
> which I
> > > > > believe
> > > > > >> > you
> > > > > >> > > > have
> > > > > >> > > > > > > > > > MET_NETCDF
> > > > > >> > > > > > > > > > > > set
> > > > > >> > > > > > > > > > > > > > to.
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I.
-I../../..
> > > > > >> > > > > > > > -I../../../src/basic/vx_cal
> > > > > >> > > > > > > > > > > > > > >
-I../../../src/basic/vx_config
> > > > > >> > > > > > -I../../../src/basic/vx_log
> > > > > >> > > > > > > > > > > > > > > -I../../../src/basic/vx_math
> > > > > >> > > > > -I../../../src/basic/vx_util
> > > > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_afm
> > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_analysis_util
> > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_color
> > > > > >> > > > > > > > > -I../../../src/libcode/vx_data2d
> > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_data2d_factory
> > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_data2d_grib
> > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_data2d_grib2
> > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_data2d_nccf
> > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_data2d_nc_met
> > > > > >> > > > > > > > > > > > > > >
> > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_geodesy
> > > > > >> > > > > > > > > > -I../../../src/libcode/vx_gnomon
> > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_grid
> > > > > >> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
> > > > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_nav
> > > > > >> > > > > > > > -I../../../src/libcode/vx_nc_util
> > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_pb_util
> > > > > >> > > > > > > > > > > -I../../../src/libcode/vx_plot_util
> > > > > >> > > > > > > > > > > > > > > -I../../../src/libcode/vx_ps
> > > > > >> > > > > > -I../../../src/libcode/vx_pxm
> > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_render
> > > > > >> > > > > > > > > > > -I../../../src/libcode/vx_shapedata
> > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_statistics
> > > > > >> > > > > > > > > > > > -I../../../src/libcode/vx_stat_out
> > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_tc_util
> > > -DBLOCK4
> > > > > >> > > > -DWITH_GRIB2
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
> > > > > >> > -g
> > > > > >> > > > -MT
> > > > > >> > > > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
-MD
> -MP
> > > -MF
> > > > > >> > > > > > > > > > > > > > >
> .deps/libvx_nc_util_a-nc_var_info.Tpo
> > -c
> > > > -o
> > > > > >> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
> > > > > >> > > > > > > > > > > > > > > `test -f 'nc_var_info.cc' ||
echo
> > > > > >> > > './'`nc_var_info.cc
> > > > > >> > > > > > > > > > > > > > > Dans le fichier inclus à
partir de
> > > > > >> > > nc_var_info.cc:24:
> > > > > >> > > > > > > > > > > > > > > nc_var_info.h:24:21: erreur:
> > netcdf.hh :
> > > > > Aucun
> > > > > >> > > > fichier
> > > > > >> > > > > ou
> > > > > >> > > > > > > > > dossier
> > > > > >> > > > > > > > > > > de
> > > > > >> > > > > > > > > > > > ce
> > > > > >> > > > > > > > > > > > > > > type
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > You could check the include
area for
> > > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> > > > > >> > > > > > > > > > to
> > > > > >> > > > > > > > > > > > see
> > > > > >> > > > > > > > > > > > > > if
> > > > > >> > > > > > > > > > > > > > > there is a netcdf.hh file.
If there
> > is,
> > > > > >> you'll
> > > > > >> > > need
> > > > > >> > > > to
> > > > > >> > > > > > > make
> > > > > >> > > > > > > > > sure
> > > > > >> > > > > > > > > > > > that
> > > > > >> > > > > > > > > > > > > > met
> > > > > >> > > > > > > > > > > > > > > can find it by making sure
the
> > > MET_NETCDF
> > > > is
> > > > > >> set
> > > > > >> > > > > > correctly,
> > > > > >> > > > > > > > > then
> > > > > >> > > > > > > > > > > > source
> > > > > >> > > > > > > > > > > > > > > your .bashrc or similar file,
> > > reconfigure,
> > > > > and
> > > > > >> > > > rebuild
> > > > > >> > > > > > MET,
> > > > > >> > > > > > > > > > > > otherwise,
> > > > > >> > > > > > > > > > > > > if
> > > > > >> > > > > > > > > > > > > > > it is not there, I would
suggest
> > > following
> > > > > the
> > > > > >> > > > > > instructions
> > > > > >> > > > > > > > in
> > > > > >> > > > > > > > > my
> > > > > >> > > > > > > > > > > > most
> > > > > >> > > > > > > > > > > > > > > recent previous email.
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > Please let us know how it
works out.
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > > > > > > Julie
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at 1:52
PM,
> Julie
> > > > > >> Prestopnik
> > > > > >> > <
> > > > > >> > > > > > > > > > jpresto at ucar.edu
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > wrote:
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I apologize
for the
> > > delayed
> > > > > >> > > > response.  I
> > > > > >> > > > > > was
> > > > > >> > > > > > > > out
> > > > > >> > > > > > > > > > of
> > > > > >> > > > > > > > > > > > > town.
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > I believe that I see in
your
> > > > > >> make_install.log
> > > > > >> > > that
> > > > > >> > > > > > there
> > > > > >> > > > > > > > is a
> > > > > >> > > > > > > > > > > > problem
> > > > > >> > > > > > > > > > > > > > > > finding netcdf.hh:
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > nc_var_info.h:24:21:
erreur:
> > > netcdf.hh :
> > > > > >> Aucun
> > > > > >> > > > > fichier
> > > > > >> > > > > > ou
> > > > > >> > > > > > > > > > dossier
> > > > > >> > > > > > > > > > > > de
> > > > > >> > > > > > > > > > > > > ce
> > > > > >> > > > > > > > > > > > > > > > type
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > We've typically been
compiling MET
> > > using
> > > > > >> NetCDF
> > > > > >> > > > > version
> > > > > >> > > > > > > 3 -
> > > > > >> > > > > > > > > the
> > > > > >> > > > > > > > > > > > > > specific
> > > > > >> > > > > > > > > > > > > > > > version is netcdf-3.6.3.  I
know
> > that
> > > > some
> > > > > >> of
> > > > > >> > the
> > > > > >> > > > > > > versions
> > > > > >> > > > > > > > of
> > > > > >> > > > > > > > > > > > netcdf
> > > > > >> > > > > > > > > > > > > no
> > > > > >> > > > > > > > > > > > > > > > longer include netcdf.hh,
but that
> > > file
> > > > is
> > > > > >> > > > necessary
> > > > > >> > > > > > for
> > > > > >> > > > > > > > our
> > > > > >> > > > > > > > > > > code.
> > > > > >> > > > > > > > > > > > > I'd
> > > > > >> > > > > > > > > > > > > > > > suggest downloading and
compiling
> > > NetCDF
> > > > > >> 3.6.3
> > > > > >> > > > > locally
> > > > > >> > > > > > > > using
> > > > > >> > > > > > > > > > the
> > > > > >> > > > > > > > > > > > > > > > following steps:
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > Download NetCDF 3.6.3 from
here:
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > >
> > > > > >>
> > > http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > Then run:
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > tar -zxf netcdf-
3.6.3.tar.gz
> > > > > >> > > > > > > > > > > > > > > > ./configure --prefix=`pwd`
> > > > > >> > > > > > > > > > > > > > > > make
> > > > > >> > > > > > > > > > > > > > > > make install
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > These commands should
compile the
> C
> > > and
> > > > > C++
> > > > > >> > > > > interfaces
> > > > > >> > > > > > > for
> > > > > >> > > > > > > > > > NetCDF
> > > > > >> > > > > > > > > > > > and
> > > > > >> > > > > > > > > > > > > > > > skip the Fortran interface
that
> MET
> > > > > doesn't
> > > > > >> > use.
> > > > > >> > > > It
> > > > > >> > > > > > will
> > > > > >> > > > > > > > > > install
> > > > > >> > > > > > > > > > > > the
> > > > > >> > > > > > > > > > > > > > > > library in current "netcdf-
3.6.3"
> > > > > directory
> > > > > >> due
> > > > > >> > > to
> > > > > >> > > > > the
> > > > > >> > > > > > > > > > > > --prefix=`pwd`
> > > > > >> > > > > > > > > > > > > > > > option.
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > Next, you'll need to edit
where
> you
> > > set
> > > > > >> > > MET_NETCDF
> > > > > >> > > > to
> > > > > >> > > > > > > point
> > > > > >> > > > > > > > > to
> > > > > >> > > > > > > > > > > this
> > > > > >> > > > > > > > > > > > > new
> > > > > >> > > > > > > > > > > > > > > > location, source your
.bashrc or
> > > > similiar
> > > > > >> file,
> > > > > >> > > and
> > > > > >> > > > > > > rebuild
> > > > > >> > > > > > > > > > MET.
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > Please let us know if that
works
> > well
> > > > for
> > > > > >> you.
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > > > > > > > Julie
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at
4:24 AM,
> > Melki
> > > > > >> Khaoula
> > > > > >> > > via
> > > > > >> > > > > RT <
> > > > > >> > > > > > > > > > > > > > met_help at ucar.edu
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > > wrote:
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >> <URL:
> > > > > >> > > > > > > > >
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >> Hello John,
> > > > > >> > > > > > > > > > > > > > > >> the error was there is no
> compilor
> > of
> > > > > C++.
> > > > > >> so
> > > > > >> > i
> > > > > >> > > > > > > downloaded
> > > > > >> > > > > > > > > g++
> > > > > >> > > > > > > > > > > > > using :
> > > > > >> > > > > > > > > > > > > > > yum
> > > > > >> > > > > > > > > > > > > > > >> install gcc-c++.
> > > > > >> > > > > > > > > > > > > > > >> I didn't understand the
bin
> > > > > subdirectory. I
> > > > > >> > > looked
> > > > > >> > > > > to
> > > > > >> > > > > > > the
> > > > > >> > > > > > > > > > > met-5.0
> > > > > >> > > > > > > > > > > > > > > >> directory, i didin't find
a
> > > > subdirectory
> > > > > >> > called
> > > > > >> > > > bin.
> > > > > >> > > > > > But
> > > > > >> > > > > > > > > files
> > > > > >> > > > > > > > > > > > cited
> > > > > >> > > > > > > > > > > > > > in
> > > > > >> > > > > > > > > > > > > > > >> the
> > > > > >> > > > > > > > > > > > > > > >> Built executables are
located in
> > the
> > > > > output
> > > > > >> > > > > > > subdirectory.
> > > > > >> > > > > > > > > > > > > > > >> The compilation of *make
install
> >&
> > > > > >> > > > make_install.log
> > > > > >> > > > > > &*
> > > > > >> > > > > > > > > > > > > > > >> *tail -f make_install.log
*
> > > > > >> > > > > > > > > > > > > > > >> * send an error.*
> > > > > >> > > > > > > > > > > > > > > >> *there is two executables,
*the
> > > first
> > > > is
> > > > > >> > called
> > > > > >> > > > > > > > > > configuration1.
> > > > > >> > > > > > > > > > > > It
> > > > > >> > > > > > > > > > > > > is
> > > > > >> > > > > > > > > > > > > > > >> about run of ./
> > > > > >> > > > > > > > > > > > > > > >> *configure --prefix=`pwd`
> > > > --enable-grib2
> > > > > >> > > > > > --enable-modis
> > > > > >> > > > > > > > > > > > > > > >> --enable-mode_graphics*The
second
> > is
> > > > > called
> > > > > >> > make
> > > > > >> > > > > > > > > install.log,
> > > > > >> > > > > > > > > > > > > obtained
> > > > > >> > > > > > > > > > > > > > > >> after running :
> > > > > >> > > > > > > > > > > > > > > >> *make install >&
make_install.log
> > &*
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >> *tail -f make_install.log*
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-04:00
Melki
> > > > Khaoula <
> > > > > >> > > > > > > > > > khaoula.enit at gmail.com
> > > > > >> > > > > > > > > > > >:
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > > >> > Hello John,
> > > > > >> > > > > > > > > > > > > > > >> > Thank you for your help.
it
> > really
> > > > > works.
> > > > > >> > > > > > > > > > > > > > > >> > I am in the
configuration step.
> > > > > >> > > > > > > > > > > > > > > >> > when executing the
command of :
> > > > > >> ./configure
> > > > > >> > > > > > > > --prefix=`pwd`
> > > > > >> > > > > > > > > > > > > > > >> --enable-grib2
> > > > > >> > > > > > > > > > > > > > > >> > --enable-modis
> > > > --enable-mode_graphics.
> > > > > >> > > > > > > > > > > > > > > >> > i found that when
cheking for
> > some
> > > > > >> > compilers,
> > > > > >> > > > the
> > > > > >> > > > > > > system
> > > > > >> > > > > > > > > > > return
> > > > > >> > > > > > > > > > > > > no.
> > > > > >> > > > > > > > > > > > > > > >> > for example:
> > > > > >> > > > > > > > > > > > > > > >> > checking for bison... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for byacc... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for g++... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for c++... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for gpp... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for aCC... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for CC... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for cxx... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for cc++... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for cl.exe...
no
> > > > > >> > > > > > > > > > > > > > > >> > checking for FCC... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for KCC... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for RCC... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for xlC_r... no
> > > > > >> > > > > > > > > > > > > > > >> > checking for xlC... no
> > > > > >> > > > > > > > > > > > > > > >> > checking whether the C++
> compiler
> > > > > >> works...
> > > > > >> > no
> > > > > >> > > > > > > > > > > > > > > >> > IS there any errors?
> > > > > >> > > > > > > > > > > > > > > >> > you will find the
executive
> file
> > > > called
> > > > > >> > > > > > configuration.
> > > > > >> > > > > > > > > > > > > > > >> > thanks,
> > > > > >> > > > > > > > > > > > > > > >> > Khaoula
> > > > > >> > > > > > > > > > > > > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-
04:00 John
> > > > Halley
> > > > > >> > Gotway
> > > > > >> > > > via
> > > > > >> > > > > > RT <
> > > > > >> > > > > > > > > > > > > > > met_help at ucar.edu
> > > > > >> > > > > > > > > > > > > > > >> >:
> > > > > >> > > > > > > > > > > > > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >> >> Looks like you have
syntax
> wrong
> > > on
> > > > > >> those
> > > > > >> > > > > commands.
> > > > > >> > > > > > > > > Please
> > > > > >> > > > > > > > > > > try
> > > > > >> > > > > > > > > > > > > > this:
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >> >> export
> > > > > >> > > > > > > > MET_NETCDFINC=/root/Bureau/netcdf-
4.3.3.1/include
> > > > > >> > > > > > > > > > > > > > > >> >> export
> > > > > >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >> >> Actually since your
NetCDF
> build
> > > is
> > > > > >> > installed
> > > > > >> > > > in
> > > > > >> > > > > > the
> > > > > >> > > > > > > > > > standard
> > > > > >> > > > > > > > > > > > > way,
> > > > > >> > > > > > > > > > > > > > > >> this is
> > > > > >> > > > > > > > > > > > > > > >> >> all you really need to
set:
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >> >> export
> > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >> >> And MET assumes that
the
> headers
> > > are
> > > > > in
> > > > > >> the
> > > > > >> > > > > > "include"
> > > > > >> > > > > > > > > > > > > subdirectory
> > > > > >> > > > > > > > > > > > > > > and
> > > > > >> > > > > > > > > > > > > > > >> the
> > > > > >> > > > > > > > > > > > > > > >> >> library archive files
are in
> the
> > > > "lib"
> > > > > >> > > > > > subdirectory.
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
> > > > > >> > > > > > > > > > > > > > > >> >> John
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015 at
6:58
> AM,
> > > > Melki
> > > > > >> > > Khaoula
> > > > > >> > > > > via
> > > > > >> > > > > > > RT <
> > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu>
> > > > > >> > > > > > > > > > > > > > > >> >> wrote:
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
> > > > > >> > > > > > > > > > > >
> > > > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > Thank you for your
help.
> > > > > >> > > > > > > > > > > > > > > >> >> > I'm grateful for you
and
> > Julie.
> > > > > >> > > > > > > > > > > > > > > >> >> > I'm now setting
environment
> > > > > variables.
> > > > > >> > > > > > > > > > > > > > > >> >> > I want to confirm
this
> command
> > > if
> > > > it
> > > > > >> is
> > > > > >> > > right
> > > > > >> > > > > or
> > > > > >> > > > > > > no,
> > > > > >> > > > > > > > > for
> > > > > >> > > > > > > > > > > > > example,
> > > > > >> > > > > > > > > > > > > > > if
> > > > > >> > > > > > > > > > > > > > > >> i
> > > > > >> > > > > > > > > > > > > > > >> >> set:
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > >
> > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > >
> export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > > > >> > > > > > > > > > > > > > > >> >> > in order to Set
> *$MET_NETCDF*
> > to
> > > > > >> point to
> > > > > >> > > the
> > > > > >> > > > > > main
> > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
> > > > > >> > > > > > > > > > > > > > > >> >> > I  use  also the same
> process
> > to
> > > > set
> > > > > >> > others
> > > > > >> > > > > > > external
> > > > > >> > > > > > > > > > > > libraries.
> > > > > >> > > > > > > > > > > > > > > >> >> > I let you know that
my shell
> > is
> > > > > bash,
> > > > > >> so
> > > > > >> > i
> > > > > >> > > > > can't
> > > > > >> > > > > > > use
> > > > > >> > > > > > > > > the
> > > > > >> > > > > > > > > > > > export
> > > > > >> > > > > > > > > > > > > > > >> command.
> > > > > >> > > > > > > > > > > > > > > >> >> > Im wondering if i'm
in the
> > right
> > > > > way,
> > > > > >> > > because
> > > > > >> > > > > the
> > > > > >> > > > > > > > > command
> > > > > >> > > > > > > > > > > > with
> > > > > >> > > > > > > > > > > > > > > export
> > > > > >> > > > > > > > > > > > > > > >> >> > doesn't produce any
error to
> > > > verify
> > > > > if
> > > > > >> > i'm
> > > > > >> > > > > right
> > > > > >> > > > > > or
> > > > > >> > > > > > > > > > wrong.
> > > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
> > > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42 GMT-
04:00
> > John
> > > > > Halley
> > > > > >> > > Gotway
> > > > > >> > > > > via
> > > > > >> > > > > > > RT
> > > > > >> > > > > > > > <
> > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu
> > > > > >> > > > > > > > > > > > > > > >> >> >:
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > Julie is out of
town.  My
> > name
> > > > is
> > > > > >> John,
> > > > > >> > > and
> > > > > >> > > > > I'd
> > > > > >> > > > > > > be
> > > > > >> > > > > > > > > > happy
> > > > > >> > > > > > > > > > > to
> > > > > >> > > > > > > > > > > > > > help
> > > > > >> > > > > > > > > > > > > > > >> >> answer
> > > > > >> > > > > > > > > > > > > > > >> >> > > your MET questions.
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > I see that you're
trying
> to
> > > get
> > > > up
> > > > > >> and
> > > > > >> > > > > running
> > > > > >> > > > > > > > using
> > > > > >> > > > > > > > > > MET
> > > > > >> > > > > > > > > > > to
> > > > > >> > > > > > > > > > > > > > > verify
> > > > > >> > > > > > > > > > > > > > > >> WRF
> > > > > >> > > > > > > > > > > > > > > >> >> > > output.  MET
doesn't read
> > WRF
> > > > > output
> > > > > >> > > files
> > > > > >> > > > > > > > directly,
> > > > > >> > > > > > > > > > but
> > > > > >> > > > > > > > > > > > > > requires
> > > > > >> > > > > > > > > > > > > > > >> that
> > > > > >> > > > > > > > > > > > > > > >> >> > they
> > > > > >> > > > > > > > > > > > > > > >> >> > > first be post-
processed
> > either
> > > > > with
> > > > > >> the
> > > > > >> > > > > WRF-ARW
> > > > > >> > > > > > > > > pinterp
> > > > > >> > > > > > > > > > > > > utility
> > > > > >> > > > > > > > > > > > > > > or
> > > > > >> > > > > > > > > > > > > > > >> the
> > > > > >> > > > > > > > > > > > > > > >> >> > > Unified Post-
Processor
> > (UPP).
> > > > Of
> > > > > >> the
> > > > > >> > > two,
> > > > > >> > > > > I'd
> > > > > >> > > > > > > > > strongly
> > > > > >> > > > > > > > > > > > > > recommend
> > > > > >> > > > > > > > > > > > > > > >> >> using
> > > > > >> > > > > > > > > > > > > > > >> >> > UPP
> > > > > >> > > > > > > > > > > > > > > >> >> > > which creates
output in
> GRIB
> > > > > format
> > > > > >> > that
> > > > > >> > > is
> > > > > >> > > > > > fully
> > > > > >> > > > > > > > > > > supported
> > > > > >> > > > > > > > > > > > > by
> > > > > >> > > > > > > > > > > > > > > MET.
> > > > > >> > > > > > > > > > > > > > > >> >> The
> > > > > >> > > > > > > > > > > > > > > >> >> > > pinterp utility
writes it
> > > output
> > > > > in
> > > > > >> > > NetCDF
> > > > > >> > > > > but
> > > > > >> > > > > > we
> > > > > >> > > > > > > > > only
> > > > > >> > > > > > > > > > > > > support
> > > > > >> > > > > > > > > > > > > > > data
> > > > > >> > > > > > > > > > > > > > > >> >> > defined
> > > > > >> > > > > > > > > > > > > > > >> >> > > on the non-
staggered
> > > dimensions.
> > > > > >> Since
> > > > > >> > > > > > velocity
> > > > > >> > > > > > > > > points
> > > > > >> > > > > > > > > > > are
> > > > > >> > > > > > > > > > > > > > > >> staggered
> > > > > >> > > > > > > > > > > > > > > >> >> in
> > > > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET can't be
used to
> > > > > verifying
> > > > > >> > winds
> > > > > >> > > > in
> > > > > >> > > > > > > > pinterp
> > > > > >> > > > > > > > > > > > output.
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > Another advantage
to using
> > UPP
> > > > is
> > > > > >> that
> > > > > >> > > GRIB
> > > > > >> > > > > > data
> > > > > >> > > > > > > > can
> > > > > >> > > > > > > > > be
> > > > > >> > > > > > > > > > > > > easily
> > > > > >> > > > > > > > > > > > > > > >> >> regridded
> > > > > >> > > > > > > > > > > > > > > >> >> > > using the copygb
utility.
> > > > copygb
> > > > > is
> > > > > >> > > > included
> > > > > >> > > > > > in
> > > > > >> > > > > > > > the
> > > > > >> > > > > > > > > > UPP
> > > > > >> > > > > > > > > > > > > > package.
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > You can download
pinterp
> > here:
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > And you can
download UPP
> > here:
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > Hope that helps.
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
> > > > > >> > > > > > > > > > > > > > > >> >> > > John Halley Gotway
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > On Wed, Jun 24,
2015 at
> 6:29
> > > AM,
> > > > > >> Melki
> > > > > >> > > > > Khaoula
> > > > > >> > > > > > > via
> > > > > >> > > > > > > > > RT <
> > > > > >> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
> > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
> > > > > >> > > > > > > > > > > > > >
> > > > > >> > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> > > > > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
> > > > > >> > > > > > > > > > > > > > > >> >> > > > I compiled all
> libraries.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > I downloaded post
> > processor
> > > > but
> > > > > i
> > > > > >> > can't
> > > > > >> > > > > find
> > > > > >> > > > > > > the
> > > > > >> > > > > > > > > > > WRF-ARW
> > > > > >> > > > > > > > > > > > > > > p-interp
> > > > > >> > > > > > > > > > > > > > > >> >> Tool
> > > > > >> > > > > > > > > > > > > > > >> >> > > when
> > > > > >> > > > > > > > > > > > > > > >> >> > > > i use the link
posted in
> > the
> > > > > >> > tutorial.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > also,what i don't
> > understand
> > > > the
> > > > > >> > > utility
> > > > > >> > > > of
> > > > > >> > > > > > the
> > > > > >> > > > > > > > > > copygb
> > > > > >> > > > > > > > > > > > > > utility
> > > > > >> > > > > > > > > > > > > > > >> and
> > > > > >> > > > > > > > > > > > > > > >> >> > from
> > > > > >> > > > > > > > > > > > > > > >> >> > > > where to get it.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > i don't know what
to do
> > next
> > > > to
> > > > > >> > > > downloading
> > > > > >> > > > > > and
> > > > > >> > > > > > > > > > > compiling
> > > > > >> > > > > > > > > > > > > > > >> required
> > > > > >> > > > > > > > > > > > > > > >> >> > > > libraries.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
> > > > > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
> > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > 2015-06-24 7:10
> GMT-04:00
> > > > Melki
> > > > > >> > > Khaoula <
> > > > > >> > > > > > > > > > > > > > > khaoula.enit at gmail.com
> > > > > >> > > > > > > > > > > > > > > >> >:
> > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > > *I  unpacked
the HDF
> > > > > librarry.*
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > > *When lookig
the
> HDF-EOS
> > > > > >> library, i
> > > > > >> > > > found
> > > > > >> > > > > > in
> > > > > >> > > > > > > > the
> > > > > >> > > > > > > > > > > > website
> > > > > >> > > > > > > > > > > > > is
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> HDF-EOS2.16v1.00.tar.Z.*
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > > *i tried to
unpack
> it, i
> > > > > didn't
> > > > > >> > find
> > > > > >> > > > the
> > > > > >> > > > > > > right
> > > > > >> > > > > > > > > > > command
> > > > > >> > > > > > > > > > > > to
> > > > > >> > > > > > > > > > > > > > do
> > > > > >> > > > > > > > > > > > > > > >> it.*
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Is there any
command
> to
> > > > unpak
> > > > > >> this
> > > > > >> > > > > > library.*
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23
12:37
> > GMT-04:00
> > > > > Julie
> > > > > >> > > > > Prestopnik
> > > > > >> > > > > > > via
> > > > > >> > > > > > > > > RT
> > > > > >> > > > > > > > > > <
> > > > > >> > > > > > > > > > > > > > > >> >> > met_help at ucar.edu
> > > > > >> > > > > > > > > > > > > > > >> >> > > >:
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2 C-
Library
> is
> > > used
> > > > > by
> > > > > >> the
> > > > > >> > > MET
> > > > > >> > > > > > > library
> > > > > >> > > > > > > > > > code
> > > > > >> > > > > > > > > > > to
> > > > > >> > > > > > > > > > > > > > read
> > > > > >> > > > > > > > > > > > > > > >> GRIB2
> > > > > >> > > > > > > > > > > > > > > >> >> > data
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> files. The
GRIB2
> > > C-Library
> > > > > >> > requires
> > > > > >> > > > the
> > > > > >> > > > > > > > > libraries
> > > > > >> > > > > > > > > > > > zlib,
> > > > > >> > > > > > > > > > > > > > > jasper
> > > > > >> > > > > > > > > > > > > > > >> >> and
> > > > > >> > > > > > > > > > > > > > > >> >> > png
> > > > > >> > > > > > > > > > > > > > > >> >> > > > to
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> be present on
your
> > > system.
> > > > > >> Support
> > > > > >> > > for
> > > > > >> > > > > > GRIB2
> > > > > >> > > > > > > > is
> > > > > >> > > > > > > > > > > > optional
> > > > > >> > > > > > > > > > > > > > and
> > > > > >> > > > > > > > > > > > > > > >> can
> > > > > >> > > > > > > > > > > > > > > >> >> be
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> enabled
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> with the
> > *--enable-grib2*
> > > > > >> option
> > > > > >> > for
> > > > > >> > > > > > > > configure.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> I hope that
helps.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Julie
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun
23, 2015
> at
> > > > 6:56
> > > > > >> AM,
> > > > > >> > > Melki
> > > > > >> > > > > > > Khaoula
> > > > > >> > > > > > > > > via
> > > > > >> > > > > > > > > > > RT
> > > > > >> > > > > > > > > > > > <
> > > > > >> > > > > > > > > > > > > > > >> >> > > >
met_help at ucar.edu>
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> wrote:
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
> > > > > >> > > > > > > > > > > > > > > >>
> > > > > >> > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > > > >> > > > > > > > > > > > > > > >> >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >  Thank you
Julie,
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > It works.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > I compile
Nectcdf ,
> > GNU
> > > > > and
> > > > > >> > zlib
> > > > > >> > > > > > > libraries.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > About GRIB C
> > library, i
> > > > > >> > downloaded
> > > > > >> > > > the
> > > > > >> > > > > > > > library
> > > > > >> > > > > > > > > > and
> > > > > >> > > > > > > > > > > > > > > unpacked
> > > > > >> > > > > > > > > > > > > > > >> >> it.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > how it can
be used
> by
> > > > MET?
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > 2015-06-19
17:58
> > > > GMT+02:00
> > > > > >> Julie
> > > > > >> > > > > > > Prestopnik
> > > > > >> > > > > > > > > via
> > > > > >> > > > > > > > > > > RT <
> > > > > >> > > > > > > > > > > > > > > >> >> > > met_help at ucar.edu
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > Hi Melki.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > I'm glad
that you
> > > were
> > > > > >> able to
> > > > > >> > > get
> > > > > >> > > > > > > BUFRLIB
> > > > > >> > > > > > > > > > > > > installed.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You said,
"when
> > > trying
> > > > to
> > > > > >> run
> > > > > >> > > the
> > > > > >> > > > > firs
> > > > > >> > > > > > > > > command
> > > > > >> > > > > > > > > > > of
> > > > > >> > > > > > > > > > > > *
> > > > > >> > > > > > > > > > > > > > *cd
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
/path/to/netcdf.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > he
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > wrote me
no file
> or
> > > > > >> directory"
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > In the
tutorial,
> > when
> > > > we
> > > > > >> say
> > > > > >> > > "*cd
> > > > > >> > > > > > > > > > > > /path/to/netcdf*"
> > > > > >> > > > > > > > > > > > > > you
> > > > > >> > > > > > > > > > > > > > > >> >> should
> > > > > >> > > > > > > > > > > > > > > >> >> > > > change
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
directories to
> the
> > > > > location
> > > > > >> > > where
> > > > > >> > > > > your
> > > > > >> > > > > > > > > netcdf
> > > > > >> > > > > > > > > > > > > > directory
> > > > > >> > > > > > > > > > > > > > > >> is on
> > > > > >> > > > > > > > > > > > > > > >> >> > your
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > machine.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > For
example, if
> you
> > > > > >> unpacked
> > > > > >> > the
> > > > > >> > > > tar
> > > > > >> > > > > > > file
> > > > > >> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > > > > >> > > > > > > > > > > > > > > >> >> in
> > > > > >> > > > > > > > > > > > > > > >> >> > a
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > directory
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > path of
> > > > > >> > > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
> > > > > >> > > > > > > > > > > you
> > > > > >> > > > > > > > > > > > > > would
> > > > > >> > > > > > > > > > > > > > > >> run
> > > > > >> > > > > > > > > > > > > > > >> >> "cd
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > >> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > > > > >> > > > > > > > > > > > > > > */path/to/netcdf
> > > > > >> > > > > > > > > > > > > > > >> >> *is a
> > > > > >> > > > > > > > > > > > > > > >> >> > > > place
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > holder for
the
> > > location
> > > > > on
> > > > > >> > your
> > > > > >> > > > > > machine.
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You said,
"setenv
> > CC
> > > > > >> > > > > > > /path/to/c/compiler.
> > > > > >> > > > > > > > It
> > > > > >> > > > > > > > > > > > doesn't
> > > > > >> > > > > > > > > > > > > > > >> work.he
> > > > > >> > > > > > > > > > > > > > > >> >> > said
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> command
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of setenv
doesn't
> > > > > exist.*"
> > > > > >> > > > "setenv"
> > > > > >> > > > > > is
> > > > > >> > > > > > > > the
> > > > > >> > > > > > > > > > name
> > > > > >> > > > > > > > > > > > of
> > > > > >> > > > > > > > > > > > > > the
> > > > > >> > > > > > > > > > > > > > > >> >> command
> > > > > >> > > > > > > > > > > > > > > >> >> > > used
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> to
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > set
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
environment
> > variables
> > > > in
> > > > > >> the
> > > > > >> > > *csh
> > > > > >> > > > > > family
> > > > > >> > > > > > > > of
> > > > > >> > > > > > > > > > > > shells.
> > > > > >> > > > > > > > > > > > > > If
> > > > > >> > > > > > > > > > > > > > > >> you
> > > > > >> > > > > > > > > > > > > > > >> >> are
> > > > > >> > > > > > > > > > > > > > > >> >> > > > using
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> a
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > different
shell,
> > > > however,
> > > > > >> you
> > > > > >> > > may
> > > > > >> > > > > need
> > > > > >> > > > > > > to
> > > > > >> > > > > > > > > use
> > > > > >> > > > > > > > > > > > > > "export",
> > > > > >> > > > > > > > > > > > > > > >> >> which is
> > > > > >> > > > > > > > > > > > > > > >> >> > > the
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> name
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of the
command in
> > the
> > > > > >> "other"
> > > > > >> > > > family
> > > > > >> > > > > > of
> > > > > >> > > > > > > > > shells
> > > > > >> > > > > > > > > > > > (ash,
> > > > > >> > > > > > > > > > > > > > > >> bourne,
> > > > > >> > > > > > > > > > > > > > > >> >> > > bourne
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > again,
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).  To
find
> out
> > > what
> > > > > >> shell
> > > > > >> > > you
> > > > > >> > > > > are
> > > > > >> > > > > > > > using,
> > > > > >> > > > > > > > > > you
> > > > > >> > > > > > > > > > > > can
> > > > > >> > > > > > > > > > > > > > run
> > > > > >> > > > > > > > > > > > > > > >> >> "echo
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > If you are
using
> a
> > > > shell
> > > > > >> other
> > > > > >> > > > than
> > > > > >> > > > > > the
> > > > > >> > > > > > > > *csh
> > > > > >> > > > > > > > > > > > family
> > > > > >> > > > > > > > > > > > > of
> > > > > >> > > > > > > > > > > > > > > >> >> shells,
> > > > > >> > > > > > > > > > > > > > > >> >> > and
> > > > > >> > > > > > > > > > > > > > > >> >> > > > you
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > need
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > to use
"export",
> > the
> > > > > >> syntax is
> > > > > >> > > > > > slightly
> > > > > >> > > > > > > > > > > different.
> > > > > >> > > > > > > > > > > > > > > >> Instead
> > > > > >> > > > > > > > > > > > > > > >> >> of
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> running:
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > setenv CC
> > > > > >> /path/to/c/compiler
> > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > > > >> > > > > > > > > > > > > > > >> >>
> > > > > >>
> > > > > > ...
> > > > > >
> > > > > > [Message tronqué]
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Wed Aug 19 04:46:23 2015

2015-08-19 6:40 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:

> Hi John,
> yes, it works.
> when typing
> * bin/gen_poly_mask. It returns: bin/gen_poly_mask: error while
loading
> shared libraries: libgsl.so.0: cannot open shared object file: No
such file
> or directory.*
> I didn't understand the error.
> the bin directory exists and all needed files are there.
> Thanks,
> Khaoula
>
>
>
>
> 2015-08-17 14:03 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu>:
>
>> Hello Khaoula,
>>
>> This is John again.  Sorry to keep handing you off!
>>
>> I would suggest getting MET up and running without support for
MODIS and
>> MODE-Graphics for the time being.  There's a whole lot you can do
in MET
>> without those options.  Once you get it all working well, you could
>> consider recompiling with them turned on.  For now, please try:
>>
>> ./configure --prefix=`pwd` --enable-grib2
>> make clean
>> make install >& make_install.log
>> make test    >& make_test.log
>> egrep -i error make*.log
>>
>> Does that all work without any errors?
>>
>> Thanks,
>> John
>>
>>
>> On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> >
>> > Thank you Julie,
>> > I have the same error when compiling these libraries.
>> > when compiling HDF4.2r3, i used these commands:
>> > *echo "Compiling HDF" *
>> > *cd hdf *
>> > *tar -xzf HDF4.2r3.tar.gz*
>> > *cd HDF4.2r3*
>> > *./configure --prefix=${INSTALL_DIR} --disable-netcdf >&
/dev/null*
>> > *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg -lz/LIBS =
-ljpeg -lz
>> > -lm/g' > Makefile_NEW*
>> > *mv Makefile_NEW mfhdf/hdiff/Makefile*
>> > *make >& /dev/null*
>> >
>> > *make install >& /dev/null*
>> > It works.
>> > when compiling HDFEOS, i used :
>> > *echo "Compiling HDF-EOS"*
>> > *cd hdfeos*
>> > *tar -xf HDF-EOS2.16v1.00.tar*
>> > *cd hdfeos*
>> > *./configure --prefix=${INSTALL_DIR} --with-hdf4=${INSTALL_DIR}
>> > CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
>> > *make >& /dev/null*
>> > *make install >& /dev/null*
>> > *cp include/*.h ../../include/.*
>> >
>> > but when compiling* :**cp include/*.h ../../include/. he returns
cp:*the
>> > file  « ../../include/. » isn't  a repertory.
>> >
>> > *For compiling met-5.0, i used thses commands:*
>> >
>> > cd /root/Bureau/met-5.0
>> >
>> > export CC=/usr/bin/gcc
>> >
>> > export CXX=/usr/bin/g++
>> >
>> > export F77=/usr/bin/gfortran
>> >
>> > export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include
>> >
>> > export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
>> >
>> > export MET_BUFRLIB=/root/Bureau/BUFRLIB
>> >
>> > export MET_GSL=/root/Bureau/gsl-1.16
>> >
>> > export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
>> >
>> > export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
>> >
>> > export MET_HDF=/root/Bureau/HDF4.2r3
>> >
>> >
>> > export MET_HDFEOS=/root/Bureau/hdfeos
>> >
>> > export MET_CAIRO=/root/Bureau/cairo-1.0.0
>> >
>> > export MET_FREETYPE=/root/Bureau/freetype-2.4.0
>> >
>> > export MET_FONT_DIR=/root/Bureau/fonts
>> >
>> > *./configure --prefix=`pwd` --enable-grib2 --enable-modis
>> > --enable-mode_graphics*
>> >
>> >  make clean
>> >
>> >  *make install >& make_install.log &*
>> > *tail -f make_install.log*
>> >
>> > *Is there any error in theses commands.*
>> >
>> > *Thanks,*
>> >
>> > *Khaoula*
>> >
>> >
>> >
>> > 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>> >
>> > > Hello Khaoula,
>> > >
>> > > Thanks for sending the latest output of make and the listing of
your
>> hdf
>> > > and hdfeos directories - that's very helpful.  Here's the
relevant
>> error
>> > > you're getting:
>> > >
>> > > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun fichier ou
dossier
>> de
>> > ce
>> > > type
>> > >
>> > > Using google translate, I see that means: No files or folders
of this
>> > type
>> > >
>> > > Basically, MET isn't able to find the file named "hdf.h", which
is
>> > included
>> > > in the HDF4.2r3 library.  I was able to compare your listing of
the
>> files
>> > > and directories in your /root/Bureau/HDF4.2r3 directory with
mine
>> found
>> > > that I have some additional files/directories that you do not:
>> > >
>> > > config.status
>> > > hh
>> > > include
>> > > lib
>> > > libhdf4.settings
>> > > Makefile
>> > > share
>> > >
>> > > With the lack of "Makefile" in your directory, it seems that
the
>> library
>> > > wasn't configured and installed.  Please follow the "Compiling
HDF and
>> > > HDF-EOS" directions on this page:
>> > >
>> > >
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > >
>> > > Once you have compiled HDF, please recompile HDF-EOS and then
set the
>> > > following:
>> > >
>> > > Once you've compiled "g2clib", try setting the following:
>> > > If you're using csh:
>> > >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different
location if
>> you
>> > > install it in a different place)
>> > >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a different
location if
>> > you
>> > > install it in a different place)
>> > >
>> > > If you're using bash:
>> > >    export MET_HDF =/root/Bureau/hdfeos (or a different location
if you
>> > > install it in a different place)
>> > >    export MET_HDFEOS=/root/Bureau/hdfeos (or a different
location if
>> you
>> > > install it in a different place)
>> > >
>> > > And from the top-level met-5.0 directory, rerun the "configure"
>> command
>> > you
>> > > used for MET, and then run:
>> > >    make clean
>> > >    make install >& make_install.log
>> > >
>> > > Please let me know how it goes.
>> > >
>> > > Thanks,
>> > > Julie
>> > >
>> > > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT <
>> met_help at ucar.edu
>> > >
>> > > wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
>> > > >
>> > > > Hi Julie,
>> > > > I'm sorry, i sent you another make-install file.
>> > > > this is the last version.
>> > > > Also you could see what contain hdf and hdfeos files.
>> > > > Thanks,
>> > > > Khaoula
>> > > >
>> > > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT <
>> met_help at ucar.edu
>> > >:
>> > > >
>> > > > > Hi Khaoula.
>> > > > >
>> > > > > John is now out of the office, but I am back.
>> > > > >
>> > > > > I do not see the error in the attached make_install.log
about
>> hdf.h
>> > > that
>> > > > > you refer to.
>> > > > >
>> > > > > The error that I see is:
>> > > > >
>> > > > > /usr/bin/ld: cannot find -lbufr
>> > > > >
>> > > > > which means that the linker can't find the BUFR library
files.
>> > > > >
>> > > > > It looks like you have* $MET_BUFRLIB *set to
>> > > -L/root/Bureau/BUFLIB/lib,
>> > > > so
>> > > > > you're telling the linker to look in
/root/Bureau/BUFLIB/lib for
>> the
>> > > > > library files.  Could you please verify that the files
exist in
>> that
>> > > > > directory?  Please send a listing of the files in that
directory.
>> > > > >
>> > > > > Thanks,
>> > > > > Julie
>> > > > >
>> > > > >
>> > > > >
>> > > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT <
>> > > met_help at ucar.edu
>> > > > >
>> > > > > wrote:
>> > > > >
>> > > > > >
>> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> > > > > >
>> > > > > > Hi John,
>> > > > > > This is the last version of running MET model.
>> > > > > > the first error is about the hdf.h. when i look for it
in the
>> > > > HDF4.2r3 i
>> > > > > > can't find it.
>> > > > > > the problem is that the met model can't find the hfeosdef
.h or,
>> > when
>> > > > > > looking for it it exists
>> > > > > > ls  -l /root/Bureau/hdfeos/include
>> > > > > >
>> > > > > > total 136
>> > > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008 cfortHdf.h
>> > > > > > -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
>> > > > > > -r--r--r--. 1 752 users  7004 30 août   2007 HdfEosDef.f
>> > > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008 HdfEosDef.h
>> > > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008
HDFEOSVersion.h
>> > > > > > -r--r--r--. 1 752 users  3922 19 mai    2009
HE2_config.h.in
>> > > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008 Makefile.am
>> > > > > > -r--r--r--. 1 752 users 13297 19 mai    2009 Makefile.in
>> > > > > > Thanks,
>> > > > > > khaoula
>> > > > > >
>> > > > > >
>> > > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com
>> >:
>> > > > > >
>> > > > > > > Hi John,
>> > > > > > > It really strange.
>> > > > > > > when i run netcdef, he come back to grib2.h error or
>> gsl_cdf.h.
>> > > > > > > i checked all my files needed for executing configure
script.
>> > > > > > > grib2.h , netcdf.hh ..... are all located in their
right
>> > libraries.
>> > > > > > > The problem is that met-5.0 can't find them.
>> > > > > > > you find attached the last make-install result.
>> > > > > > > Thanks,
>> > > > > > > Khaoula
>> > > > > > >
>> > > > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT <
>> > > > > met_help at ucar.edu
>> > > > > > >:
>> > > > > > >
>> > > > > > >> Khaoula,
>> > > > > > >>
>> > > > > > >> MET is written primarily in C++ and, as such, requires
that
>> the
>> > > C++
>> > > > > > >> interface for NetCDF be compiled.  It's possible that
the C++
>> > > > > interface
>> > > > > > >> was
>> > > > > > >> not compiled in the version of NetCDF to which you're
>> pointing.
>> > > > > Please
>> > > > > > >> see
>> > > > > > >> if the following file exists:
>> > > > > > >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
>> > > > > > >>
>> > > > > > >> If it does not, then you'll need to recompile NetCDF
>> somewhere
>> > > > > including
>> > > > > > >> the C++ interface.  It's described on this page:
>> > > > > > >>
>> > > > > > >>
>> > > > > > >>
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > > > > > >> '
>> > > > > > >>
>> > > > > > >> If that file does exist, that's great.  Just do the
following
>> > (the
>> > > > > > setting
>> > > > > > >> you sent me used "netcdf-36.3" instead of "netcdf-
3.6.3"):
>> > > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
>> > > > > > >>    Rerun the configure command.
>> > > > > > >>    make clean
>> > > > > > >>    make install
>> > > > > > >>
>> > > > > > >> Hope that helps.
>> > > > > > >>
>> > > > > > >> Thanks,
>> > > > > > >> John
>> > > > > > >>
>> > > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT <
>> > > > > met_help at ucar.edu
>> > > > > > >
>> > > > > > >> wrote:
>> > > > > > >>
>> > > > > > >> >
>> > > > > > >> > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > >
>> > > > > > >> >
>> > > > > > >> > Hi john,
>> > > > > > >> > Thank you for your help.
>> > > > > > >> > It works but there is another error. He cannot find
the
>> > > netcdf.hh
>> > > > > > file.
>> > > > > > >> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
>> > > > > > >> > but it still the same error.
>> > > > > > >> > you find attached make_install file.
>> > > > > > >> > Thanks,
>> > > > > > >> > Khaoula
>> > > > > > >> >
>> > > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via RT
<
>> > > > > > met_help at ucar.edu
>> > > > > > >> >:
>> > > > > > >> >
>> > > > > > >> > > Hello Khaoula,
>> > > > > > >> > >
>> > > > > > >> > > My name is John Halley Gotway.  Julie's out of
town until
>> > next
>> > > > > week,
>> > > > > > >> but
>> > > > > > >> > > hopefully I can help you with this issue.  Thanks
for
>> > sending
>> > > > the
>> > > > > > >> output
>> > > > > > >> > of
>> > > > > > >> > > make - that's very helpful.  Here's the relevant
error
>> > you're
>> > > > > > getting:
>> > > > > > >> > >
>> > > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun
fichier ou
>> > > dossier
>> > > > > de
>> > > > > > ce
>> > > > > > >> > type
>> > > > > > >> > >
>> > > > > > >> > > Using google translate, I see that means: No files
or
>> > folders
>> > > of
>> > > > > > this
>> > > > > > >> > type
>> > > > > > >> > >
>> > > > > > >> > > Basically, MET isn't able to find the file named
>> "grib2.h",
>> > > > which
>> > > > > is
>> > > > > > >> > > included in the library named "g2clib".  Since
you're
>> > > compiling
>> > > > > > >> support
>> > > > > > >> > for
>> > > > > > >> > > GRIB2, I assume you've already compiled that
library.  If
>> > > that's
>> > > > > not
>> > > > > > >> the
>> > > > > > >> > > case, please see the information here:
>> > > > > > >> > >
>> > > > > > >> > >
>> > > > > > >> > >
>> > > > > > >> >
>> > > > > > >>
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > > > > > >> > >
>> > > > > > >> > > Once you've compiled "g2clib", try setting the
following:
>> > > > > > >> > > If you're using csh:
>> > > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
>> > > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
>> > > > > > >> > >
>> > > > > > >> > > If you're using bash:
>> > > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
>> > > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
>> > > > > > >> > >
>> > > > > > >> > > And from the top-level met-5.0 directory, rerun
the
>> > > "configure"
>> > > > > > >> command
>> > > > > > >> > you
>> > > > > > >> > > used for MET, and then run:
>> > > > > > >> > >    make clean
>> > > > > > >> > >    make install >& make_install.log
>> > > > > > >> > >
>> > > > > > >> > > Please let me know how it goes.
>> > > > > > >> > >
>> > > > > > >> > > Thanks,
>> > > > > > >> > > John
>> > > > > > >> > >
>> > > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula via
RT <
>> > > > > > >> met_help at ucar.edu>
>> > > > > > >> > > wrote:
>> > > > > > >> > >
>> > > > > > >> > > >
>> > > > > > >> > > > <URL:
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > >
>> > > > > > >> > > >
>> > > > > > >> > > > Hi Julie,
>> > > > > > >> > > > Thank you for your help.
>> > > > > > >> > > > i could install libpng library.
>> > > > > > >> > > > But there is another problem.  When executing
*make
>> > install
>> > > >&
>> > > > > > >> > > > make_install.log &*
>> > > > > > >> > > >
>> > > > > > >> > > > *tail -f make_install.log.*
>> > > > > > >> > > >
>> > > > > > >> > > > *threr is an error in  file make_install.log
that
>> there is
>> > > no
>> > > > > file
>> > > > > > >> > named
>> > > > > > >> > > > grib2.h.*
>> > > > > > >> > > > *there is the make _install.log.*
>> > > > > > >> > > >
>> > > > > > >> > > > *Thanks *
>> > > > > > >> > > >
>> > > > > > >> > > > *Khaoula *
>> > > > > > >> > > >
>> > > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik via
RT <
>> > > > > > >> met_help at ucar.edu
>> > > > > > >> > >:
>> > > > > > >> > > >
>> > > > > > >> > > > > Hi Khaoula.
>> > > > > > >> > > > >
>> > > > > > >> > > > > While I saw that you have a "include", "lib",
and
>> > "share"
>> > > > > > >> > > subdirectories
>> > > > > > >> > > > > under /usr/bin/zlib, I could not see the
contents of
>> > those
>> > > > > > >> > directories.
>> > > > > > >> > > > >
>> > > > > > >> > > > > Could you please verify that you have the
files
>> "zlib.h"
>> > > and
>> > > > > > >> > "zconf.h"
>> > > > > > >> > > in
>> > > > > > >> > > > > the "include" subdirectory?  Could you also
please
>> > verify
>> > > > that
>> > > > > > you
>> > > > > > >> > have
>> > > > > > >> > > > > "libz.a" and other "libz.so" files in the
"lib"
>> > > > subdirectory?
>> > > > > > >> > > > >
>> > > > > > >> > > > > Assuming those files are in place, it looks
like you
>> > got a
>> > > > > > >> successful
>> > > > > > >> > > > > installation of zlib, but libpng couldn't find
zlib.
>> > > > > > >> > > > >
>> > > > > > >> > > > > Try recompiling libpng as follows,
>> > > > > > >> > > > >   *replacing
"/path/to/libpng/install/**directory"
>> with
>> > > the
>> > > > > path
>> > > > > > >> > where
>> > > > > > >> > > > you
>> > > > > > >> > > > > would like to install libpng*:
>> > > > > > >> > > > >
>> > > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
>> > > > > > >> > > > >   make clean
>> > > > > > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
>> > > > > > >> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
>> > > > > > >> > > > >   ./configure
>> --prefix=/path/to/libpng/install/directory
>> > > > > > >> > > > >   make
>> > > > > > >> > > > >   make install
>> > > > > > >> > > > >
>> > > > > > >> > > > > That should do the trick.  With those
environment
>> > > variables,
>> > > > > > >> you're
>> > > > > > >> > > > telling
>> > > > > > >> > > > > it where to find the zlib header and object
files.
>> Give
>> > > > that
>> > > > > a
>> > > > > > >> try
>> > > > > > >> > and
>> > > > > > >> > > > let
>> > > > > > >> > > > > me know if you're able to compile libpng
>> successfully.
>> > > > > > >> > > > >
>> > > > > > >> > > > > Thanks,
>> > > > > > >> > > > > Julie
>> > > > > > >> > > > >
>> > > > > > >> > > > >
>> > > > > > >> > > > >
>> > > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki Khaoula
via
>> RT <
>> > > > > > >> > > met_help at ucar.edu
>> > > > > > >> > > > >
>> > > > > > >> > > > > wrote:
>> > > > > > >> > > > >
>> > > > > > >> > > > > >
>> > > > > > >> > > > > > <URL:
>> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >
>> > > > > > >> > > > > >
>> > > > > > >> > > > > > Hi Julie,
>> > > > > > >> > > > > > No i didn't get a successful install of
libpng
>> because
>> > > the
>> > > > > > first
>> > > > > > >> > > > problem
>> > > > > > >> > > > > > was installation of zlib.
>> > > > > > >> > > > > > you find a script joint to this email of
running
>> ls -l
>> > > > > > >> > usr/bin/zlib.
>> > > > > > >> > > > > > Thanks,
>> > > > > > >> > > > > > Khaoula MELKI
>> > > > > > >> > > > > >
>> > > > > > >> > > > > >
>> > > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie Prestopnik
via RT
>> <
>> > > > > > >> > > met_help at ucar.edu
>> > > > > > >> > > > >:
>> > > > > > >> > > > > >
>> > > > > > >> > > > > > > Hi Khaoula.
>> > > > > > >> > > > > > >
>> > > > > > >> > > > > > > Instead of running "ls -l zlib-1.2.8" to
show me
>> the
>> > > > > > contents
>> > > > > > >> of
>> > > > > > >> > > the
>> > > > > > >> > > > > > > package, could you please run "ls -l
>> /usr/bin/zlib"
>> > > so I
>> > > > > can
>> > > > > > >> see
>> > > > > > >> > > how
>> > > > > > >> > > > > the
>> > > > > > >> > > > > > > package was installed?
>> > > > > > >> > > > > > >
>> > > > > > >> > > > > > > Also, were you able to get a successful
install
>> of
>> > > > libpng
>> > > > > > >> after
>> > > > > > >> > > > setting
>> > > > > > >> > > > > > the
>> > > > > > >> > > > > > > environment variables LDFLAGS and
CPPFLAGS?
>> > > > > > >> > > > > > >
>> > > > > > >> > > > > > > Thanks,
>> > > > > > >> > > > > > > Julie
>> > > > > > >> > > > > > >
>> > > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki
Khaoula
>> via
>> > RT
>> > > <
>> > > > > > >> > > > > met_help at ucar.edu
>> > > > > > >> > > > > > >
>> > > > > > >> > > > > > > wrote:
>> > > > > > >> > > > > > >
>> > > > > > >> > > > > > > >
>> > > > > > >> > > > > > > > <URL:
>> > > > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >> > >
>> > > > > > >> > > > > > > >
>> > > > > > >> > > > > > > > Hi Julie,
>> > > > > > >> > > > > > > >
>> > > > > > >> > > > > > > > there is a terminal containing results
of ls -l
>> > > > > zlib-1.2.8
>> > > > > > >> > > > > > > > also, zlib-1.2.8 directory is
>> > > :/root/Bureau/zlib-1.2.8
>> > > > > > >> > > > > > > > i uses the command whereis zlib:
>> > > > > > >> > > > > > > >  it returns : usr/bin/zlib
>> > > > > > >> > > > > > > > Thanks,
>> > > > > > >> > > > > > > > Khaoula
>> > > > > > >> > > > > > > >
>> > > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie
Prestopnik via
>> > RT <
>> > > > > > >> > > > > met_help at ucar.edu
>> > > > > > >> > > > > > >:
>> > > > > > >> > > > > > > >
>> > > > > > >> > > > > > > > > Hi Khaoula.
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > I see in your configure log the error:
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > configure: error: zlib not installed
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > Were you able to get a successful
install of
>> > zlib?
>> > > > If
>> > > > > > so,
>> > > > > > >> > > could
>> > > > > > >> > > > > you
>> > > > > > >> > > > > > > > please
>> > > > > > >> > > > > > > > > tell me where it is installed and run
"ls
>> -l" in
>> > > > that
>> > > > > > >> > directory
>> > > > > > >> > > > so
>> > > > > > >> > > > > I
>> > > > > > >> > > > > > > can
>> > > > > > >> > > > > > > > > see its contents? And, if you were
able to
>> get a
>> > > > > > >> successful
>> > > > > > >> > > > install
>> > > > > > >> > > > > > of
>> > > > > > >> > > > > > > > > zlib, were you able to get a
successful
>> install
>> > of
>> > > > > > libpng?
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > Once you get a successful install of
zlib,
>> png,
>> > > > > jasper,
>> > > > > > >> and
>> > > > > > >> > the
>> > > > > > >> > > > > > GRIB2-C
>> > > > > > >> > > > > > > > > Library, we can revisit running the
configure
>> > > > script.
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an optional
package
>> > for
>> > > > MET.
>> > > > > > If
>> > > > > > >> > you
>> > > > > > >> > > do
>> > > > > > >> > > > > not
>> > > > > > >> > > > > > > > need
>> > > > > > >> > > > > > > > > GRIB2 support, you do not need to
install the
>> > > > library.
>> > > > > > I
>> > > > > > >> > just
>> > > > > > >> > > > > wanted
>> > > > > > >> > > > > > > to
>> > > > > > >> > > > > > > > > make sure you knew that in case you
didn't
>> need
>> > > > GRIB2
>> > > > > > >> > support.
>> > > > > > >> > > > If
>> > > > > > >> > > > > > you
>> > > > > > >> > > > > > > do
>> > > > > > >> > > > > > > > > need it, we'll keep working at it and
try to
>> get
>> > > it
>> > > > > > >> working
>> > > > > > >> > for
>> > > > > > >> > > > you
>> > > > > > >> > > > > > > soon.
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > Thanks,
>> > > > > > >> > > > > > > > > Julie
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM, Melki
>> Khaoula
>> > via
>> > > > RT
>> > > > > <
>> > > > > > >> > > > > > > met_help at ucar.edu
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > wrote:
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > >
>> > > > > > >> > > > > > > > > > <URL:
>> > > > > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >> > > > >
>> > > > > > >> > > > > > > > > >
>> > > > > > >> > > > > > > > > > Hi Julie,
>> > > > > > >> > > > > > > > > > the same problem appear again.
>> > > > > > >> > > > > > > > > > you find a file joined to this e-
mail.
>> > > > > > >> > > > > > > > > > thanks,
>> > > > > > >> > > > > > > > > > Khaoula
>> > > > > > >> > > > > > > > > >
>> > > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie
Prestopnik
>> > via
>> > > > RT <
>> > > > > > >> > > > > > > met_help at ucar.edu
>> > > > > > >> > > > > > > > >:
>> > > > > > >> > > > > > > > > >
>> > > > > > >> > > > > > > > > > > Hi Khaoula.
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > I see that you tried to install
zlib, but
>> > > have a
>> > > > > > >> question
>> > > > > > >> > > > about
>> > > > > > >> > > > > > the
>> > > > > > >> > > > > > > > > > install
>> > > > > > >> > > > > > > > > > > path.
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > You can install zlib where ever
you would
>> > > like,
>> > > > > > >> either in
>> > > > > > >> > > > > > > /zlib-1.2.8
>> > > > > > >> > > > > > > > > > > or /usr/local/bin
>> > > > > > >> > > > > > > > > > > (assuming you have root access) or
>> somewhere
>> > > > else
>> > > > > > >> > entirely.
>> > > > > > >> > > > > So,
>> > > > > > >> > > > > > it
>> > > > > > >> > > > > > > > > > sounds
>> > > > > > >> > > > > > > > > > > like you followed these generic
>> > instructions:
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > cd /path/to/zlib
>> > > > > > >> > > > > > > > > > > ./configure
--prefix=/zlib/install/path
>> > > > > > >> > > > > > > > > > > make test
>> > > > > > >> > > > > > > > > > > make install
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > replacing /path/to/zlib with
>> > > > > /root/Bureau/zlib-1.2.8
>> > > > > > >> and
>> > > > > > >> > > > > > replacing
>> > > > > > >> > > > > > > > > > > /zlib/install/path
>> > > > > > >> > > > > > > > > > > with /zlib-1.2.8 as follows:
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
>> > > > > > >> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
>> > > > > > >> > > > > > > > > > > make test
>> > > > > > >> > > > > > > > > > > make install
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > It sounds like you got a
successful
>> > > installation
>> > > > > of
>> > > > > > >> zlib,
>> > > > > > >> > > but
>> > > > > > >> > > > > > > libpng
>> > > > > > >> > > > > > > > > > > couldn't find zlib.
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > Try recompiling libpng as follows,
>> > > > > > >> > > > > > > > > > >   replacing
"/path/to/libz.a/directory"
>> with
>> > > the
>> > > > > > path
>> > > > > > >> to
>> > > > > > >> > > > libz.a
>> > > > > > >> > > > > > > > (leave
>> > > > > > >> > > > > > > > > > the
>> > > > > > >> > > > > > > > > > > -L in place in the example below)
>> > > > > > >> > > > > > > > > > >   replacing
"/path/to/zlib.h/directory"
>> with
>> > > the
>> > > > > > path
>> > > > > > >> to
>> > > > > > >> > > > zlib.h
>> > > > > > >> > > > > > > > (leave
>> > > > > > >> > > > > > > > > > the
>> > > > > > >> > > > > > > > > > > -I in place in the example below)
>> > > > > > >> > > > > > > > > > >   and replacing
>> > > > > "/path/to/libpng/install/directory"
>> > > > > > >> with
>> > > > > > >> > > the
>> > > > > > >> > > > > path
>> > > > > > >> > > > > > > > where
>> > > > > > >> > > > > > > > > > you
>> > > > > > >> > > > > > > > > > > would like to install libpng:
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
>> > > > > > >> > > > > > > > > > >   make clean
>> > > > > > >> > > > > > > > > > >   export
>> > LDFLAGS="-L/path/to/libz.a/directory"
>> > > > > > >> > > > > > > > > > >   export
>> > > CPPFLAGS="-I/path/to/zlib.h/directory"
>> > > > > > >> > > > > > > > > > >   ./configure
>> > > > > > >> --prefix=/path/to/libpng/install/directory
>> > > > > > >> > > > > > > > > > >   make
>> > > > > > >> > > > > > > > > > >   make install
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > That should do the trick.  With
those
>> > > > environment
>> > > > > > >> > > variables,
>> > > > > > >> > > > > > you're
>> > > > > > >> > > > > > > > > > telling
>> > > > > > >> > > > > > > > > > > it where to find the zlib header
and
>> object
>> > > > files.
>> > > > > > >> Give
>> > > > > > >> > > > that a
>> > > > > > >> > > > > > try
>> > > > > > >> > > > > > > > and
>> > > > > > >> > > > > > > > > > let
>> > > > > > >> > > > > > > > > > > me know if you're able to compile
libpng
>> > > > > > successfully.
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > Thanks,
>> > > > > > >> > > > > > > > > > > Julie
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM,
Melki
>> > Khaoula
>> > > > via
>> > > > > > RT
>> > > > > > >> <
>> > > > > > >> > > > > > > > > met_help at ucar.edu
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > wrote:
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > <URL:
>> > > > > > >> > > > >
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >> > > > > > >
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > Hi Julie,
>> > > > > > >> > > > > > > > > > > > Grib2 needs jasper, png and zlib
>> libraries
>> > > to
>> > > > > > >> install.
>> > > > > > >> > > > > > > > > > > > in installing zlib library,i i
used
>> these
>> > > > > > commands:
>> > > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
>> > > > > > >> > > > > > > > > > > > *./configure
>> --prefix=/zlib/install/path*
>> > > > > > >> > > > > > > > > > > > *make test*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *make install*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *for my sysytem, path/to/zlib is
>> > > > > > >> > root/Bureau/zlib-1.2.8.*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *about prefix=zlib/install/path.
>> > > > > zlib/install/path
>> > > > > > >> is
>> > > > > > >> > the
>> > > > > > >> > > > > > > directory
>> > > > > > >> > > > > > > > > > > where i
>> > > > > > >> > > > > > > > > > > > put zlib installation,
>> prefix=/zlib-1.2.8
>> > or
>> > > > it
>> > > > > is
>> > > > > > >> > > > > > usr/local/bin
>> > > > > > >> > > > > > > in
>> > > > > > >> > > > > > > > > > order
>> > > > > > >> > > > > > > > > > > > to be installed in the system.*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *i found a problem when
installing
>> libpng
>> > > > > > library. i
>> > > > > > >> > used
>> > > > > > >> > > > > thses
>> > > > > > >> > > > > > > > > > > commands:*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *./configure
>> > > > > --prefix=/root/Bureau/libpng-1.2.34*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *make *
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *make install*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *But when using configure, an
error
>> occur
>> > > > > > informing
>> > > > > > >> me
>> > > > > > >> > > that
>> > > > > > >> > > > > > zlib
>> > > > > > >> > > > > > > > > isn't
>> > > > > > >> > > > > > > > > > > > installed.*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *So, i was wondering about path
to
>> > install.
>> > > It
>> > > > > is
>> > > > > > in
>> > > > > > >> > the
>> > > > > > >> > > > > > > directory
>> > > > > > >> > > > > > > > of
>> > > > > > >> > > > > > > > > > > > library or in the system
>> > > unix(usr/local/bin)*
>> > > > > > >> > > > > > > > > > > > *Thanks,*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > *khaoula melki*
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00 Julie
>> > Prestopnik
>> > > > via
>> > > > > > RT <
>> > > > > > >> > > > > > > > > met_help at ucar.edu
>> > > > > > >> > > > > > > > > > >:
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > Hi Khaoula.
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > There will not be a bin
subdirectory
>> > when
>> > > > you
>> > > > > > >> unpack
>> > > > > > >> > > > > met-5.0,
>> > > > > > >> > > > > > > but
>> > > > > > >> > > > > > > > > > there
>> > > > > > >> > > > > > > > > > > > > should be upon a successful
>> installation
>> > > of
>> > > > > the
>> > > > > > >> MET
>> > > > > > >> > > > tools.
>> > > > > > >> > > > > > > > Looking
>> > > > > > >> > > > > > > > > > at
>> > > > > > >> > > > > > > > > > > > your
>> > > > > > >> > > > > > > > > > > > > make_install.log file I see
that
>> there
>> > is
>> > > a
>> > > > > > >> problem
>> > > > > > >> > > > finding
>> > > > > > >> > > > > > > > > grib2.h:
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > data2d_grib2.h:27:21: erreur:
>> grib2.h :
>> > > > Aucun
>> > > > > > >> fichier
>> > > > > > >> > > ou
>> > > > > > >> > > > > > > dossier
>> > > > > > >> > > > > > > > de
>> > > > > > >> > > > > > > > > > ce
>> > > > > > >> > > > > > > > > > > > type
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > NCEP's GRIB2C library is used
by the
>> MET
>> > > > > library
>> > > > > > >> code
>> > > > > > >> > > to
>> > > > > > >> > > > > read
>> > > > > > >> > > > > > > > GRIB2
>> > > > > > >> > > > > > > > > > > data
>> > > > > > >> > > > > > > > > > > > > files.  If you do not need
GRIB2
>> > > capability,
>> > > > > you
>> > > > > > >> can
>> > > > > > >> > > > simply
>> > > > > > >> > > > > > > skip
>> > > > > > >> > > > > > > > > this
>> > > > > > >> > > > > > > > > > > > part
>> > > > > > >> > > > > > > > > > > > > of the installation by
removing
>> > > > > "--enable-grib2"
>> > > > > > >> from
>> > > > > > >> > > > your
>> > > > > > >> > > > > > list
>> > > > > > >> > > > > > > > of
>> > > > > > >> > > > > > > > > > > > options
>> > > > > > >> > > > > > > > > > > > > to "./configure".  If you do
need
>> GRIB2
>> > > > > > capability
>> > > > > > >> > and
>> > > > > > >> > > > the
>> > > > > > >> > > > > > > grib2c
>> > > > > > >> > > > > > > > > > > library
>> > > > > > >> > > > > > > > > > > > > is not already on your system,
you
>> will
>> > > need
>> > > > > to
>> > > > > > >> > > download
>> > > > > > >> > > > > and
>> > > > > > >> > > > > > > > unpack
>> > > > > > >> > > > > > > > > > the
>> > > > > > >> > > > > > > > > > > > > grib2c tarball (
>> > > > > > >> > > > > >
http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
>> > > > > > >> > > > > > > > and
>> > > > > > >> > > > > > > > > > > refer
>> > > > > > >> > > > > > > > > > > > > to
>> > > > > > >> > > > > > > > > > > > > the README file. Once built,
MET
>> expects
>> > > the
>> > > > > > GRIB2
>> > > > > > >> > > > > C-Library
>> > > > > > >> > > > > > to
>> > > > > > >> > > > > > > > be
>> > > > > > >> > > > > > > > > > > named
>> > > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-
Library
>> > > *requires
>> > > > > the
>> > > > > > >> > > > libraries
>> > > > > > >> > > > > > > zlib,
>> > > > > > >> > > > > > > > > > jasper
>> > > > > > >> > > > > > > > > > > > and
>> > > > > > >> > > > > > > > > > > > > png* to be present on your
system and
>> > > those
>> > > > > > >> packages
>> > > > > > >> > > are
>> > > > > > >> > > > > all
>> > > > > > >> > > > > > > > > > available
>> > > > > > >> > > > > > > > > > > in
>> > > > > > >> > > > > > > > > > > > > the link above. When
configuring the
>> MET
>> > > > build
>> > > > > > >> after
>> > > > > > >> > > > > > > installation
>> > > > > > >> > > > > > > > > of
>> > > > > > >> > > > > > > > > > > the
>> > > > > > >> > > > > > > > > > > > > necessary libraries (or if
grib2c,
>> zlib,
>> > > > > jasper,
>> > > > > > >> and
>> > > > > > >> > > png
>> > > > > > >> > > > > are
>> > > > > > >> > > > > > > > > already
>> > > > > > >> > > > > > > > > > on
>> > > > > > >> > > > > > > > > > > > > your system), set the
*MET_GRIB2C*
>> (or
>> > > > > > >> > *MET_GRIB2CINC*
>> > > > > > >> > > > and
>> > > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
>> > > > > > >> > > > > > > > > > > > > environment variables to
indicate the
>> > > > location
>> > > > > > of
>> > > > > > >> > this
>> > > > > > >> > > > > > library.
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > Please let us know if you have
any
>> > > > questions.
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > Thanks,
>> > > > > > >> > > > > > > > > > > > > Julie
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28
AM, Melki
>> > > > Khaoula
>> > > > > > via
>> > > > > > >> RT
>> > > > > > >> > <
>> > > > > > >> > > > > > > > > > > met_help at ucar.edu>
>> > > > > > >> > > > > > > > > > > > > wrote:
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > <URL:
>> > > > > > >> > > > > > >
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > Hi Julie,
>> > > > > > >> > > > > > > > > > > > > > thank you for your response.
>> > > > > > >> > > > > > > > > > > > > > it rebuilt nectd.
>> > > > > > >> > > > > > > > > > > > > > my problem now is the bin
>> > subdirectory.
>> > > > > > >> > > > > > > > > > > > > > when unpacking met-5.0, thre
is no
>> > > > > > subdirectory
>> > > > > > >> > > called
>> > > > > > >> > > > > bin.
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > Also, after setting
environment
>> > > > variables, i
>> > > > > > >> used
>> > > > > > >> > the
>> > > > > > >> > > > > > > > > configuration
>> > > > > > >> > > > > > > > > > > > > script
>> > > > > > >> > > > > > > > > > > > > > with: ./configure
--prefix=`pwd`
>> > > > > > --enable-grib2
>> > > > > > >> > > > > > > --enable-modis
>> > > > > > >> > > > > > > > > > > > > > --enable-mode_graphics
>> > > > > > >> > > > > > > > > > > > > > there is no bin subdirectory
>> built or
>> > > > > > >> recreated.
>> > > > > > >> > > > > > > > > > > > > > Thanks,
>> > > > > > >> > > > > > > > > > > > > > Khaoula
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00
Julie
>> > > > Prestopnik
>> > > > > > via
>> > > > > > >> RT
>> > > > > > >> > <
>> > > > > > >> > > > > > > > > > > met_help at ucar.edu
>> > > > > > >> > > > > > > > > > > > >:
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > Taking another look at
this, I do
>> > not
>> > > > see
>> > > > > a
>> > > > > > >> "-I"
>> > > > > > >> > > > entry
>> > > > > > >> > > > > > for
>> > > > > > >> > > > > > > > > > > > > > > "/root/Bureau/netcdf-
4.3.3.1",
>> > which I
>> > > > > > believe
>> > > > > > >> > you
>> > > > > > >> > > > have
>> > > > > > >> > > > > > > > > > MET_NETCDF
>> > > > > > >> > > > > > > > > > > > set
>> > > > > > >> > > > > > > > > > > > > > to.
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I.
>> -I../../..
>> > > > > > >> > > > > > > > -I../../../src/basic/vx_cal
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/basic/vx_config
>> > > > > > >> > > > > > -I../../../src/basic/vx_log
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/basic/vx_math
>> > > > > > >> > > > > -I../../../src/basic/vx_util
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_afm
>> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_analysis_util
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_color
>> > > > > > >> > > > > > > > > -I../../../src/libcode/vx_data2d
>> > > > > > >> > > > > > > > > > > > > > >
>> > > -I../../../src/libcode/vx_data2d_factory
>> > > > > > >> > > > > > > > > > > > > > >
>> > -I../../../src/libcode/vx_data2d_grib
>> > > > > > >> > > > > > > > > > > > > > >
>> > -I../../../src/libcode/vx_data2d_grib2
>> > > > > > >> > > > > > > > > > > > > > >
>> > -I../../../src/libcode/vx_data2d_nccf
>> > > > > > >> > > > > > > > > > > > > > >
>> > > -I../../../src/libcode/vx_data2d_nc_met
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_geodesy
>> > > > > > >> > > > > > > > > > -I../../../src/libcode/vx_gnomon
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_grid
>> > > > > > >> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_nav
>> > > > > > >> > > > > > > > -I../../../src/libcode/vx_nc_util
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_pb_util
>> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_plot_util
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_ps
>> > > > > > >> > > > > > -I../../../src/libcode/vx_pxm
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_render
>> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_shapedata
>> > > > > > >> > > > > > > > > > > > > > >
>> -I../../../src/libcode/vx_statistics
>> > > > > > >> > > > > > > > > > > >
-I../../../src/libcode/vx_stat_out
>> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_tc_util
>> > > > -DBLOCK4
>> > > > > > >> > > > -DWITH_GRIB2
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
>> > > > > > >> > -g
>> > > > > > >> > > > -MT
>> > > > > > >> > > > > > > > > > > > > > > libvx_nc_util_a-
nc_var_info.o -MD
>> > -MP
>> > > > -MF
>> > > > > > >> > > > > > > > > > > > > > >
>> > .deps/libvx_nc_util_a-nc_var_info.Tpo
>> > > -c
>> > > > > -o
>> > > > > > >> > > > > > > > > > > > > libvx_nc_util_a-nc_var_info.o
>> > > > > > >> > > > > > > > > > > > > > > `test -f 'nc_var_info.cc'
|| echo
>> > > > > > >> > > './'`nc_var_info.cc
>> > > > > > >> > > > > > > > > > > > > > > Dans le fichier inclus à
partir
>> de
>> > > > > > >> > > nc_var_info.cc:24:
>> > > > > > >> > > > > > > > > > > > > > > nc_var_info.h:24:21:
erreur:
>> > > netcdf.hh :
>> > > > > > Aucun
>> > > > > > >> > > > fichier
>> > > > > > >> > > > > ou
>> > > > > > >> > > > > > > > > dossier
>> > > > > > >> > > > > > > > > > > de
>> > > > > > >> > > > > > > > > > > > ce
>> > > > > > >> > > > > > > > > > > > > > > type
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > You could check the
include area
>> for
>> > > > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
>> > > > > > >> > > > > > > > > > to
>> > > > > > >> > > > > > > > > > > > see
>> > > > > > >> > > > > > > > > > > > > > if
>> > > > > > >> > > > > > > > > > > > > > > there is a netcdf.hh file.
If
>> there
>> > > is,
>> > > > > > >> you'll
>> > > > > > >> > > need
>> > > > > > >> > > > to
>> > > > > > >> > > > > > > make
>> > > > > > >> > > > > > > > > sure
>> > > > > > >> > > > > > > > > > > > that
>> > > > > > >> > > > > > > > > > > > > > met
>> > > > > > >> > > > > > > > > > > > > > > can find it by making sure
the
>> > > > MET_NETCDF
>> > > > > is
>> > > > > > >> set
>> > > > > > >> > > > > > correctly,
>> > > > > > >> > > > > > > > > then
>> > > > > > >> > > > > > > > > > > > source
>> > > > > > >> > > > > > > > > > > > > > > your .bashrc or similar
file,
>> > > > reconfigure,
>> > > > > > and
>> > > > > > >> > > > rebuild
>> > > > > > >> > > > > > MET,
>> > > > > > >> > > > > > > > > > > > otherwise,
>> > > > > > >> > > > > > > > > > > > > if
>> > > > > > >> > > > > > > > > > > > > > > it is not there, I would
suggest
>> > > > following
>> > > > > > the
>> > > > > > >> > > > > > instructions
>> > > > > > >> > > > > > > > in
>> > > > > > >> > > > > > > > > my
>> > > > > > >> > > > > > > > > > > > most
>> > > > > > >> > > > > > > > > > > > > > > recent previous email.
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > Please let us know how it
works
>> out.
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > Thanks,
>> > > > > > >> > > > > > > > > > > > > > > Julie
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at
1:52 PM,
>> > Julie
>> > > > > > >> Prestopnik
>> > > > > > >> > <
>> > > > > > >> > > > > > > > > > jpresto at ucar.edu
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > wrote:
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I apologize
for
>> the
>> > > > delayed
>> > > > > > >> > > > response.  I
>> > > > > > >> > > > > > was
>> > > > > > >> > > > > > > > out
>> > > > > > >> > > > > > > > > > of
>> > > > > > >> > > > > > > > > > > > > town.
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > I believe that I see in
your
>> > > > > > >> make_install.log
>> > > > > > >> > > that
>> > > > > > >> > > > > > there
>> > > > > > >> > > > > > > > is a
>> > > > > > >> > > > > > > > > > > > problem
>> > > > > > >> > > > > > > > > > > > > > > > finding netcdf.hh:
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > nc_var_info.h:24:21:
erreur:
>> > > > netcdf.hh :
>> > > > > > >> Aucun
>> > > > > > >> > > > > fichier
>> > > > > > >> > > > > > ou
>> > > > > > >> > > > > > > > > > dossier
>> > > > > > >> > > > > > > > > > > > de
>> > > > > > >> > > > > > > > > > > > > ce
>> > > > > > >> > > > > > > > > > > > > > > > type
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > We've typically been
compiling
>> MET
>> > > > using
>> > > > > > >> NetCDF
>> > > > > > >> > > > > version
>> > > > > > >> > > > > > > 3 -
>> > > > > > >> > > > > > > > > the
>> > > > > > >> > > > > > > > > > > > > > specific
>> > > > > > >> > > > > > > > > > > > > > > > version is netcdf-3.6.3.
I
>> know
>> > > that
>> > > > > some
>> > > > > > >> of
>> > > > > > >> > the
>> > > > > > >> > > > > > > versions
>> > > > > > >> > > > > > > > of
>> > > > > > >> > > > > > > > > > > > netcdf
>> > > > > > >> > > > > > > > > > > > > no
>> > > > > > >> > > > > > > > > > > > > > > > longer include
netcdf.hh, but
>> that
>> > > > file
>> > > > > is
>> > > > > > >> > > > necessary
>> > > > > > >> > > > > > for
>> > > > > > >> > > > > > > > our
>> > > > > > >> > > > > > > > > > > code.
>> > > > > > >> > > > > > > > > > > > > I'd
>> > > > > > >> > > > > > > > > > > > > > > > suggest downloading and
>> compiling
>> > > > NetCDF
>> > > > > > >> 3.6.3
>> > > > > > >> > > > > locally
>> > > > > > >> > > > > > > > using
>> > > > > > >> > > > > > > > > > the
>> > > > > > >> > > > > > > > > > > > > > > > following steps:
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > Download NetCDF 3.6.3
from
>> here:
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > >
>> > > > > > >> > > >
>> > > > > > >>
>> > > >
>> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > Then run:
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > tar -zxf netcdf-
3.6.3.tar.gz
>> > > > > > >> > > > > > > > > > > > > > > > ./configure
--prefix=`pwd`
>> > > > > > >> > > > > > > > > > > > > > > > make
>> > > > > > >> > > > > > > > > > > > > > > > make install
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > These commands should
compile
>> the
>> > C
>> > > > and
>> > > > > > C++
>> > > > > > >> > > > > interfaces
>> > > > > > >> > > > > > > for
>> > > > > > >> > > > > > > > > > NetCDF
>> > > > > > >> > > > > > > > > > > > and
>> > > > > > >> > > > > > > > > > > > > > > > skip the Fortran
interface that
>> > MET
>> > > > > > doesn't
>> > > > > > >> > use.
>> > > > > > >> > > > It
>> > > > > > >> > > > > > will
>> > > > > > >> > > > > > > > > > install
>> > > > > > >> > > > > > > > > > > > the
>> > > > > > >> > > > > > > > > > > > > > > > library in current
>> "netcdf-3.6.3"
>> > > > > > directory
>> > > > > > >> due
>> > > > > > >> > > to
>> > > > > > >> > > > > the
>> > > > > > >> > > > > > > > > > > > --prefix=`pwd`
>> > > > > > >> > > > > > > > > > > > > > > > option.
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > Next, you'll need to
edit where
>> > you
>> > > > set
>> > > > > > >> > > MET_NETCDF
>> > > > > > >> > > > to
>> > > > > > >> > > > > > > point
>> > > > > > >> > > > > > > > > to
>> > > > > > >> > > > > > > > > > > this
>> > > > > > >> > > > > > > > > > > > > new
>> > > > > > >> > > > > > > > > > > > > > > > location, source your
.bashrc
>> or
>> > > > > similiar
>> > > > > > >> file,
>> > > > > > >> > > and
>> > > > > > >> > > > > > > rebuild
>> > > > > > >> > > > > > > > > > MET.
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > Please let us know if
that
>> works
>> > > well
>> > > > > for
>> > > > > > >> you.
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > Thanks,
>> > > > > > >> > > > > > > > > > > > > > > > Julie
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015 at
4:24
>> AM,
>> > > Melki
>> > > > > > >> Khaoula
>> > > > > > >> > > via
>> > > > > > >> > > > > RT <
>> > > > > > >> > > > > > > > > > > > > > met_help at ucar.edu
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > > wrote:
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> <URL:
>> > > > > > >> > > > > > > > >
>> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> Hello John,
>> > > > > > >> > > > > > > > > > > > > > > >> the error was there is
no
>> > compilor
>> > > of
>> > > > > > C++.
>> > > > > > >> so
>> > > > > > >> > i
>> > > > > > >> > > > > > > downloaded
>> > > > > > >> > > > > > > > > g++
>> > > > > > >> > > > > > > > > > > > > using :
>> > > > > > >> > > > > > > > > > > > > > > yum
>> > > > > > >> > > > > > > > > > > > > > > >> install gcc-c++.
>> > > > > > >> > > > > > > > > > > > > > > >> I didn't understand the
bin
>> > > > > > subdirectory. I
>> > > > > > >> > > looked
>> > > > > > >> > > > > to
>> > > > > > >> > > > > > > the
>> > > > > > >> > > > > > > > > > > met-5.0
>> > > > > > >> > > > > > > > > > > > > > > >> directory, i didin't
find a
>> > > > > subdirectory
>> > > > > > >> > called
>> > > > > > >> > > > bin.
>> > > > > > >> > > > > > But
>> > > > > > >> > > > > > > > > files
>> > > > > > >> > > > > > > > > > > > cited
>> > > > > > >> > > > > > > > > > > > > > in
>> > > > > > >> > > > > > > > > > > > > > > >> the
>> > > > > > >> > > > > > > > > > > > > > > >> Built executables are
located
>> in
>> > > the
>> > > > > > output
>> > > > > > >> > > > > > > subdirectory.
>> > > > > > >> > > > > > > > > > > > > > > >> The compilation of
*make
>> install
>> > >&
>> > > > > > >> > > > make_install.log
>> > > > > > >> > > > > > &*
>> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
make_install.log   *
>> > > > > > >> > > > > > > > > > > > > > > >> * send an error.*
>> > > > > > >> > > > > > > > > > > > > > > >> *there is two
executables,
>> *the
>> > > > first
>> > > > > is
>> > > > > > >> > called
>> > > > > > >> > > > > > > > > > configuration1.
>> > > > > > >> > > > > > > > > > > > It
>> > > > > > >> > > > > > > > > > > > > is
>> > > > > > >> > > > > > > > > > > > > > > >> about run of ./
>> > > > > > >> > > > > > > > > > > > > > > >> *configure
--prefix=`pwd`
>> > > > > --enable-grib2
>> > > > > > >> > > > > > --enable-modis
>> > > > > > >> > > > > > > > > > > > > > > >> --enable-
mode_graphics*The
>> second
>> > > is
>> > > > > > called
>> > > > > > >> > make
>> > > > > > >> > > > > > > > > install.log,
>> > > > > > >> > > > > > > > > > > > > obtained
>> > > > > > >> > > > > > > > > > > > > > > >> after running :
>> > > > > > >> > > > > > > > > > > > > > > >> *make install >&
>> make_install.log
>> > > &*
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
make_install.log*
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-
04:00
>> Melki
>> > > > > Khaoula <
>> > > > > > >> > > > > > > > > > khaoula.enit at gmail.com
>> > > > > > >> > > > > > > > > > > >:
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> > Hello John,
>> > > > > > >> > > > > > > > > > > > > > > >> > Thank you for your
help. it
>> > > really
>> > > > > > works.
>> > > > > > >> > > > > > > > > > > > > > > >> > I am in the
configuration
>> step.
>> > > > > > >> > > > > > > > > > > > > > > >> > when executing the
command
>> of :
>> > > > > > >> ./configure
>> > > > > > >> > > > > > > > --prefix=`pwd`
>> > > > > > >> > > > > > > > > > > > > > > >> --enable-grib2
>> > > > > > >> > > > > > > > > > > > > > > >> > --enable-modis
>> > > > > --enable-mode_graphics.
>> > > > > > >> > > > > > > > > > > > > > > >> > i found that when
cheking
>> for
>> > > some
>> > > > > > >> > compilers,
>> > > > > > >> > > > the
>> > > > > > >> > > > > > > system
>> > > > > > >> > > > > > > > > > > return
>> > > > > > >> > > > > > > > > > > > > no.
>> > > > > > >> > > > > > > > > > > > > > > >> > for example:
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for bison...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for byacc...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for g++...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for c++...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for gpp...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for aCC...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for CC... no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for cxx...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for cc++...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cl.exe... no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for FCC...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for KCC...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for RCC...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for xlC_r...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking for xlC...
no
>> > > > > > >> > > > > > > > > > > > > > > >> > checking whether the
C++
>> > compiler
>> > > > > > >> works...
>> > > > > > >> > no
>> > > > > > >> > > > > > > > > > > > > > > >> > IS there any errors?
>> > > > > > >> > > > > > > > > > > > > > > >> > you will find the
executive
>> > file
>> > > > > called
>> > > > > > >> > > > > > configuration.
>> > > > > > >> > > > > > > > > > > > > > > >> > thanks,
>> > > > > > >> > > > > > > > > > > > > > > >> > Khaoula
>> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> > 2015-06-25 11:43 GMT-
04:00
>> John
>> > > > > Halley
>> > > > > > >> > Gotway
>> > > > > > >> > > > via
>> > > > > > >> > > > > > RT <
>> > > > > > >> > > > > > > > > > > > > > > met_help at ucar.edu
>> > > > > > >> > > > > > > > > > > > > > > >> >:
>> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> Looks like you have
syntax
>> > wrong
>> > > > on
>> > > > > > >> those
>> > > > > > >> > > > > commands.
>> > > > > > >> > > > > > > > > Please
>> > > > > > >> > > > > > > > > > > try
>> > > > > > >> > > > > > > > > > > > > > this:
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> export
>> > > > > > >> > > > > > > >
>> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
>> > > > > > >> > > > > > > > > > > > > > > >> >> export
>> > > > > > >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-
4.3.3.1/lib
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> Actually since your
NetCDF
>> > build
>> > > > is
>> > > > > > >> > installed
>> > > > > > >> > > > in
>> > > > > > >> > > > > > the
>> > > > > > >> > > > > > > > > > standard
>> > > > > > >> > > > > > > > > > > > > way,
>> > > > > > >> > > > > > > > > > > > > > > >> this is
>> > > > > > >> > > > > > > > > > > > > > > >> >> all you really need
to set:
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> export
>> > > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> And MET assumes that
the
>> > headers
>> > > > are
>> > > > > > in
>> > > > > > >> the
>> > > > > > >> > > > > > "include"
>> > > > > > >> > > > > > > > > > > > > subdirectory
>> > > > > > >> > > > > > > > > > > > > > > and
>> > > > > > >> > > > > > > > > > > > > > > >> the
>> > > > > > >> > > > > > > > > > > > > > > >> >> library archive
files are
>> in
>> > the
>> > > > > "lib"
>> > > > > > >> > > > > > subdirectory.
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
>> > > > > > >> > > > > > > > > > > > > > > >> >> John
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun 25, 2015
at
>> 6:58
>> > AM,
>> > > > > Melki
>> > > > > > >> > > Khaoula
>> > > > > > >> > > > > via
>> > > > > > >> > > > > > > RT <
>> > > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu>
>> > > > > > >> > > > > > > > > > > > > > > >> >> wrote:
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > Thank you for your
help.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm grateful for
you and
>> > > Julie.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm now setting
>> environment
>> > > > > > variables.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > I want to confirm
this
>> > command
>> > > > if
>> > > > > it
>> > > > > > >> is
>> > > > > > >> > > right
>> > > > > > >> > > > > or
>> > > > > > >> > > > > > > no,
>> > > > > > >> > > > > > > > > for
>> > > > > > >> > > > > > > > > > > > > example,
>> > > > > > >> > > > > > > > > > > > > > > if
>> > > > > > >> > > > > > > > > > > > > > > >> i
>> > > > > > >> > > > > > > > > > > > > > > >> >> set:
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > >
>> > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > >
>> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
>> > > > > > >> > > > > > > > > > > > > > > >> >> > in order to Set
>> > *$MET_NETCDF*
>> > > to
>> > > > > > >> point to
>> > > > > > >> > > the
>> > > > > > >> > > > > > main
>> > > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > I  use  also the
same
>> > process
>> > > to
>> > > > > set
>> > > > > > >> > others
>> > > > > > >> > > > > > > external
>> > > > > > >> > > > > > > > > > > > libraries.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > I let you know
that my
>> shell
>> > > is
>> > > > > > bash,
>> > > > > > >> so
>> > > > > > >> > i
>> > > > > > >> > > > > can't
>> > > > > > >> > > > > > > use
>> > > > > > >> > > > > > > > > the
>> > > > > > >> > > > > > > > > > > > export
>> > > > > > >> > > > > > > > > > > > > > > >> command.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > Im wondering if
i'm in
>> the
>> > > right
>> > > > > > way,
>> > > > > > >> > > because
>> > > > > > >> > > > > the
>> > > > > > >> > > > > > > > > command
>> > > > > > >> > > > > > > > > > > > with
>> > > > > > >> > > > > > > > > > > > > > > export
>> > > > > > >> > > > > > > > > > > > > > > >> >> > doesn't produce
any
>> error to
>> > > > > verify
>> > > > > > if
>> > > > > > >> > i'm
>> > > > > > >> > > > > right
>> > > > > > >> > > > > > or
>> > > > > > >> > > > > > > > > > wrong.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42
>> GMT-04:00
>> > > John
>> > > > > > Halley
>> > > > > > >> > > Gotway
>> > > > > > >> > > > > via
>> > > > > > >> > > > > > > RT
>> > > > > > >> > > > > > > > <
>> > > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu
>> > > > > > >> > > > > > > > > > > > > > > >> >> >:
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > Julie is out of
town.
>> My
>> > > name
>> > > > > is
>> > > > > > >> John,
>> > > > > > >> > > and
>> > > > > > >> > > > > I'd
>> > > > > > >> > > > > > > be
>> > > > > > >> > > > > > > > > > happy
>> > > > > > >> > > > > > > > > > > to
>> > > > > > >> > > > > > > > > > > > > > help
>> > > > > > >> > > > > > > > > > > > > > > >> >> answer
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > your MET
questions.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > I see that
you're
>> trying
>> > to
>> > > > get
>> > > > > up
>> > > > > > >> and
>> > > > > > >> > > > > running
>> > > > > > >> > > > > > > > using
>> > > > > > >> > > > > > > > > > MET
>> > > > > > >> > > > > > > > > > > to
>> > > > > > >> > > > > > > > > > > > > > > verify
>> > > > > > >> > > > > > > > > > > > > > > >> WRF
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > output.  MET
doesn't
>> read
>> > > WRF
>> > > > > > output
>> > > > > > >> > > files
>> > > > > > >> > > > > > > > directly,
>> > > > > > >> > > > > > > > > > but
>> > > > > > >> > > > > > > > > > > > > > requires
>> > > > > > >> > > > > > > > > > > > > > > >> that
>> > > > > > >> > > > > > > > > > > > > > > >> >> > they
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > first be post-
processed
>> > > either
>> > > > > > with
>> > > > > > >> the
>> > > > > > >> > > > > WRF-ARW
>> > > > > > >> > > > > > > > > pinterp
>> > > > > > >> > > > > > > > > > > > > utility
>> > > > > > >> > > > > > > > > > > > > > > or
>> > > > > > >> > > > > > > > > > > > > > > >> the
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > Unified Post-
Processor
>> > > (UPP).
>> > > > > Of
>> > > > > > >> the
>> > > > > > >> > > two,
>> > > > > > >> > > > > I'd
>> > > > > > >> > > > > > > > > strongly
>> > > > > > >> > > > > > > > > > > > > > recommend
>> > > > > > >> > > > > > > > > > > > > > > >> >> using
>> > > > > > >> > > > > > > > > > > > > > > >> >> > UPP
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > which creates
output in
>> > GRIB
>> > > > > > format
>> > > > > > >> > that
>> > > > > > >> > > is
>> > > > > > >> > > > > > fully
>> > > > > > >> > > > > > > > > > > supported
>> > > > > > >> > > > > > > > > > > > > by
>> > > > > > >> > > > > > > > > > > > > > > MET.
>> > > > > > >> > > > > > > > > > > > > > > >> >> The
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > pinterp utility
writes
>> it
>> > > > output
>> > > > > > in
>> > > > > > >> > > NetCDF
>> > > > > > >> > > > > but
>> > > > > > >> > > > > > we
>> > > > > > >> > > > > > > > > only
>> > > > > > >> > > > > > > > > > > > > support
>> > > > > > >> > > > > > > > > > > > > > > data
>> > > > > > >> > > > > > > > > > > > > > > >> >> > defined
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > on the non-
staggered
>> > > > dimensions.
>> > > > > > >> Since
>> > > > > > >> > > > > > velocity
>> > > > > > >> > > > > > > > > points
>> > > > > > >> > > > > > > > > > > are
>> > > > > > >> > > > > > > > > > > > > > > >> staggered
>> > > > > > >> > > > > > > > > > > > > > > >> >> in
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET can't
be used
>> to
>> > > > > > verifying
>> > > > > > >> > winds
>> > > > > > >> > > > in
>> > > > > > >> > > > > > > > pinterp
>> > > > > > >> > > > > > > > > > > > output.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > Another
advantage to
>> using
>> > > UPP
>> > > > > is
>> > > > > > >> that
>> > > > > > >> > > GRIB
>> > > > > > >> > > > > > data
>> > > > > > >> > > > > > > > can
>> > > > > > >> > > > > > > > > be
>> > > > > > >> > > > > > > > > > > > > easily
>> > > > > > >> > > > > > > > > > > > > > > >> >> regridded
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > using the copygb
>> utility.
>> > > > > copygb
>> > > > > > is
>> > > > > > >> > > > included
>> > > > > > >> > > > > > in
>> > > > > > >> > > > > > > > the
>> > > > > > >> > > > > > > > > > UPP
>> > > > > > >> > > > > > > > > > > > > > package.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > You can download
>> pinterp
>> > > here:
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > >
>> > > > > > >> > > > > > > > > >
>> > > > > > >> > > > > > > > >
>> > > > > > >> > > > > > > >
>> > > > > > >> > > > > > >
>> > > > > > >> > > > > >
>> > > > > > >> > > > >
>> > > > > > >> > > >
>> > > > > > >> > >
>> > > > > > >> >
>> > > > > > >>
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > And you can
download
>> UPP
>> > > here:
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > >
>> > > > > > >> > >
>> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hope that helps.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > John Halley
Gotway
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > On Wed, Jun 24,
2015 at
>> > 6:29
>> > > > AM,
>> > > > > > >> Melki
>> > > > > > >> > > > > Khaoula
>> > > > > > >> > > > > > > via
>> > > > > > >> > > > > > > > > RT <
>> > > > > > >> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
>> > > > > > >> > > > > > > > > > > > > >
>> > > > > > >> > > >
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >> > > > > > > > > > > > > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I compiled all
>> > libraries.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I downloaded
post
>> > > processor
>> > > > > but
>> > > > > > i
>> > > > > > >> > can't
>> > > > > > >> > > > > find
>> > > > > > >> > > > > > > the
>> > > > > > >> > > > > > > > > > > WRF-ARW
>> > > > > > >> > > > > > > > > > > > > > > p-interp
>> > > > > > >> > > > > > > > > > > > > > > >> >> Tool
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > when
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i use the link
>> posted in
>> > > the
>> > > > > > >> > tutorial.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > also,what i
don't
>> > > understand
>> > > > > the
>> > > > > > >> > > utility
>> > > > > > >> > > > of
>> > > > > > >> > > > > > the
>> > > > > > >> > > > > > > > > > copygb
>> > > > > > >> > > > > > > > > > > > > > utility
>> > > > > > >> > > > > > > > > > > > > > > >> and
>> > > > > > >> > > > > > > > > > > > > > > >> >> > from
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > where to get
it.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i don't know
what to
>> do
>> > > next
>> > > > > to
>> > > > > > >> > > > downloading
>> > > > > > >> > > > > > and
>> > > > > > >> > > > > > > > > > > compiling
>> > > > > > >> > > > > > > > > > > > > > > >> required
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > libraries.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > 2015-06-24
7:10
>> > GMT-04:00
>> > > > > Melki
>> > > > > > >> > > Khaoula <
>> > > > > > >> > > > > > > > > > > > > > > khaoula.enit at gmail.com
>> > > > > > >> > > > > > > > > > > > > > > >> >:
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi Julie,*
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *I  unpacked
the
>> HDF
>> > > > > > librarry.*
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *When lookig
the
>> > HDF-EOS
>> > > > > > >> library, i
>> > > > > > >> > > > found
>> > > > > > >> > > > > > in
>> > > > > > >> > > > > > > > the
>> > > > > > >> > > > > > > > > > > > website
>> > > > > > >> > > > > > > > > > > > > is
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > HDF-EOS2.16v1.00.tar.Z.*
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *i tried to
unpack
>> > it, i
>> > > > > > didn't
>> > > > > > >> > find
>> > > > > > >> > > > the
>> > > > > > >> > > > > > > right
>> > > > > > >> > > > > > > > > > > command
>> > > > > > >> > > > > > > > > > > > to
>> > > > > > >> > > > > > > > > > > > > > do
>> > > > > > >> > > > > > > > > > > > > > > >> it.*
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Is there
any
>> command
>> > to
>> > > > > unpak
>> > > > > > >> this
>> > > > > > >> > > > > > library.*
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Khaoula  *
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23
12:37
>> > > GMT-04:00
>> > > > > > Julie
>> > > > > > >> > > > > Prestopnik
>> > > > > > >> > > > > > > via
>> > > > > > >> > > > > > > > > RT
>> > > > > > >> > > > > > > > > > <
>> > > > > > >> > > > > > > > > > > > > > > >> >> > met_help at ucar.edu
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >:
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi Khaoula.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2
>> C-Library
>> > is
>> > > > used
>> > > > > > by
>> > > > > > >> the
>> > > > > > >> > > MET
>> > > > > > >> > > > > > > library
>> > > > > > >> > > > > > > > > > code
>> > > > > > >> > > > > > > > > > > to
>> > > > > > >> > > > > > > > > > > > > > read
>> > > > > > >> > > > > > > > > > > > > > > >> GRIB2
>> > > > > > >> > > > > > > > > > > > > > > >> >> > data
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> files. The
GRIB2
>> > > > C-Library
>> > > > > > >> > requires
>> > > > > > >> > > > the
>> > > > > > >> > > > > > > > > libraries
>> > > > > > >> > > > > > > > > > > > zlib,
>> > > > > > >> > > > > > > > > > > > > > > jasper
>> > > > > > >> > > > > > > > > > > > > > > >> >> and
>> > > > > > >> > > > > > > > > > > > > > > >> >> > png
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > to
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> be present
on your
>> > > > system.
>> > > > > > >> Support
>> > > > > > >> > > for
>> > > > > > >> > > > > > GRIB2
>> > > > > > >> > > > > > > > is
>> > > > > > >> > > > > > > > > > > > optional
>> > > > > > >> > > > > > > > > > > > > > and
>> > > > > > >> > > > > > > > > > > > > > > >> can
>> > > > > > >> > > > > > > > > > > > > > > >> >> be
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> enabled
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> with the
>> > > *--enable-grib2*
>> > > > > > >> option
>> > > > > > >> > for
>> > > > > > >> > > > > > > > configure.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> I hope that
helps.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Julie
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> On Tue, Jun
23,
>> 2015
>> > at
>> > > > > 6:56
>> > > > > > >> AM,
>> > > > > > >> > > Melki
>> > > > > > >> > > > > > > Khaoula
>> > > > > > >> > > > > > > > > via
>> > > > > > >> > > > > > > > > > > RT
>> > > > > > >> > > > > > > > > > > > <
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
met_help at ucar.edu>
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> wrote:
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
>> > > > > > >> > > > > > > > > > > > > > > >>
>> > > > > > >> > > > > >
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >  Thank
you
>> Julie,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > It works.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > I compile
>> Nectcdf ,
>> > > GNU
>> > > > > > and
>> > > > > > >> > zlib
>> > > > > > >> > > > > > > libraries.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > About
GRIB C
>> > > library, i
>> > > > > > >> > downloaded
>> > > > > > >> > > > the
>> > > > > > >> > > > > > > > library
>> > > > > > >> > > > > > > > > > and
>> > > > > > >> > > > > > > > > > > > > > > unpacked
>> > > > > > >> > > > > > > > > > > > > > > >> >> it.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > how it
can be
>> used
>> > by
>> > > > > MET?
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > 2015-06-
19 17:58
>> > > > > GMT+02:00
>> > > > > > >> Julie
>> > > > > > >> > > > > > > Prestopnik
>> > > > > > >> > > > > > > > > via
>> > > > > > >> > > > > > > > > > > RT <
>> > > > > > >> > > > > > > > > > > > > > > >> >> > >
met_help at ucar.edu
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > Hi
Melki.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > I'm
glad that
>> you
>> > > > were
>> > > > > > >> able to
>> > > > > > >> > > get
>> > > > > > >> > > > > > > BUFRLIB
>> > > > > > >> > > > > > > > > > > > > installed.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You
said,
>> "when
>> > > > trying
>> > > > > to
>> > > > > > >> run
>> > > > > > >> > > the
>> > > > > > >> > > > > firs
>> > > > > > >> > > > > > > > > command
>> > > > > > >> > > > > > > > > > > of
>> > > > > > >> > > > > > > > > > > > *
>> > > > > > >> > > > > > > > > > > > > > *cd
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
/path/to/netcdf.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > he
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > wrote
me no
>> file
>> > or
>> > > > > > >> directory"
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > In the
>> tutorial,
>> > > when
>> > > > > we
>> > > > > > >> say
>> > > > > > >> > > "*cd
>> > > > > > >> > > > > > > > > > > > /path/to/netcdf*"
>> > > > > > >> > > > > > > > > > > > > > you
>> > > > > > >> > > > > > > > > > > > > > > >> >> should
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > change
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
directories to
>> > the
>> > > > > > location
>> > > > > > >> > > where
>> > > > > > >> > > > > your
>> > > > > > >> > > > > > > > > netcdf
>> > > > > > >> > > > > > > > > > > > > > directory
>> > > > > > >> > > > > > > > > > > > > > > >> is on
>> > > > > > >> > > > > > > > > > > > > > > >> >> > your
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > machine.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > For
example,
>> if
>> > you
>> > > > > > >> unpacked
>> > > > > > >> > the
>> > > > > > >> > > > tar
>> > > > > > >> > > > > > > file
>> > > > > > >> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
>> > > > > > >> > > > > > > > > > > > > > > >> >> in
>> > > > > > >> > > > > > > > > > > > > > > >> >> > a
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > directory
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > path of
>> > > > > > >> > > > > > > > > /d2/melki/external_libs/netcdf-4.3.3.1
>> > > > > > >> > > > > > > > > > > you
>> > > > > > >> > > > > > > > > > > > > > would
>> > > > > > >> > > > > > > > > > > > > > > >> run
>> > > > > > >> > > > > > > > > > > > > > > >> >> "cd
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > >> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
>> > > > > > >> > > > > > > > > > > > > > > */path/to/netcdf
>> > > > > > >> > > > > > > > > > > > > > > >> >> *is a
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > place
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > holder
for the
>> > > > location
>> > > > > > on
>> > > > > > >> > your
>> > > > > > >> > > > > > machine.
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You
said,
>> "setenv
>> > > CC
>> > > > > > >> > > > > > > /path/to/c/compiler.
>> > > > > > >> > > > > > > > It
>> > > > > > >> > > > > > > > > > > > doesn't
>> > > > > > >> > > > > > > > > > > > > > > >> work.he
>> > > > > > >> > > > > > > > > > > > > > > >> >> > said
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> command
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of
setenv
>> doesn't
>> > > > > > exist.*"
>> > > > > > >> > > > "setenv"
>> > > > > > >> > > > > > is
>> > > > > > >> > > > > > > > the
>> > > > > > >> > > > > > > > > > name
>> > > > > > >> > > > > > > > > > > > of
>> > > > > > >> > > > > > > > > > > > > > the
>> > > > > > >> > > > > > > > > > > > > > > >> >> command
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > used
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> to
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > set
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
environment
>> > > variables
>> > > > > in
>> > > > > > >> the
>> > > > > > >> > > *csh
>> > > > > > >> > > > > > family
>> > > > > > >> > > > > > > > of
>> > > > > > >> > > > > > > > > > > > shells.
>> > > > > > >> > > > > > > > > > > > > > If
>> > > > > > >> > > > > > > > > > > > > > > >> you
>> > > > > > >> > > > > > > > > > > > > > > >> >> are
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > using
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> a
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
different
>> shell,
>> > > > > however,
>> > > > > > >> you
>> > > > > > >> > > may
>> > > > > > >> > > > > need
>> > > > > > >> > > > > > > to
>> > > > > > >> > > > > > > > > use
>> > > > > > >> > > > > > > > > > > > > > "export",
>> > > > > > >> > > > > > > > > > > > > > > >> >> which is
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > the
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> name
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of the
>> command in
>> > > the
>> > > > > > >> "other"
>> > > > > > >> > > > family
>> > > > > > >> > > > > > of
>> > > > > > >> > > > > > > > > shells
>> > > > > > >> > > > > > > > > > > > (ash,
>> > > > > > >> > > > > > > > > > > > > > > >> bourne,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > bourne
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > again,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).
To find
>> > out
>> > > > what
>> > > > > > >> shell
>> > > > > > >> > > you
>> > > > > > >> > > > > are
>> > > > > > >> > > > > > > > using,
>> > > > > > >> > > > > > > > > > you
>> > > > > > >> > > > > > > > > > > > can
>> > > > > > >> > > > > > > > > > > > > > run
>> > > > > > >> > > > > > > > > > > > > > > >> >> "echo
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > If you
are
>> using
>> > a
>> > > > > shell
>> > > > > > >> other
>> > > > > > >> > > > than
>> > > > > > >> > > > > > the
>> > > > > > >> > > > > > > > *csh
>> > > > > > >> > > > > > > > > > > > family
>> > > > > > >> > > > > > > > > > > > > of
>> > > > > > >> > > > > > > > > > > > > > > >> >> shells,
>> > > > > > >> > > > > > > > > > > > > > > >> >> > and
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > you
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > need
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > to use
>> "export",
>> > > the
>> > > > > > >> syntax is
>> > > > > > >> > > > > > slightly
>> > > > > > >> > > > > > > > > > > different.
>> > > > > > >> > > > > > > > > > > > > > > >> Instead
>> > > > > > >> > > > > > > > > > > > > > > >> >> of
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> running:
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > setenv
CC
>> > > > > > >> /path/to/c/compiler
>> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > > > > >>
>> > > > > > > ...
>> > > > > > >
>> > > > > > > [Message tronqué]
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Julie Prestopnik
>> > > > > National Center for Atmospheric Research
>> > > > > Research Applications Laboratory
>> > > > > Phone: 303.497.8399
>> > > > > Email: jpresto at ucar.edu
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Julie Prestopnik
>> > > National Center for Atmospheric Research
>> > > Research Applications Laboratory
>> > > Phone: 303.497.8399
>> > > Email: jpresto at ucar.edu
>> > >
>> > >
>> >
>> >
>>
>>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Wed Aug 19 08:58:27 2015

Hi Khaoula.  This is Julie.

When you compiled MET version 5.0, you did so using dynamic linking as
opposed to static linking.  Dynamic linking means that rather than
checking
for required libraries at compile time, the tools should check for
them at
run time.  When you run the gen_poly_mask tool, it is looking for the
GSL
shared object library file named libgsl.so.0, as well as a bunch of
other
shared object files.  It's erroring out telling you that it can't find
the
GSL shared object library file.

Hopefully, you can just set the LD_LIBRARY_PATH environment variable
to
tell the tool where to look.  The tools will, by default, look in
common
areas like /usr/lib, /usr/local/lib and perhaps some others.  Try
doing the
following:

echo $LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/root/Bureau/gsl-1.16/lib:$LD_LIBRARY_PATH
bin/gen_poly_mask

If the error goes away and you get the usage statement for
gen_poly_mask,
then this will fix the problem.  Just edit your shell configuration
file
(.profile), and include the location of the GSL library in your
LD_LIBRARY_PATH setting.

Please let us know how it goes.

Thanks,
Julie

On Wed, Aug 19, 2015 at 4:46 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> 2015-08-19 6:40 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
>
> > Hi John,
> > yes, it works.
> > when typing
> > * bin/gen_poly_mask. It returns: bin/gen_poly_mask: error while
loading
> > shared libraries: libgsl.so.0: cannot open shared object file: No
such
> file
> > or directory.*
> > I didn't understand the error.
> > the bin directory exists and all needed files are there.
> > Thanks,
> > Khaoula
> >
> >
> >
> >
> > 2015-08-17 14:03 GMT-04:00 John Halley Gotway via RT
<met_help at ucar.edu
> >:
> >
> >> Hello Khaoula,
> >>
> >> This is John again.  Sorry to keep handing you off!
> >>
> >> I would suggest getting MET up and running without support for
MODIS and
> >> MODE-Graphics for the time being.  There's a whole lot you can do
in MET
> >> without those options.  Once you get it all working well, you
could
> >> consider recompiling with them turned on.  For now, please try:
> >>
> >> ./configure --prefix=`pwd` --enable-grib2
> >> make clean
> >> make install >& make_install.log
> >> make test    >& make_test.log
> >> egrep -i error make*.log
> >>
> >> Does that all work without any errors?
> >>
> >> Thanks,
> >> John
> >>
> >>
> >> On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT <
> met_help at ucar.edu>
> >> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> >
> >> > Thank you Julie,
> >> > I have the same error when compiling these libraries.
> >> > when compiling HDF4.2r3, i used these commands:
> >> > *echo "Compiling HDF" *
> >> > *cd hdf *
> >> > *tar -xzf HDF4.2r3.tar.gz*
> >> > *cd HDF4.2r3*
> >> > *./configure --prefix=${INSTALL_DIR} --disable-netcdf >&
/dev/null*
> >> > *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg -lz/LIBS =
-ljpeg -lz
> >> > -lm/g' > Makefile_NEW*
> >> > *mv Makefile_NEW mfhdf/hdiff/Makefile*
> >> > *make >& /dev/null*
> >> >
> >> > *make install >& /dev/null*
> >> > It works.
> >> > when compiling HDFEOS, i used :
> >> > *echo "Compiling HDF-EOS"*
> >> > *cd hdfeos*
> >> > *tar -xf HDF-EOS2.16v1.00.tar*
> >> > *cd hdfeos*
> >> > *./configure --prefix=${INSTALL_DIR} --with-hdf4=${INSTALL_DIR}
> >> > CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
> >> > *make >& /dev/null*
> >> > *make install >& /dev/null*
> >> > *cp include/*.h ../../include/.*
> >> >
> >> > but when compiling* :**cp include/*.h ../../include/. he
returns
> cp:*the
> >> > file  « ../../include/. » isn't  a repertory.
> >> >
> >> > *For compiling met-5.0, i used thses commands:*
> >> >
> >> > cd /root/Bureau/met-5.0
> >> >
> >> > export CC=/usr/bin/gcc
> >> >
> >> > export CXX=/usr/bin/g++
> >> >
> >> > export F77=/usr/bin/gfortran
> >> >
> >> > export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include
> >> >
> >> > export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
> >> >
> >> > export MET_BUFRLIB=/root/Bureau/BUFRLIB
> >> >
> >> > export MET_GSL=/root/Bureau/gsl-1.16
> >> >
> >> > export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
> >> >
> >> > export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
> >> >
> >> > export MET_HDF=/root/Bureau/HDF4.2r3
> >> >
> >> >
> >> > export MET_HDFEOS=/root/Bureau/hdfeos
> >> >
> >> > export MET_CAIRO=/root/Bureau/cairo-1.0.0
> >> >
> >> > export MET_FREETYPE=/root/Bureau/freetype-2.4.0
> >> >
> >> > export MET_FONT_DIR=/root/Bureau/fonts
> >> >
> >> > *./configure --prefix=`pwd` --enable-grib2 --enable-modis
> >> > --enable-mode_graphics*
> >> >
> >> >  make clean
> >> >
> >> >  *make install >& make_install.log &*
> >> > *tail -f make_install.log*
> >> >
> >> > *Is there any error in theses commands.*
> >> >
> >> > *Thanks,*
> >> >
> >> > *Khaoula*
> >> >
> >> >
> >> >
> >> > 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> >> >
> >> > > Hello Khaoula,
> >> > >
> >> > > Thanks for sending the latest output of make and the listing
of your
> >> hdf
> >> > > and hdfeos directories - that's very helpful.  Here's the
relevant
> >> error
> >> > > you're getting:
> >> > >
> >> > > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun fichier ou
> dossier
> >> de
> >> > ce
> >> > > type
> >> > >
> >> > > Using google translate, I see that means: No files or folders
of
> this
> >> > type
> >> > >
> >> > > Basically, MET isn't able to find the file named "hdf.h",
which is
> >> > included
> >> > > in the HDF4.2r3 library.  I was able to compare your listing
of the
> >> files
> >> > > and directories in your /root/Bureau/HDF4.2r3 directory with
mine
> >> found
> >> > > that I have some additional files/directories that you do
not:
> >> > >
> >> > > config.status
> >> > > hh
> >> > > include
> >> > > lib
> >> > > libhdf4.settings
> >> > > Makefile
> >> > > share
> >> > >
> >> > > With the lack of "Makefile" in your directory, it seems that
the
> >> library
> >> > > wasn't configured and installed.  Please follow the
"Compiling HDF
> and
> >> > > HDF-EOS" directions on this page:
> >> > >
> >> > >
> >> > >
> >> >
> >>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >> > >
> >> > > Once you have compiled HDF, please recompile HDF-EOS and then
set
> the
> >> > > following:
> >> > >
> >> > > Once you've compiled "g2clib", try setting the following:
> >> > > If you're using csh:
> >> > >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different
location if
> >> you
> >> > > install it in a different place)
> >> > >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a different
location
> if
> >> > you
> >> > > install it in a different place)
> >> > >
> >> > > If you're using bash:
> >> > >    export MET_HDF =/root/Bureau/hdfeos (or a different
location if
> you
> >> > > install it in a different place)
> >> > >    export MET_HDFEOS=/root/Bureau/hdfeos (or a different
location if
> >> you
> >> > > install it in a different place)
> >> > >
> >> > > And from the top-level met-5.0 directory, rerun the
"configure"
> >> command
> >> > you
> >> > > used for MET, and then run:
> >> > >    make clean
> >> > >    make install >& make_install.log
> >> > >
> >> > > Please let me know how it goes.
> >> > >
> >> > > Thanks,
> >> > > Julie
> >> > >
> >> > > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT <
> >> met_help at ucar.edu
> >> > >
> >> > > wrote:
> >> > >
> >> > > >
> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >> > > >
> >> > > > Hi Julie,
> >> > > > I'm sorry, i sent you another make-install file.
> >> > > > this is the last version.
> >> > > > Also you could see what contain hdf and hdfeos files.
> >> > > > Thanks,
> >> > > > Khaoula
> >> > > >
> >> > > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT <
> >> met_help at ucar.edu
> >> > >:
> >> > > >
> >> > > > > Hi Khaoula.
> >> > > > >
> >> > > > > John is now out of the office, but I am back.
> >> > > > >
> >> > > > > I do not see the error in the attached make_install.log
about
> >> hdf.h
> >> > > that
> >> > > > > you refer to.
> >> > > > >
> >> > > > > The error that I see is:
> >> > > > >
> >> > > > > /usr/bin/ld: cannot find -lbufr
> >> > > > >
> >> > > > > which means that the linker can't find the BUFR library
files.
> >> > > > >
> >> > > > > It looks like you have* $MET_BUFRLIB *set to
> >> > > -L/root/Bureau/BUFLIB/lib,
> >> > > > so
> >> > > > > you're telling the linker to look in
/root/Bureau/BUFLIB/lib for
> >> the
> >> > > > > library files.  Could you please verify that the files
exist in
> >> that
> >> > > > > directory?  Please send a listing of the files in that
> directory.
> >> > > > >
> >> > > > > Thanks,
> >> > > > > Julie
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT <
> >> > > met_help at ucar.edu
> >> > > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > >
> >> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> >> > > > > >
> >> > > > > > Hi John,
> >> > > > > > This is the last version of running MET model.
> >> > > > > > the first error is about the hdf.h. when i look for it
in the
> >> > > > HDF4.2r3 i
> >> > > > > > can't find it.
> >> > > > > > the problem is that the met model can't find the
hfeosdef .h
> or,
> >> > when
> >> > > > > > looking for it it exists
> >> > > > > > ls  -l /root/Bureau/hdfeos/include
> >> > > > > >
> >> > > > > > total 136
> >> > > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008 cfortHdf.h
> >> > > > > > -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
> >> > > > > > -r--r--r--. 1 752 users  7004 30 août   2007
HdfEosDef.f
> >> > > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008
HdfEosDef.h
> >> > > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008
HDFEOSVersion.h
> >> > > > > > -r--r--r--. 1 752 users  3922 19 mai    2009
HE2_config.h.in
> >> > > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008
Makefile.am
> >> > > > > > -r--r--r--. 1 752 users 13297 19 mai    2009
Makefile.in
> >> > > > > > Thanks,
> >> > > > > > khaoula
> >> > > > > >
> >> > > > > >
> >> > > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula <
> khaoula.enit at gmail.com
> >> >:
> >> > > > > >
> >> > > > > > > Hi John,
> >> > > > > > > It really strange.
> >> > > > > > > when i run netcdef, he come back to grib2.h error or
> >> gsl_cdf.h.
> >> > > > > > > i checked all my files needed for executing configure
> script.
> >> > > > > > > grib2.h , netcdf.hh ..... are all located in their
right
> >> > libraries.
> >> > > > > > > The problem is that met-5.0 can't find them.
> >> > > > > > > you find attached the last make-install result.
> >> > > > > > > Thanks,
> >> > > > > > > Khaoula
> >> > > > > > >
> >> > > > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via RT
<
> >> > > > > met_help at ucar.edu
> >> > > > > > >:
> >> > > > > > >
> >> > > > > > >> Khaoula,
> >> > > > > > >>
> >> > > > > > >> MET is written primarily in C++ and, as such,
requires that
> >> the
> >> > > C++
> >> > > > > > >> interface for NetCDF be compiled.  It's possible
that the
> C++
> >> > > > > interface
> >> > > > > > >> was
> >> > > > > > >> not compiled in the version of NetCDF to which
you're
> >> pointing.
> >> > > > > Please
> >> > > > > > >> see
> >> > > > > > >> if the following file exists:
> >> > > > > > >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
> >> > > > > > >>
> >> > > > > > >> If it does not, then you'll need to recompile NetCDF
> >> somewhere
> >> > > > > including
> >> > > > > > >> the C++ interface.  It's described on this page:
> >> > > > > > >>
> >> > > > > > >>
> >> > > > > > >>
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >> > > > > > >> '
> >> > > > > > >>
> >> > > > > > >> If that file does exist, that's great.  Just do the
> following
> >> > (the
> >> > > > > > setting
> >> > > > > > >> you sent me used "netcdf-36.3" instead of "netcdf-
3.6.3"):
> >> > > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
> >> > > > > > >>    Rerun the configure command.
> >> > > > > > >>    make clean
> >> > > > > > >>    make install
> >> > > > > > >>
> >> > > > > > >> Hope that helps.
> >> > > > > > >>
> >> > > > > > >> Thanks,
> >> > > > > > >> John
> >> > > > > > >>
> >> > > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via RT
<
> >> > > > > met_help at ucar.edu
> >> > > > > > >
> >> > > > > > >> wrote:
> >> > > > > > >>
> >> > > > > > >> >
> >> > > > > > >> > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > >
> >> > > > > > >> >
> >> > > > > > >> > Hi john,
> >> > > > > > >> > Thank you for your help.
> >> > > > > > >> > It works but there is another error. He cannot
find the
> >> > > netcdf.hh
> >> > > > > > file.
> >> > > > > > >> > I used export MET_NETCDF=/root/Bureau/netcdf-36.3
> >> > > > > > >> > but it still the same error.
> >> > > > > > >> > you find attached make_install file.
> >> > > > > > >> > Thanks,
> >> > > > > > >> > Khaoula
> >> > > > > > >> >
> >> > > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway via
RT <
> >> > > > > > met_help at ucar.edu
> >> > > > > > >> >:
> >> > > > > > >> >
> >> > > > > > >> > > Hello Khaoula,
> >> > > > > > >> > >
> >> > > > > > >> > > My name is John Halley Gotway.  Julie's out of
town
> until
> >> > next
> >> > > > > week,
> >> > > > > > >> but
> >> > > > > > >> > > hopefully I can help you with this issue.
Thanks for
> >> > sending
> >> > > > the
> >> > > > > > >> output
> >> > > > > > >> > of
> >> > > > > > >> > > make - that's very helpful.  Here's the relevant
error
> >> > you're
> >> > > > > > getting:
> >> > > > > > >> > >
> >> > > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun
fichier
> ou
> >> > > dossier
> >> > > > > de
> >> > > > > > ce
> >> > > > > > >> > type
> >> > > > > > >> > >
> >> > > > > > >> > > Using google translate, I see that means: No
files or
> >> > folders
> >> > > of
> >> > > > > > this
> >> > > > > > >> > type
> >> > > > > > >> > >
> >> > > > > > >> > > Basically, MET isn't able to find the file named
> >> "grib2.h",
> >> > > > which
> >> > > > > is
> >> > > > > > >> > > included in the library named "g2clib".  Since
you're
> >> > > compiling
> >> > > > > > >> support
> >> > > > > > >> > for
> >> > > > > > >> > > GRIB2, I assume you've already compiled that
library.
> If
> >> > > that's
> >> > > > > not
> >> > > > > > >> the
> >> > > > > > >> > > case, please see the information here:
> >> > > > > > >> > >
> >> > > > > > >> > >
> >> > > > > > >> > >
> >> > > > > > >> >
> >> > > > > > >>
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >> > > > > > >> > >
> >> > > > > > >> > > Once you've compiled "g2clib", try setting the
> following:
> >> > > > > > >> > > If you're using csh:
> >> > > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> >> > > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> >> > > > > > >> > >
> >> > > > > > >> > > If you're using bash:
> >> > > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
> >> > > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> >> > > > > > >> > >
> >> > > > > > >> > > And from the top-level met-5.0 directory, rerun
the
> >> > > "configure"
> >> > > > > > >> command
> >> > > > > > >> > you
> >> > > > > > >> > > used for MET, and then run:
> >> > > > > > >> > >    make clean
> >> > > > > > >> > >    make install >& make_install.log
> >> > > > > > >> > >
> >> > > > > > >> > > Please let me know how it goes.
> >> > > > > > >> > >
> >> > > > > > >> > > Thanks,
> >> > > > > > >> > > John
> >> > > > > > >> > >
> >> > > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula
via RT <
> >> > > > > > >> met_help at ucar.edu>
> >> > > > > > >> > > wrote:
> >> > > > > > >> > >
> >> > > > > > >> > > >
> >> > > > > > >> > > > <URL:
> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > >
> >> > > > > > >> > > >
> >> > > > > > >> > > > Hi Julie,
> >> > > > > > >> > > > Thank you for your help.
> >> > > > > > >> > > > i could install libpng library.
> >> > > > > > >> > > > But there is another problem.  When executing
*make
> >> > install
> >> > > >&
> >> > > > > > >> > > > make_install.log &*
> >> > > > > > >> > > >
> >> > > > > > >> > > > *tail -f make_install.log.*
> >> > > > > > >> > > >
> >> > > > > > >> > > > *threr is an error in  file make_install.log
that
> >> there is
> >> > > no
> >> > > > > file
> >> > > > > > >> > named
> >> > > > > > >> > > > grib2.h.*
> >> > > > > > >> > > > *there is the make _install.log.*
> >> > > > > > >> > > >
> >> > > > > > >> > > > *Thanks *
> >> > > > > > >> > > >
> >> > > > > > >> > > > *Khaoula *
> >> > > > > > >> > > >
> >> > > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik
via RT <
> >> > > > > > >> met_help at ucar.edu
> >> > > > > > >> > >:
> >> > > > > > >> > > >
> >> > > > > > >> > > > > Hi Khaoula.
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > While I saw that you have a "include",
"lib", and
> >> > "share"
> >> > > > > > >> > > subdirectories
> >> > > > > > >> > > > > under /usr/bin/zlib, I could not see the
contents
> of
> >> > those
> >> > > > > > >> > directories.
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > Could you please verify that you have the
files
> >> "zlib.h"
> >> > > and
> >> > > > > > >> > "zconf.h"
> >> > > > > > >> > > in
> >> > > > > > >> > > > > the "include" subdirectory?  Could you also
please
> >> > verify
> >> > > > that
> >> > > > > > you
> >> > > > > > >> > have
> >> > > > > > >> > > > > "libz.a" and other "libz.so" files in the
"lib"
> >> > > > subdirectory?
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > Assuming those files are in place, it looks
like
> you
> >> > got a
> >> > > > > > >> successful
> >> > > > > > >> > > > > installation of zlib, but libpng couldn't
find
> zlib.
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > Try recompiling libpng as follows,
> >> > > > > > >> > > > >   *replacing
"/path/to/libpng/install/**directory"
> >> with
> >> > > the
> >> > > > > path
> >> > > > > > >> > where
> >> > > > > > >> > > > you
> >> > > > > > >> > > > > would like to install libpng*:
> >> > > > > > >> > > > >
> >> > > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
> >> > > > > > >> > > > >   make clean
> >> > > > > > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> >> > > > > > >> > > > >   export CPPFLAGS="-I/usr/bin/zlib/include/"
> >> > > > > > >> > > > >   ./configure
> >> --prefix=/path/to/libpng/install/directory
> >> > > > > > >> > > > >   make
> >> > > > > > >> > > > >   make install
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > That should do the trick.  With those
environment
> >> > > variables,
> >> > > > > > >> you're
> >> > > > > > >> > > > telling
> >> > > > > > >> > > > > it where to find the zlib header and object
files.
> >> Give
> >> > > > that
> >> > > > > a
> >> > > > > > >> try
> >> > > > > > >> > and
> >> > > > > > >> > > > let
> >> > > > > > >> > > > > me know if you're able to compile libpng
> >> successfully.
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > Thanks,
> >> > > > > > >> > > > > Julie
> >> > > > > > >> > > > >
> >> > > > > > >> > > > >
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki
Khaoula via
> >> RT <
> >> > > > > > >> > > met_help at ucar.edu
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > wrote:
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > >
> >> > > > > > >> > > > > > <URL:
> >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >
> >> > > > > > >> > > > > >
> >> > > > > > >> > > > > > Hi Julie,
> >> > > > > > >> > > > > > No i didn't get a successful install of
libpng
> >> because
> >> > > the
> >> > > > > > first
> >> > > > > > >> > > > problem
> >> > > > > > >> > > > > > was installation of zlib.
> >> > > > > > >> > > > > > you find a script joint to this email of
running
> >> ls -l
> >> > > > > > >> > usr/bin/zlib.
> >> > > > > > >> > > > > > Thanks,
> >> > > > > > >> > > > > > Khaoula MELKI
> >> > > > > > >> > > > > >
> >> > > > > > >> > > > > >
> >> > > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie
Prestopnik via
> RT
> >> <
> >> > > > > > >> > > met_help at ucar.edu
> >> > > > > > >> > > > >:
> >> > > > > > >> > > > > >
> >> > > > > > >> > > > > > > Hi Khaoula.
> >> > > > > > >> > > > > > >
> >> > > > > > >> > > > > > > Instead of running "ls -l zlib-1.2.8" to
show
> me
> >> the
> >> > > > > > contents
> >> > > > > > >> of
> >> > > > > > >> > > the
> >> > > > > > >> > > > > > > package, could you please run "ls -l
> >> /usr/bin/zlib"
> >> > > so I
> >> > > > > can
> >> > > > > > >> see
> >> > > > > > >> > > how
> >> > > > > > >> > > > > the
> >> > > > > > >> > > > > > > package was installed?
> >> > > > > > >> > > > > > >
> >> > > > > > >> > > > > > > Also, were you able to get a successful
install
> >> of
> >> > > > libpng
> >> > > > > > >> after
> >> > > > > > >> > > > setting
> >> > > > > > >> > > > > > the
> >> > > > > > >> > > > > > > environment variables LDFLAGS and
CPPFLAGS?
> >> > > > > > >> > > > > > >
> >> > > > > > >> > > > > > > Thanks,
> >> > > > > > >> > > > > > > Julie
> >> > > > > > >> > > > > > >
> >> > > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki
Khaoula
> >> via
> >> > RT
> >> > > <
> >> > > > > > >> > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > >
> >> > > > > > >> > > > > > > wrote:
> >> > > > > > >> > > > > > >
> >> > > > > > >> > > > > > > >
> >> > > > > > >> > > > > > > > <URL:
> >> > > > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >> > >
> >> > > > > > >> > > > > > > >
> >> > > > > > >> > > > > > > > Hi Julie,
> >> > > > > > >> > > > > > > >
> >> > > > > > >> > > > > > > > there is a terminal containing results
of ls
> -l
> >> > > > > zlib-1.2.8
> >> > > > > > >> > > > > > > > also, zlib-1.2.8 directory is
> >> > > :/root/Bureau/zlib-1.2.8
> >> > > > > > >> > > > > > > > i uses the command whereis zlib:
> >> > > > > > >> > > > > > > >  it returns : usr/bin/zlib
> >> > > > > > >> > > > > > > > Thanks,
> >> > > > > > >> > > > > > > > Khaoula
> >> > > > > > >> > > > > > > >
> >> > > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie
Prestopnik
> via
> >> > RT <
> >> > > > > > >> > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > >:
> >> > > > > > >> > > > > > > >
> >> > > > > > >> > > > > > > > > Hi Khaoula.
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > I see in your configure log the
error:
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > configure: error: zlib not installed
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > Were you able to get a successful
install
> of
> >> > zlib?
> >> > > > If
> >> > > > > > so,
> >> > > > > > >> > > could
> >> > > > > > >> > > > > you
> >> > > > > > >> > > > > > > > please
> >> > > > > > >> > > > > > > > > tell me where it is installed and
run "ls
> >> -l" in
> >> > > > that
> >> > > > > > >> > directory
> >> > > > > > >> > > > so
> >> > > > > > >> > > > > I
> >> > > > > > >> > > > > > > can
> >> > > > > > >> > > > > > > > > see its contents? And, if you were
able to
> >> get a
> >> > > > > > >> successful
> >> > > > > > >> > > > install
> >> > > > > > >> > > > > > of
> >> > > > > > >> > > > > > > > > zlib, were you able to get a
successful
> >> install
> >> > of
> >> > > > > > libpng?
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > Once you get a successful install of
zlib,
> >> png,
> >> > > > > jasper,
> >> > > > > > >> and
> >> > > > > > >> > the
> >> > > > > > >> > > > > > GRIB2-C
> >> > > > > > >> > > > > > > > > Library, we can revisit running the
> configure
> >> > > > script.
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an
optional
> package
> >> > for
> >> > > > MET.
> >> > > > > > If
> >> > > > > > >> > you
> >> > > > > > >> > > do
> >> > > > > > >> > > > > not
> >> > > > > > >> > > > > > > > need
> >> > > > > > >> > > > > > > > > GRIB2 support, you do not need to
install
> the
> >> > > > library.
> >> > > > > > I
> >> > > > > > >> > just
> >> > > > > > >> > > > > wanted
> >> > > > > > >> > > > > > > to
> >> > > > > > >> > > > > > > > > make sure you knew that in case you
didn't
> >> need
> >> > > > GRIB2
> >> > > > > > >> > support.
> >> > > > > > >> > > > If
> >> > > > > > >> > > > > > you
> >> > > > > > >> > > > > > > do
> >> > > > > > >> > > > > > > > > need it, we'll keep working at it
and try
> to
> >> get
> >> > > it
> >> > > > > > >> working
> >> > > > > > >> > for
> >> > > > > > >> > > > you
> >> > > > > > >> > > > > > > soon.
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > Thanks,
> >> > > > > > >> > > > > > > > > Julie
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM,
Melki
> >> Khaoula
> >> > via
> >> > > > RT
> >> > > > > <
> >> > > > > > >> > > > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > wrote:
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > >
> >> > > > > > >> > > > > > > > > > <URL:
> >> > > > > > >> > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >> > > > >
> >> > > > > > >> > > > > > > > > >
> >> > > > > > >> > > > > > > > > > Hi Julie,
> >> > > > > > >> > > > > > > > > > the same problem appear again.
> >> > > > > > >> > > > > > > > > > you find a file joined to this e-
mail.
> >> > > > > > >> > > > > > > > > > thanks,
> >> > > > > > >> > > > > > > > > > Khaoula
> >> > > > > > >> > > > > > > > > >
> >> > > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie
> Prestopnik
> >> > via
> >> > > > RT <
> >> > > > > > >> > > > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > > > >:
> >> > > > > > >> > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > Hi Khaoula.
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > I see that you tried to install
zlib,
> but
> >> > > have a
> >> > > > > > >> question
> >> > > > > > >> > > > about
> >> > > > > > >> > > > > > the
> >> > > > > > >> > > > > > > > > > install
> >> > > > > > >> > > > > > > > > > > path.
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > You can install zlib where ever
you
> would
> >> > > like,
> >> > > > > > >> either in
> >> > > > > > >> > > > > > > /zlib-1.2.8
> >> > > > > > >> > > > > > > > > > > or /usr/local/bin
> >> > > > > > >> > > > > > > > > > > (assuming you have root access)
or
> >> somewhere
> >> > > > else
> >> > > > > > >> > entirely.
> >> > > > > > >> > > > > So,
> >> > > > > > >> > > > > > it
> >> > > > > > >> > > > > > > > > > sounds
> >> > > > > > >> > > > > > > > > > > like you followed these generic
> >> > instructions:
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > cd /path/to/zlib
> >> > > > > > >> > > > > > > > > > > ./configure
--prefix=/zlib/install/path
> >> > > > > > >> > > > > > > > > > > make test
> >> > > > > > >> > > > > > > > > > > make install
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > replacing /path/to/zlib with
> >> > > > > /root/Bureau/zlib-1.2.8
> >> > > > > > >> and
> >> > > > > > >> > > > > > replacing
> >> > > > > > >> > > > > > > > > > > /zlib/install/path
> >> > > > > > >> > > > > > > > > > > with /zlib-1.2.8 as follows:
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> >> > > > > > >> > > > > > > > > > > ./configure --prefix=/zlib-1.2.8
> >> > > > > > >> > > > > > > > > > > make test
> >> > > > > > >> > > > > > > > > > > make install
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > It sounds like you got a
successful
> >> > > installation
> >> > > > > of
> >> > > > > > >> zlib,
> >> > > > > > >> > > but
> >> > > > > > >> > > > > > > libpng
> >> > > > > > >> > > > > > > > > > > couldn't find zlib.
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > Try recompiling libpng as
follows,
> >> > > > > > >> > > > > > > > > > >   replacing
"/path/to/libz.a/directory"
> >> with
> >> > > the
> >> > > > > > path
> >> > > > > > >> to
> >> > > > > > >> > > > libz.a
> >> > > > > > >> > > > > > > > (leave
> >> > > > > > >> > > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > -L in place in the example
below)
> >> > > > > > >> > > > > > > > > > >   replacing
"/path/to/zlib.h/directory"
> >> with
> >> > > the
> >> > > > > > path
> >> > > > > > >> to
> >> > > > > > >> > > > zlib.h
> >> > > > > > >> > > > > > > > (leave
> >> > > > > > >> > > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > -I in place in the example
below)
> >> > > > > > >> > > > > > > > > > >   and replacing
> >> > > > > "/path/to/libpng/install/directory"
> >> > > > > > >> with
> >> > > > > > >> > > the
> >> > > > > > >> > > > > path
> >> > > > > > >> > > > > > > > where
> >> > > > > > >> > > > > > > > > > you
> >> > > > > > >> > > > > > > > > > > would like to install libpng:
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > >   cd /root/Bureau/libpng-1.2.34
> >> > > > > > >> > > > > > > > > > >   make clean
> >> > > > > > >> > > > > > > > > > >   export
> >> > LDFLAGS="-L/path/to/libz.a/directory"
> >> > > > > > >> > > > > > > > > > >   export
> >> > > CPPFLAGS="-I/path/to/zlib.h/directory"
> >> > > > > > >> > > > > > > > > > >   ./configure
> >> > > > > > >> --prefix=/path/to/libpng/install/directory
> >> > > > > > >> > > > > > > > > > >   make
> >> > > > > > >> > > > > > > > > > >   make install
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > That should do the trick.  With
those
> >> > > > environment
> >> > > > > > >> > > variables,
> >> > > > > > >> > > > > > you're
> >> > > > > > >> > > > > > > > > > telling
> >> > > > > > >> > > > > > > > > > > it where to find the zlib header
and
> >> object
> >> > > > files.
> >> > > > > > >> Give
> >> > > > > > >> > > > that a
> >> > > > > > >> > > > > > try
> >> > > > > > >> > > > > > > > and
> >> > > > > > >> > > > > > > > > > let
> >> > > > > > >> > > > > > > > > > > me know if you're able to
compile
> libpng
> >> > > > > > successfully.
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > Thanks,
> >> > > > > > >> > > > > > > > > > > Julie
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45 AM,
Melki
> >> > Khaoula
> >> > > > via
> >> > > > > > RT
> >> > > > > > >> <
> >> > > > > > >> > > > > > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > wrote:
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > <URL:
> >> > > > > > >> > > > >
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >> > > > > > >
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > Hi Julie,
> >> > > > > > >> > > > > > > > > > > > Grib2 needs jasper, png and
zlib
> >> libraries
> >> > > to
> >> > > > > > >> install.
> >> > > > > > >> > > > > > > > > > > > in installing zlib library,i i
used
> >> these
> >> > > > > > commands:
> >> > > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
> >> > > > > > >> > > > > > > > > > > > *./configure
> >> --prefix=/zlib/install/path*
> >> > > > > > >> > > > > > > > > > > > *make test*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *make install*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *for my sysytem, path/to/zlib
is
> >> > > > > > >> > root/Bureau/zlib-1.2.8.*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *about
prefix=zlib/install/path.
> >> > > > > zlib/install/path
> >> > > > > > >> is
> >> > > > > > >> > the
> >> > > > > > >> > > > > > > directory
> >> > > > > > >> > > > > > > > > > > where i
> >> > > > > > >> > > > > > > > > > > > put zlib installation,
> >> prefix=/zlib-1.2.8
> >> > or
> >> > > > it
> >> > > > > is
> >> > > > > > >> > > > > > usr/local/bin
> >> > > > > > >> > > > > > > in
> >> > > > > > >> > > > > > > > > > order
> >> > > > > > >> > > > > > > > > > > > to be installed in the
system.*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *i found a problem when
installing
> >> libpng
> >> > > > > > library. i
> >> > > > > > >> > used
> >> > > > > > >> > > > > thses
> >> > > > > > >> > > > > > > > > > > commands:*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *./configure
> >> > > > > --prefix=/root/Bureau/libpng-1.2.34*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *make *
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *make install*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *But when using configure, an
error
> >> occur
> >> > > > > > informing
> >> > > > > > >> me
> >> > > > > > >> > > that
> >> > > > > > >> > > > > > zlib
> >> > > > > > >> > > > > > > > > isn't
> >> > > > > > >> > > > > > > > > > > > installed.*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *So, i was wondering about
path to
> >> > install.
> >> > > It
> >> > > > > is
> >> > > > > > in
> >> > > > > > >> > the
> >> > > > > > >> > > > > > > directory
> >> > > > > > >> > > > > > > > of
> >> > > > > > >> > > > > > > > > > > > library or in the system
> >> > > unix(usr/local/bin)*
> >> > > > > > >> > > > > > > > > > > > *Thanks,*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > *khaoula melki*
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00
Julie
> >> > Prestopnik
> >> > > > via
> >> > > > > > RT <
> >> > > > > > >> > > > > > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > >:
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > Hi Khaoula.
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > There will not be a bin
> subdirectory
> >> > when
> >> > > > you
> >> > > > > > >> unpack
> >> > > > > > >> > > > > met-5.0,
> >> > > > > > >> > > > > > > but
> >> > > > > > >> > > > > > > > > > there
> >> > > > > > >> > > > > > > > > > > > > should be upon a successful
> >> installation
> >> > > of
> >> > > > > the
> >> > > > > > >> MET
> >> > > > > > >> > > > tools.
> >> > > > > > >> > > > > > > > Looking
> >> > > > > > >> > > > > > > > > > at
> >> > > > > > >> > > > > > > > > > > > your
> >> > > > > > >> > > > > > > > > > > > > make_install.log file I see
that
> >> there
> >> > is
> >> > > a
> >> > > > > > >> problem
> >> > > > > > >> > > > finding
> >> > > > > > >> > > > > > > > > grib2.h:
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > data2d_grib2.h:27:21:
erreur:
> >> grib2.h :
> >> > > > Aucun
> >> > > > > > >> fichier
> >> > > > > > >> > > ou
> >> > > > > > >> > > > > > > dossier
> >> > > > > > >> > > > > > > > de
> >> > > > > > >> > > > > > > > > > ce
> >> > > > > > >> > > > > > > > > > > > type
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > NCEP's GRIB2C library is
used by
> the
> >> MET
> >> > > > > library
> >> > > > > > >> code
> >> > > > > > >> > > to
> >> > > > > > >> > > > > read
> >> > > > > > >> > > > > > > > GRIB2
> >> > > > > > >> > > > > > > > > > > data
> >> > > > > > >> > > > > > > > > > > > > files.  If you do not need
GRIB2
> >> > > capability,
> >> > > > > you
> >> > > > > > >> can
> >> > > > > > >> > > > simply
> >> > > > > > >> > > > > > > skip
> >> > > > > > >> > > > > > > > > this
> >> > > > > > >> > > > > > > > > > > > part
> >> > > > > > >> > > > > > > > > > > > > of the installation by
removing
> >> > > > > "--enable-grib2"
> >> > > > > > >> from
> >> > > > > > >> > > > your
> >> > > > > > >> > > > > > list
> >> > > > > > >> > > > > > > > of
> >> > > > > > >> > > > > > > > > > > > options
> >> > > > > > >> > > > > > > > > > > > > to "./configure".  If you do
need
> >> GRIB2
> >> > > > > > capability
> >> > > > > > >> > and
> >> > > > > > >> > > > the
> >> > > > > > >> > > > > > > grib2c
> >> > > > > > >> > > > > > > > > > > library
> >> > > > > > >> > > > > > > > > > > > > is not already on your
system, you
> >> will
> >> > > need
> >> > > > > to
> >> > > > > > >> > > download
> >> > > > > > >> > > > > and
> >> > > > > > >> > > > > > > > unpack
> >> > > > > > >> > > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > > > grib2c tarball (
> >> > > > > > >> > > > > >
http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> >> > > > > > >> > > > > > > > and
> >> > > > > > >> > > > > > > > > > > refer
> >> > > > > > >> > > > > > > > > > > > > to
> >> > > > > > >> > > > > > > > > > > > > the README file. Once built,
MET
> >> expects
> >> > > the
> >> > > > > > GRIB2
> >> > > > > > >> > > > > C-Library
> >> > > > > > >> > > > > > to
> >> > > > > > >> > > > > > > > be
> >> > > > > > >> > > > > > > > > > > named
> >> > > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2 C-
Library
> >> > > *requires
> >> > > > > the
> >> > > > > > >> > > > libraries
> >> > > > > > >> > > > > > > zlib,
> >> > > > > > >> > > > > > > > > > jasper
> >> > > > > > >> > > > > > > > > > > > and
> >> > > > > > >> > > > > > > > > > > > > png* to be present on your
system
> and
> >> > > those
> >> > > > > > >> packages
> >> > > > > > >> > > are
> >> > > > > > >> > > > > all
> >> > > > > > >> > > > > > > > > > available
> >> > > > > > >> > > > > > > > > > > in
> >> > > > > > >> > > > > > > > > > > > > the link above. When
configuring
> the
> >> MET
> >> > > > build
> >> > > > > > >> after
> >> > > > > > >> > > > > > > installation
> >> > > > > > >> > > > > > > > > of
> >> > > > > > >> > > > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > > > necessary libraries (or if
grib2c,
> >> zlib,
> >> > > > > jasper,
> >> > > > > > >> and
> >> > > > > > >> > > png
> >> > > > > > >> > > > > are
> >> > > > > > >> > > > > > > > > already
> >> > > > > > >> > > > > > > > > > on
> >> > > > > > >> > > > > > > > > > > > > your system), set the
*MET_GRIB2C*
> >> (or
> >> > > > > > >> > *MET_GRIB2CINC*
> >> > > > > > >> > > > and
> >> > > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> >> > > > > > >> > > > > > > > > > > > > environment variables to
indicate
> the
> >> > > > location
> >> > > > > > of
> >> > > > > > >> > this
> >> > > > > > >> > > > > > library.
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > Please let us know if you
have any
> >> > > > questions.
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > Thanks,
> >> > > > > > >> > > > > > > > > > > > > Julie
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at 3:28
AM,
> Melki
> >> > > > Khaoula
> >> > > > > > via
> >> > > > > > >> RT
> >> > > > > > >> > <
> >> > > > > > >> > > > > > > > > > > met_help at ucar.edu>
> >> > > > > > >> > > > > > > > > > > > > wrote:
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > <URL:
> >> > > > > > >> > > > > > >
> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > Hi Julie,
> >> > > > > > >> > > > > > > > > > > > > > thank you for your
response.
> >> > > > > > >> > > > > > > > > > > > > > it rebuilt nectd.
> >> > > > > > >> > > > > > > > > > > > > > my problem now is the bin
> >> > subdirectory.
> >> > > > > > >> > > > > > > > > > > > > > when unpacking met-5.0,
thre is
> no
> >> > > > > > subdirectory
> >> > > > > > >> > > called
> >> > > > > > >> > > > > bin.
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > Also, after setting
environment
> >> > > > variables, i
> >> > > > > > >> used
> >> > > > > > >> > the
> >> > > > > > >> > > > > > > > > configuration
> >> > > > > > >> > > > > > > > > > > > > script
> >> > > > > > >> > > > > > > > > > > > > > with: ./configure
--prefix=`pwd`
> >> > > > > > --enable-grib2
> >> > > > > > >> > > > > > > --enable-modis
> >> > > > > > >> > > > > > > > > > > > > > --enable-mode_graphics
> >> > > > > > >> > > > > > > > > > > > > > there is no bin
subdirectory
> >> built or
> >> > > > > > >> recreated.
> >> > > > > > >> > > > > > > > > > > > > > Thanks,
> >> > > > > > >> > > > > > > > > > > > > > Khaoula
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-04:00
Julie
> >> > > > Prestopnik
> >> > > > > > via
> >> > > > > > >> RT
> >> > > > > > >> > <
> >> > > > > > >> > > > > > > > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > > > >:
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > Taking another look at
this, I
> do
> >> > not
> >> > > > see
> >> > > > > a
> >> > > > > > >> "-I"
> >> > > > > > >> > > > entry
> >> > > > > > >> > > > > > for
> >> > > > > > >> > > > > > > > > > > > > > > "/root/Bureau/netcdf-
4.3.3.1",
> >> > which I
> >> > > > > > believe
> >> > > > > > >> > you
> >> > > > > > >> > > > have
> >> > > > > > >> > > > > > > > > > MET_NETCDF
> >> > > > > > >> > > > > > > > > > > > set
> >> > > > > > >> > > > > > > > > > > > > > to.
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H -I.
> >> -I../../..
> >> > > > > > >> > > > > > > > -I../../../src/basic/vx_cal
> >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/basic/vx_config
> >> > > > > > >> > > > > > -I../../../src/basic/vx_log
> >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/basic/vx_math
> >> > > > > > >> > > > > -I../../../src/basic/vx_util
> >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_afm
> >> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_analysis_util
> >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_color
> >> > > > > > >> > > > > > > > > -I../../../src/libcode/vx_data2d
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > -I../../../src/libcode/vx_data2d_factory
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > -I../../../src/libcode/vx_data2d_grib
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > -I../../../src/libcode/vx_data2d_grib2
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > -I../../../src/libcode/vx_data2d_nccf
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > -I../../../src/libcode/vx_data2d_nc_met
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_geodesy
> >> > > > > > >> > > > > > > > > > -I../../../src/libcode/vx_gnomon
> >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_grid
> >> > > > > > >> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
> >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_nav
> >> > > > > > >> > > > > > > > -I../../../src/libcode/vx_nc_util
> >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_pb_util
> >> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_plot_util
> >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_ps
> >> > > > > > >> > > > > > -I../../../src/libcode/vx_pxm
> >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_render
> >> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_shapedata
> >> > > > > > >> > > > > > > > > > > > > > >
> >> -I../../../src/libcode/vx_statistics
> >> > > > > > >> > > > > > > > > > > >
-I../../../src/libcode/vx_stat_out
> >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_tc_util
> >> > > > -DBLOCK4
> >> > > > > > >> > > > -DWITH_GRIB2
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
> >> > > > > > >> > -g
> >> > > > > > >> > > > -MT
> >> > > > > > >> > > > > > > > > > > > > > > libvx_nc_util_a-
nc_var_info.o
> -MD
> >> > -MP
> >> > > > -MF
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > .deps/libvx_nc_util_a-nc_var_info.Tpo
> >> > > -c
> >> > > > > -o
> >> > > > > > >> > > > > > > > > > > > > libvx_nc_util_a-
nc_var_info.o
> >> > > > > > >> > > > > > > > > > > > > > > `test -f
'nc_var_info.cc' ||
> echo
> >> > > > > > >> > > './'`nc_var_info.cc
> >> > > > > > >> > > > > > > > > > > > > > > Dans le fichier inclus à
partir
> >> de
> >> > > > > > >> > > nc_var_info.cc:24:
> >> > > > > > >> > > > > > > > > > > > > > > nc_var_info.h:24:21:
erreur:
> >> > > netcdf.hh :
> >> > > > > > Aucun
> >> > > > > > >> > > > fichier
> >> > > > > > >> > > > > ou
> >> > > > > > >> > > > > > > > > dossier
> >> > > > > > >> > > > > > > > > > > de
> >> > > > > > >> > > > > > > > > > > > ce
> >> > > > > > >> > > > > > > > > > > > > > > type
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > You could check the
include
> area
> >> for
> >> > > > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> >> > > > > > >> > > > > > > > > > to
> >> > > > > > >> > > > > > > > > > > > see
> >> > > > > > >> > > > > > > > > > > > > > if
> >> > > > > > >> > > > > > > > > > > > > > > there is a netcdf.hh
file.  If
> >> there
> >> > > is,
> >> > > > > > >> you'll
> >> > > > > > >> > > need
> >> > > > > > >> > > > to
> >> > > > > > >> > > > > > > make
> >> > > > > > >> > > > > > > > > sure
> >> > > > > > >> > > > > > > > > > > > that
> >> > > > > > >> > > > > > > > > > > > > > met
> >> > > > > > >> > > > > > > > > > > > > > > can find it by making
sure the
> >> > > > MET_NETCDF
> >> > > > > is
> >> > > > > > >> set
> >> > > > > > >> > > > > > correctly,
> >> > > > > > >> > > > > > > > > then
> >> > > > > > >> > > > > > > > > > > > source
> >> > > > > > >> > > > > > > > > > > > > > > your .bashrc or similar
file,
> >> > > > reconfigure,
> >> > > > > > and
> >> > > > > > >> > > > rebuild
> >> > > > > > >> > > > > > MET,
> >> > > > > > >> > > > > > > > > > > > otherwise,
> >> > > > > > >> > > > > > > > > > > > > if
> >> > > > > > >> > > > > > > > > > > > > > > it is not there, I would
> suggest
> >> > > > following
> >> > > > > > the
> >> > > > > > >> > > > > > instructions
> >> > > > > > >> > > > > > > > in
> >> > > > > > >> > > > > > > > > my
> >> > > > > > >> > > > > > > > > > > > most
> >> > > > > > >> > > > > > > > > > > > > > > recent previous email.
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > Please let us know how
it works
> >> out.
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > Thanks,
> >> > > > > > >> > > > > > > > > > > > > > > Julie
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at
1:52 PM,
> >> > Julie
> >> > > > > > >> Prestopnik
> >> > > > > > >> > <
> >> > > > > > >> > > > > > > > > > jpresto at ucar.edu
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > wrote:
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I
apologize for
> >> the
> >> > > > delayed
> >> > > > > > >> > > > response.  I
> >> > > > > > >> > > > > > was
> >> > > > > > >> > > > > > > > out
> >> > > > > > >> > > > > > > > > > of
> >> > > > > > >> > > > > > > > > > > > > town.
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > I believe that I see
in your
> >> > > > > > >> make_install.log
> >> > > > > > >> > > that
> >> > > > > > >> > > > > > there
> >> > > > > > >> > > > > > > > is a
> >> > > > > > >> > > > > > > > > > > > problem
> >> > > > > > >> > > > > > > > > > > > > > > > finding netcdf.hh:
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > nc_var_info.h:24:21:
erreur:
> >> > > > netcdf.hh :
> >> > > > > > >> Aucun
> >> > > > > > >> > > > > fichier
> >> > > > > > >> > > > > > ou
> >> > > > > > >> > > > > > > > > > dossier
> >> > > > > > >> > > > > > > > > > > > de
> >> > > > > > >> > > > > > > > > > > > > ce
> >> > > > > > >> > > > > > > > > > > > > > > > type
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > We've typically been
> compiling
> >> MET
> >> > > > using
> >> > > > > > >> NetCDF
> >> > > > > > >> > > > > version
> >> > > > > > >> > > > > > > 3 -
> >> > > > > > >> > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > > > > specific
> >> > > > > > >> > > > > > > > > > > > > > > > version is netcdf-
3.6.3.  I
> >> know
> >> > > that
> >> > > > > some
> >> > > > > > >> of
> >> > > > > > >> > the
> >> > > > > > >> > > > > > > versions
> >> > > > > > >> > > > > > > > of
> >> > > > > > >> > > > > > > > > > > > netcdf
> >> > > > > > >> > > > > > > > > > > > > no
> >> > > > > > >> > > > > > > > > > > > > > > > longer include
netcdf.hh, but
> >> that
> >> > > > file
> >> > > > > is
> >> > > > > > >> > > > necessary
> >> > > > > > >> > > > > > for
> >> > > > > > >> > > > > > > > our
> >> > > > > > >> > > > > > > > > > > code.
> >> > > > > > >> > > > > > > > > > > > > I'd
> >> > > > > > >> > > > > > > > > > > > > > > > suggest downloading
and
> >> compiling
> >> > > > NetCDF
> >> > > > > > >> 3.6.3
> >> > > > > > >> > > > > locally
> >> > > > > > >> > > > > > > > using
> >> > > > > > >> > > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > > > > > > following steps:
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > Download NetCDF 3.6.3
from
> >> here:
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > >
> >> > > > > > >> > > >
> >> > > > > > >>
> >> > > >
> >> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > Then run:
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > tar -zxf netcdf-
3.6.3.tar.gz
> >> > > > > > >> > > > > > > > > > > > > > > > ./configure
--prefix=`pwd`
> >> > > > > > >> > > > > > > > > > > > > > > > make
> >> > > > > > >> > > > > > > > > > > > > > > > make install
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > These commands should
compile
> >> the
> >> > C
> >> > > > and
> >> > > > > > C++
> >> > > > > > >> > > > > interfaces
> >> > > > > > >> > > > > > > for
> >> > > > > > >> > > > > > > > > > NetCDF
> >> > > > > > >> > > > > > > > > > > > and
> >> > > > > > >> > > > > > > > > > > > > > > > skip the Fortran
interface
> that
> >> > MET
> >> > > > > > doesn't
> >> > > > > > >> > use.
> >> > > > > > >> > > > It
> >> > > > > > >> > > > > > will
> >> > > > > > >> > > > > > > > > > install
> >> > > > > > >> > > > > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > > > > > > library in current
> >> "netcdf-3.6.3"
> >> > > > > > directory
> >> > > > > > >> due
> >> > > > > > >> > > to
> >> > > > > > >> > > > > the
> >> > > > > > >> > > > > > > > > > > > --prefix=`pwd`
> >> > > > > > >> > > > > > > > > > > > > > > > option.
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > Next, you'll need to
edit
> where
> >> > you
> >> > > > set
> >> > > > > > >> > > MET_NETCDF
> >> > > > > > >> > > > to
> >> > > > > > >> > > > > > > point
> >> > > > > > >> > > > > > > > > to
> >> > > > > > >> > > > > > > > > > > this
> >> > > > > > >> > > > > > > > > > > > > new
> >> > > > > > >> > > > > > > > > > > > > > > > location, source your
.bashrc
> >> or
> >> > > > > similiar
> >> > > > > > >> file,
> >> > > > > > >> > > and
> >> > > > > > >> > > > > > > rebuild
> >> > > > > > >> > > > > > > > > > MET.
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > Please let us know if
that
> >> works
> >> > > well
> >> > > > > for
> >> > > > > > >> you.
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > Thanks,
> >> > > > > > >> > > > > > > > > > > > > > > > Julie
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015
at 4:24
> >> AM,
> >> > > Melki
> >> > > > > > >> Khaoula
> >> > > > > > >> > > via
> >> > > > > > >> > > > > RT <
> >> > > > > > >> > > > > > > > > > > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > > wrote:
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> <URL:
> >> > > > > > >> > > > > > > > >
> >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> Hello John,
> >> > > > > > >> > > > > > > > > > > > > > > >> the error was there
is no
> >> > compilor
> >> > > of
> >> > > > > > C++.
> >> > > > > > >> so
> >> > > > > > >> > i
> >> > > > > > >> > > > > > > downloaded
> >> > > > > > >> > > > > > > > > g++
> >> > > > > > >> > > > > > > > > > > > > using :
> >> > > > > > >> > > > > > > > > > > > > > > yum
> >> > > > > > >> > > > > > > > > > > > > > > >> install gcc-c++.
> >> > > > > > >> > > > > > > > > > > > > > > >> I didn't understand
the bin
> >> > > > > > subdirectory. I
> >> > > > > > >> > > looked
> >> > > > > > >> > > > > to
> >> > > > > > >> > > > > > > the
> >> > > > > > >> > > > > > > > > > > met-5.0
> >> > > > > > >> > > > > > > > > > > > > > > >> directory, i didin't
find a
> >> > > > > subdirectory
> >> > > > > > >> > called
> >> > > > > > >> > > > bin.
> >> > > > > > >> > > > > > But
> >> > > > > > >> > > > > > > > > files
> >> > > > > > >> > > > > > > > > > > > cited
> >> > > > > > >> > > > > > > > > > > > > > in
> >> > > > > > >> > > > > > > > > > > > > > > >> the
> >> > > > > > >> > > > > > > > > > > > > > > >> Built executables are
> located
> >> in
> >> > > the
> >> > > > > > output
> >> > > > > > >> > > > > > > subdirectory.
> >> > > > > > >> > > > > > > > > > > > > > > >> The compilation of
*make
> >> install
> >> > >&
> >> > > > > > >> > > > make_install.log
> >> > > > > > >> > > > > > &*
> >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
make_install.log
>  *
> >> > > > > > >> > > > > > > > > > > > > > > >> * send an error.*
> >> > > > > > >> > > > > > > > > > > > > > > >> *there is two
executables,
> >> *the
> >> > > > first
> >> > > > > is
> >> > > > > > >> > called
> >> > > > > > >> > > > > > > > > > configuration1.
> >> > > > > > >> > > > > > > > > > > > It
> >> > > > > > >> > > > > > > > > > > > > is
> >> > > > > > >> > > > > > > > > > > > > > > >> about run of ./
> >> > > > > > >> > > > > > > > > > > > > > > >> *configure
--prefix=`pwd`
> >> > > > > --enable-grib2
> >> > > > > > >> > > > > > --enable-modis
> >> > > > > > >> > > > > > > > > > > > > > > >> --enable-
mode_graphics*The
> >> second
> >> > > is
> >> > > > > > called
> >> > > > > > >> > make
> >> > > > > > >> > > > > > > > > install.log,
> >> > > > > > >> > > > > > > > > > > > > obtained
> >> > > > > > >> > > > > > > > > > > > > > > >> after running :
> >> > > > > > >> > > > > > > > > > > > > > > >> *make install >&
> >> make_install.log
> >> > > &*
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
make_install.log*
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32 GMT-
04:00
> >> Melki
> >> > > > > Khaoula <
> >> > > > > > >> > > > > > > > > > khaoula.enit at gmail.com
> >> > > > > > >> > > > > > > > > > > >:
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> > Hello John,
> >> > > > > > >> > > > > > > > > > > > > > > >> > Thank you for your
help.
> it
> >> > > really
> >> > > > > > works.
> >> > > > > > >> > > > > > > > > > > > > > > >> > I am in the
configuration
> >> step.
> >> > > > > > >> > > > > > > > > > > > > > > >> > when executing the
command
> >> of :
> >> > > > > > >> ./configure
> >> > > > > > >> > > > > > > > --prefix=`pwd`
> >> > > > > > >> > > > > > > > > > > > > > > >> --enable-grib2
> >> > > > > > >> > > > > > > > > > > > > > > >> > --enable-modis
> >> > > > > --enable-mode_graphics.
> >> > > > > > >> > > > > > > > > > > > > > > >> > i found that when
cheking
> >> for
> >> > > some
> >> > > > > > >> > compilers,
> >> > > > > > >> > > > the
> >> > > > > > >> > > > > > > system
> >> > > > > > >> > > > > > > > > > > return
> >> > > > > > >> > > > > > > > > > > > > no.
> >> > > > > > >> > > > > > > > > > > > > > > >> > for example:
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
bison... no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
byacc... no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for g++...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for c++...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for gpp...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for aCC...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for CC...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for cxx...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cc++... no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cl.exe... no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for FCC...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for KCC...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for RCC...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
xlC_r... no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking for xlC...
no
> >> > > > > > >> > > > > > > > > > > > > > > >> > checking whether
the C++
> >> > compiler
> >> > > > > > >> works...
> >> > > > > > >> > no
> >> > > > > > >> > > > > > > > > > > > > > > >> > IS there any
errors?
> >> > > > > > >> > > > > > > > > > > > > > > >> > you will find the
> executive
> >> > file
> >> > > > > called
> >> > > > > > >> > > > > > configuration.
> >> > > > > > >> > > > > > > > > > > > > > > >> > thanks,
> >> > > > > > >> > > > > > > > > > > > > > > >> > Khaoula
> >> > > > > > >> > > > > > > > > > > > > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> > 2015-06-25 11:43
GMT-04:00
> >> John
> >> > > > > Halley
> >> > > > > > >> > Gotway
> >> > > > > > >> > > > via
> >> > > > > > >> > > > > > RT <
> >> > > > > > >> > > > > > > > > > > > > > > met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > > > > > > >> >:
> >> > > > > > >> > > > > > > > > > > > > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> Looks like you
have
> syntax
> >> > wrong
> >> > > > on
> >> > > > > > >> those
> >> > > > > > >> > > > > commands.
> >> > > > > > >> > > > > > > > > Please
> >> > > > > > >> > > > > > > > > > > try
> >> > > > > > >> > > > > > > > > > > > > > this:
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> >> > > > > > >> > > > > > > >
> >> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> >> > > > > > >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-
4.3.3.1/lib
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> Actually since
your
> NetCDF
> >> > build
> >> > > > is
> >> > > > > > >> > installed
> >> > > > > > >> > > > in
> >> > > > > > >> > > > > > the
> >> > > > > > >> > > > > > > > > > standard
> >> > > > > > >> > > > > > > > > > > > > way,
> >> > > > > > >> > > > > > > > > > > > > > > >> this is
> >> > > > > > >> > > > > > > > > > > > > > > >> >> all you really
need to
> set:
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> >> > > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> And MET assumes
that the
> >> > headers
> >> > > > are
> >> > > > > > in
> >> > > > > > >> the
> >> > > > > > >> > > > > > "include"
> >> > > > > > >> > > > > > > > > > > > > subdirectory
> >> > > > > > >> > > > > > > > > > > > > > > and
> >> > > > > > >> > > > > > > > > > > > > > > >> the
> >> > > > > > >> > > > > > > > > > > > > > > >> >> library archive
files are
> >> in
> >> > the
> >> > > > > "lib"
> >> > > > > > >> > > > > > subdirectory.
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> John
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun 25,
2015 at
> >> 6:58
> >> > AM,
> >> > > > > Melki
> >> > > > > > >> > > Khaoula
> >> > > > > > >> > > > > via
> >> > > > > > >> > > > > > > RT <
> >> > > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> wrote:
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thank you for
your
> help.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm grateful for
you
> and
> >> > > Julie.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm now setting
> >> environment
> >> > > > > > variables.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > I want to
confirm this
> >> > command
> >> > > > if
> >> > > > > it
> >> > > > > > >> is
> >> > > > > > >> > > right
> >> > > > > > >> > > > > or
> >> > > > > > >> > > > > > > no,
> >> > > > > > >> > > > > > > > > for
> >> > > > > > >> > > > > > > > > > > > > example,
> >> > > > > > >> > > > > > > > > > > > > > > if
> >> > > > > > >> > > > > > > > > > > > > > > >> i
> >> > > > > > >> > > > > > > > > > > > > > > >> >> set:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > >
> >> > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > >
> >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > in order to Set
> >> > *$MET_NETCDF*
> >> > > to
> >> > > > > > >> point to
> >> > > > > > >> > > the
> >> > > > > > >> > > > > > main
> >> > > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > I  use  also the
same
> >> > process
> >> > > to
> >> > > > > set
> >> > > > > > >> > others
> >> > > > > > >> > > > > > > external
> >> > > > > > >> > > > > > > > > > > > libraries.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > I let you know
that my
> >> shell
> >> > > is
> >> > > > > > bash,
> >> > > > > > >> so
> >> > > > > > >> > i
> >> > > > > > >> > > > > can't
> >> > > > > > >> > > > > > > use
> >> > > > > > >> > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > > export
> >> > > > > > >> > > > > > > > > > > > > > > >> command.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > Im wondering if
i'm in
> >> the
> >> > > right
> >> > > > > > way,
> >> > > > > > >> > > because
> >> > > > > > >> > > > > the
> >> > > > > > >> > > > > > > > > command
> >> > > > > > >> > > > > > > > > > > > with
> >> > > > > > >> > > > > > > > > > > > > > > export
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > doesn't produce
any
> >> error to
> >> > > > > verify
> >> > > > > > if
> >> > > > > > >> > i'm
> >> > > > > > >> > > > > right
> >> > > > > > >> > > > > > or
> >> > > > > > >> > > > > > > > > > wrong.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24 11:42
> >> GMT-04:00
> >> > > John
> >> > > > > > Halley
> >> > > > > > >> > > Gotway
> >> > > > > > >> > > > > via
> >> > > > > > >> > > > > > > RT
> >> > > > > > >> > > > > > > > <
> >> > > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hello Khaoula,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Julie is out
of town.
> >> My
> >> > > name
> >> > > > > is
> >> > > > > > >> John,
> >> > > > > > >> > > and
> >> > > > > > >> > > > > I'd
> >> > > > > > >> > > > > > > be
> >> > > > > > >> > > > > > > > > > happy
> >> > > > > > >> > > > > > > > > > > to
> >> > > > > > >> > > > > > > > > > > > > > help
> >> > > > > > >> > > > > > > > > > > > > > > >> >> answer
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > your MET
questions.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > I see that
you're
> >> trying
> >> > to
> >> > > > get
> >> > > > > up
> >> > > > > > >> and
> >> > > > > > >> > > > > running
> >> > > > > > >> > > > > > > > using
> >> > > > > > >> > > > > > > > > > MET
> >> > > > > > >> > > > > > > > > > > to
> >> > > > > > >> > > > > > > > > > > > > > > verify
> >> > > > > > >> > > > > > > > > > > > > > > >> WRF
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > output.  MET
doesn't
> >> read
> >> > > WRF
> >> > > > > > output
> >> > > > > > >> > > files
> >> > > > > > >> > > > > > > > directly,
> >> > > > > > >> > > > > > > > > > but
> >> > > > > > >> > > > > > > > > > > > > > requires
> >> > > > > > >> > > > > > > > > > > > > > > >> that
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > they
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > first be
> post-processed
> >> > > either
> >> > > > > > with
> >> > > > > > >> the
> >> > > > > > >> > > > > WRF-ARW
> >> > > > > > >> > > > > > > > > pinterp
> >> > > > > > >> > > > > > > > > > > > > utility
> >> > > > > > >> > > > > > > > > > > > > > > or
> >> > > > > > >> > > > > > > > > > > > > > > >> the
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Unified
> Post-Processor
> >> > > (UPP).
> >> > > > > Of
> >> > > > > > >> the
> >> > > > > > >> > > two,
> >> > > > > > >> > > > > I'd
> >> > > > > > >> > > > > > > > > strongly
> >> > > > > > >> > > > > > > > > > > > > > recommend
> >> > > > > > >> > > > > > > > > > > > > > > >> >> using
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > UPP
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > which creates
output
> in
> >> > GRIB
> >> > > > > > format
> >> > > > > > >> > that
> >> > > > > > >> > > is
> >> > > > > > >> > > > > > fully
> >> > > > > > >> > > > > > > > > > > supported
> >> > > > > > >> > > > > > > > > > > > > by
> >> > > > > > >> > > > > > > > > > > > > > > MET.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> The
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > pinterp
utility
> writes
> >> it
> >> > > > output
> >> > > > > > in
> >> > > > > > >> > > NetCDF
> >> > > > > > >> > > > > but
> >> > > > > > >> > > > > > we
> >> > > > > > >> > > > > > > > > only
> >> > > > > > >> > > > > > > > > > > > > support
> >> > > > > > >> > > > > > > > > > > > > > > data
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > defined
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > on the non-
staggered
> >> > > > dimensions.
> >> > > > > > >> Since
> >> > > > > > >> > > > > > velocity
> >> > > > > > >> > > > > > > > > points
> >> > > > > > >> > > > > > > > > > > are
> >> > > > > > >> > > > > > > > > > > > > > > >> staggered
> >> > > > > > >> > > > > > > > > > > > > > > >> >> in
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET can't
be
> used
> >> to
> >> > > > > > verifying
> >> > > > > > >> > winds
> >> > > > > > >> > > > in
> >> > > > > > >> > > > > > > > pinterp
> >> > > > > > >> > > > > > > > > > > > output.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Another
advantage to
> >> using
> >> > > UPP
> >> > > > > is
> >> > > > > > >> that
> >> > > > > > >> > > GRIB
> >> > > > > > >> > > > > > data
> >> > > > > > >> > > > > > > > can
> >> > > > > > >> > > > > > > > > be
> >> > > > > > >> > > > > > > > > > > > > easily
> >> > > > > > >> > > > > > > > > > > > > > > >> >> regridded
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > using the
copygb
> >> utility.
> >> > > > > copygb
> >> > > > > > is
> >> > > > > > >> > > > included
> >> > > > > > >> > > > > > in
> >> > > > > > >> > > > > > > > the
> >> > > > > > >> > > > > > > > > > UPP
> >> > > > > > >> > > > > > > > > > > > > > package.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > You can
download
> >> pinterp
> >> > > here:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > >
> >> > > > > > >> > > > > > > > > >
> >> > > > > > >> > > > > > > > >
> >> > > > > > >> > > > > > > >
> >> > > > > > >> > > > > > >
> >> > > > > > >> > > > > >
> >> > > > > > >> > > > >
> >> > > > > > >> > > >
> >> > > > > > >> > >
> >> > > > > > >> >
> >> > > > > > >>
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > And you can
download
> >> UPP
> >> > > here:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > >
> >> > > > > > >> > >
> >> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hope that
helps.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > John Halley
Gotway
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > On Wed, Jun
24, 2015
> at
> >> > 6:29
> >> > > > AM,
> >> > > > > > >> Melki
> >> > > > > > >> > > > > Khaoula
> >> > > > > > >> > > > > > > via
> >> > > > > > >> > > > > > > > > RT <
> >> > > > > > >> > > > > > > > > > > > > > > >> >> met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
> >> > > > > > >> > > > > > > > > > > > > >
> >> > > > > > >> > > >
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >> > > > > > > > > > > > > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I compiled
all
> >> > libraries.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I downloaded
post
> >> > > processor
> >> > > > > but
> >> > > > > > i
> >> > > > > > >> > can't
> >> > > > > > >> > > > > find
> >> > > > > > >> > > > > > > the
> >> > > > > > >> > > > > > > > > > > WRF-ARW
> >> > > > > > >> > > > > > > > > > > > > > > p-interp
> >> > > > > > >> > > > > > > > > > > > > > > >> >> Tool
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > when
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i use the
link
> >> posted in
> >> > > the
> >> > > > > > >> > tutorial.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > also,what i
don't
> >> > > understand
> >> > > > > the
> >> > > > > > >> > > utility
> >> > > > > > >> > > > of
> >> > > > > > >> > > > > > the
> >> > > > > > >> > > > > > > > > > copygb
> >> > > > > > >> > > > > > > > > > > > > > utility
> >> > > > > > >> > > > > > > > > > > > > > > >> and
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > from
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > where to get
it.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i don't know
what
> to
> >> do
> >> > > next
> >> > > > > to
> >> > > > > > >> > > > downloading
> >> > > > > > >> > > > > > and
> >> > > > > > >> > > > > > > > > > > compiling
> >> > > > > > >> > > > > > > > > > > > > > > >> required
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > libraries.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > 2015-06-24
7:10
> >> > GMT-04:00
> >> > > > > Melki
> >> > > > > > >> > > Khaoula <
> >> > > > > > >> > > > > > > > > > > > > > > khaoula.enit at gmail.com
> >> > > > > > >> > > > > > > > > > > > > > > >> >:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi
Julie,*
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *I
unpacked the
> >> HDF
> >> > > > > > librarry.*
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *When
lookig the
> >> > HDF-EOS
> >> > > > > > >> library, i
> >> > > > > > >> > > > found
> >> > > > > > >> > > > > > in
> >> > > > > > >> > > > > > > > the
> >> > > > > > >> > > > > > > > > > > > website
> >> > > > > > >> > > > > > > > > > > > > is
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > HDF-EOS2.16v1.00.tar.Z.*
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *i tried
to
> unpack
> >> > it, i
> >> > > > > > didn't
> >> > > > > > >> > find
> >> > > > > > >> > > > the
> >> > > > > > >> > > > > > > right
> >> > > > > > >> > > > > > > > > > > command
> >> > > > > > >> > > > > > > > > > > > to
> >> > > > > > >> > > > > > > > > > > > > > do
> >> > > > > > >> > > > > > > > > > > > > > > >> it.*
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Is there
any
> >> command
> >> > to
> >> > > > > unpak
> >> > > > > > >> this
> >> > > > > > >> > > > > > library.*
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Thanks,*
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Khaoula
*
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > 2015-06-23
12:37
> >> > > GMT-04:00
> >> > > > > > Julie
> >> > > > > > >> > > > > Prestopnik
> >> > > > > > >> > > > > > > via
> >> > > > > > >> > > > > > > > > RT
> >> > > > > > >> > > > > > > > > > <
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi
Khaoula.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> The GRIB2
> >> C-Library
> >> > is
> >> > > > used
> >> > > > > > by
> >> > > > > > >> the
> >> > > > > > >> > > MET
> >> > > > > > >> > > > > > > library
> >> > > > > > >> > > > > > > > > > code
> >> > > > > > >> > > > > > > > > > > to
> >> > > > > > >> > > > > > > > > > > > > > read
> >> > > > > > >> > > > > > > > > > > > > > > >> GRIB2
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > data
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> files.
The GRIB2
> >> > > > C-Library
> >> > > > > > >> > requires
> >> > > > > > >> > > > the
> >> > > > > > >> > > > > > > > > libraries
> >> > > > > > >> > > > > > > > > > > > zlib,
> >> > > > > > >> > > > > > > > > > > > > > > jasper
> >> > > > > > >> > > > > > > > > > > > > > > >> >> and
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > png
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > to
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> be
present on
> your
> >> > > > system.
> >> > > > > > >> Support
> >> > > > > > >> > > for
> >> > > > > > >> > > > > > GRIB2
> >> > > > > > >> > > > > > > > is
> >> > > > > > >> > > > > > > > > > > > optional
> >> > > > > > >> > > > > > > > > > > > > > and
> >> > > > > > >> > > > > > > > > > > > > > > >> can
> >> > > > > > >> > > > > > > > > > > > > > > >> >> be
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> enabled
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> with the
> >> > > *--enable-grib2*
> >> > > > > > >> option
> >> > > > > > >> > for
> >> > > > > > >> > > > > > > > configure.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> I hope
that
> helps.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Julie
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> On Tue,
Jun 23,
> >> 2015
> >> > at
> >> > > > > 6:56
> >> > > > > > >> AM,
> >> > > > > > >> > > Melki
> >> > > > > > >> > > > > > > Khaoula
> >> > > > > > >> > > > > > > > > via
> >> > > > > > >> > > > > > > > > > > RT
> >> > > > > > >> > > > > > > > > > > > <
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
met_help at ucar.edu>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> wrote:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
> >> > > > > > >> > > > > > > > > > > > > > > >>
> >> > > > > > >> > > > > >
> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >  Thank
you
> >> Julie,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > It
works.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > I
compile
> >> Nectcdf ,
> >> > > GNU
> >> > > > > > and
> >> > > > > > >> > zlib
> >> > > > > > >> > > > > > > libraries.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > About
GRIB C
> >> > > library, i
> >> > > > > > >> > downloaded
> >> > > > > > >> > > > the
> >> > > > > > >> > > > > > > > library
> >> > > > > > >> > > > > > > > > > and
> >> > > > > > >> > > > > > > > > > > > > > > unpacked
> >> > > > > > >> > > > > > > > > > > > > > > >> >> it.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > how it
can be
> >> used
> >> > by
> >> > > > > MET?
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > Thanks,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > khaoula
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > 2015-
06-19
> 17:58
> >> > > > > GMT+02:00
> >> > > > > > >> Julie
> >> > > > > > >> > > > > > > Prestopnik
> >> > > > > > >> > > > > > > > > via
> >> > > > > > >> > > > > > > > > > > RT <
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
met_help at ucar.edu
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > Hi
Melki.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > I'm
glad
> that
> >> you
> >> > > > were
> >> > > > > > >> able to
> >> > > > > > >> > > get
> >> > > > > > >> > > > > > > BUFRLIB
> >> > > > > > >> > > > > > > > > > > > > installed.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You
said,
> >> "when
> >> > > > trying
> >> > > > > to
> >> > > > > > >> run
> >> > > > > > >> > > the
> >> > > > > > >> > > > > firs
> >> > > > > > >> > > > > > > > > command
> >> > > > > > >> > > > > > > > > > > of
> >> > > > > > >> > > > > > > > > > > > *
> >> > > > > > >> > > > > > > > > > > > > > *cd
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
/path/to/netcdf.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > he
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > wrote
me no
> >> file
> >> > or
> >> > > > > > >> directory"
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > In
the
> >> tutorial,
> >> > > when
> >> > > > > we
> >> > > > > > >> say
> >> > > > > > >> > > "*cd
> >> > > > > > >> > > > > > > > > > > > /path/to/netcdf*"
> >> > > > > > >> > > > > > > > > > > > > > you
> >> > > > > > >> > > > > > > > > > > > > > > >> >> should
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > change
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
directories
> to
> >> > the
> >> > > > > > location
> >> > > > > > >> > > where
> >> > > > > > >> > > > > your
> >> > > > > > >> > > > > > > > > netcdf
> >> > > > > > >> > > > > > > > > > > > > > directory
> >> > > > > > >> > > > > > > > > > > > > > > >> is on
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > your
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
machine.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > For
example,
> >> if
> >> > you
> >> > > > > > >> unpacked
> >> > > > > > >> > the
> >> > > > > > >> > > > tar
> >> > > > > > >> > > > > > > file
> >> > > > > > >> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> >> > > > > > >> > > > > > > > > > > > > > > >> >> in
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > a
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
directory
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > path
of
> >> > > > > > >> > > > > > > > > /d2/melki/external_libs/netcdf-
4.3.3.1
> >> > > > > > >> > > > > > > > > > > you
> >> > > > > > >> > > > > > > > > > > > > > would
> >> > > > > > >> > > > > > > > > > > > > > > >> run
> >> > > > > > >> > > > > > > > > > > > > > > >> >> "cd
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > >> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> >> > > > > > >> > > > > > > > > > > > > > > */path/to/netcdf
> >> > > > > > >> > > > > > > > > > > > > > > >> >> *is a
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > place
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
holder for
> the
> >> > > > location
> >> > > > > > on
> >> > > > > > >> > your
> >> > > > > > >> > > > > > machine.
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You
said,
> >> "setenv
> >> > > CC
> >> > > > > > >> > > > > > > /path/to/c/compiler.
> >> > > > > > >> > > > > > > > It
> >> > > > > > >> > > > > > > > > > > > doesn't
> >> > > > > > >> > > > > > > > > > > > > > > >> work.he
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > said
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> command
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of
setenv
> >> doesn't
> >> > > > > > exist.*"
> >> > > > > > >> > > > "setenv"
> >> > > > > > >> > > > > > is
> >> > > > > > >> > > > > > > > the
> >> > > > > > >> > > > > > > > > > name
> >> > > > > > >> > > > > > > > > > > > of
> >> > > > > > >> > > > > > > > > > > > > > the
> >> > > > > > >> > > > > > > > > > > > > > > >> >> command
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > used
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> to
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > set
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
environment
> >> > > variables
> >> > > > > in
> >> > > > > > >> the
> >> > > > > > >> > > *csh
> >> > > > > > >> > > > > > family
> >> > > > > > >> > > > > > > > of
> >> > > > > > >> > > > > > > > > > > > shells.
> >> > > > > > >> > > > > > > > > > > > > > If
> >> > > > > > >> > > > > > > > > > > > > > > >> you
> >> > > > > > >> > > > > > > > > > > > > > > >> >> are
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > using
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> a
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
different
> >> shell,
> >> > > > > however,
> >> > > > > > >> you
> >> > > > > > >> > > may
> >> > > > > > >> > > > > need
> >> > > > > > >> > > > > > > to
> >> > > > > > >> > > > > > > > > use
> >> > > > > > >> > > > > > > > > > > > > > "export",
> >> > > > > > >> > > > > > > > > > > > > > > >> >> which is
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > the
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> name
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of
the
> >> command in
> >> > > the
> >> > > > > > >> "other"
> >> > > > > > >> > > > family
> >> > > > > > >> > > > > > of
> >> > > > > > >> > > > > > > > > shells
> >> > > > > > >> > > > > > > > > > > > (ash,
> >> > > > > > >> > > > > > > > > > > > > > > >> bourne,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > bourne
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > again,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > zsh).
To
> find
> >> > out
> >> > > > what
> >> > > > > > >> shell
> >> > > > > > >> > > you
> >> > > > > > >> > > > > are
> >> > > > > > >> > > > > > > > using,
> >> > > > > > >> > > > > > > > > > you
> >> > > > > > >> > > > > > > > > > > > can
> >> > > > > > >> > > > > > > > > > > > > > run
> >> > > > > > >> > > > > > > > > > > > > > > >> >> "echo
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> $SHELL".
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > If
you are
> >> using
> >> > a
> >> > > > > shell
> >> > > > > > >> other
> >> > > > > > >> > > > than
> >> > > > > > >> > > > > > the
> >> > > > > > >> > > > > > > > *csh
> >> > > > > > >> > > > > > > > > > > > family
> >> > > > > > >> > > > > > > > > > > > > of
> >> > > > > > >> > > > > > > > > > > > > > > >> >> shells,
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > and
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > you
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > need
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > to
use
> >> "export",
> >> > > the
> >> > > > > > >> syntax is
> >> > > > > > >> > > > > > slightly
> >> > > > > > >> > > > > > > > > > > different.
> >> > > > > > >> > > > > > > > > > > > > > > >> Instead
> >> > > > > > >> > > > > > > > > > > > > > > >> >> of
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> running:
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
setenv CC
> >> > > > > > >> /path/to/c/compiler
> >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >> > > > > > >>
> >> > > > > > > ...
> >> > > > > > >
> >> > > > > > > [Message tronqué]
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Julie Prestopnik
> >> > > > > National Center for Atmospheric Research
> >> > > > > Research Applications Laboratory
> >> > > > > Phone: 303.497.8399
> >> > > > > Email: jpresto at ucar.edu
> >> > > > >
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Julie Prestopnik
> >> > > National Center for Atmospheric Research
> >> > > Research Applications Laboratory
> >> > > Phone: 303.497.8399
> >> > > Email: jpresto at ucar.edu
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Thu Aug 20 05:37:45 2015

Hi Julie,
Thank you.
ncdump exits in netcdf-3.6.3.
In order to install incview. i tried to run theses command:
tar -xvfz ncview-2.1.5.tar.gz
cd ncview-2.1.5
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++
export FC=/usr/bin/gfortran
export F90=/usr/bin/gfortran
./configure --with-nc-config=/root/Bureau/netcdf-3.6.3/nc-config
i didn't find a exucutable called nc-config.
what is this file?

Thanks,
Khaoula






2015-08-19 10:58 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.  This is Julie.
>
> When you compiled MET version 5.0, you did so using dynamic linking
as
> opposed to static linking.  Dynamic linking means that rather than
checking
> for required libraries at compile time, the tools should check for
them at
> run time.  When you run the gen_poly_mask tool, it is looking for
the GSL
> shared object library file named libgsl.so.0, as well as a bunch of
other
> shared object files.  It's erroring out telling you that it can't
find the
> GSL shared object library file.
>
> Hopefully, you can just set the LD_LIBRARY_PATH environment variable
to
> tell the tool where to look.  The tools will, by default, look in
common
> areas like /usr/lib, /usr/local/lib and perhaps some others.  Try
doing the
> following:
>
> echo $LD_LIBRARY_PATH
> export LD_LIBRARY_PATH=/root/Bureau/gsl-1.16/lib:$LD_LIBRARY_PATH
> bin/gen_poly_mask
>
> If the error goes away and you get the usage statement for
gen_poly_mask,
> then this will fix the problem.  Just edit your shell configuration
file
> (.profile), and include the location of the GSL library in your
> LD_LIBRARY_PATH setting.
>
> Please let us know how it goes.
>
> Thanks,
> Julie
>
> On Wed, Aug 19, 2015 at 4:46 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >
> > 2015-08-19 6:40 GMT-04:00 Melki Khaoula <khaoula.enit at gmail.com>:
> >
> > > Hi John,
> > > yes, it works.
> > > when typing
> > > * bin/gen_poly_mask. It returns: bin/gen_poly_mask: error while
loading
> > > shared libraries: libgsl.so.0: cannot open shared object file:
No such
> > file
> > > or directory.*
> > > I didn't understand the error.
> > > the bin directory exists and all needed files are there.
> > > Thanks,
> > > Khaoula
> > >
> > >
> > >
> > >
> > > 2015-08-17 14:03 GMT-04:00 John Halley Gotway via RT <
> met_help at ucar.edu
> > >:
> > >
> > >> Hello Khaoula,
> > >>
> > >> This is John again.  Sorry to keep handing you off!
> > >>
> > >> I would suggest getting MET up and running without support for
MODIS
> and
> > >> MODE-Graphics for the time being.  There's a whole lot you can
do in
> MET
> > >> without those options.  Once you get it all working well, you
could
> > >> consider recompiling with them turned on.  For now, please try:
> > >>
> > >> ./configure --prefix=`pwd` --enable-grib2
> > >> make clean
> > >> make install >& make_install.log
> > >> make test    >& make_test.log
> > >> egrep -i error make*.log
> > >>
> > >> Does that all work without any errors?
> > >>
> > >> Thanks,
> > >> John
> > >>
> > >>
> > >> On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT <
> > met_help at ucar.edu>
> > >> wrote:
> > >>
> > >> >
> > >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > >> >
> > >> > Thank you Julie,
> > >> > I have the same error when compiling these libraries.
> > >> > when compiling HDF4.2r3, i used these commands:
> > >> > *echo "Compiling HDF" *
> > >> > *cd hdf *
> > >> > *tar -xzf HDF4.2r3.tar.gz*
> > >> > *cd HDF4.2r3*
> > >> > *./configure --prefix=${INSTALL_DIR} --disable-netcdf >&
/dev/null*
> > >> > *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg -lz/LIBS =
-ljpeg
> -lz
> > >> > -lm/g' > Makefile_NEW*
> > >> > *mv Makefile_NEW mfhdf/hdiff/Makefile*
> > >> > *make >& /dev/null*
> > >> >
> > >> > *make install >& /dev/null*
> > >> > It works.
> > >> > when compiling HDFEOS, i used :
> > >> > *echo "Compiling HDF-EOS"*
> > >> > *cd hdfeos*
> > >> > *tar -xf HDF-EOS2.16v1.00.tar*
> > >> > *cd hdfeos*
> > >> > *./configure --prefix=${INSTALL_DIR} --with-
hdf4=${INSTALL_DIR}
> > >> > CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
> > >> > *make >& /dev/null*
> > >> > *make install >& /dev/null*
> > >> > *cp include/*.h ../../include/.*
> > >> >
> > >> > but when compiling* :**cp include/*.h ../../include/. he
returns
> > cp:*the
> > >> > file  « ../../include/. » isn't  a repertory.
> > >> >
> > >> > *For compiling met-5.0, i used thses commands:*
> > >> >
> > >> > cd /root/Bureau/met-5.0
> > >> >
> > >> > export CC=/usr/bin/gcc
> > >> >
> > >> > export CXX=/usr/bin/g++
> > >> >
> > >> > export F77=/usr/bin/gfortran
> > >> >
> > >> > export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include
> > >> >
> > >> > export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
> > >> >
> > >> > export MET_BUFRLIB=/root/Bureau/BUFRLIB
> > >> >
> > >> > export MET_GSL=/root/Bureau/gsl-1.16
> > >> >
> > >> > export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
> > >> >
> > >> > export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
> > >> >
> > >> > export MET_HDF=/root/Bureau/HDF4.2r3
> > >> >
> > >> >
> > >> > export MET_HDFEOS=/root/Bureau/hdfeos
> > >> >
> > >> > export MET_CAIRO=/root/Bureau/cairo-1.0.0
> > >> >
> > >> > export MET_FREETYPE=/root/Bureau/freetype-2.4.0
> > >> >
> > >> > export MET_FONT_DIR=/root/Bureau/fonts
> > >> >
> > >> > *./configure --prefix=`pwd` --enable-grib2 --enable-modis
> > >> > --enable-mode_graphics*
> > >> >
> > >> >  make clean
> > >> >
> > >> >  *make install >& make_install.log &*
> > >> > *tail -f make_install.log*
> > >> >
> > >> > *Is there any error in theses commands.*
> > >> >
> > >> > *Thanks,*
> > >> >
> > >> > *Khaoula*
> > >> >
> > >> >
> > >> >
> > >> > 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > >> >
> > >> > > Hello Khaoula,
> > >> > >
> > >> > > Thanks for sending the latest output of make and the
listing of
> your
> > >> hdf
> > >> > > and hdfeos directories - that's very helpful.  Here's the
relevant
> > >> error
> > >> > > you're getting:
> > >> > >
> > >> > > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun fichier
ou
> > dossier
> > >> de
> > >> > ce
> > >> > > type
> > >> > >
> > >> > > Using google translate, I see that means: No files or
folders of
> > this
> > >> > type
> > >> > >
> > >> > > Basically, MET isn't able to find the file named "hdf.h",
which is
> > >> > included
> > >> > > in the HDF4.2r3 library.  I was able to compare your
listing of
> the
> > >> files
> > >> > > and directories in your /root/Bureau/HDF4.2r3 directory
with mine
> > >> found
> > >> > > that I have some additional files/directories that you do
not:
> > >> > >
> > >> > > config.status
> > >> > > hh
> > >> > > include
> > >> > > lib
> > >> > > libhdf4.settings
> > >> > > Makefile
> > >> > > share
> > >> > >
> > >> > > With the lack of "Makefile" in your directory, it seems
that the
> > >> library
> > >> > > wasn't configured and installed.  Please follow the
"Compiling HDF
> > and
> > >> > > HDF-EOS" directions on this page:
> > >> > >
> > >> > >
> > >> > >
> > >> >
> > >>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >> > >
> > >> > > Once you have compiled HDF, please recompile HDF-EOS and
then set
> > the
> > >> > > following:
> > >> > >
> > >> > > Once you've compiled "g2clib", try setting the following:
> > >> > > If you're using csh:
> > >> > >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different
location
> if
> > >> you
> > >> > > install it in a different place)
> > >> > >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a different
> location
> > if
> > >> > you
> > >> > > install it in a different place)
> > >> > >
> > >> > > If you're using bash:
> > >> > >    export MET_HDF =/root/Bureau/hdfeos (or a different
location if
> > you
> > >> > > install it in a different place)
> > >> > >    export MET_HDFEOS=/root/Bureau/hdfeos (or a different
location
> if
> > >> you
> > >> > > install it in a different place)
> > >> > >
> > >> > > And from the top-level met-5.0 directory, rerun the
"configure"
> > >> command
> > >> > you
> > >> > > used for MET, and then run:
> > >> > >    make clean
> > >> > >    make install >& make_install.log
> > >> > >
> > >> > > Please let me know how it goes.
> > >> > >
> > >> > > Thanks,
> > >> > > Julie
> > >> > >
> > >> > > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT <
> > >> met_help at ucar.edu
> > >> > >
> > >> > > wrote:
> > >> > >
> > >> > > >
> > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >> > > >
> > >> > > > Hi Julie,
> > >> > > > I'm sorry, i sent you another make-install file.
> > >> > > > this is the last version.
> > >> > > > Also you could see what contain hdf and hdfeos files.
> > >> > > > Thanks,
> > >> > > > Khaoula
> > >> > > >
> > >> > > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT <
> > >> met_help at ucar.edu
> > >> > >:
> > >> > > >
> > >> > > > > Hi Khaoula.
> > >> > > > >
> > >> > > > > John is now out of the office, but I am back.
> > >> > > > >
> > >> > > > > I do not see the error in the attached make_install.log
about
> > >> hdf.h
> > >> > > that
> > >> > > > > you refer to.
> > >> > > > >
> > >> > > > > The error that I see is:
> > >> > > > >
> > >> > > > > /usr/bin/ld: cannot find -lbufr
> > >> > > > >
> > >> > > > > which means that the linker can't find the BUFR library
files.
> > >> > > > >
> > >> > > > > It looks like you have* $MET_BUFRLIB *set to
> > >> > > -L/root/Bureau/BUFLIB/lib,
> > >> > > > so
> > >> > > > > you're telling the linker to look in
/root/Bureau/BUFLIB/lib
> for
> > >> the
> > >> > > > > library files.  Could you please verify that the files
exist
> in
> > >> that
> > >> > > > > directory?  Please send a listing of the files in that
> > directory.
> > >> > > > >
> > >> > > > > Thanks,
> > >> > > > > Julie
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT <
> > >> > > met_help at ucar.edu
> > >> > > > >
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > > >
> > >> > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > >> > > > > >
> > >> > > > > > Hi John,
> > >> > > > > > This is the last version of running MET model.
> > >> > > > > > the first error is about the hdf.h. when i look for
it  in
> the
> > >> > > > HDF4.2r3 i
> > >> > > > > > can't find it.
> > >> > > > > > the problem is that the met model can't find the
hfeosdef .h
> > or,
> > >> > when
> > >> > > > > > looking for it it exists
> > >> > > > > > ls  -l /root/Bureau/hdfeos/include
> > >> > > > > >
> > >> > > > > > total 136
> > >> > > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008
cfortHdf.h
> > >> > > > > > -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
> > >> > > > > > -r--r--r--. 1 752 users  7004 30 août   2007
HdfEosDef.f
> > >> > > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008
HdfEosDef.h
> > >> > > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008
HDFEOSVersion.h
> > >> > > > > > -r--r--r--. 1 752 users  3922 19 mai    2009
> HE2_config.h.in
> > >> > > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008
Makefile.am
> > >> > > > > > -r--r--r--. 1 752 users 13297 19 mai    2009
Makefile.in
> > >> > > > > > Thanks,
> > >> > > > > > khaoula
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula <
> > khaoula.enit at gmail.com
> > >> >:
> > >> > > > > >
> > >> > > > > > > Hi John,
> > >> > > > > > > It really strange.
> > >> > > > > > > when i run netcdef, he come back to grib2.h error
or
> > >> gsl_cdf.h.
> > >> > > > > > > i checked all my files needed for executing
configure
> > script.
> > >> > > > > > > grib2.h , netcdf.hh ..... are all located in their
right
> > >> > libraries.
> > >> > > > > > > The problem is that met-5.0 can't find them.
> > >> > > > > > > you find attached the last make-install result.
> > >> > > > > > > Thanks,
> > >> > > > > > > Khaoula
> > >> > > > > > >
> > >> > > > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via
RT <
> > >> > > > > met_help at ucar.edu
> > >> > > > > > >:
> > >> > > > > > >
> > >> > > > > > >> Khaoula,
> > >> > > > > > >>
> > >> > > > > > >> MET is written primarily in C++ and, as such,
requires
> that
> > >> the
> > >> > > C++
> > >> > > > > > >> interface for NetCDF be compiled.  It's possible
that the
> > C++
> > >> > > > > interface
> > >> > > > > > >> was
> > >> > > > > > >> not compiled in the version of NetCDF to which
you're
> > >> pointing.
> > >> > > > > Please
> > >> > > > > > >> see
> > >> > > > > > >> if the following file exists:
> > >> > > > > > >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
> > >> > > > > > >>
> > >> > > > > > >> If it does not, then you'll need to recompile
NetCDF
> > >> somewhere
> > >> > > > > including
> > >> > > > > > >> the C++ interface.  It's described on this page:
> > >> > > > > > >>
> > >> > > > > > >>
> > >> > > > > > >>
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >> > > > > > >> '
> > >> > > > > > >>
> > >> > > > > > >> If that file does exist, that's great.  Just do
the
> > following
> > >> > (the
> > >> > > > > > setting
> > >> > > > > > >> you sent me used "netcdf-36.3" instead of
> "netcdf-3.6.3"):
> > >> > > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
> > >> > > > > > >>    Rerun the configure command.
> > >> > > > > > >>    make clean
> > >> > > > > > >>    make install
> > >> > > > > > >>
> > >> > > > > > >> Hope that helps.
> > >> > > > > > >>
> > >> > > > > > >> Thanks,
> > >> > > > > > >> John
> > >> > > > > > >>
> > >> > > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula via
RT <
> > >> > > > > met_help at ucar.edu
> > >> > > > > > >
> > >> > > > > > >> wrote:
> > >> > > > > > >>
> > >> > > > > > >> >
> > >> > > > > > >> > <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > >
> > >> > > > > > >> >
> > >> > > > > > >> > Hi john,
> > >> > > > > > >> > Thank you for your help.
> > >> > > > > > >> > It works but there is another error. He cannot
find the
> > >> > > netcdf.hh
> > >> > > > > > file.
> > >> > > > > > >> > I used export MET_NETCDF=/root/Bureau/netcdf-
36.3
> > >> > > > > > >> > but it still the same error.
> > >> > > > > > >> > you find attached make_install file.
> > >> > > > > > >> > Thanks,
> > >> > > > > > >> > Khaoula
> > >> > > > > > >> >
> > >> > > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway
via RT <
> > >> > > > > > met_help at ucar.edu
> > >> > > > > > >> >:
> > >> > > > > > >> >
> > >> > > > > > >> > > Hello Khaoula,
> > >> > > > > > >> > >
> > >> > > > > > >> > > My name is John Halley Gotway.  Julie's out of
town
> > until
> > >> > next
> > >> > > > > week,
> > >> > > > > > >> but
> > >> > > > > > >> > > hopefully I can help you with this issue.
Thanks for
> > >> > sending
> > >> > > > the
> > >> > > > > > >> output
> > >> > > > > > >> > of
> > >> > > > > > >> > > make - that's very helpful.  Here's the
relevant
> error
> > >> > you're
> > >> > > > > > getting:
> > >> > > > > > >> > >
> > >> > > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h : Aucun
fichier
> > ou
> > >> > > dossier
> > >> > > > > de
> > >> > > > > > ce
> > >> > > > > > >> > type
> > >> > > > > > >> > >
> > >> > > > > > >> > > Using google translate, I see that means: No
files or
> > >> > folders
> > >> > > of
> > >> > > > > > this
> > >> > > > > > >> > type
> > >> > > > > > >> > >
> > >> > > > > > >> > > Basically, MET isn't able to find the file
named
> > >> "grib2.h",
> > >> > > > which
> > >> > > > > is
> > >> > > > > > >> > > included in the library named "g2clib".  Since
you're
> > >> > > compiling
> > >> > > > > > >> support
> > >> > > > > > >> > for
> > >> > > > > > >> > > GRIB2, I assume you've already compiled that
library.
> > If
> > >> > > that's
> > >> > > > > not
> > >> > > > > > >> the
> > >> > > > > > >> > > case, please see the information here:
> > >> > > > > > >> > >
> > >> > > > > > >> > >
> > >> > > > > > >> > >
> > >> > > > > > >> >
> > >> > > > > > >>
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >> > > > > > >> > >
> > >> > > > > > >> > > Once you've compiled "g2clib", try setting the
> > following:
> > >> > > > > > >> > > If you're using csh:
> > >> > > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> > >> > > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> > >> > > > > > >> > >
> > >> > > > > > >> > > If you're using bash:
> > >> > > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
> > >> > > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> > >> > > > > > >> > >
> > >> > > > > > >> > > And from the top-level met-5.0 directory,
rerun the
> > >> > > "configure"
> > >> > > > > > >> command
> > >> > > > > > >> > you
> > >> > > > > > >> > > used for MET, and then run:
> > >> > > > > > >> > >    make clean
> > >> > > > > > >> > >    make install >& make_install.log
> > >> > > > > > >> > >
> > >> > > > > > >> > > Please let me know how it goes.
> > >> > > > > > >> > >
> > >> > > > > > >> > > Thanks,
> > >> > > > > > >> > > John
> > >> > > > > > >> > >
> > >> > > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki Khaoula
via RT
> <
> > >> > > > > > >> met_help at ucar.edu>
> > >> > > > > > >> > > wrote:
> > >> > > > > > >> > >
> > >> > > > > > >> > > >
> > >> > > > > > >> > > > <URL:
> > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > >
> > >> > > > > > >> > > >
> > >> > > > > > >> > > > Hi Julie,
> > >> > > > > > >> > > > Thank you for your help.
> > >> > > > > > >> > > > i could install libpng library.
> > >> > > > > > >> > > > But there is another problem.  When
executing *make
> > >> > install
> > >> > > >&
> > >> > > > > > >> > > > make_install.log &*
> > >> > > > > > >> > > >
> > >> > > > > > >> > > > *tail -f make_install.log.*
> > >> > > > > > >> > > >
> > >> > > > > > >> > > > *threr is an error in  file make_install.log
that
> > >> there is
> > >> > > no
> > >> > > > > file
> > >> > > > > > >> > named
> > >> > > > > > >> > > > grib2.h.*
> > >> > > > > > >> > > > *there is the make _install.log.*
> > >> > > > > > >> > > >
> > >> > > > > > >> > > > *Thanks *
> > >> > > > > > >> > > >
> > >> > > > > > >> > > > *Khaoula *
> > >> > > > > > >> > > >
> > >> > > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie Prestopnik
via RT
> <
> > >> > > > > > >> met_help at ucar.edu
> > >> > > > > > >> > >:
> > >> > > > > > >> > > >
> > >> > > > > > >> > > > > Hi Khaoula.
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > While I saw that you have a "include",
"lib", and
> > >> > "share"
> > >> > > > > > >> > > subdirectories
> > >> > > > > > >> > > > > under /usr/bin/zlib, I could not see the
contents
> > of
> > >> > those
> > >> > > > > > >> > directories.
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > Could you please verify that you have the
files
> > >> "zlib.h"
> > >> > > and
> > >> > > > > > >> > "zconf.h"
> > >> > > > > > >> > > in
> > >> > > > > > >> > > > > the "include" subdirectory?  Could you
also
> please
> > >> > verify
> > >> > > > that
> > >> > > > > > you
> > >> > > > > > >> > have
> > >> > > > > > >> > > > > "libz.a" and other "libz.so" files in the
"lib"
> > >> > > > subdirectory?
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > Assuming those files are in place, it
looks like
> > you
> > >> > got a
> > >> > > > > > >> successful
> > >> > > > > > >> > > > > installation of zlib, but libpng couldn't
find
> > zlib.
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > Try recompiling libpng as follows,
> > >> > > > > > >> > > > >   *replacing
> "/path/to/libpng/install/**directory"
> > >> with
> > >> > > the
> > >> > > > > path
> > >> > > > > > >> > where
> > >> > > > > > >> > > > you
> > >> > > > > > >> > > > > would like to install libpng*:
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
> > >> > > > > > >> > > > >   make clean
> > >> > > > > > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > >> > > > > > >> > > > >   export CPPFLAGS="-
I/usr/bin/zlib/include/"
> > >> > > > > > >> > > > >   ./configure
> > >> --prefix=/path/to/libpng/install/directory
> > >> > > > > > >> > > > >   make
> > >> > > > > > >> > > > >   make install
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > That should do the trick.  With those
environment
> > >> > > variables,
> > >> > > > > > >> you're
> > >> > > > > > >> > > > telling
> > >> > > > > > >> > > > > it where to find the zlib header and
object
> files.
> > >> Give
> > >> > > > that
> > >> > > > > a
> > >> > > > > > >> try
> > >> > > > > > >> > and
> > >> > > > > > >> > > > let
> > >> > > > > > >> > > > > me know if you're able to compile libpng
> > >> successfully.
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > Thanks,
> > >> > > > > > >> > > > > Julie
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki
Khaoula
> via
> > >> RT <
> > >> > > > > > >> > > met_help at ucar.edu
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > wrote:
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > >
> > >> > > > > > >> > > > > > <URL:
> > >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >
> > >> > > > > > >> > > > > >
> > >> > > > > > >> > > > > > Hi Julie,
> > >> > > > > > >> > > > > > No i didn't get a successful install of
libpng
> > >> because
> > >> > > the
> > >> > > > > > first
> > >> > > > > > >> > > > problem
> > >> > > > > > >> > > > > > was installation of zlib.
> > >> > > > > > >> > > > > > you find a script joint to this email of
> running
> > >> ls -l
> > >> > > > > > >> > usr/bin/zlib.
> > >> > > > > > >> > > > > > Thanks,
> > >> > > > > > >> > > > > > Khaoula MELKI
> > >> > > > > > >> > > > > >
> > >> > > > > > >> > > > > >
> > >> > > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie
Prestopnik via
> > RT
> > >> <
> > >> > > > > > >> > > met_help at ucar.edu
> > >> > > > > > >> > > > >:
> > >> > > > > > >> > > > > >
> > >> > > > > > >> > > > > > > Hi Khaoula.
> > >> > > > > > >> > > > > > >
> > >> > > > > > >> > > > > > > Instead of running "ls -l zlib-1.2.8"
to show
> > me
> > >> the
> > >> > > > > > contents
> > >> > > > > > >> of
> > >> > > > > > >> > > the
> > >> > > > > > >> > > > > > > package, could you please run "ls -l
> > >> /usr/bin/zlib"
> > >> > > so I
> > >> > > > > can
> > >> > > > > > >> see
> > >> > > > > > >> > > how
> > >> > > > > > >> > > > > the
> > >> > > > > > >> > > > > > > package was installed?
> > >> > > > > > >> > > > > > >
> > >> > > > > > >> > > > > > > Also, were you able to get a
successful
> install
> > >> of
> > >> > > > libpng
> > >> > > > > > >> after
> > >> > > > > > >> > > > setting
> > >> > > > > > >> > > > > > the
> > >> > > > > > >> > > > > > > environment variables LDFLAGS and
CPPFLAGS?
> > >> > > > > > >> > > > > > >
> > >> > > > > > >> > > > > > > Thanks,
> > >> > > > > > >> > > > > > > Julie
> > >> > > > > > >> > > > > > >
> > >> > > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM, Melki
> Khaoula
> > >> via
> > >> > RT
> > >> > > <
> > >> > > > > > >> > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > >
> > >> > > > > > >> > > > > > > wrote:
> > >> > > > > > >> > > > > > >
> > >> > > > > > >> > > > > > > >
> > >> > > > > > >> > > > > > > > <URL:
> > >> > > > > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >> > >
> > >> > > > > > >> > > > > > > >
> > >> > > > > > >> > > > > > > > Hi Julie,
> > >> > > > > > >> > > > > > > >
> > >> > > > > > >> > > > > > > > there is a terminal containing
results of
> ls
> > -l
> > >> > > > > zlib-1.2.8
> > >> > > > > > >> > > > > > > > also, zlib-1.2.8 directory is
> > >> > > :/root/Bureau/zlib-1.2.8
> > >> > > > > > >> > > > > > > > i uses the command whereis zlib:
> > >> > > > > > >> > > > > > > >  it returns : usr/bin/zlib
> > >> > > > > > >> > > > > > > > Thanks,
> > >> > > > > > >> > > > > > > > Khaoula
> > >> > > > > > >> > > > > > > >
> > >> > > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie
Prestopnik
> > via
> > >> > RT <
> > >> > > > > > >> > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > >:
> > >> > > > > > >> > > > > > > >
> > >> > > > > > >> > > > > > > > > Hi Khaoula.
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > I see in your configure log the
error:
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > configure: error: zlib not
installed
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > Were you able to get a successful
install
> > of
> > >> > zlib?
> > >> > > > If
> > >> > > > > > so,
> > >> > > > > > >> > > could
> > >> > > > > > >> > > > > you
> > >> > > > > > >> > > > > > > > please
> > >> > > > > > >> > > > > > > > > tell me where it is installed and
run "ls
> > >> -l" in
> > >> > > > that
> > >> > > > > > >> > directory
> > >> > > > > > >> > > > so
> > >> > > > > > >> > > > > I
> > >> > > > > > >> > > > > > > can
> > >> > > > > > >> > > > > > > > > see its contents? And, if you were
able
> to
> > >> get a
> > >> > > > > > >> successful
> > >> > > > > > >> > > > install
> > >> > > > > > >> > > > > > of
> > >> > > > > > >> > > > > > > > > zlib, were you able to get a
successful
> > >> install
> > >> > of
> > >> > > > > > libpng?
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > Once you get a successful install
of
> zlib,
> > >> png,
> > >> > > > > jasper,
> > >> > > > > > >> and
> > >> > > > > > >> > the
> > >> > > > > > >> > > > > > GRIB2-C
> > >> > > > > > >> > > > > > > > > Library, we can revisit running
the
> > configure
> > >> > > > script.
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an
optional
> > package
> > >> > for
> > >> > > > MET.
> > >> > > > > > If
> > >> > > > > > >> > you
> > >> > > > > > >> > > do
> > >> > > > > > >> > > > > not
> > >> > > > > > >> > > > > > > > need
> > >> > > > > > >> > > > > > > > > GRIB2 support, you do not need to
install
> > the
> > >> > > > library.
> > >> > > > > > I
> > >> > > > > > >> > just
> > >> > > > > > >> > > > > wanted
> > >> > > > > > >> > > > > > > to
> > >> > > > > > >> > > > > > > > > make sure you knew that in case
you
> didn't
> > >> need
> > >> > > > GRIB2
> > >> > > > > > >> > support.
> > >> > > > > > >> > > > If
> > >> > > > > > >> > > > > > you
> > >> > > > > > >> > > > > > > do
> > >> > > > > > >> > > > > > > > > need it, we'll keep working at it
and try
> > to
> > >> get
> > >> > > it
> > >> > > > > > >> working
> > >> > > > > > >> > for
> > >> > > > > > >> > > > you
> > >> > > > > > >> > > > > > > soon.
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > Thanks,
> > >> > > > > > >> > > > > > > > > Julie
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM,
Melki
> > >> Khaoula
> > >> > via
> > >> > > > RT
> > >> > > > > <
> > >> > > > > > >> > > > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > wrote:
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > <URL:
> > >> > > > > > >> > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > Hi Julie,
> > >> > > > > > >> > > > > > > > > > the same problem appear again.
> > >> > > > > > >> > > > > > > > > > you find a file joined to this
e-mail.
> > >> > > > > > >> > > > > > > > > > thanks,
> > >> > > > > > >> > > > > > > > > > Khaoula
> > >> > > > > > >> > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00 Julie
> > Prestopnik
> > >> > via
> > >> > > > RT <
> > >> > > > > > >> > > > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > > > >:
> > >> > > > > > >> > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > Hi Khaoula.
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > I see that you tried to
install zlib,
> > but
> > >> > > have a
> > >> > > > > > >> question
> > >> > > > > > >> > > > about
> > >> > > > > > >> > > > > > the
> > >> > > > > > >> > > > > > > > > > install
> > >> > > > > > >> > > > > > > > > > > path.
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > You can install zlib where
ever you
> > would
> > >> > > like,
> > >> > > > > > >> either in
> > >> > > > > > >> > > > > > > /zlib-1.2.8
> > >> > > > > > >> > > > > > > > > > > or /usr/local/bin
> > >> > > > > > >> > > > > > > > > > > (assuming you have root
access) or
> > >> somewhere
> > >> > > > else
> > >> > > > > > >> > entirely.
> > >> > > > > > >> > > > > So,
> > >> > > > > > >> > > > > > it
> > >> > > > > > >> > > > > > > > > > sounds
> > >> > > > > > >> > > > > > > > > > > like you followed these
generic
> > >> > instructions:
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > cd /path/to/zlib
> > >> > > > > > >> > > > > > > > > > > ./configure
> --prefix=/zlib/install/path
> > >> > > > > > >> > > > > > > > > > > make test
> > >> > > > > > >> > > > > > > > > > > make install
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > replacing /path/to/zlib with
> > >> > > > > /root/Bureau/zlib-1.2.8
> > >> > > > > > >> and
> > >> > > > > > >> > > > > > replacing
> > >> > > > > > >> > > > > > > > > > > /zlib/install/path
> > >> > > > > > >> > > > > > > > > > > with /zlib-1.2.8 as follows:
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > >> > > > > > >> > > > > > > > > > > ./configure --prefix=/zlib-
1.2.8
> > >> > > > > > >> > > > > > > > > > > make test
> > >> > > > > > >> > > > > > > > > > > make install
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > It sounds like you got a
successful
> > >> > > installation
> > >> > > > > of
> > >> > > > > > >> zlib,
> > >> > > > > > >> > > but
> > >> > > > > > >> > > > > > > libpng
> > >> > > > > > >> > > > > > > > > > > couldn't find zlib.
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > Try recompiling libpng as
follows,
> > >> > > > > > >> > > > > > > > > > >   replacing
> "/path/to/libz.a/directory"
> > >> with
> > >> > > the
> > >> > > > > > path
> > >> > > > > > >> to
> > >> > > > > > >> > > > libz.a
> > >> > > > > > >> > > > > > > > (leave
> > >> > > > > > >> > > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > -L in place in the example
below)
> > >> > > > > > >> > > > > > > > > > >   replacing
> "/path/to/zlib.h/directory"
> > >> with
> > >> > > the
> > >> > > > > > path
> > >> > > > > > >> to
> > >> > > > > > >> > > > zlib.h
> > >> > > > > > >> > > > > > > > (leave
> > >> > > > > > >> > > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > -I in place in the example
below)
> > >> > > > > > >> > > > > > > > > > >   and replacing
> > >> > > > > "/path/to/libpng/install/directory"
> > >> > > > > > >> with
> > >> > > > > > >> > > the
> > >> > > > > > >> > > > > path
> > >> > > > > > >> > > > > > > > where
> > >> > > > > > >> > > > > > > > > > you
> > >> > > > > > >> > > > > > > > > > > would like to install libpng:
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > >   cd /root/Bureau/libpng-
1.2.34
> > >> > > > > > >> > > > > > > > > > >   make clean
> > >> > > > > > >> > > > > > > > > > >   export
> > >> > LDFLAGS="-L/path/to/libz.a/directory"
> > >> > > > > > >> > > > > > > > > > >   export
> > >> > > CPPFLAGS="-I/path/to/zlib.h/directory"
> > >> > > > > > >> > > > > > > > > > >   ./configure
> > >> > > > > > >> --prefix=/path/to/libpng/install/directory
> > >> > > > > > >> > > > > > > > > > >   make
> > >> > > > > > >> > > > > > > > > > >   make install
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > That should do the trick.
With those
> > >> > > > environment
> > >> > > > > > >> > > variables,
> > >> > > > > > >> > > > > > you're
> > >> > > > > > >> > > > > > > > > > telling
> > >> > > > > > >> > > > > > > > > > > it where to find the zlib
header and
> > >> object
> > >> > > > files.
> > >> > > > > > >> Give
> > >> > > > > > >> > > > that a
> > >> > > > > > >> > > > > > try
> > >> > > > > > >> > > > > > > > and
> > >> > > > > > >> > > > > > > > > > let
> > >> > > > > > >> > > > > > > > > > > me know if you're able to
compile
> > libpng
> > >> > > > > > successfully.
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > Thanks,
> > >> > > > > > >> > > > > > > > > > > Julie
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45
AM,
> Melki
> > >> > Khaoula
> > >> > > > via
> > >> > > > > > RT
> > >> > > > > > >> <
> > >> > > > > > >> > > > > > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > wrote:
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > <URL:
> > >> > > > > > >> > > > >
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >> > > > > > >
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > Hi Julie,
> > >> > > > > > >> > > > > > > > > > > > Grib2 needs jasper, png and
zlib
> > >> libraries
> > >> > > to
> > >> > > > > > >> install.
> > >> > > > > > >> > > > > > > > > > > > in installing zlib library,i
i used
> > >> these
> > >> > > > > > commands:
> > >> > > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
> > >> > > > > > >> > > > > > > > > > > > *./configure
> > >> --prefix=/zlib/install/path*
> > >> > > > > > >> > > > > > > > > > > > *make test*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *make install*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *for my sysytem,
path/to/zlib is
> > >> > > > > > >> > root/Bureau/zlib-1.2.8.*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *about
prefix=zlib/install/path.
> > >> > > > > zlib/install/path
> > >> > > > > > >> is
> > >> > > > > > >> > the
> > >> > > > > > >> > > > > > > directory
> > >> > > > > > >> > > > > > > > > > > where i
> > >> > > > > > >> > > > > > > > > > > > put zlib installation,
> > >> prefix=/zlib-1.2.8
> > >> > or
> > >> > > > it
> > >> > > > > is
> > >> > > > > > >> > > > > > usr/local/bin
> > >> > > > > > >> > > > > > > in
> > >> > > > > > >> > > > > > > > > > order
> > >> > > > > > >> > > > > > > > > > > > to be installed in the
system.*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *i found a problem when
installing
> > >> libpng
> > >> > > > > > library. i
> > >> > > > > > >> > used
> > >> > > > > > >> > > > > thses
> > >> > > > > > >> > > > > > > > > > > commands:*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *./configure
> > >> > > > > --prefix=/root/Bureau/libpng-1.2.34*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *make *
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *make install*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *But when using configure,
an error
> > >> occur
> > >> > > > > > informing
> > >> > > > > > >> me
> > >> > > > > > >> > > that
> > >> > > > > > >> > > > > > zlib
> > >> > > > > > >> > > > > > > > > isn't
> > >> > > > > > >> > > > > > > > > > > > installed.*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *So, i was wondering about
path to
> > >> > install.
> > >> > > It
> > >> > > > > is
> > >> > > > > > in
> > >> > > > > > >> > the
> > >> > > > > > >> > > > > > > directory
> > >> > > > > > >> > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > > library or in the system
> > >> > > unix(usr/local/bin)*
> > >> > > > > > >> > > > > > > > > > > > *Thanks,*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > *khaoula melki*
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00
Julie
> > >> > Prestopnik
> > >> > > > via
> > >> > > > > > RT <
> > >> > > > > > >> > > > > > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > >:
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > Hi Khaoula.
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > There will not be a bin
> > subdirectory
> > >> > when
> > >> > > > you
> > >> > > > > > >> unpack
> > >> > > > > > >> > > > > met-5.0,
> > >> > > > > > >> > > > > > > but
> > >> > > > > > >> > > > > > > > > > there
> > >> > > > > > >> > > > > > > > > > > > > should be upon a
successful
> > >> installation
> > >> > > of
> > >> > > > > the
> > >> > > > > > >> MET
> > >> > > > > > >> > > > tools.
> > >> > > > > > >> > > > > > > > Looking
> > >> > > > > > >> > > > > > > > > > at
> > >> > > > > > >> > > > > > > > > > > > your
> > >> > > > > > >> > > > > > > > > > > > > make_install.log file I
see that
> > >> there
> > >> > is
> > >> > > a
> > >> > > > > > >> problem
> > >> > > > > > >> > > > finding
> > >> > > > > > >> > > > > > > > > grib2.h:
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > data2d_grib2.h:27:21:
erreur:
> > >> grib2.h :
> > >> > > > Aucun
> > >> > > > > > >> fichier
> > >> > > > > > >> > > ou
> > >> > > > > > >> > > > > > > dossier
> > >> > > > > > >> > > > > > > > de
> > >> > > > > > >> > > > > > > > > > ce
> > >> > > > > > >> > > > > > > > > > > > type
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > NCEP's GRIB2C library is
used by
> > the
> > >> MET
> > >> > > > > library
> > >> > > > > > >> code
> > >> > > > > > >> > > to
> > >> > > > > > >> > > > > read
> > >> > > > > > >> > > > > > > > GRIB2
> > >> > > > > > >> > > > > > > > > > > data
> > >> > > > > > >> > > > > > > > > > > > > files.  If you do not need
GRIB2
> > >> > > capability,
> > >> > > > > you
> > >> > > > > > >> can
> > >> > > > > > >> > > > simply
> > >> > > > > > >> > > > > > > skip
> > >> > > > > > >> > > > > > > > > this
> > >> > > > > > >> > > > > > > > > > > > part
> > >> > > > > > >> > > > > > > > > > > > > of the installation by
removing
> > >> > > > > "--enable-grib2"
> > >> > > > > > >> from
> > >> > > > > > >> > > > your
> > >> > > > > > >> > > > > > list
> > >> > > > > > >> > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > > options
> > >> > > > > > >> > > > > > > > > > > > > to "./configure".  If you
do need
> > >> GRIB2
> > >> > > > > > capability
> > >> > > > > > >> > and
> > >> > > > > > >> > > > the
> > >> > > > > > >> > > > > > > grib2c
> > >> > > > > > >> > > > > > > > > > > library
> > >> > > > > > >> > > > > > > > > > > > > is not already on your
system,
> you
> > >> will
> > >> > > need
> > >> > > > > to
> > >> > > > > > >> > > download
> > >> > > > > > >> > > > > and
> > >> > > > > > >> > > > > > > > unpack
> > >> > > > > > >> > > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > > > grib2c tarball (
> > >> > > > > > >> > > > > >
http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > >> > > > > > >> > > > > > > > and
> > >> > > > > > >> > > > > > > > > > > refer
> > >> > > > > > >> > > > > > > > > > > > > to
> > >> > > > > > >> > > > > > > > > > > > > the README file. Once
built, MET
> > >> expects
> > >> > > the
> > >> > > > > > GRIB2
> > >> > > > > > >> > > > > C-Library
> > >> > > > > > >> > > > > > to
> > >> > > > > > >> > > > > > > > be
> > >> > > > > > >> > > > > > > > > > > named
> > >> > > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2
> C-Library
> > >> > > *requires
> > >> > > > > the
> > >> > > > > > >> > > > libraries
> > >> > > > > > >> > > > > > > zlib,
> > >> > > > > > >> > > > > > > > > > jasper
> > >> > > > > > >> > > > > > > > > > > > and
> > >> > > > > > >> > > > > > > > > > > > > png* to be present on your
system
> > and
> > >> > > those
> > >> > > > > > >> packages
> > >> > > > > > >> > > are
> > >> > > > > > >> > > > > all
> > >> > > > > > >> > > > > > > > > > available
> > >> > > > > > >> > > > > > > > > > > in
> > >> > > > > > >> > > > > > > > > > > > > the link above. When
configuring
> > the
> > >> MET
> > >> > > > build
> > >> > > > > > >> after
> > >> > > > > > >> > > > > > > installation
> > >> > > > > > >> > > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > > > necessary libraries (or if
> grib2c,
> > >> zlib,
> > >> > > > > jasper,
> > >> > > > > > >> and
> > >> > > > > > >> > > png
> > >> > > > > > >> > > > > are
> > >> > > > > > >> > > > > > > > > already
> > >> > > > > > >> > > > > > > > > > on
> > >> > > > > > >> > > > > > > > > > > > > your system), set the
> *MET_GRIB2C*
> > >> (or
> > >> > > > > > >> > *MET_GRIB2CINC*
> > >> > > > > > >> > > > and
> > >> > > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> > >> > > > > > >> > > > > > > > > > > > > environment variables to
indicate
> > the
> > >> > > > location
> > >> > > > > > of
> > >> > > > > > >> > this
> > >> > > > > > >> > > > > > library.
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > Please let us know if you
have
> any
> > >> > > > questions.
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > Thanks,
> > >> > > > > > >> > > > > > > > > > > > > Julie
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at
3:28 AM,
> > Melki
> > >> > > > Khaoula
> > >> > > > > > via
> > >> > > > > > >> RT
> > >> > > > > > >> > <
> > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu>
> > >> > > > > > >> > > > > > > > > > > > > wrote:
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > <URL:
> > >> > > > > > >> > > > > > >
> > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > Hi Julie,
> > >> > > > > > >> > > > > > > > > > > > > > thank you for your
response.
> > >> > > > > > >> > > > > > > > > > > > > > it rebuilt nectd.
> > >> > > > > > >> > > > > > > > > > > > > > my problem now is the
bin
> > >> > subdirectory.
> > >> > > > > > >> > > > > > > > > > > > > > when unpacking met-5.0,
thre is
> > no
> > >> > > > > > subdirectory
> > >> > > > > > >> > > called
> > >> > > > > > >> > > > > bin.
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > Also, after setting
environment
> > >> > > > variables, i
> > >> > > > > > >> used
> > >> > > > > > >> > the
> > >> > > > > > >> > > > > > > > > configuration
> > >> > > > > > >> > > > > > > > > > > > > script
> > >> > > > > > >> > > > > > > > > > > > > > with: ./configure
> --prefix=`pwd`
> > >> > > > > > --enable-grib2
> > >> > > > > > >> > > > > > > --enable-modis
> > >> > > > > > >> > > > > > > > > > > > > > --enable-mode_graphics
> > >> > > > > > >> > > > > > > > > > > > > > there is no bin
subdirectory
> > >> built or
> > >> > > > > > >> recreated.
> > >> > > > > > >> > > > > > > > > > > > > > Thanks,
> > >> > > > > > >> > > > > > > > > > > > > > Khaoula
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-
04:00
> Julie
> > >> > > > Prestopnik
> > >> > > > > > via
> > >> > > > > > >> RT
> > >> > > > > > >> > <
> > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > > > >:
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > Taking another look at
this,
> I
> > do
> > >> > not
> > >> > > > see
> > >> > > > > a
> > >> > > > > > >> "-I"
> > >> > > > > > >> > > > entry
> > >> > > > > > >> > > > > > for
> > >> > > > > > >> > > > > > > > > > > > > > >
> "/root/Bureau/netcdf-4.3.3.1",
> > >> > which I
> > >> > > > > > believe
> > >> > > > > > >> > you
> > >> > > > > > >> > > > have
> > >> > > > > > >> > > > > > > > > > MET_NETCDF
> > >> > > > > > >> > > > > > > > > > > > set
> > >> > > > > > >> > > > > > > > > > > > > > to.
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H
-I.
> > >> -I../../..
> > >> > > > > > >> > > > > > > > -I../../../src/basic/vx_cal
> > >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/basic/vx_config
> > >> > > > > > >> > > > > > -I../../../src/basic/vx_log
> > >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/basic/vx_math
> > >> > > > > > >> > > > > -I../../../src/basic/vx_util
> > >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_afm
> > >> > > > > > >> > > > > > > > > > >
> -I../../../src/libcode/vx_analysis_util
> > >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_color
> > >> > > > > > >> > > > > > > > > -I../../../src/libcode/vx_data2d
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > -I../../../src/libcode/vx_data2d_factory
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > -I../../../src/libcode/vx_data2d_grib
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > -I../../../src/libcode/vx_data2d_grib2
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > -I../../../src/libcode/vx_data2d_nccf
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > -I../../../src/libcode/vx_data2d_nc_met
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > >> > > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_geodesy
> > >> > > > > > >> > > > > > > > > > -I../../../src/libcode/vx_gnomon
> > >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_grid
> > >> > > > > > >> > > > > > > > > -I../../../src/libcode/vx_gsl_prob
> > >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_nav
> > >> > > > > > >> > > > > > > > -I../../../src/libcode/vx_nc_util
> > >> > > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_pb_util
> > >> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_plot_util
> > >> > > > > > >> > > > > > > > > > > > > > >
-I../../../src/libcode/vx_ps
> > >> > > > > > >> > > > > > -I../../../src/libcode/vx_pxm
> > >> > > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_render
> > >> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_shapedata
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> -I../../../src/libcode/vx_statistics
> > >> > > > > > >> > > > > > > > > > > >
-I../../../src/libcode/vx_stat_out
> > >> > > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_tc_util
> > >> > > > -DBLOCK4
> > >> > > > > > >> > > > -DWITH_GRIB2
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
> > >> > > > > > >> > -g
> > >> > > > > > >> > > > -MT
> > >> > > > > > >> > > > > > > > > > > > > > > libvx_nc_util_a-
nc_var_info.o
> > -MD
> > >> > -MP
> > >> > > > -MF
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > .deps/libvx_nc_util_a-nc_var_info.Tpo
> > >> > > -c
> > >> > > > > -o
> > >> > > > > > >> > > > > > > > > > > > > libvx_nc_util_a-
nc_var_info.o
> > >> > > > > > >> > > > > > > > > > > > > > > `test -f
'nc_var_info.cc' ||
> > echo
> > >> > > > > > >> > > './'`nc_var_info.cc
> > >> > > > > > >> > > > > > > > > > > > > > > Dans le fichier inclus
à
> partir
> > >> de
> > >> > > > > > >> > > nc_var_info.cc:24:
> > >> > > > > > >> > > > > > > > > > > > > > > nc_var_info.h:24:21:
erreur:
> > >> > > netcdf.hh :
> > >> > > > > > Aucun
> > >> > > > > > >> > > > fichier
> > >> > > > > > >> > > > > ou
> > >> > > > > > >> > > > > > > > > dossier
> > >> > > > > > >> > > > > > > > > > > de
> > >> > > > > > >> > > > > > > > > > > > ce
> > >> > > > > > >> > > > > > > > > > > > > > > type
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > You could check the
include
> > area
> > >> for
> > >> > > > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> > >> > > > > > >> > > > > > > > > > to
> > >> > > > > > >> > > > > > > > > > > > see
> > >> > > > > > >> > > > > > > > > > > > > > if
> > >> > > > > > >> > > > > > > > > > > > > > > there is a netcdf.hh
file.
> If
> > >> there
> > >> > > is,
> > >> > > > > > >> you'll
> > >> > > > > > >> > > need
> > >> > > > > > >> > > > to
> > >> > > > > > >> > > > > > > make
> > >> > > > > > >> > > > > > > > > sure
> > >> > > > > > >> > > > > > > > > > > > that
> > >> > > > > > >> > > > > > > > > > > > > > met
> > >> > > > > > >> > > > > > > > > > > > > > > can find it by making
sure
> the
> > >> > > > MET_NETCDF
> > >> > > > > is
> > >> > > > > > >> set
> > >> > > > > > >> > > > > > correctly,
> > >> > > > > > >> > > > > > > > > then
> > >> > > > > > >> > > > > > > > > > > > source
> > >> > > > > > >> > > > > > > > > > > > > > > your .bashrc or
similar file,
> > >> > > > reconfigure,
> > >> > > > > > and
> > >> > > > > > >> > > > rebuild
> > >> > > > > > >> > > > > > MET,
> > >> > > > > > >> > > > > > > > > > > > otherwise,
> > >> > > > > > >> > > > > > > > > > > > > if
> > >> > > > > > >> > > > > > > > > > > > > > > it is not there, I
would
> > suggest
> > >> > > > following
> > >> > > > > > the
> > >> > > > > > >> > > > > > instructions
> > >> > > > > > >> > > > > > > > in
> > >> > > > > > >> > > > > > > > > my
> > >> > > > > > >> > > > > > > > > > > > most
> > >> > > > > > >> > > > > > > > > > > > > > > recent previous email.
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > Please let us know how
it
> works
> > >> out.
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > Thanks,
> > >> > > > > > >> > > > > > > > > > > > > > > Julie
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015 at
1:52
> PM,
> > >> > Julie
> > >> > > > > > >> Prestopnik
> > >> > > > > > >> > <
> > >> > > > > > >> > > > > > > > > > jpresto at ucar.edu
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > wrote:
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I
apologize
> for
> > >> the
> > >> > > > delayed
> > >> > > > > > >> > > > response.  I
> > >> > > > > > >> > > > > > was
> > >> > > > > > >> > > > > > > > out
> > >> > > > > > >> > > > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > > > town.
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > I believe that I see
in
> your
> > >> > > > > > >> make_install.log
> > >> > > > > > >> > > that
> > >> > > > > > >> > > > > > there
> > >> > > > > > >> > > > > > > > is a
> > >> > > > > > >> > > > > > > > > > > > problem
> > >> > > > > > >> > > > > > > > > > > > > > > > finding netcdf.hh:
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > nc_var_info.h:24:21:
> erreur:
> > >> > > > netcdf.hh :
> > >> > > > > > >> Aucun
> > >> > > > > > >> > > > > fichier
> > >> > > > > > >> > > > > > ou
> > >> > > > > > >> > > > > > > > > > dossier
> > >> > > > > > >> > > > > > > > > > > > de
> > >> > > > > > >> > > > > > > > > > > > > ce
> > >> > > > > > >> > > > > > > > > > > > > > > > type
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > We've typically been
> > compiling
> > >> MET
> > >> > > > using
> > >> > > > > > >> NetCDF
> > >> > > > > > >> > > > > version
> > >> > > > > > >> > > > > > > 3 -
> > >> > > > > > >> > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > > > > specific
> > >> > > > > > >> > > > > > > > > > > > > > > > version is netcdf-
3.6.3.  I
> > >> know
> > >> > > that
> > >> > > > > some
> > >> > > > > > >> of
> > >> > > > > > >> > the
> > >> > > > > > >> > > > > > > versions
> > >> > > > > > >> > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > > netcdf
> > >> > > > > > >> > > > > > > > > > > > > no
> > >> > > > > > >> > > > > > > > > > > > > > > > longer include
netcdf.hh,
> but
> > >> that
> > >> > > > file
> > >> > > > > is
> > >> > > > > > >> > > > necessary
> > >> > > > > > >> > > > > > for
> > >> > > > > > >> > > > > > > > our
> > >> > > > > > >> > > > > > > > > > > code.
> > >> > > > > > >> > > > > > > > > > > > > I'd
> > >> > > > > > >> > > > > > > > > > > > > > > > suggest downloading
and
> > >> compiling
> > >> > > > NetCDF
> > >> > > > > > >> 3.6.3
> > >> > > > > > >> > > > > locally
> > >> > > > > > >> > > > > > > > using
> > >> > > > > > >> > > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > > > > > > following steps:
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > Download NetCDF
3.6.3 from
> > >> here:
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > >
> > >> > > > > > >> > > >
> > >> > > > > > >>
> > >> > > >
> > >> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > Then run:
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > tar -zxf
> netcdf-3.6.3.tar.gz
> > >> > > > > > >> > > > > > > > > > > > > > > > ./configure
--prefix=`pwd`
> > >> > > > > > >> > > > > > > > > > > > > > > > make
> > >> > > > > > >> > > > > > > > > > > > > > > > make install
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > These commands
should
> compile
> > >> the
> > >> > C
> > >> > > > and
> > >> > > > > > C++
> > >> > > > > > >> > > > > interfaces
> > >> > > > > > >> > > > > > > for
> > >> > > > > > >> > > > > > > > > > NetCDF
> > >> > > > > > >> > > > > > > > > > > > and
> > >> > > > > > >> > > > > > > > > > > > > > > > skip the Fortran
interface
> > that
> > >> > MET
> > >> > > > > > doesn't
> > >> > > > > > >> > use.
> > >> > > > > > >> > > > It
> > >> > > > > > >> > > > > > will
> > >> > > > > > >> > > > > > > > > > install
> > >> > > > > > >> > > > > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > > > > > > library in current
> > >> "netcdf-3.6.3"
> > >> > > > > > directory
> > >> > > > > > >> due
> > >> > > > > > >> > > to
> > >> > > > > > >> > > > > the
> > >> > > > > > >> > > > > > > > > > > > --prefix=`pwd`
> > >> > > > > > >> > > > > > > > > > > > > > > > option.
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > Next, you'll need to
edit
> > where
> > >> > you
> > >> > > > set
> > >> > > > > > >> > > MET_NETCDF
> > >> > > > > > >> > > > to
> > >> > > > > > >> > > > > > > point
> > >> > > > > > >> > > > > > > > > to
> > >> > > > > > >> > > > > > > > > > > this
> > >> > > > > > >> > > > > > > > > > > > > new
> > >> > > > > > >> > > > > > > > > > > > > > > > location, source
your
> .bashrc
> > >> or
> > >> > > > > similiar
> > >> > > > > > >> file,
> > >> > > > > > >> > > and
> > >> > > > > > >> > > > > > > rebuild
> > >> > > > > > >> > > > > > > > > > MET.
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > Please let us know
if that
> > >> works
> > >> > > well
> > >> > > > > for
> > >> > > > > > >> you.
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > Thanks,
> > >> > > > > > >> > > > > > > > > > > > > > > > Julie
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > On Fri, Jun 26, 2015
at
> 4:24
> > >> AM,
> > >> > > Melki
> > >> > > > > > >> Khaoula
> > >> > > > > > >> > > via
> > >> > > > > > >> > > > > RT <
> > >> > > > > > >> > > > > > > > > > > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > > wrote:
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> <URL:
> > >> > > > > > >> > > > > > > > >
> > >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> Hello John,
> > >> > > > > > >> > > > > > > > > > > > > > > >> the error was there
is no
> > >> > compilor
> > >> > > of
> > >> > > > > > C++.
> > >> > > > > > >> so
> > >> > > > > > >> > i
> > >> > > > > > >> > > > > > > downloaded
> > >> > > > > > >> > > > > > > > > g++
> > >> > > > > > >> > > > > > > > > > > > > using :
> > >> > > > > > >> > > > > > > > > > > > > > > yum
> > >> > > > > > >> > > > > > > > > > > > > > > >> install gcc-c++.
> > >> > > > > > >> > > > > > > > > > > > > > > >> I didn't understand
the
> bin
> > >> > > > > > subdirectory. I
> > >> > > > > > >> > > looked
> > >> > > > > > >> > > > > to
> > >> > > > > > >> > > > > > > the
> > >> > > > > > >> > > > > > > > > > > met-5.0
> > >> > > > > > >> > > > > > > > > > > > > > > >> directory, i
didin't find
> a
> > >> > > > > subdirectory
> > >> > > > > > >> > called
> > >> > > > > > >> > > > bin.
> > >> > > > > > >> > > > > > But
> > >> > > > > > >> > > > > > > > > files
> > >> > > > > > >> > > > > > > > > > > > cited
> > >> > > > > > >> > > > > > > > > > > > > > in
> > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > >> > > > > > >> > > > > > > > > > > > > > > >> Built executables
are
> > located
> > >> in
> > >> > > the
> > >> > > > > > output
> > >> > > > > > >> > > > > > > subdirectory.
> > >> > > > > > >> > > > > > > > > > > > > > > >> The compilation of
*make
> > >> install
> > >> > >&
> > >> > > > > > >> > > > make_install.log
> > >> > > > > > >> > > > > > &*
> > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
make_install.log
> >  *
> > >> > > > > > >> > > > > > > > > > > > > > > >> * send an error.*
> > >> > > > > > >> > > > > > > > > > > > > > > >> *there is two
executables,
> > >> *the
> > >> > > > first
> > >> > > > > is
> > >> > > > > > >> > called
> > >> > > > > > >> > > > > > > > > > configuration1.
> > >> > > > > > >> > > > > > > > > > > > It
> > >> > > > > > >> > > > > > > > > > > > > is
> > >> > > > > > >> > > > > > > > > > > > > > > >> about run of ./
> > >> > > > > > >> > > > > > > > > > > > > > > >> *configure
--prefix=`pwd`
> > >> > > > > --enable-grib2
> > >> > > > > > >> > > > > > --enable-modis
> > >> > > > > > >> > > > > > > > > > > > > > > >> --enable-
mode_graphics*The
> > >> second
> > >> > > is
> > >> > > > > > called
> > >> > > > > > >> > make
> > >> > > > > > >> > > > > > > > > install.log,
> > >> > > > > > >> > > > > > > > > > > > > obtained
> > >> > > > > > >> > > > > > > > > > > > > > > >> after running :
> > >> > > > > > >> > > > > > > > > > > > > > > >> *make install >&
> > >> make_install.log
> > >> > > &*
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
make_install.log*
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32
GMT-04:00
> > >> Melki
> > >> > > > > Khaoula <
> > >> > > > > > >> > > > > > > > > > khaoula.enit at gmail.com
> > >> > > > > > >> > > > > > > > > > > >:
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> > Hello John,
> > >> > > > > > >> > > > > > > > > > > > > > > >> > Thank you for
your help.
> > it
> > >> > > really
> > >> > > > > > works.
> > >> > > > > > >> > > > > > > > > > > > > > > >> > I am in the
> configuration
> > >> step.
> > >> > > > > > >> > > > > > > > > > > > > > > >> > when executing
the
> command
> > >> of :
> > >> > > > > > >> ./configure
> > >> > > > > > >> > > > > > > > --prefix=`pwd`
> > >> > > > > > >> > > > > > > > > > > > > > > >> --enable-grib2
> > >> > > > > > >> > > > > > > > > > > > > > > >> > --enable-modis
> > >> > > > > --enable-mode_graphics.
> > >> > > > > > >> > > > > > > > > > > > > > > >> > i found that when
> cheking
> > >> for
> > >> > > some
> > >> > > > > > >> > compilers,
> > >> > > > > > >> > > > the
> > >> > > > > > >> > > > > > > system
> > >> > > > > > >> > > > > > > > > > > return
> > >> > > > > > >> > > > > > > > > > > > > no.
> > >> > > > > > >> > > > > > > > > > > > > > > >> > for example:
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
bison... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
byacc... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
g++... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
c++... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
gpp... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
aCC... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
CC... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cxx... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cc++... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cl.exe...
> no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
FCC... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
KCC... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
RCC... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
xlC_r... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
xlC... no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > checking whether
the C++
> > >> > compiler
> > >> > > > > > >> works...
> > >> > > > > > >> > no
> > >> > > > > > >> > > > > > > > > > > > > > > >> > IS there any
errors?
> > >> > > > > > >> > > > > > > > > > > > > > > >> > you will find the
> > executive
> > >> > file
> > >> > > > > called
> > >> > > > > > >> > > > > > configuration.
> > >> > > > > > >> > > > > > > > > > > > > > > >> > thanks,
> > >> > > > > > >> > > > > > > > > > > > > > > >> > Khaoula
> > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> > 2015-06-25 11:43
> GMT-04:00
> > >> John
> > >> > > > > Halley
> > >> > > > > > >> > Gotway
> > >> > > > > > >> > > > via
> > >> > > > > > >> > > > > > RT <
> > >> > > > > > >> > > > > > > > > > > > > > > met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > > > > > > >> >:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> Looks like you
have
> > syntax
> > >> > wrong
> > >> > > > on
> > >> > > > > > >> those
> > >> > > > > > >> > > > > commands.
> > >> > > > > > >> > > > > > > > > Please
> > >> > > > > > >> > > > > > > > > > > try
> > >> > > > > > >> > > > > > > > > > > > > > this:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > >> > > > > > >> > > > > > > >
> > >> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > >> > > > > > >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-
4.3.3.1/lib
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> Actually since
your
> > NetCDF
> > >> > build
> > >> > > > is
> > >> > > > > > >> > installed
> > >> > > > > > >> > > > in
> > >> > > > > > >> > > > > > the
> > >> > > > > > >> > > > > > > > > > standard
> > >> > > > > > >> > > > > > > > > > > > > way,
> > >> > > > > > >> > > > > > > > > > > > > > > >> this is
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> all you really
need to
> > set:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > >> > > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> And MET assumes
that
> the
> > >> > headers
> > >> > > > are
> > >> > > > > > in
> > >> > > > > > >> the
> > >> > > > > > >> > > > > > "include"
> > >> > > > > > >> > > > > > > > > > > > > subdirectory
> > >> > > > > > >> > > > > > > > > > > > > > > and
> > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> library archive
files
> are
> > >> in
> > >> > the
> > >> > > > > "lib"
> > >> > > > > > >> > > > > > subdirectory.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> John
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun 25,
2015 at
> > >> 6:58
> > >> > AM,
> > >> > > > > Melki
> > >> > > > > > >> > > Khaoula
> > >> > > > > > >> > > > > via
> > >> > > > > > >> > > > > > > RT <
> > >> > > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> wrote:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thank you for
your
> > help.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm grateful
for you
> > and
> > >> > > Julie.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm now
setting
> > >> environment
> > >> > > > > > variables.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I want to
confirm
> this
> > >> > command
> > >> > > > if
> > >> > > > > it
> > >> > > > > > >> is
> > >> > > > > > >> > > right
> > >> > > > > > >> > > > > or
> > >> > > > > > >> > > > > > > no,
> > >> > > > > > >> > > > > > > > > for
> > >> > > > > > >> > > > > > > > > > > > > example,
> > >> > > > > > >> > > > > > > > > > > > > > > if
> > >> > > > > > >> > > > > > > > > > > > > > > >> i
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> set:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > >
> > >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > in order to
Set
> > >> > *$MET_NETCDF*
> > >> > > to
> > >> > > > > > >> point to
> > >> > > > > > >> > > the
> > >> > > > > > >> > > > > > main
> > >> > > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I  use  also
the same
> > >> > process
> > >> > > to
> > >> > > > > set
> > >> > > > > > >> > others
> > >> > > > > > >> > > > > > > external
> > >> > > > > > >> > > > > > > > > > > > libraries.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I let you know
that
> my
> > >> shell
> > >> > > is
> > >> > > > > > bash,
> > >> > > > > > >> so
> > >> > > > > > >> > i
> > >> > > > > > >> > > > > can't
> > >> > > > > > >> > > > > > > use
> > >> > > > > > >> > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > > export
> > >> > > > > > >> > > > > > > > > > > > > > > >> command.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Im wondering
if i'm
> in
> > >> the
> > >> > > right
> > >> > > > > > way,
> > >> > > > > > >> > > because
> > >> > > > > > >> > > > > the
> > >> > > > > > >> > > > > > > > > command
> > >> > > > > > >> > > > > > > > > > > > with
> > >> > > > > > >> > > > > > > > > > > > > > > export
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > doesn't
produce any
> > >> error to
> > >> > > > > verify
> > >> > > > > > if
> > >> > > > > > >> > i'm
> > >> > > > > > >> > > > > right
> > >> > > > > > >> > > > > > or
> > >> > > > > > >> > > > > > > > > > wrong.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24
11:42
> > >> GMT-04:00
> > >> > > John
> > >> > > > > > Halley
> > >> > > > > > >> > > Gotway
> > >> > > > > > >> > > > > via
> > >> > > > > > >> > > > > > > RT
> > >> > > > > > >> > > > > > > > <
> > >> > > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hello
Khaoula,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Julie is out
of
> town.
> > >> My
> > >> > > name
> > >> > > > > is
> > >> > > > > > >> John,
> > >> > > > > > >> > > and
> > >> > > > > > >> > > > > I'd
> > >> > > > > > >> > > > > > > be
> > >> > > > > > >> > > > > > > > > > happy
> > >> > > > > > >> > > > > > > > > > > to
> > >> > > > > > >> > > > > > > > > > > > > > help
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> answer
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > your MET
questions.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > I see that
you're
> > >> trying
> > >> > to
> > >> > > > get
> > >> > > > > up
> > >> > > > > > >> and
> > >> > > > > > >> > > > > running
> > >> > > > > > >> > > > > > > > using
> > >> > > > > > >> > > > > > > > > > MET
> > >> > > > > > >> > > > > > > > > > > to
> > >> > > > > > >> > > > > > > > > > > > > > > verify
> > >> > > > > > >> > > > > > > > > > > > > > > >> WRF
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > output.  MET
> doesn't
> > >> read
> > >> > > WRF
> > >> > > > > > output
> > >> > > > > > >> > > files
> > >> > > > > > >> > > > > > > > directly,
> > >> > > > > > >> > > > > > > > > > but
> > >> > > > > > >> > > > > > > > > > > > > > requires
> > >> > > > > > >> > > > > > > > > > > > > > > >> that
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > they
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > first be
> > post-processed
> > >> > > either
> > >> > > > > > with
> > >> > > > > > >> the
> > >> > > > > > >> > > > > WRF-ARW
> > >> > > > > > >> > > > > > > > > pinterp
> > >> > > > > > >> > > > > > > > > > > > > utility
> > >> > > > > > >> > > > > > > > > > > > > > > or
> > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Unified
> > Post-Processor
> > >> > > (UPP).
> > >> > > > > Of
> > >> > > > > > >> the
> > >> > > > > > >> > > two,
> > >> > > > > > >> > > > > I'd
> > >> > > > > > >> > > > > > > > > strongly
> > >> > > > > > >> > > > > > > > > > > > > > recommend
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> using
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > UPP
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > which
creates
> output
> > in
> > >> > GRIB
> > >> > > > > > format
> > >> > > > > > >> > that
> > >> > > > > > >> > > is
> > >> > > > > > >> > > > > > fully
> > >> > > > > > >> > > > > > > > > > > supported
> > >> > > > > > >> > > > > > > > > > > > > by
> > >> > > > > > >> > > > > > > > > > > > > > > MET.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> The
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > pinterp
utility
> > writes
> > >> it
> > >> > > > output
> > >> > > > > > in
> > >> > > > > > >> > > NetCDF
> > >> > > > > > >> > > > > but
> > >> > > > > > >> > > > > > we
> > >> > > > > > >> > > > > > > > > only
> > >> > > > > > >> > > > > > > > > > > > > support
> > >> > > > > > >> > > > > > > > > > > > > > > data
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > defined
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > on the
> non-staggered
> > >> > > > dimensions.
> > >> > > > > > >> Since
> > >> > > > > > >> > > > > > velocity
> > >> > > > > > >> > > > > > > > > points
> > >> > > > > > >> > > > > > > > > > > are
> > >> > > > > > >> > > > > > > > > > > > > > > >> staggered
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET
can't be
> > used
> > >> to
> > >> > > > > > verifying
> > >> > > > > > >> > winds
> > >> > > > > > >> > > > in
> > >> > > > > > >> > > > > > > > pinterp
> > >> > > > > > >> > > > > > > > > > > > output.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Another
advantage
> to
> > >> using
> > >> > > UPP
> > >> > > > > is
> > >> > > > > > >> that
> > >> > > > > > >> > > GRIB
> > >> > > > > > >> > > > > > data
> > >> > > > > > >> > > > > > > > can
> > >> > > > > > >> > > > > > > > > be
> > >> > > > > > >> > > > > > > > > > > > > easily
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> regridded
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > using the
copygb
> > >> utility.
> > >> > > > > copygb
> > >> > > > > > is
> > >> > > > > > >> > > > included
> > >> > > > > > >> > > > > > in
> > >> > > > > > >> > > > > > > > the
> > >> > > > > > >> > > > > > > > > > UPP
> > >> > > > > > >> > > > > > > > > > > > > > package.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > You can
download
> > >> pinterp
> > >> > > here:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > >
> > >> > > > > > >> > > > > > > > >
> > >> > > > > > >> > > > > > > >
> > >> > > > > > >> > > > > > >
> > >> > > > > > >> > > > > >
> > >> > > > > > >> > > > >
> > >> > > > > > >> > > >
> > >> > > > > > >> > >
> > >> > > > > > >> >
> > >> > > > > > >>
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > And you can
> download
> > >> UPP
> > >> > > here:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > >
> > >> > > > > > >> > >
> > >> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hope that
helps.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > John Halley
Gotway
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > On Wed, Jun
24,
> 2015
> > at
> > >> > 6:29
> > >> > > > AM,
> > >> > > > > > >> Melki
> > >> > > > > > >> > > > > Khaoula
> > >> > > > > > >> > > > > > > via
> > >> > > > > > >> > > > > > > > > RT <
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
> > >> > > > > > >> > > > > > > > > > > > > >
> > >> > > > > > >> > > >
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >> > > > > > > > > > > > > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi Julie,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I compiled
all
> > >> > libraries.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
downloaded post
> > >> > > processor
> > >> > > > > but
> > >> > > > > > i
> > >> > > > > > >> > can't
> > >> > > > > > >> > > > > find
> > >> > > > > > >> > > > > > > the
> > >> > > > > > >> > > > > > > > > > > WRF-ARW
> > >> > > > > > >> > > > > > > > > > > > > > > p-interp
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> Tool
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > when
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i use the
link
> > >> posted in
> > >> > > the
> > >> > > > > > >> > tutorial.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > also,what
i don't
> > >> > > understand
> > >> > > > > the
> > >> > > > > > >> > > utility
> > >> > > > > > >> > > > of
> > >> > > > > > >> > > > > > the
> > >> > > > > > >> > > > > > > > > > copygb
> > >> > > > > > >> > > > > > > > > > > > > > utility
> > >> > > > > > >> > > > > > > > > > > > > > > >> and
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > from
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > where to
get it.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i don't
know what
> > to
> > >> do
> > >> > > next
> > >> > > > > to
> > >> > > > > > >> > > > downloading
> > >> > > > > > >> > > > > > and
> > >> > > > > > >> > > > > > > > > > > compiling
> > >> > > > > > >> > > > > > > > > > > > > > > >> required
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > libraries.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > 2015-06-24
7:10
> > >> > GMT-04:00
> > >> > > > > Melki
> > >> > > > > > >> > > Khaoula <
> > >> > > > > > >> > > > > > > > > > > > > > > khaoula.enit at gmail.com
> > >> > > > > > >> > > > > > > > > > > > > > > >> >:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi
Julie,*
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *I
unpacked
> the
> > >> HDF
> > >> > > > > > librarry.*
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *When
lookig
> the
> > >> > HDF-EOS
> > >> > > > > > >> library, i
> > >> > > > > > >> > > > found
> > >> > > > > > >> > > > > > in
> > >> > > > > > >> > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > > website
> > >> > > > > > >> > > > > > > > > > > > > is
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > HDF-EOS2.16v1.00.tar.Z.*
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *i tried
to
> > unpack
> > >> > it, i
> > >> > > > > > didn't
> > >> > > > > > >> > find
> > >> > > > > > >> > > > the
> > >> > > > > > >> > > > > > > right
> > >> > > > > > >> > > > > > > > > > > command
> > >> > > > > > >> > > > > > > > > > > > to
> > >> > > > > > >> > > > > > > > > > > > > > do
> > >> > > > > > >> > > > > > > > > > > > > > > >> it.*
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Is
there any
> > >> command
> > >> > to
> > >> > > > > unpak
> > >> > > > > > >> this
> > >> > > > > > >> > > > > > library.*
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Thanks,*
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Khaoula
*
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > 2015-06-
23
> 12:37
> > >> > > GMT-04:00
> > >> > > > > > Julie
> > >> > > > > > >> > > > > Prestopnik
> > >> > > > > > >> > > > > > > via
> > >> > > > > > >> > > > > > > > > RT
> > >> > > > > > >> > > > > > > > > > <
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi
Khaoula.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> The
GRIB2
> > >> C-Library
> > >> > is
> > >> > > > used
> > >> > > > > > by
> > >> > > > > > >> the
> > >> > > > > > >> > > MET
> > >> > > > > > >> > > > > > > library
> > >> > > > > > >> > > > > > > > > > code
> > >> > > > > > >> > > > > > > > > > > to
> > >> > > > > > >> > > > > > > > > > > > > > read
> > >> > > > > > >> > > > > > > > > > > > > > > >> GRIB2
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > data
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> files.
The
> GRIB2
> > >> > > > C-Library
> > >> > > > > > >> > requires
> > >> > > > > > >> > > > the
> > >> > > > > > >> > > > > > > > > libraries
> > >> > > > > > >> > > > > > > > > > > > zlib,
> > >> > > > > > >> > > > > > > > > > > > > > > jasper
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> and
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > png
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > to
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> be
present on
> > your
> > >> > > > system.
> > >> > > > > > >> Support
> > >> > > > > > >> > > for
> > >> > > > > > >> > > > > > GRIB2
> > >> > > > > > >> > > > > > > > is
> > >> > > > > > >> > > > > > > > > > > > optional
> > >> > > > > > >> > > > > > > > > > > > > > and
> > >> > > > > > >> > > > > > > > > > > > > > > >> can
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> be
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> enabled
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> with
the
> > >> > > *--enable-grib2*
> > >> > > > > > >> option
> > >> > > > > > >> > for
> > >> > > > > > >> > > > > > > > configure.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> I hope
that
> > helps.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Julie
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> On Tue,
Jun
> 23,
> > >> 2015
> > >> > at
> > >> > > > > 6:56
> > >> > > > > > >> AM,
> > >> > > > > > >> > > Melki
> > >> > > > > > >> > > > > > > Khaoula
> > >> > > > > > >> > > > > > > > > via
> > >> > > > > > >> > > > > > > > > > > RT
> > >> > > > > > >> > > > > > > > > > > > <
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> met_help at ucar.edu>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> wrote:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > <URL:
> > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >> > > > > > >> > > > > >
> > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thank you
> > >> Julie,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > It
works.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > I
compile
> > >> Nectcdf ,
> > >> > > GNU
> > >> > > > > > and
> > >> > > > > > >> > zlib
> > >> > > > > > >> > > > > > > libraries.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > About
GRIB C
> > >> > > library, i
> > >> > > > > > >> > downloaded
> > >> > > > > > >> > > > the
> > >> > > > > > >> > > > > > > > library
> > >> > > > > > >> > > > > > > > > > and
> > >> > > > > > >> > > > > > > > > > > > > > > unpacked
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> it.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > how
it can
> be
> > >> used
> > >> > by
> > >> > > > > MET?
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thanks,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
khaoula
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > 2015-
06-19
> > 17:58
> > >> > > > > GMT+02:00
> > >> > > > > > >> Julie
> > >> > > > > > >> > > > > > > Prestopnik
> > >> > > > > > >> > > > > > > > > via
> > >> > > > > > >> > > > > > > > > > > RT <
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
met_help at ucar.edu
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > Hi
Melki.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > I'm
glad
> > that
> > >> you
> > >> > > > were
> > >> > > > > > >> able to
> > >> > > > > > >> > > get
> > >> > > > > > >> > > > > > > BUFRLIB
> > >> > > > > > >> > > > > > > > > > > > > installed.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You
said,
> > >> "when
> > >> > > > trying
> > >> > > > > to
> > >> > > > > > >> run
> > >> > > > > > >> > > the
> > >> > > > > > >> > > > > firs
> > >> > > > > > >> > > > > > > > > command
> > >> > > > > > >> > > > > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > > *
> > >> > > > > > >> > > > > > > > > > > > > > *cd
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> /path/to/netcdf.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > he
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
wrote me
> no
> > >> file
> > >> > or
> > >> > > > > > >> directory"
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > In
the
> > >> tutorial,
> > >> > > when
> > >> > > > > we
> > >> > > > > > >> say
> > >> > > > > > >> > > "*cd
> > >> > > > > > >> > > > > > > > > > > > /path/to/netcdf*"
> > >> > > > > > >> > > > > > > > > > > > > > you
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> should
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > change
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> directories
> > to
> > >> > the
> > >> > > > > > location
> > >> > > > > > >> > > where
> > >> > > > > > >> > > > > your
> > >> > > > > > >> > > > > > > > > netcdf
> > >> > > > > > >> > > > > > > > > > > > > > directory
> > >> > > > > > >> > > > > > > > > > > > > > > >> is on
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > your
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
machine.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > For
> example,
> > >> if
> > >> > you
> > >> > > > > > >> unpacked
> > >> > > > > > >> > the
> > >> > > > > > >> > > > tar
> > >> > > > > > >> > > > > > > file
> > >> > > > > > >> > > > > > > > > > > > > > > >> netcdf-4.3.3.1.tar
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > a
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
directory
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
path of
> > >> > > > > > >> > > > > > > > > /d2/melki/external_libs/netcdf-
4.3.3.1
> > >> > > > > > >> > > > > > > > > > > you
> > >> > > > > > >> > > > > > > > > > > > > > would
> > >> > > > > > >> > > > > > > > > > > > > > > >> run
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> "cd
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > >> > > > > > /d2/melki/external_libs/netcdf-4.3.3.1".
> > >> > > > > > >> > > > > > > > > > > > > > > */path/to/netcdf
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> *is a
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > place
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
holder for
> > the
> > >> > > > location
> > >> > > > > > on
> > >> > > > > > >> > your
> > >> > > > > > >> > > > > > machine.
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > You
said,
> > >> "setenv
> > >> > > CC
> > >> > > > > > >> > > > > > > /path/to/c/compiler.
> > >> > > > > > >> > > > > > > > It
> > >> > > > > > >> > > > > > > > > > > > doesn't
> > >> > > > > > >> > > > > > > > > > > > > > > >> work.he
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > said
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> command
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of
setenv
> > >> doesn't
> > >> > > > > > exist.*"
> > >> > > > > > >> > > > "setenv"
> > >> > > > > > >> > > > > > is
> > >> > > > > > >> > > > > > > > the
> > >> > > > > > >> > > > > > > > > > name
> > >> > > > > > >> > > > > > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > > > > the
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> command
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > used
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> to
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > set
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> environment
> > >> > > variables
> > >> > > > > in
> > >> > > > > > >> the
> > >> > > > > > >> > > *csh
> > >> > > > > > >> > > > > > family
> > >> > > > > > >> > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > > shells.
> > >> > > > > > >> > > > > > > > > > > > > > If
> > >> > > > > > >> > > > > > > > > > > > > > > >> you
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> are
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > using
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> a
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
different
> > >> shell,
> > >> > > > > however,
> > >> > > > > > >> you
> > >> > > > > > >> > > may
> > >> > > > > > >> > > > > need
> > >> > > > > > >> > > > > > > to
> > >> > > > > > >> > > > > > > > > use
> > >> > > > > > >> > > > > > > > > > > > > > "export",
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> which is
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > the
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> name
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > of
the
> > >> command in
> > >> > > the
> > >> > > > > > >> "other"
> > >> > > > > > >> > > > family
> > >> > > > > > >> > > > > > of
> > >> > > > > > >> > > > > > > > > shells
> > >> > > > > > >> > > > > > > > > > > > (ash,
> > >> > > > > > >> > > > > > > > > > > > > > > >> bourne,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > bourne
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
again,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
zsh).  To
> > find
> > >> > out
> > >> > > > what
> > >> > > > > > >> shell
> > >> > > > > > >> > > you
> > >> > > > > > >> > > > > are
> > >> > > > > > >> > > > > > > > using,
> > >> > > > > > >> > > > > > > > > > you
> > >> > > > > > >> > > > > > > > > > > > can
> > >> > > > > > >> > > > > > > > > > > > > > run
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> "echo
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
$SHELL".
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > If
you are
> > >> using
> > >> > a
> > >> > > > > shell
> > >> > > > > > >> other
> > >> > > > > > >> > > > than
> > >> > > > > > >> > > > > > the
> > >> > > > > > >> > > > > > > > *csh
> > >> > > > > > >> > > > > > > > > > > > family
> > >> > > > > > >> > > > > > > > > > > > > of
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> shells,
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > and
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > you
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > need
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > > to
use
> > >> "export",
> > >> > > the
> > >> > > > > > >> syntax is
> > >> > > > > > >> > > > > > slightly
> > >> > > > > > >> > > > > > > > > > > different.
> > >> > > > > > >> > > > > > > > > > > > > > > >> Instead
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> of
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
running:
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
setenv CC
> > >> > > > > > >> /path/to/c/compiler
> > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >> > > > > > >>
> > >> > > > > > > ...
> > >> > > > > > >
> > >> > > > > > > [Message tronqué]
> > >> > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Julie Prestopnik
> > >> > > > > National Center for Atmospheric Research
> > >> > > > > Research Applications Laboratory
> > >> > > > > Phone: 303.497.8399
> > >> > > > > Email: jpresto at ucar.edu
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Julie Prestopnik
> > >> > > National Center for Atmospheric Research
> > >> > > Research Applications Laboratory
> > >> > > Phone: 303.497.8399
> > >> > > Email: jpresto at ucar.edu
> > >> > >
> > >> > >
> > >> >
> > >> >
> > >>
> > >>
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Fri Aug 21 10:35:40 2015

Hi Khaoula.

Were you successful in getting bin/gen_poly_mask to run after setting
your
LD_LIBRARY_PATH environment variable?

It sounds like you are now having difficulty installing ncview. ncview
is
supported by Unidata.  If you have questions about installing ncview
the
folks at support at unidata.ucar.edu should be able to provide
assistance.

Thanks,
Julie

On Thu, Aug 20, 2015 at 5:37 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> Thank you.
> ncdump exits in netcdf-3.6.3.
> In order to install incview. i tried to run theses command:
> tar -xvfz ncview-2.1.5.tar.gz
> cd ncview-2.1.5
> export CC=/usr/bin/gcc
> export CXX=/usr/bin/g++
> export FC=/usr/bin/gfortran
> export F90=/usr/bin/gfortran
> ./configure --with-nc-config=/root/Bureau/netcdf-3.6.3/nc-config
> i didn't find a exucutable called nc-config.
> what is this file?
>
> Thanks,
> Khaoula
>
>
>
>
>
>
> 2015-08-19 10:58 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Khaoula.  This is Julie.
> >
> > When you compiled MET version 5.0, you did so using dynamic
linking as
> > opposed to static linking.  Dynamic linking means that rather than
> checking
> > for required libraries at compile time, the tools should check for
them
> at
> > run time.  When you run the gen_poly_mask tool, it is looking for
the GSL
> > shared object library file named libgsl.so.0, as well as a bunch
of other
> > shared object files.  It's erroring out telling you that it can't
find
> the
> > GSL shared object library file.
> >
> > Hopefully, you can just set the LD_LIBRARY_PATH environment
variable to
> > tell the tool where to look.  The tools will, by default, look in
common
> > areas like /usr/lib, /usr/local/lib and perhaps some others.  Try
doing
> the
> > following:
> >
> > echo $LD_LIBRARY_PATH
> > export LD_LIBRARY_PATH=/root/Bureau/gsl-1.16/lib:$LD_LIBRARY_PATH
> > bin/gen_poly_mask
> >
> > If the error goes away and you get the usage statement for
gen_poly_mask,
> > then this will fix the problem.  Just edit your shell
configuration file
> > (.profile), and include the location of the GSL library in your
> > LD_LIBRARY_PATH setting.
> >
> > Please let us know how it goes.
> >
> > Thanks,
> > Julie
> >
> > On Wed, Aug 19, 2015 at 4:46 AM, Melki Khaoula via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >
> > > 2015-08-19 6:40 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> > >
> > > > Hi John,
> > > > yes, it works.
> > > > when typing
> > > > * bin/gen_poly_mask. It returns: bin/gen_poly_mask: error
while
> loading
> > > > shared libraries: libgsl.so.0: cannot open shared object file:
No
> such
> > > file
> > > > or directory.*
> > > > I didn't understand the error.
> > > > the bin directory exists and all needed files are there.
> > > > Thanks,
> > > > Khaoula
> > > >
> > > >
> > > >
> > > >
> > > > 2015-08-17 14:03 GMT-04:00 John Halley Gotway via RT <
> > met_help at ucar.edu
> > > >:
> > > >
> > > >> Hello Khaoula,
> > > >>
> > > >> This is John again.  Sorry to keep handing you off!
> > > >>
> > > >> I would suggest getting MET up and running without support
for MODIS
> > and
> > > >> MODE-Graphics for the time being.  There's a whole lot you
can do in
> > MET
> > > >> without those options.  Once you get it all working well, you
could
> > > >> consider recompiling with them turned on.  For now, please
try:
> > > >>
> > > >> ./configure --prefix=`pwd` --enable-grib2
> > > >> make clean
> > > >> make install >& make_install.log
> > > >> make test    >& make_test.log
> > > >> egrep -i error make*.log
> > > >>
> > > >> Does that all work without any errors?
> > > >>
> > > >> Thanks,
> > > >> John
> > > >>
> > > >>
> > > >> On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT <
> > > met_help at ucar.edu>
> > > >> wrote:
> > > >>
> > > >> >
> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > > >> >
> > > >> > Thank you Julie,
> > > >> > I have the same error when compiling these libraries.
> > > >> > when compiling HDF4.2r3, i used these commands:
> > > >> > *echo "Compiling HDF" *
> > > >> > *cd hdf *
> > > >> > *tar -xzf HDF4.2r3.tar.gz*
> > > >> > *cd HDF4.2r3*
> > > >> > *./configure --prefix=${INSTALL_DIR} --disable-netcdf >&
> /dev/null*
> > > >> > *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg -lz/LIBS =
-ljpeg
> > -lz
> > > >> > -lm/g' > Makefile_NEW*
> > > >> > *mv Makefile_NEW mfhdf/hdiff/Makefile*
> > > >> > *make >& /dev/null*
> > > >> >
> > > >> > *make install >& /dev/null*
> > > >> > It works.
> > > >> > when compiling HDFEOS, i used :
> > > >> > *echo "Compiling HDF-EOS"*
> > > >> > *cd hdfeos*
> > > >> > *tar -xf HDF-EOS2.16v1.00.tar*
> > > >> > *cd hdfeos*
> > > >> > *./configure --prefix=${INSTALL_DIR} --with-
hdf4=${INSTALL_DIR}
> > > >> > CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
> > > >> > *make >& /dev/null*
> > > >> > *make install >& /dev/null*
> > > >> > *cp include/*.h ../../include/.*
> > > >> >
> > > >> > but when compiling* :**cp include/*.h ../../include/. he
returns
> > > cp:*the
> > > >> > file  « ../../include/. » isn't  a repertory.
> > > >> >
> > > >> > *For compiling met-5.0, i used thses commands:*
> > > >> >
> > > >> > cd /root/Bureau/met-5.0
> > > >> >
> > > >> > export CC=/usr/bin/gcc
> > > >> >
> > > >> > export CXX=/usr/bin/g++
> > > >> >
> > > >> > export F77=/usr/bin/gfortran
> > > >> >
> > > >> > export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include
> > > >> >
> > > >> > export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
> > > >> >
> > > >> > export MET_BUFRLIB=/root/Bureau/BUFRLIB
> > > >> >
> > > >> > export MET_GSL=/root/Bureau/gsl-1.16
> > > >> >
> > > >> > export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
> > > >> >
> > > >> > export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
> > > >> >
> > > >> > export MET_HDF=/root/Bureau/HDF4.2r3
> > > >> >
> > > >> >
> > > >> > export MET_HDFEOS=/root/Bureau/hdfeos
> > > >> >
> > > >> > export MET_CAIRO=/root/Bureau/cairo-1.0.0
> > > >> >
> > > >> > export MET_FREETYPE=/root/Bureau/freetype-2.4.0
> > > >> >
> > > >> > export MET_FONT_DIR=/root/Bureau/fonts
> > > >> >
> > > >> > *./configure --prefix=`pwd` --enable-grib2 --enable-modis
> > > >> > --enable-mode_graphics*
> > > >> >
> > > >> >  make clean
> > > >> >
> > > >> >  *make install >& make_install.log &*
> > > >> > *tail -f make_install.log*
> > > >> >
> > > >> > *Is there any error in theses commands.*
> > > >> >
> > > >> > *Thanks,*
> > > >> >
> > > >> > *Khaoula*
> > > >> >
> > > >> >
> > > >> >
> > > >> > 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT <
> > met_help at ucar.edu
> > > >:
> > > >> >
> > > >> > > Hello Khaoula,
> > > >> > >
> > > >> > > Thanks for sending the latest output of make and the
listing of
> > your
> > > >> hdf
> > > >> > > and hdfeos directories - that's very helpful.  Here's the
> relevant
> > > >> error
> > > >> > > you're getting:
> > > >> > >
> > > >> > > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun
fichier ou
> > > dossier
> > > >> de
> > > >> > ce
> > > >> > > type
> > > >> > >
> > > >> > > Using google translate, I see that means: No files or
folders of
> > > this
> > > >> > type
> > > >> > >
> > > >> > > Basically, MET isn't able to find the file named "hdf.h",
which
> is
> > > >> > included
> > > >> > > in the HDF4.2r3 library.  I was able to compare your
listing of
> > the
> > > >> files
> > > >> > > and directories in your /root/Bureau/HDF4.2r3 directory
with
> mine
> > > >> found
> > > >> > > that I have some additional files/directories that you do
not:
> > > >> > >
> > > >> > > config.status
> > > >> > > hh
> > > >> > > include
> > > >> > > lib
> > > >> > > libhdf4.settings
> > > >> > > Makefile
> > > >> > > share
> > > >> > >
> > > >> > > With the lack of "Makefile" in your directory, it seems
that the
> > > >> library
> > > >> > > wasn't configured and installed.  Please follow the
"Compiling
> HDF
> > > and
> > > >> > > HDF-EOS" directions on this page:
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > >> > >
> > > >> > > Once you have compiled HDF, please recompile HDF-EOS and
then
> set
> > > the
> > > >> > > following:
> > > >> > >
> > > >> > > Once you've compiled "g2clib", try setting the following:
> > > >> > > If you're using csh:
> > > >> > >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different
location
> > if
> > > >> you
> > > >> > > install it in a different place)
> > > >> > >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a
different
> > location
> > > if
> > > >> > you
> > > >> > > install it in a different place)
> > > >> > >
> > > >> > > If you're using bash:
> > > >> > >    export MET_HDF =/root/Bureau/hdfeos (or a different
location
> if
> > > you
> > > >> > > install it in a different place)
> > > >> > >    export MET_HDFEOS=/root/Bureau/hdfeos (or a different
> location
> > if
> > > >> you
> > > >> > > install it in a different place)
> > > >> > >
> > > >> > > And from the top-level met-5.0 directory, rerun the
"configure"
> > > >> command
> > > >> > you
> > > >> > > used for MET, and then run:
> > > >> > >    make clean
> > > >> > >    make install >& make_install.log
> > > >> > >
> > > >> > > Please let me know how it goes.
> > > >> > >
> > > >> > > Thanks,
> > > >> > > Julie
> > > >> > >
> > > >> > > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT <
> > > >> met_help at ucar.edu
> > > >> > >
> > > >> > > wrote:
> > > >> > >
> > > >> > > >
> > > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> > > >> > > >
> > > >> > > > Hi Julie,
> > > >> > > > I'm sorry, i sent you another make-install file.
> > > >> > > > this is the last version.
> > > >> > > > Also you could see what contain hdf and hdfeos files.
> > > >> > > > Thanks,
> > > >> > > > Khaoula
> > > >> > > >
> > > >> > > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT <
> > > >> met_help at ucar.edu
> > > >> > >:
> > > >> > > >
> > > >> > > > > Hi Khaoula.
> > > >> > > > >
> > > >> > > > > John is now out of the office, but I am back.
> > > >> > > > >
> > > >> > > > > I do not see the error in the attached
make_install.log
> about
> > > >> hdf.h
> > > >> > > that
> > > >> > > > > you refer to.
> > > >> > > > >
> > > >> > > > > The error that I see is:
> > > >> > > > >
> > > >> > > > > /usr/bin/ld: cannot find -lbufr
> > > >> > > > >
> > > >> > > > > which means that the linker can't find the BUFR
library
> files.
> > > >> > > > >
> > > >> > > > > It looks like you have* $MET_BUFRLIB *set to
> > > >> > > -L/root/Bureau/BUFLIB/lib,
> > > >> > > > so
> > > >> > > > > you're telling the linker to look in
/root/Bureau/BUFLIB/lib
> > for
> > > >> the
> > > >> > > > > library files.  Could you please verify that the
files exist
> > in
> > > >> that
> > > >> > > > > directory?  Please send a listing of the files in
that
> > > directory.
> > > >> > > > >
> > > >> > > > > Thanks,
> > > >> > > > > Julie
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via RT
<
> > > >> > > met_help at ucar.edu
> > > >> > > > >
> > > >> > > > > wrote:
> > > >> > > > >
> > > >> > > > > >
> > > >> > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >
> > > >> > > > > >
> > > >> > > > > > Hi John,
> > > >> > > > > > This is the last version of running MET model.
> > > >> > > > > > the first error is about the hdf.h. when i look for
it  in
> > the
> > > >> > > > HDF4.2r3 i
> > > >> > > > > > can't find it.
> > > >> > > > > > the problem is that the met model can't find the
hfeosdef
> .h
> > > or,
> > > >> > when
> > > >> > > > > > looking for it it exists
> > > >> > > > > > ls  -l /root/Bureau/hdfeos/include
> > > >> > > > > >
> > > >> > > > > > total 136
> > > >> > > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008
cfortHdf.h
> > > >> > > > > > -r--r--r--. 1 752 users   779 22 sept.  2000 ease.h
> > > >> > > > > > -r--r--r--. 1 752 users  7004 30 août   2007
HdfEosDef.f
> > > >> > > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008
HdfEosDef.h
> > > >> > > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008
> HDFEOSVersion.h
> > > >> > > > > > -r--r--r--. 1 752 users  3922 19 mai    2009
> > HE2_config.h.in
> > > >> > > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008
Makefile.am
> > > >> > > > > > -r--r--r--. 1 752 users 13297 19 mai    2009
Makefile.in
> > > >> > > > > > Thanks,
> > > >> > > > > > khaoula
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula <
> > > khaoula.enit at gmail.com
> > > >> >:
> > > >> > > > > >
> > > >> > > > > > > Hi John,
> > > >> > > > > > > It really strange.
> > > >> > > > > > > when i run netcdef, he come back to grib2.h error
or
> > > >> gsl_cdf.h.
> > > >> > > > > > > i checked all my files needed for executing
configure
> > > script.
> > > >> > > > > > > grib2.h , netcdf.hh ..... are all located in
their right
> > > >> > libraries.
> > > >> > > > > > > The problem is that met-5.0 can't find them.
> > > >> > > > > > > you find attached the last make-install result.
> > > >> > > > > > > Thanks,
> > > >> > > > > > > Khaoula
> > > >> > > > > > >
> > > >> > > > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway via
RT <
> > > >> > > > > met_help at ucar.edu
> > > >> > > > > > >:
> > > >> > > > > > >
> > > >> > > > > > >> Khaoula,
> > > >> > > > > > >>
> > > >> > > > > > >> MET is written primarily in C++ and, as such,
requires
> > that
> > > >> the
> > > >> > > C++
> > > >> > > > > > >> interface for NetCDF be compiled.  It's possible
that
> the
> > > C++
> > > >> > > > > interface
> > > >> > > > > > >> was
> > > >> > > > > > >> not compiled in the version of NetCDF to which
you're
> > > >> pointing.
> > > >> > > > > Please
> > > >> > > > > > >> see
> > > >> > > > > > >> if the following file exists:
> > > >> > > > > > >>   ls /root/Bureau/netcdf-3.6.3/include/netcdf.hh
> > > >> > > > > > >>
> > > >> > > > > > >> If it does not, then you'll need to recompile
NetCDF
> > > >> somewhere
> > > >> > > > > including
> > > >> > > > > > >> the C++ interface.  It's described on this page:
> > > >> > > > > > >>
> > > >> > > > > > >>
> > > >> > > > > > >>
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > >> > > > > > >> '
> > > >> > > > > > >>
> > > >> > > > > > >> If that file does exist, that's great.  Just do
the
> > > following
> > > >> > (the
> > > >> > > > > > setting
> > > >> > > > > > >> you sent me used "netcdf-36.3" instead of
> > "netcdf-3.6.3"):
> > > >> > > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
> > > >> > > > > > >>    Rerun the configure command.
> > > >> > > > > > >>    make clean
> > > >> > > > > > >>    make install
> > > >> > > > > > >>
> > > >> > > > > > >> Hope that helps.
> > > >> > > > > > >>
> > > >> > > > > > >> Thanks,
> > > >> > > > > > >> John
> > > >> > > > > > >>
> > > >> > > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula
via RT <
> > > >> > > > > met_help at ucar.edu
> > > >> > > > > > >
> > > >> > > > > > >> wrote:
> > > >> > > > > > >>
> > > >> > > > > > >> >
> > > >> > > > > > >> > <URL:
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > >
> > > >> > > > > > >> >
> > > >> > > > > > >> > Hi john,
> > > >> > > > > > >> > Thank you for your help.
> > > >> > > > > > >> > It works but there is another error. He cannot
find
> the
> > > >> > > netcdf.hh
> > > >> > > > > > file.
> > > >> > > > > > >> > I used export MET_NETCDF=/root/Bureau/netcdf-
36.3
> > > >> > > > > > >> > but it still the same error.
> > > >> > > > > > >> > you find attached make_install file.
> > > >> > > > > > >> > Thanks,
> > > >> > > > > > >> > Khaoula
> > > >> > > > > > >> >
> > > >> > > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway
via RT
> <
> > > >> > > > > > met_help at ucar.edu
> > > >> > > > > > >> >:
> > > >> > > > > > >> >
> > > >> > > > > > >> > > Hello Khaoula,
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > My name is John Halley Gotway.  Julie's out
of town
> > > until
> > > >> > next
> > > >> > > > > week,
> > > >> > > > > > >> but
> > > >> > > > > > >> > > hopefully I can help you with this issue.
Thanks
> for
> > > >> > sending
> > > >> > > > the
> > > >> > > > > > >> output
> > > >> > > > > > >> > of
> > > >> > > > > > >> > > make - that's very helpful.  Here's the
relevant
> > error
> > > >> > you're
> > > >> > > > > > getting:
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h :
Aucun
> fichier
> > > ou
> > > >> > > dossier
> > > >> > > > > de
> > > >> > > > > > ce
> > > >> > > > > > >> > type
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > Using google translate, I see that means: No
files
> or
> > > >> > folders
> > > >> > > of
> > > >> > > > > > this
> > > >> > > > > > >> > type
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > Basically, MET isn't able to find the file
named
> > > >> "grib2.h",
> > > >> > > > which
> > > >> > > > > is
> > > >> > > > > > >> > > included in the library named "g2clib".
Since
> you're
> > > >> > > compiling
> > > >> > > > > > >> support
> > > >> > > > > > >> > for
> > > >> > > > > > >> > > GRIB2, I assume you've already compiled that
> library.
> > > If
> > > >> > > that's
> > > >> > > > > not
> > > >> > > > > > >> the
> > > >> > > > > > >> > > case, please see the information here:
> > > >> > > > > > >> > >
> > > >> > > > > > >> > >
> > > >> > > > > > >> > >
> > > >> > > > > > >> >
> > > >> > > > > > >>
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > Once you've compiled "g2clib", try setting
the
> > > following:
> > > >> > > > > > >> > > If you're using csh:
> > > >> > > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> > > >> > > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > If you're using bash:
> > > >> > > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
> > > >> > > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > And from the top-level met-5.0 directory,
rerun the
> > > >> > > "configure"
> > > >> > > > > > >> command
> > > >> > > > > > >> > you
> > > >> > > > > > >> > > used for MET, and then run:
> > > >> > > > > > >> > >    make clean
> > > >> > > > > > >> > >    make install >& make_install.log
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > Please let me know how it goes.
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > Thanks,
> > > >> > > > > > >> > > John
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki
Khaoula via
> RT
> > <
> > > >> > > > > > >> met_help at ucar.edu>
> > > >> > > > > > >> > > wrote:
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > > > <URL:
> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > >
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > > > Hi Julie,
> > > >> > > > > > >> > > > Thank you for your help.
> > > >> > > > > > >> > > > i could install libpng library.
> > > >> > > > > > >> > > > But there is another problem.  When
executing
> *make
> > > >> > install
> > > >> > > >&
> > > >> > > > > > >> > > > make_install.log &*
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > > > *tail -f make_install.log.*
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > > > *threr is an error in  file
make_install.log that
> > > >> there is
> > > >> > > no
> > > >> > > > > file
> > > >> > > > > > >> > named
> > > >> > > > > > >> > > > grib2.h.*
> > > >> > > > > > >> > > > *there is the make _install.log.*
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > > > *Thanks *
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > > > *Khaoula *
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie
Prestopnik via
> RT
> > <
> > > >> > > > > > >> met_help at ucar.edu
> > > >> > > > > > >> > >:
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > > > > Hi Khaoula.
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > While I saw that you have a "include",
"lib",
> and
> > > >> > "share"
> > > >> > > > > > >> > > subdirectories
> > > >> > > > > > >> > > > > under /usr/bin/zlib, I could not see the
> contents
> > > of
> > > >> > those
> > > >> > > > > > >> > directories.
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > Could you please verify that you have
the files
> > > >> "zlib.h"
> > > >> > > and
> > > >> > > > > > >> > "zconf.h"
> > > >> > > > > > >> > > in
> > > >> > > > > > >> > > > > the "include" subdirectory?  Could you
also
> > please
> > > >> > verify
> > > >> > > > that
> > > >> > > > > > you
> > > >> > > > > > >> > have
> > > >> > > > > > >> > > > > "libz.a" and other "libz.so" files in
the "lib"
> > > >> > > > subdirectory?
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > Assuming those files are in place, it
looks
> like
> > > you
> > > >> > got a
> > > >> > > > > > >> successful
> > > >> > > > > > >> > > > > installation of zlib, but libpng
couldn't find
> > > zlib.
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > Try recompiling libpng as follows,
> > > >> > > > > > >> > > > >   *replacing
> > "/path/to/libpng/install/**directory"
> > > >> with
> > > >> > > the
> > > >> > > > > path
> > > >> > > > > > >> > where
> > > >> > > > > > >> > > > you
> > > >> > > > > > >> > > > > would like to install libpng*:
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
> > > >> > > > > > >> > > > >   make clean
> > > >> > > > > > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
> > > >> > > > > > >> > > > >   export CPPFLAGS="-
I/usr/bin/zlib/include/"
> > > >> > > > > > >> > > > >   ./configure
> > > >> --prefix=/path/to/libpng/install/directory
> > > >> > > > > > >> > > > >   make
> > > >> > > > > > >> > > > >   make install
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > That should do the trick.  With those
> environment
> > > >> > > variables,
> > > >> > > > > > >> you're
> > > >> > > > > > >> > > > telling
> > > >> > > > > > >> > > > > it where to find the zlib header and
object
> > files.
> > > >> Give
> > > >> > > > that
> > > >> > > > > a
> > > >> > > > > > >> try
> > > >> > > > > > >> > and
> > > >> > > > > > >> > > > let
> > > >> > > > > > >> > > > > me know if you're able to compile libpng
> > > >> successfully.
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > Thanks,
> > > >> > > > > > >> > > > > Julie
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki
Khaoula
> > via
> > > >> RT <
> > > >> > > > > > >> > > met_help at ucar.edu
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > wrote:
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > >
> > > >> > > > > > >> > > > > > <URL:
> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >
> > > >> > > > > > >> > > > > >
> > > >> > > > > > >> > > > > > Hi Julie,
> > > >> > > > > > >> > > > > > No i didn't get a successful install
of
> libpng
> > > >> because
> > > >> > > the
> > > >> > > > > > first
> > > >> > > > > > >> > > > problem
> > > >> > > > > > >> > > > > > was installation of zlib.
> > > >> > > > > > >> > > > > > you find a script joint to this email
of
> > running
> > > >> ls -l
> > > >> > > > > > >> > usr/bin/zlib.
> > > >> > > > > > >> > > > > > Thanks,
> > > >> > > > > > >> > > > > > Khaoula MELKI
> > > >> > > > > > >> > > > > >
> > > >> > > > > > >> > > > > >
> > > >> > > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie
Prestopnik
> via
> > > RT
> > > >> <
> > > >> > > > > > >> > > met_help at ucar.edu
> > > >> > > > > > >> > > > >:
> > > >> > > > > > >> > > > > >
> > > >> > > > > > >> > > > > > > Hi Khaoula.
> > > >> > > > > > >> > > > > > >
> > > >> > > > > > >> > > > > > > Instead of running "ls -l zlib-
1.2.8" to
> show
> > > me
> > > >> the
> > > >> > > > > > contents
> > > >> > > > > > >> of
> > > >> > > > > > >> > > the
> > > >> > > > > > >> > > > > > > package, could you please run "ls -l
> > > >> /usr/bin/zlib"
> > > >> > > so I
> > > >> > > > > can
> > > >> > > > > > >> see
> > > >> > > > > > >> > > how
> > > >> > > > > > >> > > > > the
> > > >> > > > > > >> > > > > > > package was installed?
> > > >> > > > > > >> > > > > > >
> > > >> > > > > > >> > > > > > > Also, were you able to get a
successful
> > install
> > > >> of
> > > >> > > > libpng
> > > >> > > > > > >> after
> > > >> > > > > > >> > > > setting
> > > >> > > > > > >> > > > > > the
> > > >> > > > > > >> > > > > > > environment variables LDFLAGS and
CPPFLAGS?
> > > >> > > > > > >> > > > > > >
> > > >> > > > > > >> > > > > > > Thanks,
> > > >> > > > > > >> > > > > > > Julie
> > > >> > > > > > >> > > > > > >
> > > >> > > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM,
Melki
> > Khaoula
> > > >> via
> > > >> > RT
> > > >> > > <
> > > >> > > > > > >> > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > >
> > > >> > > > > > >> > > > > > > wrote:
> > > >> > > > > > >> > > > > > >
> > > >> > > > > > >> > > > > > > >
> > > >> > > > > > >> > > > > > > > <URL:
> > > >> > > > > > >>
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >> > >
> > > >> > > > > > >> > > > > > > >
> > > >> > > > > > >> > > > > > > > Hi Julie,
> > > >> > > > > > >> > > > > > > >
> > > >> > > > > > >> > > > > > > > there is a terminal containing
results of
> > ls
> > > -l
> > > >> > > > > zlib-1.2.8
> > > >> > > > > > >> > > > > > > > also, zlib-1.2.8 directory is
> > > >> > > :/root/Bureau/zlib-1.2.8
> > > >> > > > > > >> > > > > > > > i uses the command whereis zlib:
> > > >> > > > > > >> > > > > > > >  it returns : usr/bin/zlib
> > > >> > > > > > >> > > > > > > > Thanks,
> > > >> > > > > > >> > > > > > > > Khaoula
> > > >> > > > > > >> > > > > > > >
> > > >> > > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie
> Prestopnik
> > > via
> > > >> > RT <
> > > >> > > > > > >> > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > >:
> > > >> > > > > > >> > > > > > > >
> > > >> > > > > > >> > > > > > > > > Hi Khaoula.
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > I see in your configure log the
error:
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > configure: error: zlib not
installed
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > Were you able to get a
successful
> install
> > > of
> > > >> > zlib?
> > > >> > > > If
> > > >> > > > > > so,
> > > >> > > > > > >> > > could
> > > >> > > > > > >> > > > > you
> > > >> > > > > > >> > > > > > > > please
> > > >> > > > > > >> > > > > > > > > tell me where it is installed
and run
> "ls
> > > >> -l" in
> > > >> > > > that
> > > >> > > > > > >> > directory
> > > >> > > > > > >> > > > so
> > > >> > > > > > >> > > > > I
> > > >> > > > > > >> > > > > > > can
> > > >> > > > > > >> > > > > > > > > see its contents? And, if you
were able
> > to
> > > >> get a
> > > >> > > > > > >> successful
> > > >> > > > > > >> > > > install
> > > >> > > > > > >> > > > > > of
> > > >> > > > > > >> > > > > > > > > zlib, were you able to get a
successful
> > > >> install
> > > >> > of
> > > >> > > > > > libpng?
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > Once you get a successful
install of
> > zlib,
> > > >> png,
> > > >> > > > > jasper,
> > > >> > > > > > >> and
> > > >> > > > > > >> > the
> > > >> > > > > > >> > > > > > GRIB2-C
> > > >> > > > > > >> > > > > > > > > Library, we can revisit running
the
> > > configure
> > > >> > > > script.
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an
optional
> > > package
> > > >> > for
> > > >> > > > MET.
> > > >> > > > > > If
> > > >> > > > > > >> > you
> > > >> > > > > > >> > > do
> > > >> > > > > > >> > > > > not
> > > >> > > > > > >> > > > > > > > need
> > > >> > > > > > >> > > > > > > > > GRIB2 support, you do not need
to
> install
> > > the
> > > >> > > > library.
> > > >> > > > > > I
> > > >> > > > > > >> > just
> > > >> > > > > > >> > > > > wanted
> > > >> > > > > > >> > > > > > > to
> > > >> > > > > > >> > > > > > > > > make sure you knew that in case
you
> > didn't
> > > >> need
> > > >> > > > GRIB2
> > > >> > > > > > >> > support.
> > > >> > > > > > >> > > > If
> > > >> > > > > > >> > > > > > you
> > > >> > > > > > >> > > > > > > do
> > > >> > > > > > >> > > > > > > > > need it, we'll keep working at
it and
> try
> > > to
> > > >> get
> > > >> > > it
> > > >> > > > > > >> working
> > > >> > > > > > >> > for
> > > >> > > > > > >> > > > you
> > > >> > > > > > >> > > > > > > soon.
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > Thanks,
> > > >> > > > > > >> > > > > > > > > Julie
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10 AM,
Melki
> > > >> Khaoula
> > > >> > via
> > > >> > > > RT
> > > >> > > > > <
> > > >> > > > > > >> > > > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > wrote:
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > <URL:
> > > >> > > > > > >> > >
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > Hi Julie,
> > > >> > > > > > >> > > > > > > > > > the same problem appear again.
> > > >> > > > > > >> > > > > > > > > > you find a file joined to this
> e-mail.
> > > >> > > > > > >> > > > > > > > > > thanks,
> > > >> > > > > > >> > > > > > > > > > Khaoula
> > > >> > > > > > >> > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00
Julie
> > > Prestopnik
> > > >> > via
> > > >> > > > RT <
> > > >> > > > > > >> > > > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > >:
> > > >> > > > > > >> > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > Hi Khaoula.
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > I see that you tried to
install
> zlib,
> > > but
> > > >> > > have a
> > > >> > > > > > >> question
> > > >> > > > > > >> > > > about
> > > >> > > > > > >> > > > > > the
> > > >> > > > > > >> > > > > > > > > > install
> > > >> > > > > > >> > > > > > > > > > > path.
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > You can install zlib where
ever you
> > > would
> > > >> > > like,
> > > >> > > > > > >> either in
> > > >> > > > > > >> > > > > > > /zlib-1.2.8
> > > >> > > > > > >> > > > > > > > > > > or /usr/local/bin
> > > >> > > > > > >> > > > > > > > > > > (assuming you have root
access) or
> > > >> somewhere
> > > >> > > > else
> > > >> > > > > > >> > entirely.
> > > >> > > > > > >> > > > > So,
> > > >> > > > > > >> > > > > > it
> > > >> > > > > > >> > > > > > > > > > sounds
> > > >> > > > > > >> > > > > > > > > > > like you followed these
generic
> > > >> > instructions:
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > cd /path/to/zlib
> > > >> > > > > > >> > > > > > > > > > > ./configure
> > --prefix=/zlib/install/path
> > > >> > > > > > >> > > > > > > > > > > make test
> > > >> > > > > > >> > > > > > > > > > > make install
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > replacing /path/to/zlib with
> > > >> > > > > /root/Bureau/zlib-1.2.8
> > > >> > > > > > >> and
> > > >> > > > > > >> > > > > > replacing
> > > >> > > > > > >> > > > > > > > > > > /zlib/install/path
> > > >> > > > > > >> > > > > > > > > > > with /zlib-1.2.8 as follows:
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
> > > >> > > > > > >> > > > > > > > > > > ./configure --prefix=/zlib-
1.2.8
> > > >> > > > > > >> > > > > > > > > > > make test
> > > >> > > > > > >> > > > > > > > > > > make install
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > It sounds like you got a
successful
> > > >> > > installation
> > > >> > > > > of
> > > >> > > > > > >> zlib,
> > > >> > > > > > >> > > but
> > > >> > > > > > >> > > > > > > libpng
> > > >> > > > > > >> > > > > > > > > > > couldn't find zlib.
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > Try recompiling libpng as
follows,
> > > >> > > > > > >> > > > > > > > > > >   replacing
> > "/path/to/libz.a/directory"
> > > >> with
> > > >> > > the
> > > >> > > > > > path
> > > >> > > > > > >> to
> > > >> > > > > > >> > > > libz.a
> > > >> > > > > > >> > > > > > > > (leave
> > > >> > > > > > >> > > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > -L in place in the example
below)
> > > >> > > > > > >> > > > > > > > > > >   replacing
> > "/path/to/zlib.h/directory"
> > > >> with
> > > >> > > the
> > > >> > > > > > path
> > > >> > > > > > >> to
> > > >> > > > > > >> > > > zlib.h
> > > >> > > > > > >> > > > > > > > (leave
> > > >> > > > > > >> > > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > -I in place in the example
below)
> > > >> > > > > > >> > > > > > > > > > >   and replacing
> > > >> > > > > "/path/to/libpng/install/directory"
> > > >> > > > > > >> with
> > > >> > > > > > >> > > the
> > > >> > > > > > >> > > > > path
> > > >> > > > > > >> > > > > > > > where
> > > >> > > > > > >> > > > > > > > > > you
> > > >> > > > > > >> > > > > > > > > > > would like to install
libpng:
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > >   cd /root/Bureau/libpng-
1.2.34
> > > >> > > > > > >> > > > > > > > > > >   make clean
> > > >> > > > > > >> > > > > > > > > > >   export
> > > >> > LDFLAGS="-L/path/to/libz.a/directory"
> > > >> > > > > > >> > > > > > > > > > >   export
> > > >> > > CPPFLAGS="-I/path/to/zlib.h/directory"
> > > >> > > > > > >> > > > > > > > > > >   ./configure
> > > >> > > > > > >> --prefix=/path/to/libpng/install/directory
> > > >> > > > > > >> > > > > > > > > > >   make
> > > >> > > > > > >> > > > > > > > > > >   make install
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > That should do the trick.
With
> those
> > > >> > > > environment
> > > >> > > > > > >> > > variables,
> > > >> > > > > > >> > > > > > you're
> > > >> > > > > > >> > > > > > > > > > telling
> > > >> > > > > > >> > > > > > > > > > > it where to find the zlib
header
> and
> > > >> object
> > > >> > > > files.
> > > >> > > > > > >> Give
> > > >> > > > > > >> > > > that a
> > > >> > > > > > >> > > > > > try
> > > >> > > > > > >> > > > > > > > and
> > > >> > > > > > >> > > > > > > > > > let
> > > >> > > > > > >> > > > > > > > > > > me know if you're able to
compile
> > > libpng
> > > >> > > > > > successfully.
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > Thanks,
> > > >> > > > > > >> > > > > > > > > > > Julie
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at 5:45
AM,
> > Melki
> > > >> > Khaoula
> > > >> > > > via
> > > >> > > > > > RT
> > > >> > > > > > >> <
> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > wrote:
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > <URL:
> > > >> > > > > > >> > > > >
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >> > > > > > >
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > Hi Julie,
> > > >> > > > > > >> > > > > > > > > > > > Grib2 needs jasper, png
and zlib
> > > >> libraries
> > > >> > > to
> > > >> > > > > > >> install.
> > > >> > > > > > >> > > > > > > > > > > > in installing zlib
library,i i
> used
> > > >> these
> > > >> > > > > > commands:
> > > >> > > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
> > > >> > > > > > >> > > > > > > > > > > > *./configure
> > > >> --prefix=/zlib/install/path*
> > > >> > > > > > >> > > > > > > > > > > > *make test*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *make install*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *for my sysytem,
path/to/zlib is
> > > >> > > > > > >> > root/Bureau/zlib-1.2.8.*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *about
prefix=zlib/install/path.
> > > >> > > > > zlib/install/path
> > > >> > > > > > >> is
> > > >> > > > > > >> > the
> > > >> > > > > > >> > > > > > > directory
> > > >> > > > > > >> > > > > > > > > > > where i
> > > >> > > > > > >> > > > > > > > > > > > put zlib installation,
> > > >> prefix=/zlib-1.2.8
> > > >> > or
> > > >> > > > it
> > > >> > > > > is
> > > >> > > > > > >> > > > > > usr/local/bin
> > > >> > > > > > >> > > > > > > in
> > > >> > > > > > >> > > > > > > > > > order
> > > >> > > > > > >> > > > > > > > > > > > to be installed in the
system.*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *i found a problem when
> installing
> > > >> libpng
> > > >> > > > > > library. i
> > > >> > > > > > >> > used
> > > >> > > > > > >> > > > > thses
> > > >> > > > > > >> > > > > > > > > > > commands:*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *./configure
> > > >> > > > > --prefix=/root/Bureau/libpng-1.2.34*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *make *
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *make install*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *But when using configure,
an
> error
> > > >> occur
> > > >> > > > > > informing
> > > >> > > > > > >> me
> > > >> > > > > > >> > > that
> > > >> > > > > > >> > > > > > zlib
> > > >> > > > > > >> > > > > > > > > isn't
> > > >> > > > > > >> > > > > > > > > > > > installed.*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *So, i was wondering about
path
> to
> > > >> > install.
> > > >> > > It
> > > >> > > > > is
> > > >> > > > > > in
> > > >> > > > > > >> > the
> > > >> > > > > > >> > > > > > > directory
> > > >> > > > > > >> > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > > library or in the system
> > > >> > > unix(usr/local/bin)*
> > > >> > > > > > >> > > > > > > > > > > > *Thanks,*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > *khaoula melki*
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-04:00
Julie
> > > >> > Prestopnik
> > > >> > > > via
> > > >> > > > > > RT <
> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > >:
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > Hi Khaoula.
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > There will not be a bin
> > > subdirectory
> > > >> > when
> > > >> > > > you
> > > >> > > > > > >> unpack
> > > >> > > > > > >> > > > > met-5.0,
> > > >> > > > > > >> > > > > > > but
> > > >> > > > > > >> > > > > > > > > > there
> > > >> > > > > > >> > > > > > > > > > > > > should be upon a
successful
> > > >> installation
> > > >> > > of
> > > >> > > > > the
> > > >> > > > > > >> MET
> > > >> > > > > > >> > > > tools.
> > > >> > > > > > >> > > > > > > > Looking
> > > >> > > > > > >> > > > > > > > > > at
> > > >> > > > > > >> > > > > > > > > > > > your
> > > >> > > > > > >> > > > > > > > > > > > > make_install.log file I
see
> that
> > > >> there
> > > >> > is
> > > >> > > a
> > > >> > > > > > >> problem
> > > >> > > > > > >> > > > finding
> > > >> > > > > > >> > > > > > > > > grib2.h:
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > data2d_grib2.h:27:21:
erreur:
> > > >> grib2.h :
> > > >> > > > Aucun
> > > >> > > > > > >> fichier
> > > >> > > > > > >> > > ou
> > > >> > > > > > >> > > > > > > dossier
> > > >> > > > > > >> > > > > > > > de
> > > >> > > > > > >> > > > > > > > > > ce
> > > >> > > > > > >> > > > > > > > > > > > type
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > NCEP's GRIB2C library is
used
> by
> > > the
> > > >> MET
> > > >> > > > > library
> > > >> > > > > > >> code
> > > >> > > > > > >> > > to
> > > >> > > > > > >> > > > > read
> > > >> > > > > > >> > > > > > > > GRIB2
> > > >> > > > > > >> > > > > > > > > > > data
> > > >> > > > > > >> > > > > > > > > > > > > files.  If you do not
need
> GRIB2
> > > >> > > capability,
> > > >> > > > > you
> > > >> > > > > > >> can
> > > >> > > > > > >> > > > simply
> > > >> > > > > > >> > > > > > > skip
> > > >> > > > > > >> > > > > > > > > this
> > > >> > > > > > >> > > > > > > > > > > > part
> > > >> > > > > > >> > > > > > > > > > > > > of the installation by
removing
> > > >> > > > > "--enable-grib2"
> > > >> > > > > > >> from
> > > >> > > > > > >> > > > your
> > > >> > > > > > >> > > > > > list
> > > >> > > > > > >> > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > > options
> > > >> > > > > > >> > > > > > > > > > > > > to "./configure".  If
you do
> need
> > > >> GRIB2
> > > >> > > > > > capability
> > > >> > > > > > >> > and
> > > >> > > > > > >> > > > the
> > > >> > > > > > >> > > > > > > grib2c
> > > >> > > > > > >> > > > > > > > > > > library
> > > >> > > > > > >> > > > > > > > > > > > > is not already on your
system,
> > you
> > > >> will
> > > >> > > need
> > > >> > > > > to
> > > >> > > > > > >> > > download
> > > >> > > > > > >> > > > > and
> > > >> > > > > > >> > > > > > > > unpack
> > > >> > > > > > >> > > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > > > grib2c tarball (
> > > >> > > > > > >> > > > > >
> http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > > >> > > > > > >> > > > > > > > and
> > > >> > > > > > >> > > > > > > > > > > refer
> > > >> > > > > > >> > > > > > > > > > > > > to
> > > >> > > > > > >> > > > > > > > > > > > > the README file. Once
built,
> MET
> > > >> expects
> > > >> > > the
> > > >> > > > > > GRIB2
> > > >> > > > > > >> > > > > C-Library
> > > >> > > > > > >> > > > > > to
> > > >> > > > > > >> > > > > > > > be
> > > >> > > > > > >> > > > > > > > > > > named
> > > >> > > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The GRIB2
> > C-Library
> > > >> > > *requires
> > > >> > > > > the
> > > >> > > > > > >> > > > libraries
> > > >> > > > > > >> > > > > > > zlib,
> > > >> > > > > > >> > > > > > > > > > jasper
> > > >> > > > > > >> > > > > > > > > > > > and
> > > >> > > > > > >> > > > > > > > > > > > > png* to be present on
your
> system
> > > and
> > > >> > > those
> > > >> > > > > > >> packages
> > > >> > > > > > >> > > are
> > > >> > > > > > >> > > > > all
> > > >> > > > > > >> > > > > > > > > > available
> > > >> > > > > > >> > > > > > > > > > > in
> > > >> > > > > > >> > > > > > > > > > > > > the link above. When
> configuring
> > > the
> > > >> MET
> > > >> > > > build
> > > >> > > > > > >> after
> > > >> > > > > > >> > > > > > > installation
> > > >> > > > > > >> > > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > > > necessary libraries (or
if
> > grib2c,
> > > >> zlib,
> > > >> > > > > jasper,
> > > >> > > > > > >> and
> > > >> > > > > > >> > > png
> > > >> > > > > > >> > > > > are
> > > >> > > > > > >> > > > > > > > > already
> > > >> > > > > > >> > > > > > > > > > on
> > > >> > > > > > >> > > > > > > > > > > > > your system), set the
> > *MET_GRIB2C*
> > > >> (or
> > > >> > > > > > >> > *MET_GRIB2CINC*
> > > >> > > > > > >> > > > and
> > > >> > > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> > > >> > > > > > >> > > > > > > > > > > > > environment variables to
> indicate
> > > the
> > > >> > > > location
> > > >> > > > > > of
> > > >> > > > > > >> > this
> > > >> > > > > > >> > > > > > library.
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > Please let us know if
you have
> > any
> > > >> > > > questions.
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > Julie
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at
3:28 AM,
> > > Melki
> > > >> > > > Khaoula
> > > >> > > > > > via
> > > >> > > > > > >> RT
> > > >> > > > > > >> > <
> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu>
> > > >> > > > > > >> > > > > > > > > > > > > wrote:
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > <URL:
> > > >> > > > > > >> > > > > > >
> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > Hi Julie,
> > > >> > > > > > >> > > > > > > > > > > > > > thank you for your
response.
> > > >> > > > > > >> > > > > > > > > > > > > > it rebuilt nectd.
> > > >> > > > > > >> > > > > > > > > > > > > > my problem now is the
bin
> > > >> > subdirectory.
> > > >> > > > > > >> > > > > > > > > > > > > > when unpacking met-
5.0, thre
> is
> > > no
> > > >> > > > > > subdirectory
> > > >> > > > > > >> > > called
> > > >> > > > > > >> > > > > bin.
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > Also, after setting
> environment
> > > >> > > > variables, i
> > > >> > > > > > >> used
> > > >> > > > > > >> > the
> > > >> > > > > > >> > > > > > > > > configuration
> > > >> > > > > > >> > > > > > > > > > > > > script
> > > >> > > > > > >> > > > > > > > > > > > > > with: ./configure
> > --prefix=`pwd`
> > > >> > > > > > --enable-grib2
> > > >> > > > > > >> > > > > > > --enable-modis
> > > >> > > > > > >> > > > > > > > > > > > > > --enable-mode_graphics
> > > >> > > > > > >> > > > > > > > > > > > > > there is no bin
subdirectory
> > > >> built or
> > > >> > > > > > >> recreated.
> > > >> > > > > > >> > > > > > > > > > > > > > Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > Khaoula
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-
04:00
> > Julie
> > > >> > > > Prestopnik
> > > >> > > > > > via
> > > >> > > > > > >> RT
> > > >> > > > > > >> > <
> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > > > >:
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > Taking another look
at
> this,
> > I
> > > do
> > > >> > not
> > > >> > > > see
> > > >> > > > > a
> > > >> > > > > > >> "-I"
> > > >> > > > > > >> > > > entry
> > > >> > > > > > >> > > > > > for
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > "/root/Bureau/netcdf-4.3.3.1",
> > > >> > which I
> > > >> > > > > > believe
> > > >> > > > > > >> > you
> > > >> > > > > > >> > > > have
> > > >> > > > > > >> > > > > > > > > > MET_NETCDF
> > > >> > > > > > >> > > > > > > > > > > > set
> > > >> > > > > > >> > > > > > > > > > > > > > to.
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H
-I.
> > > >> -I../../..
> > > >> > > > > > >> > > > > > > > -I../../../src/basic/vx_cal
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/basic/vx_config
> > > >> > > > > > >> > > > > > -I../../../src/basic/vx_log
> > > >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/basic/vx_math
> > > >> > > > > > >> > > > > -I../../../src/basic/vx_util
> > > >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_afm
> > > >> > > > > > >> > > > > > > > > > >
> > -I../../../src/libcode/vx_analysis_util
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_color
> > > >> > > > > > >> > > > > > > > > -I../../../src/libcode/vx_data2d
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > -I../../../src/libcode/vx_data2d_factory
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > -I../../../src/libcode/vx_data2d_grib
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > -I../../../src/libcode/vx_data2d_grib2
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > -I../../../src/libcode/vx_data2d_nccf
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > -I../../../src/libcode/vx_data2d_nc_met
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > -I../../../src/libcode/vx_geodesy
> > > >> > > > > > >> > > > > > > > > >
-I../../../src/libcode/vx_gnomon
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > -I../../../src/libcode/vx_grid
> > > >> > > > > > >> > > > > > > > >
-I../../../src/libcode/vx_gsl_prob
> > > >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_nav
> > > >> > > > > > >> > > > > > > > -I../../../src/libcode/vx_nc_util
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > -I../../../src/libcode/vx_pb_util
> > > >> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_plot_util
> > > >> > > > > > >> > > > > > > > > > > > > > >
> -I../../../src/libcode/vx_ps
> > > >> > > > > > >> > > > > > -I../../../src/libcode/vx_pxm
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > -I../../../src/libcode/vx_render
> > > >> > > > > > >> > > > > > > > > > >
-I../../../src/libcode/vx_shapedata
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> -I../../../src/libcode/vx_statistics
> > > >> > > > > > >> > > > > > > > > > > >
> -I../../../src/libcode/vx_stat_out
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > -I../../../src/libcode/vx_tc_util
> > > >> > > > -DBLOCK4
> > > >> > > > > > >> > > > -DWITH_GRIB2
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
> > > >> > > > > > >> > -g
> > > >> > > > > > >> > > > -MT
> > > >> > > > > > >> > > > > > > > > > > > > > >
> libvx_nc_util_a-nc_var_info.o
> > > -MD
> > > >> > -MP
> > > >> > > > -MF
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > .deps/libvx_nc_util_a-nc_var_info.Tpo
> > > >> > > -c
> > > >> > > > > -o
> > > >> > > > > > >> > > > > > > > > > > > > libvx_nc_util_a-
nc_var_info.o
> > > >> > > > > > >> > > > > > > > > > > > > > > `test -f
'nc_var_info.cc'
> ||
> > > echo
> > > >> > > > > > >> > > './'`nc_var_info.cc
> > > >> > > > > > >> > > > > > > > > > > > > > > Dans le fichier
inclus à
> > partir
> > > >> de
> > > >> > > > > > >> > > nc_var_info.cc:24:
> > > >> > > > > > >> > > > > > > > > > > > > > > nc_var_info.h:24:21:
> erreur:
> > > >> > > netcdf.hh :
> > > >> > > > > > Aucun
> > > >> > > > > > >> > > > fichier
> > > >> > > > > > >> > > > > ou
> > > >> > > > > > >> > > > > > > > > dossier
> > > >> > > > > > >> > > > > > > > > > > de
> > > >> > > > > > >> > > > > > > > > > > > ce
> > > >> > > > > > >> > > > > > > > > > > > > > > type
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > You could check the
include
> > > area
> > > >> for
> > > >> > > > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> > > >> > > > > > >> > > > > > > > > > to
> > > >> > > > > > >> > > > > > > > > > > > see
> > > >> > > > > > >> > > > > > > > > > > > > > if
> > > >> > > > > > >> > > > > > > > > > > > > > > there is a netcdf.hh
file.
> > If
> > > >> there
> > > >> > > is,
> > > >> > > > > > >> you'll
> > > >> > > > > > >> > > need
> > > >> > > > > > >> > > > to
> > > >> > > > > > >> > > > > > > make
> > > >> > > > > > >> > > > > > > > > sure
> > > >> > > > > > >> > > > > > > > > > > > that
> > > >> > > > > > >> > > > > > > > > > > > > > met
> > > >> > > > > > >> > > > > > > > > > > > > > > can find it by
making sure
> > the
> > > >> > > > MET_NETCDF
> > > >> > > > > is
> > > >> > > > > > >> set
> > > >> > > > > > >> > > > > > correctly,
> > > >> > > > > > >> > > > > > > > > then
> > > >> > > > > > >> > > > > > > > > > > > source
> > > >> > > > > > >> > > > > > > > > > > > > > > your .bashrc or
similar
> file,
> > > >> > > > reconfigure,
> > > >> > > > > > and
> > > >> > > > > > >> > > > rebuild
> > > >> > > > > > >> > > > > > MET,
> > > >> > > > > > >> > > > > > > > > > > > otherwise,
> > > >> > > > > > >> > > > > > > > > > > > > if
> > > >> > > > > > >> > > > > > > > > > > > > > > it is not there, I
would
> > > suggest
> > > >> > > > following
> > > >> > > > > > the
> > > >> > > > > > >> > > > > > instructions
> > > >> > > > > > >> > > > > > > > in
> > > >> > > > > > >> > > > > > > > > my
> > > >> > > > > > >> > > > > > > > > > > > most
> > > >> > > > > > >> > > > > > > > > > > > > > > recent previous
email.
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > Please let us know
how it
> > works
> > > >> out.
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > > Julie
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015
at 1:52
> > PM,
> > > >> > Julie
> > > >> > > > > > >> Prestopnik
> > > >> > > > > > >> > <
> > > >> > > > > > >> > > > > > > > > > jpresto at ucar.edu
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > wrote:
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I
apologize
> > for
> > > >> the
> > > >> > > > delayed
> > > >> > > > > > >> > > > response.  I
> > > >> > > > > > >> > > > > > was
> > > >> > > > > > >> > > > > > > > out
> > > >> > > > > > >> > > > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > > > town.
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > I believe that I
see in
> > your
> > > >> > > > > > >> make_install.log
> > > >> > > > > > >> > > that
> > > >> > > > > > >> > > > > > there
> > > >> > > > > > >> > > > > > > > is a
> > > >> > > > > > >> > > > > > > > > > > > problem
> > > >> > > > > > >> > > > > > > > > > > > > > > > finding netcdf.hh:
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >
nc_var_info.h:24:21:
> > erreur:
> > > >> > > > netcdf.hh :
> > > >> > > > > > >> Aucun
> > > >> > > > > > >> > > > > fichier
> > > >> > > > > > >> > > > > > ou
> > > >> > > > > > >> > > > > > > > > > dossier
> > > >> > > > > > >> > > > > > > > > > > > de
> > > >> > > > > > >> > > > > > > > > > > > > ce
> > > >> > > > > > >> > > > > > > > > > > > > > > > type
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > We've typically
been
> > > compiling
> > > >> MET
> > > >> > > > using
> > > >> > > > > > >> NetCDF
> > > >> > > > > > >> > > > > version
> > > >> > > > > > >> > > > > > > 3 -
> > > >> > > > > > >> > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > > > > specific
> > > >> > > > > > >> > > > > > > > > > > > > > > > version is
> netcdf-3.6.3.  I
> > > >> know
> > > >> > > that
> > > >> > > > > some
> > > >> > > > > > >> of
> > > >> > > > > > >> > the
> > > >> > > > > > >> > > > > > > versions
> > > >> > > > > > >> > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > > netcdf
> > > >> > > > > > >> > > > > > > > > > > > > no
> > > >> > > > > > >> > > > > > > > > > > > > > > > longer include
netcdf.hh,
> > but
> > > >> that
> > > >> > > > file
> > > >> > > > > is
> > > >> > > > > > >> > > > necessary
> > > >> > > > > > >> > > > > > for
> > > >> > > > > > >> > > > > > > > our
> > > >> > > > > > >> > > > > > > > > > > code.
> > > >> > > > > > >> > > > > > > > > > > > > I'd
> > > >> > > > > > >> > > > > > > > > > > > > > > > suggest
downloading and
> > > >> compiling
> > > >> > > > NetCDF
> > > >> > > > > > >> 3.6.3
> > > >> > > > > > >> > > > > locally
> > > >> > > > > > >> > > > > > > > using
> > > >> > > > > > >> > > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > > > > > > following steps:
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > Download NetCDF
3.6.3
> from
> > > >> here:
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > >
> > > >> > > > > > >> > > >
> > > >> > > > > > >>
> > > >> > > >
> > > >>
> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > Then run:
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > tar -zxf
> > netcdf-3.6.3.tar.gz
> > > >> > > > > > >> > > > > > > > > > > > > > > > ./configure
> --prefix=`pwd`
> > > >> > > > > > >> > > > > > > > > > > > > > > > make
> > > >> > > > > > >> > > > > > > > > > > > > > > > make install
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > These commands
should
> > compile
> > > >> the
> > > >> > C
> > > >> > > > and
> > > >> > > > > > C++
> > > >> > > > > > >> > > > > interfaces
> > > >> > > > > > >> > > > > > > for
> > > >> > > > > > >> > > > > > > > > > NetCDF
> > > >> > > > > > >> > > > > > > > > > > > and
> > > >> > > > > > >> > > > > > > > > > > > > > > > skip the Fortran
> interface
> > > that
> > > >> > MET
> > > >> > > > > > doesn't
> > > >> > > > > > >> > use.
> > > >> > > > > > >> > > > It
> > > >> > > > > > >> > > > > > will
> > > >> > > > > > >> > > > > > > > > > install
> > > >> > > > > > >> > > > > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > > > > > > library in current
> > > >> "netcdf-3.6.3"
> > > >> > > > > > directory
> > > >> > > > > > >> due
> > > >> > > > > > >> > > to
> > > >> > > > > > >> > > > > the
> > > >> > > > > > >> > > > > > > > > > > > --prefix=`pwd`
> > > >> > > > > > >> > > > > > > > > > > > > > > > option.
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > Next, you'll need
to edit
> > > where
> > > >> > you
> > > >> > > > set
> > > >> > > > > > >> > > MET_NETCDF
> > > >> > > > > > >> > > > to
> > > >> > > > > > >> > > > > > > point
> > > >> > > > > > >> > > > > > > > > to
> > > >> > > > > > >> > > > > > > > > > > this
> > > >> > > > > > >> > > > > > > > > > > > > new
> > > >> > > > > > >> > > > > > > > > > > > > > > > location, source
your
> > .bashrc
> > > >> or
> > > >> > > > > similiar
> > > >> > > > > > >> file,
> > > >> > > > > > >> > > and
> > > >> > > > > > >> > > > > > > rebuild
> > > >> > > > > > >> > > > > > > > > > MET.
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > Please let us know
if
> that
> > > >> works
> > > >> > > well
> > > >> > > > > for
> > > >> > > > > > >> you.
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > > > Julie
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > On Fri, Jun 26,
2015 at
> > 4:24
> > > >> AM,
> > > >> > > Melki
> > > >> > > > > > >> Khaoula
> > > >> > > > > > >> > > via
> > > >> > > > > > >> > > > > RT <
> > > >> > > > > > >> > > > > > > > > > > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > > wrote:
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> <URL:
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> Hello John,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> the error was
there is
> no
> > > >> > compilor
> > > >> > > of
> > > >> > > > > > C++.
> > > >> > > > > > >> so
> > > >> > > > > > >> > i
> > > >> > > > > > >> > > > > > > downloaded
> > > >> > > > > > >> > > > > > > > > g++
> > > >> > > > > > >> > > > > > > > > > > > > using :
> > > >> > > > > > >> > > > > > > > > > > > > > > yum
> > > >> > > > > > >> > > > > > > > > > > > > > > >> install gcc-c++.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> I didn't
understand the
> > bin
> > > >> > > > > > subdirectory. I
> > > >> > > > > > >> > > looked
> > > >> > > > > > >> > > > > to
> > > >> > > > > > >> > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > met-5.0
> > > >> > > > > > >> > > > > > > > > > > > > > > >> directory, i
didin't
> find
> > a
> > > >> > > > > subdirectory
> > > >> > > > > > >> > called
> > > >> > > > > > >> > > > bin.
> > > >> > > > > > >> > > > > > But
> > > >> > > > > > >> > > > > > > > > files
> > > >> > > > > > >> > > > > > > > > > > > cited
> > > >> > > > > > >> > > > > > > > > > > > > > in
> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > > >> > > > > > >> > > > > > > > > > > > > > > >> Built executables
are
> > > located
> > > >> in
> > > >> > > the
> > > >> > > > > > output
> > > >> > > > > > >> > > > > > > subdirectory.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> The compilation
of *make
> > > >> install
> > > >> > >&
> > > >> > > > > > >> > > > make_install.log
> > > >> > > > > > >> > > > > > &*
> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
> make_install.log
> > >  *
> > > >> > > > > > >> > > > > > > > > > > > > > > >> * send an error.*
> > > >> > > > > > >> > > > > > > > > > > > > > > >> *there is two
> executables,
> > > >> *the
> > > >> > > > first
> > > >> > > > > is
> > > >> > > > > > >> > called
> > > >> > > > > > >> > > > > > > > > > configuration1.
> > > >> > > > > > >> > > > > > > > > > > > It
> > > >> > > > > > >> > > > > > > > > > > > > is
> > > >> > > > > > >> > > > > > > > > > > > > > > >> about run of ./
> > > >> > > > > > >> > > > > > > > > > > > > > > >> *configure
> --prefix=`pwd`
> > > >> > > > > --enable-grib2
> > > >> > > > > > >> > > > > > --enable-modis
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> --enable-mode_graphics*The
> > > >> second
> > > >> > > is
> > > >> > > > > > called
> > > >> > > > > > >> > make
> > > >> > > > > > >> > > > > > > > > install.log,
> > > >> > > > > > >> > > > > > > > > > > > > obtained
> > > >> > > > > > >> > > > > > > > > > > > > > > >> after running :
> > > >> > > > > > >> > > > > > > > > > > > > > > >> *make install >&
> > > >> make_install.log
> > > >> > > &*
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
> make_install.log*
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32
> GMT-04:00
> > > >> Melki
> > > >> > > > > Khaoula <
> > > >> > > > > > >> > > > > > > > > > khaoula.enit at gmail.com
> > > >> > > > > > >> > > > > > > > > > > >:
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Hello John,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Thank you for
your
> help.
> > > it
> > > >> > > really
> > > >> > > > > > works.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > I am in the
> > configuration
> > > >> step.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > when executing
the
> > command
> > > >> of :
> > > >> > > > > > >> ./configure
> > > >> > > > > > >> > > > > > > > --prefix=`pwd`
> > > >> > > > > > >> > > > > > > > > > > > > > > >> --enable-grib2
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > --enable-modis
> > > >> > > > > --enable-mode_graphics.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > i found that
when
> > cheking
> > > >> for
> > > >> > > some
> > > >> > > > > > >> > compilers,
> > > >> > > > > > >> > > > the
> > > >> > > > > > >> > > > > > > system
> > > >> > > > > > >> > > > > > > > > > > return
> > > >> > > > > > >> > > > > > > > > > > > > no.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > for example:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
bison...
> no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
byacc...
> no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
g++... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
c++... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
gpp... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
aCC... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
CC... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cxx... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cc++...
> no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cl.exe...
> > no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
FCC... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
KCC... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
RCC... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
xlC_r...
> no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
xlC... no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
whether the
> C++
> > > >> > compiler
> > > >> > > > > > >> works...
> > > >> > > > > > >> > no
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > IS there any
errors?
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > you will find
the
> > > executive
> > > >> > file
> > > >> > > > > called
> > > >> > > > > > >> > > > > > configuration.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Khaoula
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> > 2015-06-25
11:43
> > GMT-04:00
> > > >> John
> > > >> > > > > Halley
> > > >> > > > > > >> > Gotway
> > > >> > > > > > >> > > > via
> > > >> > > > > > >> > > > > > RT <
> > > >> > > > > > >> > > > > > > > > > > > > > > met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Looks like you
have
> > > syntax
> > > >> > wrong
> > > >> > > > on
> > > >> > > > > > >> those
> > > >> > > > > > >> > > > > commands.
> > > >> > > > > > >> > > > > > > > > Please
> > > >> > > > > > >> > > > > > > > > > > try
> > > >> > > > > > >> > > > > > > > > > > > > > this:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > > >> > > > > > >> > > > > > > >
> > > >> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > > >> > > > > > >> > > > > > MET_NETCDFLIB=/root/Bureau/netcdf-
4.3.3.1/lib
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Actually since
your
> > > NetCDF
> > > >> > build
> > > >> > > > is
> > > >> > > > > > >> > installed
> > > >> > > > > > >> > > > in
> > > >> > > > > > >> > > > > > the
> > > >> > > > > > >> > > > > > > > > > standard
> > > >> > > > > > >> > > > > > > > > > > > > way,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> this is
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> all you really
need
> to
> > > set:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > > >> > > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> And MET
assumes that
> > the
> > > >> > headers
> > > >> > > > are
> > > >> > > > > > in
> > > >> > > > > > >> the
> > > >> > > > > > >> > > > > > "include"
> > > >> > > > > > >> > > > > > > > > > > > > subdirectory
> > > >> > > > > > >> > > > > > > > > > > > > > > and
> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> library
archive files
> > are
> > > >> in
> > > >> > the
> > > >> > > > > "lib"
> > > >> > > > > > >> > > > > > subdirectory.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> John
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun
25, 2015
> at
> > > >> 6:58
> > > >> > AM,
> > > >> > > > > Melki
> > > >> > > > > > >> > > Khaoula
> > > >> > > > > > >> > > > > via
> > > >> > > > > > >> > > > > > > RT <
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> wrote:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thank you
for your
> > > help.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm grateful
for
> you
> > > and
> > > >> > > Julie.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm now
setting
> > > >> environment
> > > >> > > > > > variables.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I want to
confirm
> > this
> > > >> > command
> > > >> > > > if
> > > >> > > > > it
> > > >> > > > > > >> is
> > > >> > > > > > >> > > right
> > > >> > > > > > >> > > > > or
> > > >> > > > > > >> > > > > > > no,
> > > >> > > > > > >> > > > > > > > > for
> > > >> > > > > > >> > > > > > > > > > > > > example,
> > > >> > > > > > >> > > > > > > > > > > > > > > if
> > > >> > > > > > >> > > > > > > > > > > > > > > >> i
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> set:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > >
> > > >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > in order to
Set
> > > >> > *$MET_NETCDF*
> > > >> > > to
> > > >> > > > > > >> point to
> > > >> > > > > > >> > > the
> > > >> > > > > > >> > > > > > main
> > > >> > > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I  use  also
the
> same
> > > >> > process
> > > >> > > to
> > > >> > > > > set
> > > >> > > > > > >> > others
> > > >> > > > > > >> > > > > > > external
> > > >> > > > > > >> > > > > > > > > > > > libraries.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I let you
know that
> > my
> > > >> shell
> > > >> > > is
> > > >> > > > > > bash,
> > > >> > > > > > >> so
> > > >> > > > > > >> > i
> > > >> > > > > > >> > > > > can't
> > > >> > > > > > >> > > > > > > use
> > > >> > > > > > >> > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > > export
> > > >> > > > > > >> > > > > > > > > > > > > > > >> command.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Im wondering
if i'm
> > in
> > > >> the
> > > >> > > right
> > > >> > > > > > way,
> > > >> > > > > > >> > > because
> > > >> > > > > > >> > > > > the
> > > >> > > > > > >> > > > > > > > > command
> > > >> > > > > > >> > > > > > > > > > > > with
> > > >> > > > > > >> > > > > > > > > > > > > > > export
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > doesn't
produce any
> > > >> error to
> > > >> > > > > verify
> > > >> > > > > > if
> > > >> > > > > > >> > i'm
> > > >> > > > > > >> > > > > right
> > > >> > > > > > >> > > > > > or
> > > >> > > > > > >> > > > > > > > > > wrong.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24
11:42
> > > >> GMT-04:00
> > > >> > > John
> > > >> > > > > > Halley
> > > >> > > > > > >> > > Gotway
> > > >> > > > > > >> > > > > via
> > > >> > > > > > >> > > > > > > RT
> > > >> > > > > > >> > > > > > > > <
> > > >> > > > > > >> > > > > > > > > > > > > > > >> met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hello
Khaoula,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Julie is
out of
> > town.
> > > >> My
> > > >> > > name
> > > >> > > > > is
> > > >> > > > > > >> John,
> > > >> > > > > > >> > > and
> > > >> > > > > > >> > > > > I'd
> > > >> > > > > > >> > > > > > > be
> > > >> > > > > > >> > > > > > > > > > happy
> > > >> > > > > > >> > > > > > > > > > > to
> > > >> > > > > > >> > > > > > > > > > > > > > help
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> answer
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > your MET
> questions.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > I see that
you're
> > > >> trying
> > > >> > to
> > > >> > > > get
> > > >> > > > > up
> > > >> > > > > > >> and
> > > >> > > > > > >> > > > > running
> > > >> > > > > > >> > > > > > > > using
> > > >> > > > > > >> > > > > > > > > > MET
> > > >> > > > > > >> > > > > > > > > > > to
> > > >> > > > > > >> > > > > > > > > > > > > > > verify
> > > >> > > > > > >> > > > > > > > > > > > > > > >> WRF
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > output.
MET
> > doesn't
> > > >> read
> > > >> > > WRF
> > > >> > > > > > output
> > > >> > > > > > >> > > files
> > > >> > > > > > >> > > > > > > > directly,
> > > >> > > > > > >> > > > > > > > > > but
> > > >> > > > > > >> > > > > > > > > > > > > > requires
> > > >> > > > > > >> > > > > > > > > > > > > > > >> that
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > they
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > first be
> > > post-processed
> > > >> > > either
> > > >> > > > > > with
> > > >> > > > > > >> the
> > > >> > > > > > >> > > > > WRF-ARW
> > > >> > > > > > >> > > > > > > > > pinterp
> > > >> > > > > > >> > > > > > > > > > > > > utility
> > > >> > > > > > >> > > > > > > > > > > > > > > or
> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Unified
> > > Post-Processor
> > > >> > > (UPP).
> > > >> > > > > Of
> > > >> > > > > > >> the
> > > >> > > > > > >> > > two,
> > > >> > > > > > >> > > > > I'd
> > > >> > > > > > >> > > > > > > > > strongly
> > > >> > > > > > >> > > > > > > > > > > > > > recommend
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> using
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > UPP
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > which
creates
> > output
> > > in
> > > >> > GRIB
> > > >> > > > > > format
> > > >> > > > > > >> > that
> > > >> > > > > > >> > > is
> > > >> > > > > > >> > > > > > fully
> > > >> > > > > > >> > > > > > > > > > > supported
> > > >> > > > > > >> > > > > > > > > > > > > by
> > > >> > > > > > >> > > > > > > > > > > > > > > MET.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> The
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > pinterp
utility
> > > writes
> > > >> it
> > > >> > > > output
> > > >> > > > > > in
> > > >> > > > > > >> > > NetCDF
> > > >> > > > > > >> > > > > but
> > > >> > > > > > >> > > > > > we
> > > >> > > > > > >> > > > > > > > > only
> > > >> > > > > > >> > > > > > > > > > > > > support
> > > >> > > > > > >> > > > > > > > > > > > > > > data
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > defined
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > on the
> > non-staggered
> > > >> > > > dimensions.
> > > >> > > > > > >> Since
> > > >> > > > > > >> > > > > > velocity
> > > >> > > > > > >> > > > > > > > > points
> > > >> > > > > > >> > > > > > > > > > > are
> > > >> > > > > > >> > > > > > > > > > > > > > > >> staggered
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET
can't be
> > > used
> > > >> to
> > > >> > > > > > verifying
> > > >> > > > > > >> > winds
> > > >> > > > > > >> > > > in
> > > >> > > > > > >> > > > > > > > pinterp
> > > >> > > > > > >> > > > > > > > > > > > output.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Another
advantage
> > to
> > > >> using
> > > >> > > UPP
> > > >> > > > > is
> > > >> > > > > > >> that
> > > >> > > > > > >> > > GRIB
> > > >> > > > > > >> > > > > > data
> > > >> > > > > > >> > > > > > > > can
> > > >> > > > > > >> > > > > > > > > be
> > > >> > > > > > >> > > > > > > > > > > > > easily
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> regridded
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > using the
copygb
> > > >> utility.
> > > >> > > > > copygb
> > > >> > > > > > is
> > > >> > > > > > >> > > > included
> > > >> > > > > > >> > > > > > in
> > > >> > > > > > >> > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > UPP
> > > >> > > > > > >> > > > > > > > > > > > > > package.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > You can
download
> > > >> pinterp
> > > >> > > here:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > >
> > > >> > > > > > >> > > > > > > > >
> > > >> > > > > > >> > > > > > > >
> > > >> > > > > > >> > > > > > >
> > > >> > > > > > >> > > > > >
> > > >> > > > > > >> > > > >
> > > >> > > > > > >> > > >
> > > >> > > > > > >> > >
> > > >> > > > > > >> >
> > > >> > > > > > >>
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > And you
can
> > download
> > > >> UPP
> > > >> > > here:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > >
> > > >> > > > > > >> > >
> > > >> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hope that
helps.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > John
Halley
> Gotway
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > On Wed,
Jun 24,
> > 2015
> > > at
> > > >> > 6:29
> > > >> > > > AM,
> > > >> > > > > > >> Melki
> > > >> > > > > > >> > > > > Khaoula
> > > >> > > > > > >> > > > > > > via
> > > >> > > > > > >> > > > > > > > > RT <
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
> > > >> > > > > > >> > > > > > > > > > > > > >
> > > >> > > > > > >> > > >
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi
Julie,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
compiled all
> > > >> > libraries.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
downloaded
> post
> > > >> > > processor
> > > >> > > > > but
> > > >> > > > > > i
> > > >> > > > > > >> > can't
> > > >> > > > > > >> > > > > find
> > > >> > > > > > >> > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > WRF-ARW
> > > >> > > > > > >> > > > > > > > > > > > > > > p-interp
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Tool
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > when
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i use
the link
> > > >> posted in
> > > >> > > the
> > > >> > > > > > >> > tutorial.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
also,what i
> don't
> > > >> > > understand
> > > >> > > > > the
> > > >> > > > > > >> > > utility
> > > >> > > > > > >> > > > of
> > > >> > > > > > >> > > > > > the
> > > >> > > > > > >> > > > > > > > > > copygb
> > > >> > > > > > >> > > > > > > > > > > > > > utility
> > > >> > > > > > >> > > > > > > > > > > > > > > >> and
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > from
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > where to
get
> it.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i don't
know
> what
> > > to
> > > >> do
> > > >> > > next
> > > >> > > > > to
> > > >> > > > > > >> > > > downloading
> > > >> > > > > > >> > > > > > and
> > > >> > > > > > >> > > > > > > > > > > compiling
> > > >> > > > > > >> > > > > > > > > > > > > > > >> required
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
libraries.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > 2015-06-
24 7:10
> > > >> > GMT-04:00
> > > >> > > > > Melki
> > > >> > > > > > >> > > Khaoula <
> > > >> > > > > > >> > > > > > > > > > > > > > >
khaoula.enit at gmail.com
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi
Julie,*
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *I
unpacked
> > the
> > > >> HDF
> > > >> > > > > > librarry.*
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *When
lookig
> > the
> > > >> > HDF-EOS
> > > >> > > > > > >> library, i
> > > >> > > > > > >> > > > found
> > > >> > > > > > >> > > > > > in
> > > >> > > > > > >> > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > > website
> > > >> > > > > > >> > > > > > > > > > > > > is
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > HDF-EOS2.16v1.00.tar.Z.*
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *i
tried to
> > > unpack
> > > >> > it, i
> > > >> > > > > > didn't
> > > >> > > > > > >> > find
> > > >> > > > > > >> > > > the
> > > >> > > > > > >> > > > > > > right
> > > >> > > > > > >> > > > > > > > > > > command
> > > >> > > > > > >> > > > > > > > > > > > to
> > > >> > > > > > >> > > > > > > > > > > > > > do
> > > >> > > > > > >> > > > > > > > > > > > > > > >> it.*
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Is
there any
> > > >> command
> > > >> > to
> > > >> > > > > unpak
> > > >> > > > > > >> this
> > > >> > > > > > >> > > > > > library.*
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Thanks,*
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Khaoula  *
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > 2015-
06-23
> > 12:37
> > > >> > > GMT-04:00
> > > >> > > > > > Julie
> > > >> > > > > > >> > > > > Prestopnik
> > > >> > > > > > >> > > > > > > via
> > > >> > > > > > >> > > > > > > > > RT
> > > >> > > > > > >> > > > > > > > > > <
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi
Khaoula.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> The
GRIB2
> > > >> C-Library
> > > >> > is
> > > >> > > > used
> > > >> > > > > > by
> > > >> > > > > > >> the
> > > >> > > > > > >> > > MET
> > > >> > > > > > >> > > > > > > library
> > > >> > > > > > >> > > > > > > > > > code
> > > >> > > > > > >> > > > > > > > > > > to
> > > >> > > > > > >> > > > > > > > > > > > > > read
> > > >> > > > > > >> > > > > > > > > > > > > > > >> GRIB2
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > data
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
files. The
> > GRIB2
> > > >> > > > C-Library
> > > >> > > > > > >> > requires
> > > >> > > > > > >> > > > the
> > > >> > > > > > >> > > > > > > > > libraries
> > > >> > > > > > >> > > > > > > > > > > > zlib,
> > > >> > > > > > >> > > > > > > > > > > > > > > jasper
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> and
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > png
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > to
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> be
present
> on
> > > your
> > > >> > > > system.
> > > >> > > > > > >> Support
> > > >> > > > > > >> > > for
> > > >> > > > > > >> > > > > > GRIB2
> > > >> > > > > > >> > > > > > > > is
> > > >> > > > > > >> > > > > > > > > > > > optional
> > > >> > > > > > >> > > > > > > > > > > > > > and
> > > >> > > > > > >> > > > > > > > > > > > > > > >> can
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> be
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
enabled
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> with
the
> > > >> > > *--enable-grib2*
> > > >> > > > > > >> option
> > > >> > > > > > >> > for
> > > >> > > > > > >> > > > > > > > configure.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> I
hope that
> > > helps.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Julie
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> On
Tue, Jun
> > 23,
> > > >> 2015
> > > >> > at
> > > >> > > > > 6:56
> > > >> > > > > > >> AM,
> > > >> > > > > > >> > > Melki
> > > >> > > > > > >> > > > > > > Khaoula
> > > >> > > > > > >> > > > > > > > > via
> > > >> > > > > > >> > > > > > > > > > > RT
> > > >> > > > > > >> > > > > > > > > > > > <
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > met_help at ucar.edu>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
wrote:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
<URL:
> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > > >> > > > > > >> > > > > >
> > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thank you
> > > >> Julie,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > It
works.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > I
compile
> > > >> Nectcdf ,
> > > >> > > GNU
> > > >> > > > > > and
> > > >> > > > > > >> > zlib
> > > >> > > > > > >> > > > > > > libraries.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
About
> GRIB C
> > > >> > > library, i
> > > >> > > > > > >> > downloaded
> > > >> > > > > > >> > > > the
> > > >> > > > > > >> > > > > > > > library
> > > >> > > > > > >> > > > > > > > > > and
> > > >> > > > > > >> > > > > > > > > > > > > > > unpacked
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> it.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > how
it can
> > be
> > > >> used
> > > >> > by
> > > >> > > > > MET?
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thanks,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
khaoula
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
2015-06-19
> > > 17:58
> > > >> > > > > GMT+02:00
> > > >> > > > > > >> Julie
> > > >> > > > > > >> > > > > > > Prestopnik
> > > >> > > > > > >> > > > > > > > > via
> > > >> > > > > > >> > > > > > > > > > > RT <
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> met_help at ucar.edu
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
Hi
> Melki.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
I'm glad
> > > that
> > > >> you
> > > >> > > > were
> > > >> > > > > > >> able to
> > > >> > > > > > >> > > get
> > > >> > > > > > >> > > > > > > BUFRLIB
> > > >> > > > > > >> > > > > > > > > > > > > installed.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
You
> said,
> > > >> "when
> > > >> > > > trying
> > > >> > > > > to
> > > >> > > > > > >> run
> > > >> > > > > > >> > > the
> > > >> > > > > > >> > > > > firs
> > > >> > > > > > >> > > > > > > > > command
> > > >> > > > > > >> > > > > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > > *
> > > >> > > > > > >> > > > > > > > > > > > > > *cd
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > /path/to/netcdf.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > he
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
wrote me
> > no
> > > >> file
> > > >> > or
> > > >> > > > > > >> directory"
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
In the
> > > >> tutorial,
> > > >> > > when
> > > >> > > > > we
> > > >> > > > > > >> say
> > > >> > > > > > >> > > "*cd
> > > >> > > > > > >> > > > > > > > > > > > /path/to/netcdf*"
> > > >> > > > > > >> > > > > > > > > > > > > > you
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> should
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > change
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > directories
> > > to
> > > >> > the
> > > >> > > > > > location
> > > >> > > > > > >> > > where
> > > >> > > > > > >> > > > > your
> > > >> > > > > > >> > > > > > > > > netcdf
> > > >> > > > > > >> > > > > > > > > > > > > > directory
> > > >> > > > > > >> > > > > > > > > > > > > > > >> is on
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > your
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
machine.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
For
> > example,
> > > >> if
> > > >> > you
> > > >> > > > > > >> unpacked
> > > >> > > > > > >> > the
> > > >> > > > > > >> > > > tar
> > > >> > > > > > >> > > > > > > file
> > > >> > > > > > >> > > > > > > > > > > > > > > >> netcdf-
4.3.3.1.tar
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > a
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
directory
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
path of
> > > >> > > > > > >> > > > > > > > > /d2/melki/external_libs/netcdf-
4.3.3.1
> > > >> > > > > > >> > > > > > > > > > > you
> > > >> > > > > > >> > > > > > > > > > > > > > would
> > > >> > > > > > >> > > > > > > > > > > > > > > >> run
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> "cd
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > >> > > > > > /d2/melki/external_libs/netcdf-
4.3.3.1".
> > > >> > > > > > >> > > > > > > > > > > > > > > */path/to/netcdf
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> *is a
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > place
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
holder
> for
> > > the
> > > >> > > > location
> > > >> > > > > > on
> > > >> > > > > > >> > your
> > > >> > > > > > >> > > > > > machine.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
You
> said,
> > > >> "setenv
> > > >> > > CC
> > > >> > > > > > >> > > > > > > /path/to/c/compiler.
> > > >> > > > > > >> > > > > > > > It
> > > >> > > > > > >> > > > > > > > > > > > doesn't
> > > >> > > > > > >> > > > > > > > > > > > > > > >> work.he
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > said
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
command
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
of
> setenv
> > > >> doesn't
> > > >> > > > > > exist.*"
> > > >> > > > > > >> > > > "setenv"
> > > >> > > > > > >> > > > > > is
> > > >> > > > > > >> > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > name
> > > >> > > > > > >> > > > > > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > > > > the
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> command
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > used
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> to
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > set
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > environment
> > > >> > > variables
> > > >> > > > > in
> > > >> > > > > > >> the
> > > >> > > > > > >> > > *csh
> > > >> > > > > > >> > > > > > family
> > > >> > > > > > >> > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > > shells.
> > > >> > > > > > >> > > > > > > > > > > > > > If
> > > >> > > > > > >> > > > > > > > > > > > > > > >> you
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> are
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > using
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> a
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> different
> > > >> shell,
> > > >> > > > > however,
> > > >> > > > > > >> you
> > > >> > > > > > >> > > may
> > > >> > > > > > >> > > > > need
> > > >> > > > > > >> > > > > > > to
> > > >> > > > > > >> > > > > > > > > use
> > > >> > > > > > >> > > > > > > > > > > > > > "export",
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> which is
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > the
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> name
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
of the
> > > >> command in
> > > >> > > the
> > > >> > > > > > >> "other"
> > > >> > > > > > >> > > > family
> > > >> > > > > > >> > > > > > of
> > > >> > > > > > >> > > > > > > > > shells
> > > >> > > > > > >> > > > > > > > > > > > (ash,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> bourne,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > bourne
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
again,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
zsh).
> To
> > > find
> > > >> > out
> > > >> > > > what
> > > >> > > > > > >> shell
> > > >> > > > > > >> > > you
> > > >> > > > > > >> > > > > are
> > > >> > > > > > >> > > > > > > > using,
> > > >> > > > > > >> > > > > > > > > > you
> > > >> > > > > > >> > > > > > > > > > > > can
> > > >> > > > > > >> > > > > > > > > > > > > > run
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> "echo
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
$SHELL".
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
If you
> are
> > > >> using
> > > >> > a
> > > >> > > > > shell
> > > >> > > > > > >> other
> > > >> > > > > > >> > > > than
> > > >> > > > > > >> > > > > > the
> > > >> > > > > > >> > > > > > > > *csh
> > > >> > > > > > >> > > > > > > > > > > > family
> > > >> > > > > > >> > > > > > > > > > > > > of
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> shells,
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > and
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > you
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
need
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
to use
> > > >> "export",
> > > >> > > the
> > > >> > > > > > >> syntax is
> > > >> > > > > > >> > > > > > slightly
> > > >> > > > > > >> > > > > > > > > > > different.
> > > >> > > > > > >> > > > > > > > > > > > > > > >> Instead
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> of
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
running:
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
setenv
> CC
> > > >> > > > > > >> /path/to/c/compiler
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > > >> > > > > > >>
> > > >> > > > > > > ...
> > > >> > > > > > >
> > > >> > > > > > > [Message tronqué]
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > --
> > > >> > > > > Julie Prestopnik
> > > >> > > > > National Center for Atmospheric Research
> > > >> > > > > Research Applications Laboratory
> > > >> > > > > Phone: 303.497.8399
> > > >> > > > > Email: jpresto at ucar.edu
> > > >> > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Julie Prestopnik
> > > >> > > National Center for Atmospheric Research
> > > >> > > Research Applications Laboratory
> > > >> > > Phone: 303.497.8399
> > > >> > > Email: jpresto at ucar.edu
> > > >> > >
> > > >> > >
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Tue Sep 08 10:58:29 2015

Hi Khaoula.

I just wanted to check in and see how things were going with the MET
build.  Did you get all of the applications built that you wanted?
Please
let us know if you have any questions.

Thanks,
Julie

On Fri, Aug 21, 2015 at 10:35 AM, Julie Prestopnik <jpresto at ucar.edu>
wrote:

> Hi Khaoula.
>
> Were you successful in getting bin/gen_poly_mask to run after
setting your
> LD_LIBRARY_PATH environment variable?
>
> It sounds like you are now having difficulty installing ncview.
ncview is
> supported by Unidata.  If you have questions about installing ncview
the
> folks at support at unidata.ucar.edu should be able to provide
assistance.
>
> Thanks,
> Julie
>
> On Thu, Aug 20, 2015 at 5:37 AM, Melki Khaoula via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>>
>> Hi Julie,
>> Thank you.
>> ncdump exits in netcdf-3.6.3.
>> In order to install incview. i tried to run theses command:
>> tar -xvfz ncview-2.1.5.tar.gz
>> cd ncview-2.1.5
>> export CC=/usr/bin/gcc
>> export CXX=/usr/bin/g++
>> export FC=/usr/bin/gfortran
>> export F90=/usr/bin/gfortran
>> ./configure --with-nc-config=/root/Bureau/netcdf-3.6.3/nc-config
>> i didn't find a exucutable called nc-config.
>> what is this file?
>>
>> Thanks,
>> Khaoula
>>
>>
>>
>>
>>
>>
>> 2015-08-19 10:58 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>>
>> > Hi Khaoula.  This is Julie.
>> >
>> > When you compiled MET version 5.0, you did so using dynamic
linking as
>> > opposed to static linking.  Dynamic linking means that rather
than
>> checking
>> > for required libraries at compile time, the tools should check
for them
>> at
>> > run time.  When you run the gen_poly_mask tool, it is looking for
the
>> GSL
>> > shared object library file named libgsl.so.0, as well as a bunch
of
>> other
>> > shared object files.  It's erroring out telling you that it can't
find
>> the
>> > GSL shared object library file.
>> >
>> > Hopefully, you can just set the LD_LIBRARY_PATH environment
variable to
>> > tell the tool where to look.  The tools will, by default, look in
common
>> > areas like /usr/lib, /usr/local/lib and perhaps some others.  Try
doing
>> the
>> > following:
>> >
>> > echo $LD_LIBRARY_PATH
>> > export LD_LIBRARY_PATH=/root/Bureau/gsl-1.16/lib:$LD_LIBRARY_PATH
>> > bin/gen_poly_mask
>> >
>> > If the error goes away and you get the usage statement for
>> gen_poly_mask,
>> > then this will fix the problem.  Just edit your shell
configuration file
>> > (.profile), and include the location of the GSL library in your
>> > LD_LIBRARY_PATH setting.
>> >
>> > Please let us know how it goes.
>> >
>> > Thanks,
>> > Julie
>> >
>> > On Wed, Aug 19, 2015 at 4:46 AM, Melki Khaoula via RT <
>> met_help at ucar.edu>
>> > wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> > >
>> > > 2015-08-19 6:40 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
>> > >
>> > > > Hi John,
>> > > > yes, it works.
>> > > > when typing
>> > > > * bin/gen_poly_mask. It returns: bin/gen_poly_mask: error
while
>> loading
>> > > > shared libraries: libgsl.so.0: cannot open shared object
file: No
>> such
>> > > file
>> > > > or directory.*
>> > > > I didn't understand the error.
>> > > > the bin directory exists and all needed files are there.
>> > > > Thanks,
>> > > > Khaoula
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > 2015-08-17 14:03 GMT-04:00 John Halley Gotway via RT <
>> > met_help at ucar.edu
>> > > >:
>> > > >
>> > > >> Hello Khaoula,
>> > > >>
>> > > >> This is John again.  Sorry to keep handing you off!
>> > > >>
>> > > >> I would suggest getting MET up and running without support
for
>> MODIS
>> > and
>> > > >> MODE-Graphics for the time being.  There's a whole lot you
can do
>> in
>> > MET
>> > > >> without those options.  Once you get it all working well,
you could
>> > > >> consider recompiling with them turned on.  For now, please
try:
>> > > >>
>> > > >> ./configure --prefix=`pwd` --enable-grib2
>> > > >> make clean
>> > > >> make install >& make_install.log
>> > > >> make test    >& make_test.log
>> > > >> egrep -i error make*.log
>> > > >>
>> > > >> Does that all work without any errors?
>> > > >>
>> > > >> Thanks,
>> > > >> John
>> > > >>
>> > > >>
>> > > >> On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT <
>> > > met_help at ucar.edu>
>> > > >> wrote:
>> > > >>
>> > > >> >
>> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> > > >> >
>> > > >> > Thank you Julie,
>> > > >> > I have the same error when compiling these libraries.
>> > > >> > when compiling HDF4.2r3, i used these commands:
>> > > >> > *echo "Compiling HDF" *
>> > > >> > *cd hdf *
>> > > >> > *tar -xzf HDF4.2r3.tar.gz*
>> > > >> > *cd HDF4.2r3*
>> > > >> > *./configure --prefix=${INSTALL_DIR} --disable-netcdf >&
>> /dev/null*
>> > > >> > *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg -lz/LIBS
=
>> -ljpeg
>> > -lz
>> > > >> > -lm/g' > Makefile_NEW*
>> > > >> > *mv Makefile_NEW mfhdf/hdiff/Makefile*
>> > > >> > *make >& /dev/null*
>> > > >> >
>> > > >> > *make install >& /dev/null*
>> > > >> > It works.
>> > > >> > when compiling HDFEOS, i used :
>> > > >> > *echo "Compiling HDF-EOS"*
>> > > >> > *cd hdfeos*
>> > > >> > *tar -xf HDF-EOS2.16v1.00.tar*
>> > > >> > *cd hdfeos*
>> > > >> > *./configure --prefix=${INSTALL_DIR} --with-
hdf4=${INSTALL_DIR}
>> > > >> > CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
>> > > >> > *make >& /dev/null*
>> > > >> > *make install >& /dev/null*
>> > > >> > *cp include/*.h ../../include/.*
>> > > >> >
>> > > >> > but when compiling* :**cp include/*.h ../../include/. he
returns
>> > > cp:*the
>> > > >> > file  « ../../include/. » isn't  a repertory.
>> > > >> >
>> > > >> > *For compiling met-5.0, i used thses commands:*
>> > > >> >
>> > > >> > cd /root/Bureau/met-5.0
>> > > >> >
>> > > >> > export CC=/usr/bin/gcc
>> > > >> >
>> > > >> > export CXX=/usr/bin/g++
>> > > >> >
>> > > >> > export F77=/usr/bin/gfortran
>> > > >> >
>> > > >> > export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include
>> > > >> >
>> > > >> > export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
>> > > >> >
>> > > >> > export MET_BUFRLIB=/root/Bureau/BUFRLIB
>> > > >> >
>> > > >> > export MET_GSL=/root/Bureau/gsl-1.16
>> > > >> >
>> > > >> > export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
>> > > >> >
>> > > >> > export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
>> > > >> >
>> > > >> > export MET_HDF=/root/Bureau/HDF4.2r3
>> > > >> >
>> > > >> >
>> > > >> > export MET_HDFEOS=/root/Bureau/hdfeos
>> > > >> >
>> > > >> > export MET_CAIRO=/root/Bureau/cairo-1.0.0
>> > > >> >
>> > > >> > export MET_FREETYPE=/root/Bureau/freetype-2.4.0
>> > > >> >
>> > > >> > export MET_FONT_DIR=/root/Bureau/fonts
>> > > >> >
>> > > >> > *./configure --prefix=`pwd` --enable-grib2 --enable-modis
>> > > >> > --enable-mode_graphics*
>> > > >> >
>> > > >> >  make clean
>> > > >> >
>> > > >> >  *make install >& make_install.log &*
>> > > >> > *tail -f make_install.log*
>> > > >> >
>> > > >> > *Is there any error in theses commands.*
>> > > >> >
>> > > >> > *Thanks,*
>> > > >> >
>> > > >> > *Khaoula*
>> > > >> >
>> > > >> >
>> > > >> >
>> > > >> > 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT <
>> > met_help at ucar.edu
>> > > >:
>> > > >> >
>> > > >> > > Hello Khaoula,
>> > > >> > >
>> > > >> > > Thanks for sending the latest output of make and the
listing of
>> > your
>> > > >> hdf
>> > > >> > > and hdfeos directories - that's very helpful.  Here's
the
>> relevant
>> > > >> error
>> > > >> > > you're getting:
>> > > >> > >
>> > > >> > > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun
fichier ou
>> > > dossier
>> > > >> de
>> > > >> > ce
>> > > >> > > type
>> > > >> > >
>> > > >> > > Using google translate, I see that means: No files or
folders
>> of
>> > > this
>> > > >> > type
>> > > >> > >
>> > > >> > > Basically, MET isn't able to find the file named
"hdf.h",
>> which is
>> > > >> > included
>> > > >> > > in the HDF4.2r3 library.  I was able to compare your
listing of
>> > the
>> > > >> files
>> > > >> > > and directories in your /root/Bureau/HDF4.2r3 directory
with
>> mine
>> > > >> found
>> > > >> > > that I have some additional files/directories that you
do not:
>> > > >> > >
>> > > >> > > config.status
>> > > >> > > hh
>> > > >> > > include
>> > > >> > > lib
>> > > >> > > libhdf4.settings
>> > > >> > > Makefile
>> > > >> > > share
>> > > >> > >
>> > > >> > > With the lack of "Makefile" in your directory, it seems
that
>> the
>> > > >> library
>> > > >> > > wasn't configured and installed.  Please follow the
"Compiling
>> HDF
>> > > and
>> > > >> > > HDF-EOS" directions on this page:
>> > > >> > >
>> > > >> > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > > >> > >
>> > > >> > > Once you have compiled HDF, please recompile HDF-EOS and
then
>> set
>> > > the
>> > > >> > > following:
>> > > >> > >
>> > > >> > > Once you've compiled "g2clib", try setting the
following:
>> > > >> > > If you're using csh:
>> > > >> > >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different
>> location
>> > if
>> > > >> you
>> > > >> > > install it in a different place)
>> > > >> > >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a
different
>> > location
>> > > if
>> > > >> > you
>> > > >> > > install it in a different place)
>> > > >> > >
>> > > >> > > If you're using bash:
>> > > >> > >    export MET_HDF =/root/Bureau/hdfeos (or a different
>> location if
>> > > you
>> > > >> > > install it in a different place)
>> > > >> > >    export MET_HDFEOS=/root/Bureau/hdfeos (or a different
>> location
>> > if
>> > > >> you
>> > > >> > > install it in a different place)
>> > > >> > >
>> > > >> > > And from the top-level met-5.0 directory, rerun the
"configure"
>> > > >> command
>> > > >> > you
>> > > >> > > used for MET, and then run:
>> > > >> > >    make clean
>> > > >> > >    make install >& make_install.log
>> > > >> > >
>> > > >> > > Please let me know how it goes.
>> > > >> > >
>> > > >> > > Thanks,
>> > > >> > > Julie
>> > > >> > >
>> > > >> > > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT <
>> > > >> met_help at ucar.edu
>> > > >> > >
>> > > >> > > wrote:
>> > > >> > >
>> > > >> > > >
>> > > >> > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>> > > >> > > >
>> > > >> > > > Hi Julie,
>> > > >> > > > I'm sorry, i sent you another make-install file.
>> > > >> > > > this is the last version.
>> > > >> > > > Also you could see what contain hdf and hdfeos files.
>> > > >> > > > Thanks,
>> > > >> > > > Khaoula
>> > > >> > > >
>> > > >> > > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT <
>> > > >> met_help at ucar.edu
>> > > >> > >:
>> > > >> > > >
>> > > >> > > > > Hi Khaoula.
>> > > >> > > > >
>> > > >> > > > > John is now out of the office, but I am back.
>> > > >> > > > >
>> > > >> > > > > I do not see the error in the attached
make_install.log
>> about
>> > > >> hdf.h
>> > > >> > > that
>> > > >> > > > > you refer to.
>> > > >> > > > >
>> > > >> > > > > The error that I see is:
>> > > >> > > > >
>> > > >> > > > > /usr/bin/ld: cannot find -lbufr
>> > > >> > > > >
>> > > >> > > > > which means that the linker can't find the BUFR
library
>> files.
>> > > >> > > > >
>> > > >> > > > > It looks like you have* $MET_BUFRLIB *set to
>> > > >> > > -L/root/Bureau/BUFLIB/lib,
>> > > >> > > > so
>> > > >> > > > > you're telling the linker to look in
>> /root/Bureau/BUFLIB/lib
>> > for
>> > > >> the
>> > > >> > > > > library files.  Could you please verify that the
files
>> exist
>> > in
>> > > >> that
>> > > >> > > > > directory?  Please send a listing of the files in
that
>> > > directory.
>> > > >> > > > >
>> > > >> > > > > Thanks,
>> > > >> > > > > Julie
>> > > >> > > > >
>> > > >> > > > >
>> > > >> > > > >
>> > > >> > > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via
RT <
>> > > >> > > met_help at ucar.edu
>> > > >> > > > >
>> > > >> > > > > wrote:
>> > > >> > > > >
>> > > >> > > > > >
>> > > >> > > > > > <URL:
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >
>> > > >> > > > > >
>> > > >> > > > > > Hi John,
>> > > >> > > > > > This is the last version of running MET model.
>> > > >> > > > > > the first error is about the hdf.h. when i look
for it
>> in
>> > the
>> > > >> > > > HDF4.2r3 i
>> > > >> > > > > > can't find it.
>> > > >> > > > > > the problem is that the met model can't find the
>> hfeosdef .h
>> > > or,
>> > > >> > when
>> > > >> > > > > > looking for it it exists
>> > > >> > > > > > ls  -l /root/Bureau/hdfeos/include
>> > > >> > > > > >
>> > > >> > > > > > total 136
>> > > >> > > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008
cfortHdf.h
>> > > >> > > > > > -r--r--r--. 1 752 users   779 22 sept.  2000
ease.h
>> > > >> > > > > > -r--r--r--. 1 752 users  7004 30 août   2007
HdfEosDef.f
>> > > >> > > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008
HdfEosDef.h
>> > > >> > > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008
>> HDFEOSVersion.h
>> > > >> > > > > > -r--r--r--. 1 752 users  3922 19 mai    2009
>> > HE2_config.h.in
>> > > >> > > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008
Makefile.am
>> > > >> > > > > > -r--r--r--. 1 752 users 13297 19 mai    2009
Makefile.in
>> > > >> > > > > > Thanks,
>> > > >> > > > > > khaoula
>> > > >> > > > > >
>> > > >> > > > > >
>> > > >> > > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula <
>> > > khaoula.enit at gmail.com
>> > > >> >:
>> > > >> > > > > >
>> > > >> > > > > > > Hi John,
>> > > >> > > > > > > It really strange.
>> > > >> > > > > > > when i run netcdef, he come back to grib2.h
error or
>> > > >> gsl_cdf.h.
>> > > >> > > > > > > i checked all my files needed for executing
configure
>> > > script.
>> > > >> > > > > > > grib2.h , netcdf.hh ..... are all located in
their
>> right
>> > > >> > libraries.
>> > > >> > > > > > > The problem is that met-5.0 can't find them.
>> > > >> > > > > > > you find attached the last make-install result.
>> > > >> > > > > > > Thanks,
>> > > >> > > > > > > Khaoula
>> > > >> > > > > > >
>> > > >> > > > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway
via RT <
>> > > >> > > > > met_help at ucar.edu
>> > > >> > > > > > >:
>> > > >> > > > > > >
>> > > >> > > > > > >> Khaoula,
>> > > >> > > > > > >>
>> > > >> > > > > > >> MET is written primarily in C++ and, as such,
requires
>> > that
>> > > >> the
>> > > >> > > C++
>> > > >> > > > > > >> interface for NetCDF be compiled.  It's
possible that
>> the
>> > > C++
>> > > >> > > > > interface
>> > > >> > > > > > >> was
>> > > >> > > > > > >> not compiled in the version of NetCDF to which
you're
>> > > >> pointing.
>> > > >> > > > > Please
>> > > >> > > > > > >> see
>> > > >> > > > > > >> if the following file exists:
>> > > >> > > > > > >>   ls /root/Bureau/netcdf-
3.6.3/include/netcdf.hh
>> > > >> > > > > > >>
>> > > >> > > > > > >> If it does not, then you'll need to recompile
NetCDF
>> > > >> somewhere
>> > > >> > > > > including
>> > > >> > > > > > >> the C++ interface.  It's described on this
page:
>> > > >> > > > > > >>
>> > > >> > > > > > >>
>> > > >> > > > > > >>
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > > >> > > > > > >> '
>> > > >> > > > > > >>
>> > > >> > > > > > >> If that file does exist, that's great.  Just do
the
>> > > following
>> > > >> > (the
>> > > >> > > > > > setting
>> > > >> > > > > > >> you sent me used "netcdf-36.3" instead of
>> > "netcdf-3.6.3"):
>> > > >> > > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
>> > > >> > > > > > >>    Rerun the configure command.
>> > > >> > > > > > >>    make clean
>> > > >> > > > > > >>    make install
>> > > >> > > > > > >>
>> > > >> > > > > > >> Hope that helps.
>> > > >> > > > > > >>
>> > > >> > > > > > >> Thanks,
>> > > >> > > > > > >> John
>> > > >> > > > > > >>
>> > > >> > > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula
via RT <
>> > > >> > > > > met_help at ucar.edu
>> > > >> > > > > > >
>> > > >> > > > > > >> wrote:
>> > > >> > > > > > >>
>> > > >> > > > > > >> >
>> > > >> > > > > > >> > <URL:
>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > >
>> > > >> > > > > > >> >
>> > > >> > > > > > >> > Hi john,
>> > > >> > > > > > >> > Thank you for your help.
>> > > >> > > > > > >> > It works but there is another error. He
cannot find
>> the
>> > > >> > > netcdf.hh
>> > > >> > > > > > file.
>> > > >> > > > > > >> > I used export MET_NETCDF=/root/Bureau/netcdf-
36.3
>> > > >> > > > > > >> > but it still the same error.
>> > > >> > > > > > >> > you find attached make_install file.
>> > > >> > > > > > >> > Thanks,
>> > > >> > > > > > >> > Khaoula
>> > > >> > > > > > >> >
>> > > >> > > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley Gotway
via
>> RT <
>> > > >> > > > > > met_help at ucar.edu
>> > > >> > > > > > >> >:
>> > > >> > > > > > >> >
>> > > >> > > > > > >> > > Hello Khaoula,
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > My name is John Halley Gotway.  Julie's out
of
>> town
>> > > until
>> > > >> > next
>> > > >> > > > > week,
>> > > >> > > > > > >> but
>> > > >> > > > > > >> > > hopefully I can help you with this issue.
Thanks
>> for
>> > > >> > sending
>> > > >> > > > the
>> > > >> > > > > > >> output
>> > > >> > > > > > >> > of
>> > > >> > > > > > >> > > make - that's very helpful.  Here's the
relevant
>> > error
>> > > >> > you're
>> > > >> > > > > > getting:
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h :
Aucun
>> fichier
>> > > ou
>> > > >> > > dossier
>> > > >> > > > > de
>> > > >> > > > > > ce
>> > > >> > > > > > >> > type
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > Using google translate, I see that means:
No
>> files or
>> > > >> > folders
>> > > >> > > of
>> > > >> > > > > > this
>> > > >> > > > > > >> > type
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > Basically, MET isn't able to find the file
named
>> > > >> "grib2.h",
>> > > >> > > > which
>> > > >> > > > > is
>> > > >> > > > > > >> > > included in the library named "g2clib".
Since
>> you're
>> > > >> > > compiling
>> > > >> > > > > > >> support
>> > > >> > > > > > >> > for
>> > > >> > > > > > >> > > GRIB2, I assume you've already compiled
that
>> library.
>> > > If
>> > > >> > > that's
>> > > >> > > > > not
>> > > >> > > > > > >> the
>> > > >> > > > > > >> > > case, please see the information here:
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> >
>> > > >> > > > > > >>
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > Once you've compiled "g2clib", try setting
the
>> > > following:
>> > > >> > > > > > >> > > If you're using csh:
>> > > >> > > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
>> > > >> > > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > If you're using bash:
>> > > >> > > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
>> > > >> > > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > And from the top-level met-5.0 directory,
rerun
>> the
>> > > >> > > "configure"
>> > > >> > > > > > >> command
>> > > >> > > > > > >> > you
>> > > >> > > > > > >> > > used for MET, and then run:
>> > > >> > > > > > >> > >    make clean
>> > > >> > > > > > >> > >    make install >& make_install.log
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > Please let me know how it goes.
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > Thanks,
>> > > >> > > > > > >> > > John
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki
Khaoula via
>> RT
>> > <
>> > > >> > > > > > >> met_help at ucar.edu>
>> > > >> > > > > > >> > > wrote:
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > > > <URL:
>> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > >
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > > > Hi Julie,
>> > > >> > > > > > >> > > > Thank you for your help.
>> > > >> > > > > > >> > > > i could install libpng library.
>> > > >> > > > > > >> > > > But there is another problem.  When
executing
>> *make
>> > > >> > install
>> > > >> > > >&
>> > > >> > > > > > >> > > > make_install.log &*
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > > > *tail -f make_install.log.*
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > > > *threr is an error in  file
make_install.log
>> that
>> > > >> there is
>> > > >> > > no
>> > > >> > > > > file
>> > > >> > > > > > >> > named
>> > > >> > > > > > >> > > > grib2.h.*
>> > > >> > > > > > >> > > > *there is the make _install.log.*
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > > > *Thanks *
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > > > *Khaoula *
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie
Prestopnik via
>> RT
>> > <
>> > > >> > > > > > >> met_help at ucar.edu
>> > > >> > > > > > >> > >:
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > > > > Hi Khaoula.
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > While I saw that you have a "include",
"lib",
>> and
>> > > >> > "share"
>> > > >> > > > > > >> > > subdirectories
>> > > >> > > > > > >> > > > > under /usr/bin/zlib, I could not see
the
>> contents
>> > > of
>> > > >> > those
>> > > >> > > > > > >> > directories.
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > Could you please verify that you have
the
>> files
>> > > >> "zlib.h"
>> > > >> > > and
>> > > >> > > > > > >> > "zconf.h"
>> > > >> > > > > > >> > > in
>> > > >> > > > > > >> > > > > the "include" subdirectory?  Could you
also
>> > please
>> > > >> > verify
>> > > >> > > > that
>> > > >> > > > > > you
>> > > >> > > > > > >> > have
>> > > >> > > > > > >> > > > > "libz.a" and other "libz.so" files in
the
>> "lib"
>> > > >> > > > subdirectory?
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > Assuming those files are in place, it
looks
>> like
>> > > you
>> > > >> > got a
>> > > >> > > > > > >> successful
>> > > >> > > > > > >> > > > > installation of zlib, but libpng
couldn't find
>> > > zlib.
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > Try recompiling libpng as follows,
>> > > >> > > > > > >> > > > >   *replacing
>> > "/path/to/libpng/install/**directory"
>> > > >> with
>> > > >> > > the
>> > > >> > > > > path
>> > > >> > > > > > >> > where
>> > > >> > > > > > >> > > > you
>> > > >> > > > > > >> > > > > would like to install libpng*:
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
>> > > >> > > > > > >> > > > >   make clean
>> > > >> > > > > > >> > > > >   export LDFLAGS="-L/usr/bin/zlib/lib/"
>> > > >> > > > > > >> > > > >   export CPPFLAGS="-
I/usr/bin/zlib/include/"
>> > > >> > > > > > >> > > > >   ./configure
>> > > >> --prefix=/path/to/libpng/install/directory
>> > > >> > > > > > >> > > > >   make
>> > > >> > > > > > >> > > > >   make install
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > That should do the trick.  With those
>> environment
>> > > >> > > variables,
>> > > >> > > > > > >> you're
>> > > >> > > > > > >> > > > telling
>> > > >> > > > > > >> > > > > it where to find the zlib header and
object
>> > files.
>> > > >> Give
>> > > >> > > > that
>> > > >> > > > > a
>> > > >> > > > > > >> try
>> > > >> > > > > > >> > and
>> > > >> > > > > > >> > > > let
>> > > >> > > > > > >> > > > > me know if you're able to compile
libpng
>> > > >> successfully.
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > Thanks,
>> > > >> > > > > > >> > > > > Julie
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki
Khaoula
>> > via
>> > > >> RT <
>> > > >> > > > > > >> > > met_help at ucar.edu
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > wrote:
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > >
>> > > >> > > > > > >> > > > > > <URL:
>> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >
>> > > >> > > > > > >> > > > > >
>> > > >> > > > > > >> > > > > > Hi Julie,
>> > > >> > > > > > >> > > > > > No i didn't get a successful install
of
>> libpng
>> > > >> because
>> > > >> > > the
>> > > >> > > > > > first
>> > > >> > > > > > >> > > > problem
>> > > >> > > > > > >> > > > > > was installation of zlib.
>> > > >> > > > > > >> > > > > > you find a script joint to this email
of
>> > running
>> > > >> ls -l
>> > > >> > > > > > >> > usr/bin/zlib.
>> > > >> > > > > > >> > > > > > Thanks,
>> > > >> > > > > > >> > > > > > Khaoula MELKI
>> > > >> > > > > > >> > > > > >
>> > > >> > > > > > >> > > > > >
>> > > >> > > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie
Prestopnik
>> via
>> > > RT
>> > > >> <
>> > > >> > > > > > >> > > met_help at ucar.edu
>> > > >> > > > > > >> > > > >:
>> > > >> > > > > > >> > > > > >
>> > > >> > > > > > >> > > > > > > Hi Khaoula.
>> > > >> > > > > > >> > > > > > >
>> > > >> > > > > > >> > > > > > > Instead of running "ls -l zlib-
1.2.8" to
>> show
>> > > me
>> > > >> the
>> > > >> > > > > > contents
>> > > >> > > > > > >> of
>> > > >> > > > > > >> > > the
>> > > >> > > > > > >> > > > > > > package, could you please run "ls
-l
>> > > >> /usr/bin/zlib"
>> > > >> > > so I
>> > > >> > > > > can
>> > > >> > > > > > >> see
>> > > >> > > > > > >> > > how
>> > > >> > > > > > >> > > > > the
>> > > >> > > > > > >> > > > > > > package was installed?
>> > > >> > > > > > >> > > > > > >
>> > > >> > > > > > >> > > > > > > Also, were you able to get a
successful
>> > install
>> > > >> of
>> > > >> > > > libpng
>> > > >> > > > > > >> after
>> > > >> > > > > > >> > > > setting
>> > > >> > > > > > >> > > > > > the
>> > > >> > > > > > >> > > > > > > environment variables LDFLAGS and
>> CPPFLAGS?
>> > > >> > > > > > >> > > > > > >
>> > > >> > > > > > >> > > > > > > Thanks,
>> > > >> > > > > > >> > > > > > > Julie
>> > > >> > > > > > >> > > > > > >
>> > > >> > > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM,
Melki
>> > Khaoula
>> > > >> via
>> > > >> > RT
>> > > >> > > <
>> > > >> > > > > > >> > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > >
>> > > >> > > > > > >> > > > > > > wrote:
>> > > >> > > > > > >> > > > > > >
>> > > >> > > > > > >> > > > > > > >
>> > > >> > > > > > >> > > > > > > > <URL:
>> > > >> > > > > > >>
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> > > > > > > >
>> > > >> > > > > > >> > > > > > > > Hi Julie,
>> > > >> > > > > > >> > > > > > > >
>> > > >> > > > > > >> > > > > > > > there is a terminal containing
results
>> of
>> > ls
>> > > -l
>> > > >> > > > > zlib-1.2.8
>> > > >> > > > > > >> > > > > > > > also, zlib-1.2.8 directory is
>> > > >> > > :/root/Bureau/zlib-1.2.8
>> > > >> > > > > > >> > > > > > > > i uses the command whereis zlib:
>> > > >> > > > > > >> > > > > > > >  it returns : usr/bin/zlib
>> > > >> > > > > > >> > > > > > > > Thanks,
>> > > >> > > > > > >> > > > > > > > Khaoula
>> > > >> > > > > > >> > > > > > > >
>> > > >> > > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie
>> Prestopnik
>> > > via
>> > > >> > RT <
>> > > >> > > > > > >> > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > >:
>> > > >> > > > > > >> > > > > > > >
>> > > >> > > > > > >> > > > > > > > > Hi Khaoula.
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > I see in your configure log the
error:
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > configure: error: zlib not
installed
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > Were you able to get a
successful
>> install
>> > > of
>> > > >> > zlib?
>> > > >> > > > If
>> > > >> > > > > > so,
>> > > >> > > > > > >> > > could
>> > > >> > > > > > >> > > > > you
>> > > >> > > > > > >> > > > > > > > please
>> > > >> > > > > > >> > > > > > > > > tell me where it is installed
and run
>> "ls
>> > > >> -l" in
>> > > >> > > > that
>> > > >> > > > > > >> > directory
>> > > >> > > > > > >> > > > so
>> > > >> > > > > > >> > > > > I
>> > > >> > > > > > >> > > > > > > can
>> > > >> > > > > > >> > > > > > > > > see its contents? And, if you
were
>> able
>> > to
>> > > >> get a
>> > > >> > > > > > >> successful
>> > > >> > > > > > >> > > > install
>> > > >> > > > > > >> > > > > > of
>> > > >> > > > > > >> > > > > > > > > zlib, were you able to get a
>> successful
>> > > >> install
>> > > >> > of
>> > > >> > > > > > libpng?
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > Once you get a successful
install of
>> > zlib,
>> > > >> png,
>> > > >> > > > > jasper,
>> > > >> > > > > > >> and
>> > > >> > > > > > >> > the
>> > > >> > > > > > >> > > > > > GRIB2-C
>> > > >> > > > > > >> > > > > > > > > Library, we can revisit running
the
>> > > configure
>> > > >> > > > script.
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an
optional
>> > > package
>> > > >> > for
>> > > >> > > > MET.
>> > > >> > > > > > If
>> > > >> > > > > > >> > you
>> > > >> > > > > > >> > > do
>> > > >> > > > > > >> > > > > not
>> > > >> > > > > > >> > > > > > > > need
>> > > >> > > > > > >> > > > > > > > > GRIB2 support, you do not need
to
>> install
>> > > the
>> > > >> > > > library.
>> > > >> > > > > > I
>> > > >> > > > > > >> > just
>> > > >> > > > > > >> > > > > wanted
>> > > >> > > > > > >> > > > > > > to
>> > > >> > > > > > >> > > > > > > > > make sure you knew that in case
you
>> > didn't
>> > > >> need
>> > > >> > > > GRIB2
>> > > >> > > > > > >> > support.
>> > > >> > > > > > >> > > > If
>> > > >> > > > > > >> > > > > > you
>> > > >> > > > > > >> > > > > > > do
>> > > >> > > > > > >> > > > > > > > > need it, we'll keep working at
it and
>> try
>> > > to
>> > > >> get
>> > > >> > > it
>> > > >> > > > > > >> working
>> > > >> > > > > > >> > for
>> > > >> > > > > > >> > > > you
>> > > >> > > > > > >> > > > > > > soon.
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > Thanks,
>> > > >> > > > > > >> > > > > > > > > Julie
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10
AM, Melki
>> > > >> Khaoula
>> > > >> > via
>> > > >> > > > RT
>> > > >> > > > > <
>> > > >> > > > > > >> > > > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > wrote:
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > <URL:
>> > > >> > > > > > >> > >
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > Hi Julie,
>> > > >> > > > > > >> > > > > > > > > > the same problem appear
again.
>> > > >> > > > > > >> > > > > > > > > > you find a file joined to
this
>> e-mail.
>> > > >> > > > > > >> > > > > > > > > > thanks,
>> > > >> > > > > > >> > > > > > > > > > Khaoula
>> > > >> > > > > > >> > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00
Julie
>> > > Prestopnik
>> > > >> > via
>> > > >> > > > RT <
>> > > >> > > > > > >> > > > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > >:
>> > > >> > > > > > >> > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > Hi Khaoula.
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > I see that you tried to
install
>> zlib,
>> > > but
>> > > >> > > have a
>> > > >> > > > > > >> question
>> > > >> > > > > > >> > > > about
>> > > >> > > > > > >> > > > > > the
>> > > >> > > > > > >> > > > > > > > > > install
>> > > >> > > > > > >> > > > > > > > > > > path.
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > You can install zlib where
ever
>> you
>> > > would
>> > > >> > > like,
>> > > >> > > > > > >> either in
>> > > >> > > > > > >> > > > > > > /zlib-1.2.8
>> > > >> > > > > > >> > > > > > > > > > > or /usr/local/bin
>> > > >> > > > > > >> > > > > > > > > > > (assuming you have root
access) or
>> > > >> somewhere
>> > > >> > > > else
>> > > >> > > > > > >> > entirely.
>> > > >> > > > > > >> > > > > So,
>> > > >> > > > > > >> > > > > > it
>> > > >> > > > > > >> > > > > > > > > > sounds
>> > > >> > > > > > >> > > > > > > > > > > like you followed these
generic
>> > > >> > instructions:
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > cd /path/to/zlib
>> > > >> > > > > > >> > > > > > > > > > > ./configure
>> > --prefix=/zlib/install/path
>> > > >> > > > > > >> > > > > > > > > > > make test
>> > > >> > > > > > >> > > > > > > > > > > make install
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > replacing /path/to/zlib
with
>> > > >> > > > > /root/Bureau/zlib-1.2.8
>> > > >> > > > > > >> and
>> > > >> > > > > > >> > > > > > replacing
>> > > >> > > > > > >> > > > > > > > > > > /zlib/install/path
>> > > >> > > > > > >> > > > > > > > > > > with /zlib-1.2.8 as
follows:
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
>> > > >> > > > > > >> > > > > > > > > > > ./configure --prefix=/zlib-
1.2.8
>> > > >> > > > > > >> > > > > > > > > > > make test
>> > > >> > > > > > >> > > > > > > > > > > make install
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > It sounds like you got a
>> successful
>> > > >> > > installation
>> > > >> > > > > of
>> > > >> > > > > > >> zlib,
>> > > >> > > > > > >> > > but
>> > > >> > > > > > >> > > > > > > libpng
>> > > >> > > > > > >> > > > > > > > > > > couldn't find zlib.
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > Try recompiling libpng as
follows,
>> > > >> > > > > > >> > > > > > > > > > >   replacing
>> > "/path/to/libz.a/directory"
>> > > >> with
>> > > >> > > the
>> > > >> > > > > > path
>> > > >> > > > > > >> to
>> > > >> > > > > > >> > > > libz.a
>> > > >> > > > > > >> > > > > > > > (leave
>> > > >> > > > > > >> > > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > -L in place in the example
below)
>> > > >> > > > > > >> > > > > > > > > > >   replacing
>> > "/path/to/zlib.h/directory"
>> > > >> with
>> > > >> > > the
>> > > >> > > > > > path
>> > > >> > > > > > >> to
>> > > >> > > > > > >> > > > zlib.h
>> > > >> > > > > > >> > > > > > > > (leave
>> > > >> > > > > > >> > > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > -I in place in the example
below)
>> > > >> > > > > > >> > > > > > > > > > >   and replacing
>> > > >> > > > > "/path/to/libpng/install/directory"
>> > > >> > > > > > >> with
>> > > >> > > > > > >> > > the
>> > > >> > > > > > >> > > > > path
>> > > >> > > > > > >> > > > > > > > where
>> > > >> > > > > > >> > > > > > > > > > you
>> > > >> > > > > > >> > > > > > > > > > > would like to install
libpng:
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > >   cd /root/Bureau/libpng-
1.2.34
>> > > >> > > > > > >> > > > > > > > > > >   make clean
>> > > >> > > > > > >> > > > > > > > > > >   export
>> > > >> > LDFLAGS="-L/path/to/libz.a/directory"
>> > > >> > > > > > >> > > > > > > > > > >   export
>> > > >> > > CPPFLAGS="-I/path/to/zlib.h/directory"
>> > > >> > > > > > >> > > > > > > > > > >   ./configure
>> > > >> > > > > > >> --prefix=/path/to/libpng/install/directory
>> > > >> > > > > > >> > > > > > > > > > >   make
>> > > >> > > > > > >> > > > > > > > > > >   make install
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > That should do the trick.
With
>> those
>> > > >> > > > environment
>> > > >> > > > > > >> > > variables,
>> > > >> > > > > > >> > > > > > you're
>> > > >> > > > > > >> > > > > > > > > > telling
>> > > >> > > > > > >> > > > > > > > > > > it where to find the zlib
header
>> and
>> > > >> object
>> > > >> > > > files.
>> > > >> > > > > > >> Give
>> > > >> > > > > > >> > > > that a
>> > > >> > > > > > >> > > > > > try
>> > > >> > > > > > >> > > > > > > > and
>> > > >> > > > > > >> > > > > > > > > > let
>> > > >> > > > > > >> > > > > > > > > > > me know if you're able to
compile
>> > > libpng
>> > > >> > > > > > successfully.
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > Thanks,
>> > > >> > > > > > >> > > > > > > > > > > Julie
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at
5:45 AM,
>> > Melki
>> > > >> > Khaoula
>> > > >> > > > via
>> > > >> > > > > > RT
>> > > >> > > > > > >> <
>> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > wrote:
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > <URL:
>> > > >> > > > > > >> > > > >
>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >> > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > Hi Julie,
>> > > >> > > > > > >> > > > > > > > > > > > Grib2 needs jasper, png
and zlib
>> > > >> libraries
>> > > >> > > to
>> > > >> > > > > > >> install.
>> > > >> > > > > > >> > > > > > > > > > > > in installing zlib
library,i i
>> used
>> > > >> these
>> > > >> > > > > > commands:
>> > > >> > > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
>> > > >> > > > > > >> > > > > > > > > > > > *./configure
>> > > >> --prefix=/zlib/install/path*
>> > > >> > > > > > >> > > > > > > > > > > > *make test*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *make install*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *for my sysytem,
path/to/zlib is
>> > > >> > > > > > >> > root/Bureau/zlib-1.2.8.*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *about
prefix=zlib/install/path.
>> > > >> > > > > zlib/install/path
>> > > >> > > > > > >> is
>> > > >> > > > > > >> > the
>> > > >> > > > > > >> > > > > > > directory
>> > > >> > > > > > >> > > > > > > > > > > where i
>> > > >> > > > > > >> > > > > > > > > > > > put zlib installation,
>> > > >> prefix=/zlib-1.2.8
>> > > >> > or
>> > > >> > > > it
>> > > >> > > > > is
>> > > >> > > > > > >> > > > > > usr/local/bin
>> > > >> > > > > > >> > > > > > > in
>> > > >> > > > > > >> > > > > > > > > > order
>> > > >> > > > > > >> > > > > > > > > > > > to be installed in the
system.*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *i found a problem when
>> installing
>> > > >> libpng
>> > > >> > > > > > library. i
>> > > >> > > > > > >> > used
>> > > >> > > > > > >> > > > > thses
>> > > >> > > > > > >> > > > > > > > > > > commands:*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *./configure
>> > > >> > > > > --prefix=/root/Bureau/libpng-1.2.34*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *make *
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *make install*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *But when using
configure, an
>> error
>> > > >> occur
>> > > >> > > > > > informing
>> > > >> > > > > > >> me
>> > > >> > > > > > >> > > that
>> > > >> > > > > > >> > > > > > zlib
>> > > >> > > > > > >> > > > > > > > > isn't
>> > > >> > > > > > >> > > > > > > > > > > > installed.*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *So, i was wondering
about path
>> to
>> > > >> > install.
>> > > >> > > It
>> > > >> > > > > is
>> > > >> > > > > > in
>> > > >> > > > > > >> > the
>> > > >> > > > > > >> > > > > > > directory
>> > > >> > > > > > >> > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > > library or in the system
>> > > >> > > unix(usr/local/bin)*
>> > > >> > > > > > >> > > > > > > > > > > > *Thanks,*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > *khaoula melki*
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-
04:00 Julie
>> > > >> > Prestopnik
>> > > >> > > > via
>> > > >> > > > > > RT <
>> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > >:
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > Hi Khaoula.
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > There will not be a bin
>> > > subdirectory
>> > > >> > when
>> > > >> > > > you
>> > > >> > > > > > >> unpack
>> > > >> > > > > > >> > > > > met-5.0,
>> > > >> > > > > > >> > > > > > > but
>> > > >> > > > > > >> > > > > > > > > > there
>> > > >> > > > > > >> > > > > > > > > > > > > should be upon a
successful
>> > > >> installation
>> > > >> > > of
>> > > >> > > > > the
>> > > >> > > > > > >> MET
>> > > >> > > > > > >> > > > tools.
>> > > >> > > > > > >> > > > > > > > Looking
>> > > >> > > > > > >> > > > > > > > > > at
>> > > >> > > > > > >> > > > > > > > > > > > your
>> > > >> > > > > > >> > > > > > > > > > > > > make_install.log file I
see
>> that
>> > > >> there
>> > > >> > is
>> > > >> > > a
>> > > >> > > > > > >> problem
>> > > >> > > > > > >> > > > finding
>> > > >> > > > > > >> > > > > > > > > grib2.h:
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > data2d_grib2.h:27:21:
erreur:
>> > > >> grib2.h :
>> > > >> > > > Aucun
>> > > >> > > > > > >> fichier
>> > > >> > > > > > >> > > ou
>> > > >> > > > > > >> > > > > > > dossier
>> > > >> > > > > > >> > > > > > > > de
>> > > >> > > > > > >> > > > > > > > > > ce
>> > > >> > > > > > >> > > > > > > > > > > > type
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > NCEP's GRIB2C library
is used
>> by
>> > > the
>> > > >> MET
>> > > >> > > > > library
>> > > >> > > > > > >> code
>> > > >> > > > > > >> > > to
>> > > >> > > > > > >> > > > > read
>> > > >> > > > > > >> > > > > > > > GRIB2
>> > > >> > > > > > >> > > > > > > > > > > data
>> > > >> > > > > > >> > > > > > > > > > > > > files.  If you do not
need
>> GRIB2
>> > > >> > > capability,
>> > > >> > > > > you
>> > > >> > > > > > >> can
>> > > >> > > > > > >> > > > simply
>> > > >> > > > > > >> > > > > > > skip
>> > > >> > > > > > >> > > > > > > > > this
>> > > >> > > > > > >> > > > > > > > > > > > part
>> > > >> > > > > > >> > > > > > > > > > > > > of the installation by
>> removing
>> > > >> > > > > "--enable-grib2"
>> > > >> > > > > > >> from
>> > > >> > > > > > >> > > > your
>> > > >> > > > > > >> > > > > > list
>> > > >> > > > > > >> > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > > options
>> > > >> > > > > > >> > > > > > > > > > > > > to "./configure".  If
you do
>> need
>> > > >> GRIB2
>> > > >> > > > > > capability
>> > > >> > > > > > >> > and
>> > > >> > > > > > >> > > > the
>> > > >> > > > > > >> > > > > > > grib2c
>> > > >> > > > > > >> > > > > > > > > > > library
>> > > >> > > > > > >> > > > > > > > > > > > > is not already on your
system,
>> > you
>> > > >> will
>> > > >> > > need
>> > > >> > > > > to
>> > > >> > > > > > >> > > download
>> > > >> > > > > > >> > > > > and
>> > > >> > > > > > >> > > > > > > > unpack
>> > > >> > > > > > >> > > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > > grib2c tarball (
>> > > >> > > > > > >> > > > > >
>> http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
>> > > >> > > > > > >> > > > > > > > and
>> > > >> > > > > > >> > > > > > > > > > > refer
>> > > >> > > > > > >> > > > > > > > > > > > > to
>> > > >> > > > > > >> > > > > > > > > > > > > the README file. Once
built,
>> MET
>> > > >> expects
>> > > >> > > the
>> > > >> > > > > > GRIB2
>> > > >> > > > > > >> > > > > C-Library
>> > > >> > > > > > >> > > > > > to
>> > > >> > > > > > >> > > > > > > > be
>> > > >> > > > > > >> > > > > > > > > > > named
>> > > >> > > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The
GRIB2
>> > C-Library
>> > > >> > > *requires
>> > > >> > > > > the
>> > > >> > > > > > >> > > > libraries
>> > > >> > > > > > >> > > > > > > zlib,
>> > > >> > > > > > >> > > > > > > > > > jasper
>> > > >> > > > > > >> > > > > > > > > > > > and
>> > > >> > > > > > >> > > > > > > > > > > > > png* to be present on
your
>> system
>> > > and
>> > > >> > > those
>> > > >> > > > > > >> packages
>> > > >> > > > > > >> > > are
>> > > >> > > > > > >> > > > > all
>> > > >> > > > > > >> > > > > > > > > > available
>> > > >> > > > > > >> > > > > > > > > > > in
>> > > >> > > > > > >> > > > > > > > > > > > > the link above. When
>> configuring
>> > > the
>> > > >> MET
>> > > >> > > > build
>> > > >> > > > > > >> after
>> > > >> > > > > > >> > > > > > > installation
>> > > >> > > > > > >> > > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > > necessary libraries (or
if
>> > grib2c,
>> > > >> zlib,
>> > > >> > > > > jasper,
>> > > >> > > > > > >> and
>> > > >> > > > > > >> > > png
>> > > >> > > > > > >> > > > > are
>> > > >> > > > > > >> > > > > > > > > already
>> > > >> > > > > > >> > > > > > > > > > on
>> > > >> > > > > > >> > > > > > > > > > > > > your system), set the
>> > *MET_GRIB2C*
>> > > >> (or
>> > > >> > > > > > >> > *MET_GRIB2CINC*
>> > > >> > > > > > >> > > > and
>> > > >> > > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
>> > > >> > > > > > >> > > > > > > > > > > > > environment variables
to
>> indicate
>> > > the
>> > > >> > > > location
>> > > >> > > > > > of
>> > > >> > > > > > >> > this
>> > > >> > > > > > >> > > > > > library.
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > Please let us know if
you have
>> > any
>> > > >> > > > questions.
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > Julie
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at
3:28
>> AM,
>> > > Melki
>> > > >> > > > Khaoula
>> > > >> > > > > > via
>> > > >> > > > > > >> RT
>> > > >> > > > > > >> > <
>> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu>
>> > > >> > > > > > >> > > > > > > > > > > > > wrote:
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > <URL:
>> > > >> > > > > > >> > > > > > >
>> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > Hi Julie,
>> > > >> > > > > > >> > > > > > > > > > > > > > thank you for your
response.
>> > > >> > > > > > >> > > > > > > > > > > > > > it rebuilt nectd.
>> > > >> > > > > > >> > > > > > > > > > > > > > my problem now is the
bin
>> > > >> > subdirectory.
>> > > >> > > > > > >> > > > > > > > > > > > > > when unpacking met-
5.0,
>> thre is
>> > > no
>> > > >> > > > > > subdirectory
>> > > >> > > > > > >> > > called
>> > > >> > > > > > >> > > > > bin.
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > Also, after setting
>> environment
>> > > >> > > > variables, i
>> > > >> > > > > > >> used
>> > > >> > > > > > >> > the
>> > > >> > > > > > >> > > > > > > > > configuration
>> > > >> > > > > > >> > > > > > > > > > > > > script
>> > > >> > > > > > >> > > > > > > > > > > > > > with: ./configure
>> > --prefix=`pwd`
>> > > >> > > > > > --enable-grib2
>> > > >> > > > > > >> > > > > > > --enable-modis
>> > > >> > > > > > >> > > > > > > > > > > > > > --enable-
mode_graphics
>> > > >> > > > > > >> > > > > > > > > > > > > > there is no bin
subdirectory
>> > > >> built or
>> > > >> > > > > > >> recreated.
>> > > >> > > > > > >> > > > > > > > > > > > > > Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > Khaoula
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59 GMT-
04:00
>> > Julie
>> > > >> > > > Prestopnik
>> > > >> > > > > > via
>> > > >> > > > > > >> RT
>> > > >> > > > > > >> > <
>> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > > > >:
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > Taking another look
at
>> this,
>> > I
>> > > do
>> > > >> > not
>> > > >> > > > see
>> > > >> > > > > a
>> > > >> > > > > > >> "-I"
>> > > >> > > > > > >> > > > entry
>> > > >> > > > > > >> > > > > > for
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > "/root/Bureau/netcdf-4.3.3.1",
>> > > >> > which I
>> > > >> > > > > > believe
>> > > >> > > > > > >> > you
>> > > >> > > > > > >> > > > have
>> > > >> > > > > > >> > > > > > > > > > MET_NETCDF
>> > > >> > > > > > >> > > > > > > > > > > > set
>> > > >> > > > > > >> > > > > > > > > > > > > > to.
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > g++ -DHAVE_CONFIG_H
-I.
>> > > >> -I../../..
>> > > >> > > > > > >> > > > > > > > -I../../../src/basic/vx_cal
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > -I../../../src/basic/vx_config
>> > > >> > > > > > >> > > > > > -I../../../src/basic/vx_log
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> -I../../../src/basic/vx_math
>> > > >> > > > > > >> > > > > -I../../../src/basic/vx_util
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> -I../../../src/libcode/vx_afm
>> > > >> > > > > > >> > > > > > > > > > >
>> > -I../../../src/libcode/vx_analysis_util
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > -I../../../src/libcode/vx_color
>> > > >> > > > > > >> > > > > > > > >
-I../../../src/libcode/vx_data2d
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > -I../../../src/libcode/vx_data2d_factory
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > -I../../../src/libcode/vx_data2d_grib
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > -I../../../src/libcode/vx_data2d_grib2
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > -I../../../src/libcode/vx_data2d_nccf
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > -I../../../src/libcode/vx_data2d_nc_met
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > -I../../../src/libcode/vx_geodesy
>> > > >> > > > > > >> > > > > > > > > >
-I../../../src/libcode/vx_gnomon
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > -I../../../src/libcode/vx_grid
>> > > >> > > > > > >> > > > > > > > >
-I../../../src/libcode/vx_gsl_prob
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> -I../../../src/libcode/vx_nav
>> > > >> > > > > > >> > > > > > > > -I../../../src/libcode/vx_nc_util
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > -I../../../src/libcode/vx_pb_util
>> > > >> > > > > > >> > > > > > > > > > >
>> -I../../../src/libcode/vx_plot_util
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> -I../../../src/libcode/vx_ps
>> > > >> > > > > > >> > > > > > -I../../../src/libcode/vx_pxm
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > -I../../../src/libcode/vx_render
>> > > >> > > > > > >> > > > > > > > > > >
>> -I../../../src/libcode/vx_shapedata
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> -I../../../src/libcode/vx_statistics
>> > > >> > > > > > >> > > > > > > > > > > >
>> -I../../../src/libcode/vx_stat_out
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > -I../../../src/libcode/vx_tc_util
>> > > >> > > > -DBLOCK4
>> > > >> > > > > > >> > > > -DWITH_GRIB2
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> -DMET_BASE="\"/root/Bureau/met-5.0/share/met\""
>> > > >> > > > > > >> > -g
>> > > >> > > > > > >> > > > -MT
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> libvx_nc_util_a-nc_var_info.o
>> > > -MD
>> > > >> > -MP
>> > > >> > > > -MF
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > .deps/libvx_nc_util_a-nc_var_info.Tpo
>> > > >> > > -c
>> > > >> > > > > -o
>> > > >> > > > > > >> > > > > > > > > > > > > libvx_nc_util_a-
nc_var_info.o
>> > > >> > > > > > >> > > > > > > > > > > > > > > `test -f
'nc_var_info.cc'
>> ||
>> > > echo
>> > > >> > > > > > >> > > './'`nc_var_info.cc
>> > > >> > > > > > >> > > > > > > > > > > > > > > Dans le fichier
inclus à
>> > partir
>> > > >> de
>> > > >> > > > > > >> > > nc_var_info.cc:24:
>> > > >> > > > > > >> > > > > > > > > > > > > > >
nc_var_info.h:24:21:
>> erreur:
>> > > >> > > netcdf.hh :
>> > > >> > > > > > Aucun
>> > > >> > > > > > >> > > > fichier
>> > > >> > > > > > >> > > > > ou
>> > > >> > > > > > >> > > > > > > > > dossier
>> > > >> > > > > > >> > > > > > > > > > > de
>> > > >> > > > > > >> > > > > > > > > > > > ce
>> > > >> > > > > > >> > > > > > > > > > > > > > > type
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > You could check the
>> include
>> > > area
>> > > >> for
>> > > >> > > > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
>> > > >> > > > > > >> > > > > > > > > > to
>> > > >> > > > > > >> > > > > > > > > > > > see
>> > > >> > > > > > >> > > > > > > > > > > > > > if
>> > > >> > > > > > >> > > > > > > > > > > > > > > there is a
netcdf.hh file.
>> > If
>> > > >> there
>> > > >> > > is,
>> > > >> > > > > > >> you'll
>> > > >> > > > > > >> > > need
>> > > >> > > > > > >> > > > to
>> > > >> > > > > > >> > > > > > > make
>> > > >> > > > > > >> > > > > > > > > sure
>> > > >> > > > > > >> > > > > > > > > > > > that
>> > > >> > > > > > >> > > > > > > > > > > > > > met
>> > > >> > > > > > >> > > > > > > > > > > > > > > can find it by
making sure
>> > the
>> > > >> > > > MET_NETCDF
>> > > >> > > > > is
>> > > >> > > > > > >> set
>> > > >> > > > > > >> > > > > > correctly,
>> > > >> > > > > > >> > > > > > > > > then
>> > > >> > > > > > >> > > > > > > > > > > > source
>> > > >> > > > > > >> > > > > > > > > > > > > > > your .bashrc or
similar
>> file,
>> > > >> > > > reconfigure,
>> > > >> > > > > > and
>> > > >> > > > > > >> > > > rebuild
>> > > >> > > > > > >> > > > > > MET,
>> > > >> > > > > > >> > > > > > > > > > > > otherwise,
>> > > >> > > > > > >> > > > > > > > > > > > > if
>> > > >> > > > > > >> > > > > > > > > > > > > > > it is not there, I
would
>> > > suggest
>> > > >> > > > following
>> > > >> > > > > > the
>> > > >> > > > > > >> > > > > > instructions
>> > > >> > > > > > >> > > > > > > > in
>> > > >> > > > > > >> > > > > > > > > my
>> > > >> > > > > > >> > > > > > > > > > > > most
>> > > >> > > > > > >> > > > > > > > > > > > > > > recent previous
email.
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > Please let us know
how it
>> > works
>> > > >> out.
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > > Julie
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8, 2015
at
>> 1:52
>> > PM,
>> > > >> > Julie
>> > > >> > > > > > >> Prestopnik
>> > > >> > > > > > >> > <
>> > > >> > > > > > >> > > > > > > > > > jpresto at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > wrote:
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I
apologize
>> > for
>> > > >> the
>> > > >> > > > delayed
>> > > >> > > > > > >> > > > response.  I
>> > > >> > > > > > >> > > > > > was
>> > > >> > > > > > >> > > > > > > > out
>> > > >> > > > > > >> > > > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > > > town.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > I believe that I
see in
>> > your
>> > > >> > > > > > >> make_install.log
>> > > >> > > > > > >> > > that
>> > > >> > > > > > >> > > > > > there
>> > > >> > > > > > >> > > > > > > > is a
>> > > >> > > > > > >> > > > > > > > > > > > problem
>> > > >> > > > > > >> > > > > > > > > > > > > > > > finding
netcdf.hh:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
nc_var_info.h:24:21:
>> > erreur:
>> > > >> > > > netcdf.hh :
>> > > >> > > > > > >> Aucun
>> > > >> > > > > > >> > > > > fichier
>> > > >> > > > > > >> > > > > > ou
>> > > >> > > > > > >> > > > > > > > > > dossier
>> > > >> > > > > > >> > > > > > > > > > > > de
>> > > >> > > > > > >> > > > > > > > > > > > > ce
>> > > >> > > > > > >> > > > > > > > > > > > > > > > type
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > We've typically
been
>> > > compiling
>> > > >> MET
>> > > >> > > > using
>> > > >> > > > > > >> NetCDF
>> > > >> > > > > > >> > > > > version
>> > > >> > > > > > >> > > > > > > 3 -
>> > > >> > > > > > >> > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > > > specific
>> > > >> > > > > > >> > > > > > > > > > > > > > > > version is
>> netcdf-3.6.3.  I
>> > > >> know
>> > > >> > > that
>> > > >> > > > > some
>> > > >> > > > > > >> of
>> > > >> > > > > > >> > the
>> > > >> > > > > > >> > > > > > > versions
>> > > >> > > > > > >> > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > > netcdf
>> > > >> > > > > > >> > > > > > > > > > > > > no
>> > > >> > > > > > >> > > > > > > > > > > > > > > > longer include
>> netcdf.hh,
>> > but
>> > > >> that
>> > > >> > > > file
>> > > >> > > > > is
>> > > >> > > > > > >> > > > necessary
>> > > >> > > > > > >> > > > > > for
>> > > >> > > > > > >> > > > > > > > our
>> > > >> > > > > > >> > > > > > > > > > > code.
>> > > >> > > > > > >> > > > > > > > > > > > > I'd
>> > > >> > > > > > >> > > > > > > > > > > > > > > > suggest
downloading and
>> > > >> compiling
>> > > >> > > > NetCDF
>> > > >> > > > > > >> 3.6.3
>> > > >> > > > > > >> > > > > locally
>> > > >> > > > > > >> > > > > > > > using
>> > > >> > > > > > >> > > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > > > > > following steps:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > Download NetCDF
3.6.3
>> from
>> > > >> here:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > >
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >>
>> > > >> > > >
>> > > >>
>> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > Then run:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > tar -zxf
>> > netcdf-3.6.3.tar.gz
>> > > >> > > > > > >> > > > > > > > > > > > > > > > ./configure
>> --prefix=`pwd`
>> > > >> > > > > > >> > > > > > > > > > > > > > > > make
>> > > >> > > > > > >> > > > > > > > > > > > > > > > make install
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > These commands
should
>> > compile
>> > > >> the
>> > > >> > C
>> > > >> > > > and
>> > > >> > > > > > C++
>> > > >> > > > > > >> > > > > interfaces
>> > > >> > > > > > >> > > > > > > for
>> > > >> > > > > > >> > > > > > > > > > NetCDF
>> > > >> > > > > > >> > > > > > > > > > > > and
>> > > >> > > > > > >> > > > > > > > > > > > > > > > skip the Fortran
>> interface
>> > > that
>> > > >> > MET
>> > > >> > > > > > doesn't
>> > > >> > > > > > >> > use.
>> > > >> > > > > > >> > > > It
>> > > >> > > > > > >> > > > > > will
>> > > >> > > > > > >> > > > > > > > > > install
>> > > >> > > > > > >> > > > > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > > > > > library in
current
>> > > >> "netcdf-3.6.3"
>> > > >> > > > > > directory
>> > > >> > > > > > >> due
>> > > >> > > > > > >> > > to
>> > > >> > > > > > >> > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > --prefix=`pwd`
>> > > >> > > > > > >> > > > > > > > > > > > > > > > option.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > Next, you'll need
to
>> edit
>> > > where
>> > > >> > you
>> > > >> > > > set
>> > > >> > > > > > >> > > MET_NETCDF
>> > > >> > > > > > >> > > > to
>> > > >> > > > > > >> > > > > > > point
>> > > >> > > > > > >> > > > > > > > > to
>> > > >> > > > > > >> > > > > > > > > > > this
>> > > >> > > > > > >> > > > > > > > > > > > > new
>> > > >> > > > > > >> > > > > > > > > > > > > > > > location, source
your
>> > .bashrc
>> > > >> or
>> > > >> > > > > similiar
>> > > >> > > > > > >> file,
>> > > >> > > > > > >> > > and
>> > > >> > > > > > >> > > > > > > rebuild
>> > > >> > > > > > >> > > > > > > > > > MET.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > Please let us
know if
>> that
>> > > >> works
>> > > >> > > well
>> > > >> > > > > for
>> > > >> > > > > > >> you.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > > > Julie
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > On Fri, Jun 26,
2015 at
>> > 4:24
>> > > >> AM,
>> > > >> > > Melki
>> > > >> > > > > > >> Khaoula
>> > > >> > > > > > >> > > via
>> > > >> > > > > > >> > > > > RT <
>> > > >> > > > > > >> > > > > > > > > > > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > > wrote:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> <URL:
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Hello John,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the error was
there is
>> no
>> > > >> > compilor
>> > > >> > > of
>> > > >> > > > > > C++.
>> > > >> > > > > > >> so
>> > > >> > > > > > >> > i
>> > > >> > > > > > >> > > > > > > downloaded
>> > > >> > > > > > >> > > > > > > > > g++
>> > > >> > > > > > >> > > > > > > > > > > > > using :
>> > > >> > > > > > >> > > > > > > > > > > > > > > yum
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> install gcc-c++.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> I didn't
understand the
>> > bin
>> > > >> > > > > > subdirectory. I
>> > > >> > > > > > >> > > looked
>> > > >> > > > > > >> > > > > to
>> > > >> > > > > > >> > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > met-5.0
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> directory, i
didin't
>> find
>> > a
>> > > >> > > > > subdirectory
>> > > >> > > > > > >> > called
>> > > >> > > > > > >> > > > bin.
>> > > >> > > > > > >> > > > > > But
>> > > >> > > > > > >> > > > > > > > > files
>> > > >> > > > > > >> > > > > > > > > > > > cited
>> > > >> > > > > > >> > > > > > > > > > > > > > in
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Built
executables are
>> > > located
>> > > >> in
>> > > >> > > the
>> > > >> > > > > > output
>> > > >> > > > > > >> > > > > > > subdirectory.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> The compilation
of
>> *make
>> > > >> install
>> > > >> > >&
>> > > >> > > > > > >> > > > make_install.log
>> > > >> > > > > > >> > > > > > &*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
>> make_install.log
>> > >  *
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> * send an
error.*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *there is two
>> executables,
>> > > >> *the
>> > > >> > > > first
>> > > >> > > > > is
>> > > >> > > > > > >> > called
>> > > >> > > > > > >> > > > > > > > > > configuration1.
>> > > >> > > > > > >> > > > > > > > > > > > It
>> > > >> > > > > > >> > > > > > > > > > > > > is
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> about run of ./
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *configure
>> --prefix=`pwd`
>> > > >> > > > > --enable-grib2
>> > > >> > > > > > >> > > > > > --enable-modis
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> --enable-mode_graphics*The
>> > > >> second
>> > > >> > > is
>> > > >> > > > > > called
>> > > >> > > > > > >> > make
>> > > >> > > > > > >> > > > > > > > > install.log,
>> > > >> > > > > > >> > > > > > > > > > > > > obtained
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> after running :
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *make install >&
>> > > >> make_install.log
>> > > >> > > &*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
>> make_install.log*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32
>> GMT-04:00
>> > > >> Melki
>> > > >> > > > > Khaoula <
>> > > >> > > > > > >> > > > > > > > > > khaoula.enit at gmail.com
>> > > >> > > > > > >> > > > > > > > > > > >:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Hello John,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Thank you for
your
>> help.
>> > > it
>> > > >> > > really
>> > > >> > > > > > works.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > I am in the
>> > configuration
>> > > >> step.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > when executing
the
>> > command
>> > > >> of :
>> > > >> > > > > > >> ./configure
>> > > >> > > > > > >> > > > > > > > --prefix=`pwd`
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> --enable-grib2
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > --enable-modis
>> > > >> > > > > --enable-mode_graphics.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > i found that
when
>> > cheking
>> > > >> for
>> > > >> > > some
>> > > >> > > > > > >> > compilers,
>> > > >> > > > > > >> > > > the
>> > > >> > > > > > >> > > > > > > system
>> > > >> > > > > > >> > > > > > > > > > > return
>> > > >> > > > > > >> > > > > > > > > > > > > no.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > for example:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>> bison... no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>> byacc... no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
g++...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
c++...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
gpp...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
aCC...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
CC... no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cxx...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cc++...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>> cl.exe...
>> > no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
FCC...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
KCC...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
RCC...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>> xlC_r... no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
xlC...
>> no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
whether the
>> C++
>> > > >> > compiler
>> > > >> > > > > > >> works...
>> > > >> > > > > > >> > no
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > IS there any
errors?
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > you will find
the
>> > > executive
>> > > >> > file
>> > > >> > > > > called
>> > > >> > > > > > >> > > > > > configuration.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Khaoula
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > 2015-06-25
11:43
>> > GMT-04:00
>> > > >> John
>> > > >> > > > > Halley
>> > > >> > > > > > >> > Gotway
>> > > >> > > > > > >> > > > via
>> > > >> > > > > > >> > > > > > RT <
>> > > >> > > > > > >> > > > > > > > > > > > > > > met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Looks like
you have
>> > > syntax
>> > > >> > wrong
>> > > >> > > > on
>> > > >> > > > > > >> those
>> > > >> > > > > > >> > > > > commands.
>> > > >> > > > > > >> > > > > > > > > Please
>> > > >> > > > > > >> > > > > > > > > > > try
>> > > >> > > > > > >> > > > > > > > > > > > > > this:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
>> > > >> > > > > > >> > > > > > > >
>> > > >> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
>> > > >> > > > > > >> > > > > >
>> MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Actually
since your
>> > > NetCDF
>> > > >> > build
>> > > >> > > > is
>> > > >> > > > > > >> > installed
>> > > >> > > > > > >> > > > in
>> > > >> > > > > > >> > > > > > the
>> > > >> > > > > > >> > > > > > > > > > standard
>> > > >> > > > > > >> > > > > > > > > > > > > way,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> this is
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> all you
really need
>> to
>> > > set:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
>> > > >> > > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> And MET
assumes that
>> > the
>> > > >> > headers
>> > > >> > > > are
>> > > >> > > > > > in
>> > > >> > > > > > >> the
>> > > >> > > > > > >> > > > > > "include"
>> > > >> > > > > > >> > > > > > > > > > > > > subdirectory
>> > > >> > > > > > >> > > > > > > > > > > > > > > and
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> library
archive
>> files
>> > are
>> > > >> in
>> > > >> > the
>> > > >> > > > > "lib"
>> > > >> > > > > > >> > > > > > subdirectory.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> John
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun
25,
>> 2015 at
>> > > >> 6:58
>> > > >> > AM,
>> > > >> > > > > Melki
>> > > >> > > > > > >> > > Khaoula
>> > > >> > > > > > >> > > > > via
>> > > >> > > > > > >> > > > > > > RT <
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> wrote:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> >
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thank you
for your
>> > > help.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm
grateful for
>> you
>> > > and
>> > > >> > > Julie.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm now
setting
>> > > >> environment
>> > > >> > > > > > variables.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I want to
confirm
>> > this
>> > > >> > command
>> > > >> > > > if
>> > > >> > > > > it
>> > > >> > > > > > >> is
>> > > >> > > > > > >> > > right
>> > > >> > > > > > >> > > > > or
>> > > >> > > > > > >> > > > > > > no,
>> > > >> > > > > > >> > > > > > > > > for
>> > > >> > > > > > >> > > > > > > > > > > > > example,
>> > > >> > > > > > >> > > > > > > > > > > > > > > if
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> i
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> set:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > export=/$MET_NETCDFINC/root/Bureau/netcdf-
4.3.3.1/include
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > >
>> > > >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > in order to
Set
>> > > >> > *$MET_NETCDF*
>> > > >> > > to
>> > > >> > > > > > >> point to
>> > > >> > > > > > >> > > the
>> > > >> > > > > > >> > > > > > main
>> > > >> > > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I  use
also the
>> same
>> > > >> > process
>> > > >> > > to
>> > > >> > > > > set
>> > > >> > > > > > >> > others
>> > > >> > > > > > >> > > > > > > external
>> > > >> > > > > > >> > > > > > > > > > > > libraries.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I let you
know
>> that
>> > my
>> > > >> shell
>> > > >> > > is
>> > > >> > > > > > bash,
>> > > >> > > > > > >> so
>> > > >> > > > > > >> > i
>> > > >> > > > > > >> > > > > can't
>> > > >> > > > > > >> > > > > > > use
>> > > >> > > > > > >> > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > export
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> command.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Im
wondering if
>> i'm
>> > in
>> > > >> the
>> > > >> > > right
>> > > >> > > > > > way,
>> > > >> > > > > > >> > > because
>> > > >> > > > > > >> > > > > the
>> > > >> > > > > > >> > > > > > > > > command
>> > > >> > > > > > >> > > > > > > > > > > > with
>> > > >> > > > > > >> > > > > > > > > > > > > > > export
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > doesn't
produce
>> any
>> > > >> error to
>> > > >> > > > > verify
>> > > >> > > > > > if
>> > > >> > > > > > >> > i'm
>> > > >> > > > > > >> > > > > right
>> > > >> > > > > > >> > > > > > or
>> > > >> > > > > > >> > > > > > > > > > wrong.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24
11:42
>> > > >> GMT-04:00
>> > > >> > > John
>> > > >> > > > > > Halley
>> > > >> > > > > > >> > > Gotway
>> > > >> > > > > > >> > > > > via
>> > > >> > > > > > >> > > > > > > RT
>> > > >> > > > > > >> > > > > > > > <
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hello
Khaoula,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Julie is
out of
>> > town.
>> > > >> My
>> > > >> > > name
>> > > >> > > > > is
>> > > >> > > > > > >> John,
>> > > >> > > > > > >> > > and
>> > > >> > > > > > >> > > > > I'd
>> > > >> > > > > > >> > > > > > > be
>> > > >> > > > > > >> > > > > > > > > > happy
>> > > >> > > > > > >> > > > > > > > > > > to
>> > > >> > > > > > >> > > > > > > > > > > > > > help
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> answer
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > your MET
>> questions.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > I see
that
>> you're
>> > > >> trying
>> > > >> > to
>> > > >> > > > get
>> > > >> > > > > up
>> > > >> > > > > > >> and
>> > > >> > > > > > >> > > > > running
>> > > >> > > > > > >> > > > > > > > using
>> > > >> > > > > > >> > > > > > > > > > MET
>> > > >> > > > > > >> > > > > > > > > > > to
>> > > >> > > > > > >> > > > > > > > > > > > > > > verify
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> WRF
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > output.
MET
>> > doesn't
>> > > >> read
>> > > >> > > WRF
>> > > >> > > > > > output
>> > > >> > > > > > >> > > files
>> > > >> > > > > > >> > > > > > > > directly,
>> > > >> > > > > > >> > > > > > > > > > but
>> > > >> > > > > > >> > > > > > > > > > > > > > requires
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> that
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > they
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > first be
>> > > post-processed
>> > > >> > > either
>> > > >> > > > > > with
>> > > >> > > > > > >> the
>> > > >> > > > > > >> > > > > WRF-ARW
>> > > >> > > > > > >> > > > > > > > > pinterp
>> > > >> > > > > > >> > > > > > > > > > > > > utility
>> > > >> > > > > > >> > > > > > > > > > > > > > > or
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Unified
>> > > Post-Processor
>> > > >> > > (UPP).
>> > > >> > > > > Of
>> > > >> > > > > > >> the
>> > > >> > > > > > >> > > two,
>> > > >> > > > > > >> > > > > I'd
>> > > >> > > > > > >> > > > > > > > > strongly
>> > > >> > > > > > >> > > > > > > > > > > > > > recommend
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> using
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > UPP
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > which
creates
>> > output
>> > > in
>> > > >> > GRIB
>> > > >> > > > > > format
>> > > >> > > > > > >> > that
>> > > >> > > > > > >> > > is
>> > > >> > > > > > >> > > > > > fully
>> > > >> > > > > > >> > > > > > > > > > > supported
>> > > >> > > > > > >> > > > > > > > > > > > > by
>> > > >> > > > > > >> > > > > > > > > > > > > > > MET.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> The
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > pinterp
utility
>> > > writes
>> > > >> it
>> > > >> > > > output
>> > > >> > > > > > in
>> > > >> > > > > > >> > > NetCDF
>> > > >> > > > > > >> > > > > but
>> > > >> > > > > > >> > > > > > we
>> > > >> > > > > > >> > > > > > > > > only
>> > > >> > > > > > >> > > > > > > > > > > > > support
>> > > >> > > > > > >> > > > > > > > > > > > > > > data
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > defined
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > on the
>> > non-staggered
>> > > >> > > > dimensions.
>> > > >> > > > > > >> Since
>> > > >> > > > > > >> > > > > > velocity
>> > > >> > > > > > >> > > > > > > > > points
>> > > >> > > > > > >> > > > > > > > > > > are
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> staggered
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET
can't
>> be
>> > > used
>> > > >> to
>> > > >> > > > > > verifying
>> > > >> > > > > > >> > winds
>> > > >> > > > > > >> > > > in
>> > > >> > > > > > >> > > > > > > > pinterp
>> > > >> > > > > > >> > > > > > > > > > > > output.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Another
>> advantage
>> > to
>> > > >> using
>> > > >> > > UPP
>> > > >> > > > > is
>> > > >> > > > > > >> that
>> > > >> > > > > > >> > > GRIB
>> > > >> > > > > > >> > > > > > data
>> > > >> > > > > > >> > > > > > > > can
>> > > >> > > > > > >> > > > > > > > > be
>> > > >> > > > > > >> > > > > > > > > > > > > easily
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> regridded
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > using the
copygb
>> > > >> utility.
>> > > >> > > > > copygb
>> > > >> > > > > > is
>> > > >> > > > > > >> > > > included
>> > > >> > > > > > >> > > > > > in
>> > > >> > > > > > >> > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > UPP
>> > > >> > > > > > >> > > > > > > > > > > > > > package.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > You can
download
>> > > >> pinterp
>> > > >> > > here:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > >
>> > > >> > > > > > >> > > > > > > >
>> > > >> > > > > > >> > > > > > >
>> > > >> > > > > > >> > > > > >
>> > > >> > > > > > >> > > > >
>> > > >> > > > > > >> > > >
>> > > >> > > > > > >> > >
>> > > >> > > > > > >> >
>> > > >> > > > > > >>
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > And you
can
>> > download
>> > > >> UPP
>> > > >> > > here:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > >> > >
>> > > >> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hope that
helps.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > John
Halley
>> Gotway
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > On Wed,
Jun 24,
>> > 2015
>> > > at
>> > > >> > 6:29
>> > > >> > > > AM,
>> > > >> > > > > > >> Melki
>> > > >> > > > > > >> > > > > Khaoula
>> > > >> > > > > > >> > > > > > > via
>> > > >> > > > > > >> > > > > > > > > RT <
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
>> > > >> > > > > > >> > > > > > > > > > > > > >
>> > > >> > > > > > >> > > >
>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi
Julie,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
compiled all
>> > > >> > libraries.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
downloaded
>> post
>> > > >> > > processor
>> > > >> > > > > but
>> > > >> > > > > > i
>> > > >> > > > > > >> > can't
>> > > >> > > > > > >> > > > > find
>> > > >> > > > > > >> > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > WRF-ARW
>> > > >> > > > > > >> > > > > > > > > > > > > > > p-interp
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Tool
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > when
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i use
the link
>> > > >> posted in
>> > > >> > > the
>> > > >> > > > > > >> > tutorial.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
also,what i
>> don't
>> > > >> > > understand
>> > > >> > > > > the
>> > > >> > > > > > >> > > utility
>> > > >> > > > > > >> > > > of
>> > > >> > > > > > >> > > > > > the
>> > > >> > > > > > >> > > > > > > > > > copygb
>> > > >> > > > > > >> > > > > > > > > > > > > > utility
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> and
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > from
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > where
to get
>> it.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i don't
know
>> what
>> > > to
>> > > >> do
>> > > >> > > next
>> > > >> > > > > to
>> > > >> > > > > > >> > > > downloading
>> > > >> > > > > > >> > > > > > and
>> > > >> > > > > > >> > > > > > > > > > > compiling
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> required
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
libraries.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Khaoula
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > 2015-
06-24
>> 7:10
>> > > >> > GMT-04:00
>> > > >> > > > > Melki
>> > > >> > > > > > >> > > Khaoula <
>> > > >> > > > > > >> > > > > > > > > > > > > > >
khaoula.enit at gmail.com
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi
Julie,*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *I
unpacked
>> > the
>> > > >> HDF
>> > > >> > > > > > librarry.*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *When
lookig
>> > the
>> > > >> > HDF-EOS
>> > > >> > > > > > >> library, i
>> > > >> > > > > > >> > > > found
>> > > >> > > > > > >> > > > > > in
>> > > >> > > > > > >> > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > website
>> > > >> > > > > > >> > > > > > > > > > > > > is
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > HDF-EOS2.16v1.00.tar.Z.*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *i
tried to
>> > > unpack
>> > > >> > it, i
>> > > >> > > > > > didn't
>> > > >> > > > > > >> > find
>> > > >> > > > > > >> > > > the
>> > > >> > > > > > >> > > > > > > right
>> > > >> > > > > > >> > > > > > > > > > > command
>> > > >> > > > > > >> > > > > > > > > > > > to
>> > > >> > > > > > >> > > > > > > > > > > > > > do
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> it.*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Is
there
>> any
>> > > >> command
>> > > >> > to
>> > > >> > > > > unpak
>> > > >> > > > > > >> this
>> > > >> > > > > > >> > > > > > library.*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Thanks,*
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Khaoula  *
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > 2015-
06-23
>> > 12:37
>> > > >> > > GMT-04:00
>> > > >> > > > > > Julie
>> > > >> > > > > > >> > > > > Prestopnik
>> > > >> > > > > > >> > > > > > > via
>> > > >> > > > > > >> > > > > > > > > RT
>> > > >> > > > > > >> > > > > > > > > > <
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi
Khaoula.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> The
GRIB2
>> > > >> C-Library
>> > > >> > is
>> > > >> > > > used
>> > > >> > > > > > by
>> > > >> > > > > > >> the
>> > > >> > > > > > >> > > MET
>> > > >> > > > > > >> > > > > > > library
>> > > >> > > > > > >> > > > > > > > > > code
>> > > >> > > > > > >> > > > > > > > > > > to
>> > > >> > > > > > >> > > > > > > > > > > > > > read
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> GRIB2
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > data
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
files. The
>> > GRIB2
>> > > >> > > > C-Library
>> > > >> > > > > > >> > requires
>> > > >> > > > > > >> > > > the
>> > > >> > > > > > >> > > > > > > > > libraries
>> > > >> > > > > > >> > > > > > > > > > > > zlib,
>> > > >> > > > > > >> > > > > > > > > > > > > > > jasper
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> and
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > png
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > to
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> be
present
>> on
>> > > your
>> > > >> > > > system.
>> > > >> > > > > > >> Support
>> > > >> > > > > > >> > > for
>> > > >> > > > > > >> > > > > > GRIB2
>> > > >> > > > > > >> > > > > > > > is
>> > > >> > > > > > >> > > > > > > > > > > > optional
>> > > >> > > > > > >> > > > > > > > > > > > > > and
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> can
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> be
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
enabled
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> with
the
>> > > >> > > *--enable-grib2*
>> > > >> > > > > > >> option
>> > > >> > > > > > >> > for
>> > > >> > > > > > >> > > > > > > > configure.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> I
hope that
>> > > helps.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
Julie
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> On
Tue, Jun
>> > 23,
>> > > >> 2015
>> > > >> > at
>> > > >> > > > > 6:56
>> > > >> > > > > > >> AM,
>> > > >> > > > > > >> > > Melki
>> > > >> > > > > > >> > > > > > > Khaoula
>> > > >> > > > > > >> > > > > > > > > via
>> > > >> > > > > > >> > > > > > > > > > > RT
>> > > >> > > > > > >> > > > > > > > > > > > <
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>> > met_help at ucar.edu>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
wrote:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
<URL:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>> > > >> > > > > > >> > > > > >
>> > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thank
>> you
>> > > >> Julie,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > It
works.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > I
compile
>> > > >> Nectcdf ,
>> > > >> > > GNU
>> > > >> > > > > > and
>> > > >> > > > > > >> > zlib
>> > > >> > > > > > >> > > > > > > libraries.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
About
>> GRIB C
>> > > >> > > library, i
>> > > >> > > > > > >> > downloaded
>> > > >> > > > > > >> > > > the
>> > > >> > > > > > >> > > > > > > > library
>> > > >> > > > > > >> > > > > > > > > > and
>> > > >> > > > > > >> > > > > > > > > > > > > > > unpacked
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> it.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
how it
>> can
>> > be
>> > > >> used
>> > > >> > by
>> > > >> > > > > MET?
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thanks,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
khaoula
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> 2015-06-19
>> > > 17:58
>> > > >> > > > > GMT+02:00
>> > > >> > > > > > >> Julie
>> > > >> > > > > > >> > > > > > > Prestopnik
>> > > >> > > > > > >> > > > > > > > > via
>> > > >> > > > > > >> > > > > > > > > > > RT <
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>> met_help at ucar.edu
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
Hi
>> Melki.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
I'm
>> glad
>> > > that
>> > > >> you
>> > > >> > > > were
>> > > >> > > > > > >> able to
>> > > >> > > > > > >> > > get
>> > > >> > > > > > >> > > > > > > BUFRLIB
>> > > >> > > > > > >> > > > > > > > > > > > > installed.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
You
>> said,
>> > > >> "when
>> > > >> > > > trying
>> > > >> > > > > to
>> > > >> > > > > > >> run
>> > > >> > > > > > >> > > the
>> > > >> > > > > > >> > > > > firs
>> > > >> > > > > > >> > > > > > > > > command
>> > > >> > > > > > >> > > > > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > > *
>> > > >> > > > > > >> > > > > > > > > > > > > > *cd
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>> > /path/to/netcdf.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > he
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
wrote
>> me
>> > no
>> > > >> file
>> > > >> > or
>> > > >> > > > > > >> directory"
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
In the
>> > > >> tutorial,
>> > > >> > > when
>> > > >> > > > > we
>> > > >> > > > > > >> say
>> > > >> > > > > > >> > > "*cd
>> > > >> > > > > > >> > > > > > > > > > > > /path/to/netcdf*"
>> > > >> > > > > > >> > > > > > > > > > > > > > you
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> should
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > change
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > directories
>> > > to
>> > > >> > the
>> > > >> > > > > > location
>> > > >> > > > > > >> > > where
>> > > >> > > > > > >> > > > > your
>> > > >> > > > > > >> > > > > > > > > netcdf
>> > > >> > > > > > >> > > > > > > > > > > > > > directory
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> is on
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > your
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
machine.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
For
>> > example,
>> > > >> if
>> > > >> > you
>> > > >> > > > > > >> unpacked
>> > > >> > > > > > >> > the
>> > > >> > > > > > >> > > > tar
>> > > >> > > > > > >> > > > > > > file
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> netcdf-
4.3.3.1.tar
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > a
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
directory
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
path of
>> > > >> > > > > > >> > > > > > > > > /d2/melki/external_libs/netcdf-
4.3.3.1
>> > > >> > > > > > >> > > > > > > > > > > you
>> > > >> > > > > > >> > > > > > > > > > > > > > would
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> run
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> "cd
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > >> > > > > > >> > > > > > /d2/melki/external_libs/netcdf-
4.3.3.1".
>> > > >> > > > > > >> > > > > > > > > > > > > > > */path/to/netcdf
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> *is a
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > place
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
holder
>> for
>> > > the
>> > > >> > > > location
>> > > >> > > > > > on
>> > > >> > > > > > >> > your
>> > > >> > > > > > >> > > > > > machine.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
You
>> said,
>> > > >> "setenv
>> > > >> > > CC
>> > > >> > > > > > >> > > > > > > /path/to/c/compiler.
>> > > >> > > > > > >> > > > > > > > It
>> > > >> > > > > > >> > > > > > > > > > > > doesn't
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> work.he
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > said
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
command
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
of
>> setenv
>> > > >> doesn't
>> > > >> > > > > > exist.*"
>> > > >> > > > > > >> > > > "setenv"
>> > > >> > > > > > >> > > > > > is
>> > > >> > > > > > >> > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > name
>> > > >> > > > > > >> > > > > > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > > > > the
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> command
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > used
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> to
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
set
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > environment
>> > > >> > > variables
>> > > >> > > > > in
>> > > >> > > > > > >> the
>> > > >> > > > > > >> > > *csh
>> > > >> > > > > > >> > > > > > family
>> > > >> > > > > > >> > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > > shells.
>> > > >> > > > > > >> > > > > > > > > > > > > > If
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> you
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> are
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > using
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> a
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> different
>> > > >> shell,
>> > > >> > > > > however,
>> > > >> > > > > > >> you
>> > > >> > > > > > >> > > may
>> > > >> > > > > > >> > > > > need
>> > > >> > > > > > >> > > > > > > to
>> > > >> > > > > > >> > > > > > > > > use
>> > > >> > > > > > >> > > > > > > > > > > > > > "export",
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> which is
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > the
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> name
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
of the
>> > > >> command in
>> > > >> > > the
>> > > >> > > > > > >> "other"
>> > > >> > > > > > >> > > > family
>> > > >> > > > > > >> > > > > > of
>> > > >> > > > > > >> > > > > > > > > shells
>> > > >> > > > > > >> > > > > > > > > > > > (ash,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> bourne,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > bourne
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
again,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
zsh).
>> To
>> > > find
>> > > >> > out
>> > > >> > > > what
>> > > >> > > > > > >> shell
>> > > >> > > > > > >> > > you
>> > > >> > > > > > >> > > > > are
>> > > >> > > > > > >> > > > > > > > using,
>> > > >> > > > > > >> > > > > > > > > > you
>> > > >> > > > > > >> > > > > > > > > > > > can
>> > > >> > > > > > >> > > > > > > > > > > > > > run
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> "echo
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
$SHELL".
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
If you
>> are
>> > > >> using
>> > > >> > a
>> > > >> > > > > shell
>> > > >> > > > > > >> other
>> > > >> > > > > > >> > > > than
>> > > >> > > > > > >> > > > > > the
>> > > >> > > > > > >> > > > > > > > *csh
>> > > >> > > > > > >> > > > > > > > > > > > family
>> > > >> > > > > > >> > > > > > > > > > > > > of
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> shells,
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > and
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > you
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
need
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
to use
>> > > >> "export",
>> > > >> > > the
>> > > >> > > > > > >> syntax is
>> > > >> > > > > > >> > > > > > slightly
>> > > >> > > > > > >> > > > > > > > > > > different.
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Instead
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> of
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
running:
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
setenv
>> CC
>> > > >> > > > > > >> /path/to/c/compiler
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>> > > >> > > > > > >>
>> > > >> > > > > > > ...
>> > > >> > > > > > >
>> > > >> > > > > > > [Message tronqué]
>> > > >> > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > > >
>> > > >> > > > > --
>> > > >> > > > > Julie Prestopnik
>> > > >> > > > > National Center for Atmospheric Research
>> > > >> > > > > Research Applications Laboratory
>> > > >> > > > > Phone: 303.497.8399
>> > > >> > > > > Email: jpresto at ucar.edu
>> > > >> > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> > >
>> > > >> > > --
>> > > >> > > Julie Prestopnik
>> > > >> > > National Center for Atmospheric Research
>> > > >> > > Research Applications Laboratory
>> > > >> > > Phone: 303.497.8399
>> > > >> > > Email: jpresto at ucar.edu
>> > > >> > >
>> > > >> > >
>> > > >> >
>> > > >> >
>> > > >>
>> > > >>
>> > > >
>> > >
>> > >
>> >
>> >
>> > --
>> > Julie Prestopnik
>> > National Center for Atmospheric Research
>> > Research Applications Laboratory
>> > Phone: 303.497.8399
>> > Email: jpresto at ucar.edu
>> >
>> >
>>
>>
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>



--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Fri Sep 18 14:29:19 2015

Hi Khaoula.

I just wanted to check in and see how things were going with the MET
build.  Did you get all of the applications built that you wanted?
Please
let us know if you have any questions.

Thanks,
Julie

On Tue, Sep 8, 2015 at 10:58 AM, Julie Prestopnik <jpresto at ucar.edu>
wrote:

> Hi Khaoula.
>
> I just wanted to check in and see how things were going with the MET
> build.  Did you get all of the applications built that you wanted?
Please
> let us know if you have any questions.
>
> Thanks,
> Julie
>
> On Fri, Aug 21, 2015 at 10:35 AM, Julie Prestopnik
<jpresto at ucar.edu>
> wrote:
>
>> Hi Khaoula.
>>
>> Were you successful in getting bin/gen_poly_mask to run after
setting
>> your LD_LIBRARY_PATH environment variable?
>>
>> It sounds like you are now having difficulty installing ncview.
ncview is
>> supported by Unidata.  If you have questions about installing
ncview the
>> folks at support at unidata.ucar.edu should be able to provide
assistance.
>>
>> Thanks,
>> Julie
>>
>> On Thu, Aug 20, 2015 at 5:37 AM, Melki Khaoula via RT
<met_help at ucar.edu>
>> wrote:
>>
>>>
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>>>
>>> Hi Julie,
>>> Thank you.
>>> ncdump exits in netcdf-3.6.3.
>>> In order to install incview. i tried to run theses command:
>>> tar -xvfz ncview-2.1.5.tar.gz
>>> cd ncview-2.1.5
>>> export CC=/usr/bin/gcc
>>> export CXX=/usr/bin/g++
>>> export FC=/usr/bin/gfortran
>>> export F90=/usr/bin/gfortran
>>> ./configure --with-nc-config=/root/Bureau/netcdf-3.6.3/nc-config
>>> i didn't find a exucutable called nc-config.
>>> what is this file?
>>>
>>> Thanks,
>>> Khaoula
>>>
>>>
>>>
>>>
>>>
>>>
>>> 2015-08-19 10:58 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>>>
>>> > Hi Khaoula.  This is Julie.
>>> >
>>> > When you compiled MET version 5.0, you did so using dynamic
linking as
>>> > opposed to static linking.  Dynamic linking means that rather
than
>>> checking
>>> > for required libraries at compile time, the tools should check
for
>>> them at
>>> > run time.  When you run the gen_poly_mask tool, it is looking
for the
>>> GSL
>>> > shared object library file named libgsl.so.0, as well as a bunch
of
>>> other
>>> > shared object files.  It's erroring out telling you that it
can't find
>>> the
>>> > GSL shared object library file.
>>> >
>>> > Hopefully, you can just set the LD_LIBRARY_PATH environment
variable to
>>> > tell the tool where to look.  The tools will, by default, look
in
>>> common
>>> > areas like /usr/lib, /usr/local/lib and perhaps some others.
Try
>>> doing the
>>> > following:
>>> >
>>> > echo $LD_LIBRARY_PATH
>>> > export LD_LIBRARY_PATH=/root/Bureau/gsl-
1.16/lib:$LD_LIBRARY_PATH
>>> > bin/gen_poly_mask
>>> >
>>> > If the error goes away and you get the usage statement for
>>> gen_poly_mask,
>>> > then this will fix the problem.  Just edit your shell
configuration
>>> file
>>> > (.profile), and include the location of the GSL library in your
>>> > LD_LIBRARY_PATH setting.
>>> >
>>> > Please let us know how it goes.
>>> >
>>> > Thanks,
>>> > Julie
>>> >
>>> > On Wed, Aug 19, 2015 at 4:46 AM, Melki Khaoula via RT <
>>> met_help at ucar.edu>
>>> > wrote:
>>> >
>>> > >
>>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
>>> > >
>>> > > 2015-08-19 6:40 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
>>> > >
>>> > > > Hi John,
>>> > > > yes, it works.
>>> > > > when typing
>>> > > > * bin/gen_poly_mask. It returns: bin/gen_poly_mask: error
while
>>> loading
>>> > > > shared libraries: libgsl.so.0: cannot open shared object
file: No
>>> such
>>> > > file
>>> > > > or directory.*
>>> > > > I didn't understand the error.
>>> > > > the bin directory exists and all needed files are there.
>>> > > > Thanks,
>>> > > > Khaoula
>>> > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > 2015-08-17 14:03 GMT-04:00 John Halley Gotway via RT <
>>> > met_help at ucar.edu
>>> > > >:
>>> > > >
>>> > > >> Hello Khaoula,
>>> > > >>
>>> > > >> This is John again.  Sorry to keep handing you off!
>>> > > >>
>>> > > >> I would suggest getting MET up and running without support
for
>>> MODIS
>>> > and
>>> > > >> MODE-Graphics for the time being.  There's a whole lot you
can do
>>> in
>>> > MET
>>> > > >> without those options.  Once you get it all working well,
you
>>> could
>>> > > >> consider recompiling with them turned on.  For now, please
try:
>>> > > >>
>>> > > >> ./configure --prefix=`pwd` --enable-grib2
>>> > > >> make clean
>>> > > >> make install >& make_install.log
>>> > > >> make test    >& make_test.log
>>> > > >> egrep -i error make*.log
>>> > > >>
>>> > > >> Does that all work without any errors?
>>> > > >>
>>> > > >> Thanks,
>>> > > >> John
>>> > > >>
>>> > > >>
>>> > > >> On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT <
>>> > > met_help at ucar.edu>
>>> > > >> wrote:
>>> > > >>
>>> > > >> >
>>> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>>> > > >> >
>>> > > >> > Thank you Julie,
>>> > > >> > I have the same error when compiling these libraries.
>>> > > >> > when compiling HDF4.2r3, i used these commands:
>>> > > >> > *echo "Compiling HDF" *
>>> > > >> > *cd hdf *
>>> > > >> > *tar -xzf HDF4.2r3.tar.gz*
>>> > > >> > *cd HDF4.2r3*
>>> > > >> > *./configure --prefix=${INSTALL_DIR} --disable-netcdf >&
>>> /dev/null*
>>> > > >> > *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg -lz/LIBS
=
>>> -ljpeg
>>> > -lz
>>> > > >> > -lm/g' > Makefile_NEW*
>>> > > >> > *mv Makefile_NEW mfhdf/hdiff/Makefile*
>>> > > >> > *make >& /dev/null*
>>> > > >> >
>>> > > >> > *make install >& /dev/null*
>>> > > >> > It works.
>>> > > >> > when compiling HDFEOS, i used :
>>> > > >> > *echo "Compiling HDF-EOS"*
>>> > > >> > *cd hdfeos*
>>> > > >> > *tar -xf HDF-EOS2.16v1.00.tar*
>>> > > >> > *cd hdfeos*
>>> > > >> > *./configure --prefix=${INSTALL_DIR} --with-
hdf4=${INSTALL_DIR}
>>> > > >> > CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
>>> > > >> > *make >& /dev/null*
>>> > > >> > *make install >& /dev/null*
>>> > > >> > *cp include/*.h ../../include/.*
>>> > > >> >
>>> > > >> > but when compiling* :**cp include/*.h ../../include/. he
returns
>>> > > cp:*the
>>> > > >> > file  « ../../include/. » isn't  a repertory.
>>> > > >> >
>>> > > >> > *For compiling met-5.0, i used thses commands:*
>>> > > >> >
>>> > > >> > cd /root/Bureau/met-5.0
>>> > > >> >
>>> > > >> > export CC=/usr/bin/gcc
>>> > > >> >
>>> > > >> > export CXX=/usr/bin/g++
>>> > > >> >
>>> > > >> > export F77=/usr/bin/gfortran
>>> > > >> >
>>> > > >> > export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include
>>> > > >> >
>>> > > >> > export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
>>> > > >> >
>>> > > >> > export MET_BUFRLIB=/root/Bureau/BUFRLIB
>>> > > >> >
>>> > > >> > export MET_GSL=/root/Bureau/gsl-1.16
>>> > > >> >
>>> > > >> > export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
>>> > > >> >
>>> > > >> > export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
>>> > > >> >
>>> > > >> > export MET_HDF=/root/Bureau/HDF4.2r3
>>> > > >> >
>>> > > >> >
>>> > > >> > export MET_HDFEOS=/root/Bureau/hdfeos
>>> > > >> >
>>> > > >> > export MET_CAIRO=/root/Bureau/cairo-1.0.0
>>> > > >> >
>>> > > >> > export MET_FREETYPE=/root/Bureau/freetype-2.4.0
>>> > > >> >
>>> > > >> > export MET_FONT_DIR=/root/Bureau/fonts
>>> > > >> >
>>> > > >> > *./configure --prefix=`pwd` --enable-grib2 --enable-modis
>>> > > >> > --enable-mode_graphics*
>>> > > >> >
>>> > > >> >  make clean
>>> > > >> >
>>> > > >> >  *make install >& make_install.log &*
>>> > > >> > *tail -f make_install.log*
>>> > > >> >
>>> > > >> > *Is there any error in theses commands.*
>>> > > >> >
>>> > > >> > *Thanks,*
>>> > > >> >
>>> > > >> > *Khaoula*
>>> > > >> >
>>> > > >> >
>>> > > >> >
>>> > > >> > 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT <
>>> > met_help at ucar.edu
>>> > > >:
>>> > > >> >
>>> > > >> > > Hello Khaoula,
>>> > > >> > >
>>> > > >> > > Thanks for sending the latest output of make and the
listing
>>> of
>>> > your
>>> > > >> hdf
>>> > > >> > > and hdfeos directories - that's very helpful.  Here's
the
>>> relevant
>>> > > >> error
>>> > > >> > > you're getting:
>>> > > >> > >
>>> > > >> > > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun
fichier ou
>>> > > dossier
>>> > > >> de
>>> > > >> > ce
>>> > > >> > > type
>>> > > >> > >
>>> > > >> > > Using google translate, I see that means: No files or
folders
>>> of
>>> > > this
>>> > > >> > type
>>> > > >> > >
>>> > > >> > > Basically, MET isn't able to find the file named
"hdf.h",
>>> which is
>>> > > >> > included
>>> > > >> > > in the HDF4.2r3 library.  I was able to compare your
listing
>>> of
>>> > the
>>> > > >> files
>>> > > >> > > and directories in your /root/Bureau/HDF4.2r3 directory
with
>>> mine
>>> > > >> found
>>> > > >> > > that I have some additional files/directories that you
do not:
>>> > > >> > >
>>> > > >> > > config.status
>>> > > >> > > hh
>>> > > >> > > include
>>> > > >> > > lib
>>> > > >> > > libhdf4.settings
>>> > > >> > > Makefile
>>> > > >> > > share
>>> > > >> > >
>>> > > >> > > With the lack of "Makefile" in your directory, it seems
that
>>> the
>>> > > >> library
>>> > > >> > > wasn't configured and installed.  Please follow the
>>> "Compiling HDF
>>> > > and
>>> > > >> > > HDF-EOS" directions on this page:
>>> > > >> > >
>>> > > >> > >
>>> > > >> > >
>>> > > >> >
>>> > > >>
>>> > >
>>> >
>>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>>> > > >> > >
>>> > > >> > > Once you have compiled HDF, please recompile HDF-EOS
and then
>>> set
>>> > > the
>>> > > >> > > following:
>>> > > >> > >
>>> > > >> > > Once you've compiled "g2clib", try setting the
following:
>>> > > >> > > If you're using csh:
>>> > > >> > >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a different
>>> location
>>> > if
>>> > > >> you
>>> > > >> > > install it in a different place)
>>> > > >> > >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a
different
>>> > location
>>> > > if
>>> > > >> > you
>>> > > >> > > install it in a different place)
>>> > > >> > >
>>> > > >> > > If you're using bash:
>>> > > >> > >    export MET_HDF =/root/Bureau/hdfeos (or a different
>>> location if
>>> > > you
>>> > > >> > > install it in a different place)
>>> > > >> > >    export MET_HDFEOS=/root/Bureau/hdfeos (or a
different
>>> location
>>> > if
>>> > > >> you
>>> > > >> > > install it in a different place)
>>> > > >> > >
>>> > > >> > > And from the top-level met-5.0 directory, rerun the
>>> "configure"
>>> > > >> command
>>> > > >> > you
>>> > > >> > > used for MET, and then run:
>>> > > >> > >    make clean
>>> > > >> > >    make install >& make_install.log
>>> > > >> > >
>>> > > >> > > Please let me know how it goes.
>>> > > >> > >
>>> > > >> > > Thanks,
>>> > > >> > > Julie
>>> > > >> > >
>>> > > >> > > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT <
>>> > > >> met_help at ucar.edu
>>> > > >> > >
>>> > > >> > > wrote:
>>> > > >> > >
>>> > > >> > > >
>>> > > >> > > > <URL:
>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>>> > > >> > > >
>>> > > >> > > > Hi Julie,
>>> > > >> > > > I'm sorry, i sent you another make-install file.
>>> > > >> > > > this is the last version.
>>> > > >> > > > Also you could see what contain hdf and hdfeos files.
>>> > > >> > > > Thanks,
>>> > > >> > > > Khaoula
>>> > > >> > > >
>>> > > >> > > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT <
>>> > > >> met_help at ucar.edu
>>> > > >> > >:
>>> > > >> > > >
>>> > > >> > > > > Hi Khaoula.
>>> > > >> > > > >
>>> > > >> > > > > John is now out of the office, but I am back.
>>> > > >> > > > >
>>> > > >> > > > > I do not see the error in the attached
make_install.log
>>> about
>>> > > >> hdf.h
>>> > > >> > > that
>>> > > >> > > > > you refer to.
>>> > > >> > > > >
>>> > > >> > > > > The error that I see is:
>>> > > >> > > > >
>>> > > >> > > > > /usr/bin/ld: cannot find -lbufr
>>> > > >> > > > >
>>> > > >> > > > > which means that the linker can't find the BUFR
library
>>> files.
>>> > > >> > > > >
>>> > > >> > > > > It looks like you have* $MET_BUFRLIB *set to
>>> > > >> > > -L/root/Bureau/BUFLIB/lib,
>>> > > >> > > > so
>>> > > >> > > > > you're telling the linker to look in
>>> /root/Bureau/BUFLIB/lib
>>> > for
>>> > > >> the
>>> > > >> > > > > library files.  Could you please verify that the
files
>>> exist
>>> > in
>>> > > >> that
>>> > > >> > > > > directory?  Please send a listing of the files in
that
>>> > > directory.
>>> > > >> > > > >
>>> > > >> > > > > Thanks,
>>> > > >> > > > > Julie
>>> > > >> > > > >
>>> > > >> > > > >
>>> > > >> > > > >
>>> > > >> > > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula via
RT <
>>> > > >> > > met_help at ucar.edu
>>> > > >> > > > >
>>> > > >> > > > > wrote:
>>> > > >> > > > >
>>> > > >> > > > > >
>>> > > >> > > > > > <URL:
>>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >
>>> > > >> > > > > >
>>> > > >> > > > > > Hi John,
>>> > > >> > > > > > This is the last version of running MET model.
>>> > > >> > > > > > the first error is about the hdf.h. when i look
for it
>>> in
>>> > the
>>> > > >> > > > HDF4.2r3 i
>>> > > >> > > > > > can't find it.
>>> > > >> > > > > > the problem is that the met model can't find the
>>> hfeosdef .h
>>> > > or,
>>> > > >> > when
>>> > > >> > > > > > looking for it it exists
>>> > > >> > > > > > ls  -l /root/Bureau/hdfeos/include
>>> > > >> > > > > >
>>> > > >> > > > > > total 136
>>> > > >> > > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008
cfortHdf.h
>>> > > >> > > > > > -r--r--r--. 1 752 users   779 22 sept.  2000
ease.h
>>> > > >> > > > > > -r--r--r--. 1 752 users  7004 30 août   2007
HdfEosDef.f
>>> > > >> > > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008
HdfEosDef.h
>>> > > >> > > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008
>>> HDFEOSVersion.h
>>> > > >> > > > > > -r--r--r--. 1 752 users  3922 19 mai    2009
>>> > HE2_config.h.in
>>> > > >> > > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008
Makefile.am
>>> > > >> > > > > > -r--r--r--. 1 752 users 13297 19 mai    2009
Makefile.in
>>> > > >> > > > > > Thanks,
>>> > > >> > > > > > khaoula
>>> > > >> > > > > >
>>> > > >> > > > > >
>>> > > >> > > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula <
>>> > > khaoula.enit at gmail.com
>>> > > >> >:
>>> > > >> > > > > >
>>> > > >> > > > > > > Hi John,
>>> > > >> > > > > > > It really strange.
>>> > > >> > > > > > > when i run netcdef, he come back to grib2.h
error or
>>> > > >> gsl_cdf.h.
>>> > > >> > > > > > > i checked all my files needed for executing
configure
>>> > > script.
>>> > > >> > > > > > > grib2.h , netcdf.hh ..... are all located in
their
>>> right
>>> > > >> > libraries.
>>> > > >> > > > > > > The problem is that met-5.0 can't find them.
>>> > > >> > > > > > > you find attached the last make-install result.
>>> > > >> > > > > > > Thanks,
>>> > > >> > > > > > > Khaoula
>>> > > >> > > > > > >
>>> > > >> > > > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway
via RT <
>>> > > >> > > > > met_help at ucar.edu
>>> > > >> > > > > > >:
>>> > > >> > > > > > >
>>> > > >> > > > > > >> Khaoula,
>>> > > >> > > > > > >>
>>> > > >> > > > > > >> MET is written primarily in C++ and, as such,
>>> requires
>>> > that
>>> > > >> the
>>> > > >> > > C++
>>> > > >> > > > > > >> interface for NetCDF be compiled.  It's
possible
>>> that the
>>> > > C++
>>> > > >> > > > > interface
>>> > > >> > > > > > >> was
>>> > > >> > > > > > >> not compiled in the version of NetCDF to which
you're
>>> > > >> pointing.
>>> > > >> > > > > Please
>>> > > >> > > > > > >> see
>>> > > >> > > > > > >> if the following file exists:
>>> > > >> > > > > > >>   ls /root/Bureau/netcdf-
3.6.3/include/netcdf.hh
>>> > > >> > > > > > >>
>>> > > >> > > > > > >> If it does not, then you'll need to recompile
NetCDF
>>> > > >> somewhere
>>> > > >> > > > > including
>>> > > >> > > > > > >> the C++ interface.  It's described on this
page:
>>> > > >> > > > > > >>
>>> > > >> > > > > > >>
>>> > > >> > > > > > >>
>>> > > >> > > > > >
>>> > > >> > > > >
>>> > > >> > > >
>>> > > >> > >
>>> > > >> >
>>> > > >>
>>> > >
>>> >
>>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>>> > > >> > > > > > >> '
>>> > > >> > > > > > >>
>>> > > >> > > > > > >> If that file does exist, that's great.  Just
do the
>>> > > following
>>> > > >> > (the
>>> > > >> > > > > > setting
>>> > > >> > > > > > >> you sent me used "netcdf-36.3" instead of
>>> > "netcdf-3.6.3"):
>>> > > >> > > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-3.6.3
>>> > > >> > > > > > >>    Rerun the configure command.
>>> > > >> > > > > > >>    make clean
>>> > > >> > > > > > >>    make install
>>> > > >> > > > > > >>
>>> > > >> > > > > > >> Hope that helps.
>>> > > >> > > > > > >>
>>> > > >> > > > > > >> Thanks,
>>> > > >> > > > > > >> John
>>> > > >> > > > > > >>
>>> > > >> > > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki Khaoula
via RT
>>> <
>>> > > >> > > > > met_help at ucar.edu
>>> > > >> > > > > > >
>>> > > >> > > > > > >> wrote:
>>> > > >> > > > > > >>
>>> > > >> > > > > > >> >
>>> > > >> > > > > > >> > <URL:
>>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > >
>>> > > >> > > > > > >> >
>>> > > >> > > > > > >> > Hi john,
>>> > > >> > > > > > >> > Thank you for your help.
>>> > > >> > > > > > >> > It works but there is another error. He
cannot
>>> find the
>>> > > >> > > netcdf.hh
>>> > > >> > > > > > file.
>>> > > >> > > > > > >> > I used export
MET_NETCDF=/root/Bureau/netcdf-36.3
>>> > > >> > > > > > >> > but it still the same error.
>>> > > >> > > > > > >> > you find attached make_install file.
>>> > > >> > > > > > >> > Thanks,
>>> > > >> > > > > > >> > Khaoula
>>> > > >> > > > > > >> >
>>> > > >> > > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley
Gotway via
>>> RT <
>>> > > >> > > > > > met_help at ucar.edu
>>> > > >> > > > > > >> >:
>>> > > >> > > > > > >> >
>>> > > >> > > > > > >> > > Hello Khaoula,
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > My name is John Halley Gotway.  Julie's
out of
>>> town
>>> > > until
>>> > > >> > next
>>> > > >> > > > > week,
>>> > > >> > > > > > >> but
>>> > > >> > > > > > >> > > hopefully I can help you with this issue.
>>> Thanks for
>>> > > >> > sending
>>> > > >> > > > the
>>> > > >> > > > > > >> output
>>> > > >> > > > > > >> > of
>>> > > >> > > > > > >> > > make - that's very helpful.  Here's the
relevant
>>> > error
>>> > > >> > you're
>>> > > >> > > > > > getting:
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h :
Aucun
>>> fichier
>>> > > ou
>>> > > >> > > dossier
>>> > > >> > > > > de
>>> > > >> > > > > > ce
>>> > > >> > > > > > >> > type
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > Using google translate, I see that means:
No
>>> files or
>>> > > >> > folders
>>> > > >> > > of
>>> > > >> > > > > > this
>>> > > >> > > > > > >> > type
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > Basically, MET isn't able to find the file
named
>>> > > >> "grib2.h",
>>> > > >> > > > which
>>> > > >> > > > > is
>>> > > >> > > > > > >> > > included in the library named "g2clib".
Since
>>> you're
>>> > > >> > > compiling
>>> > > >> > > > > > >> support
>>> > > >> > > > > > >> > for
>>> > > >> > > > > > >> > > GRIB2, I assume you've already compiled
that
>>> library.
>>> > > If
>>> > > >> > > that's
>>> > > >> > > > > not
>>> > > >> > > > > > >> the
>>> > > >> > > > > > >> > > case, please see the information here:
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> >
>>> > > >> > > > > > >>
>>> > > >> > > > > >
>>> > > >> > > > >
>>> > > >> > > >
>>> > > >> > >
>>> > > >> >
>>> > > >>
>>> > >
>>> >
>>>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > Once you've compiled "g2clib", try setting
the
>>> > > following:
>>> > > >> > > > > > >> > > If you're using csh:
>>> > > >> > > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
>>> > > >> > > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > If you're using bash:
>>> > > >> > > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
>>> > > >> > > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > And from the top-level met-5.0 directory,
rerun
>>> the
>>> > > >> > > "configure"
>>> > > >> > > > > > >> command
>>> > > >> > > > > > >> > you
>>> > > >> > > > > > >> > > used for MET, and then run:
>>> > > >> > > > > > >> > >    make clean
>>> > > >> > > > > > >> > >    make install >& make_install.log
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > Please let me know how it goes.
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > Thanks,
>>> > > >> > > > > > >> > > John
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki
Khaoula
>>> via RT
>>> > <
>>> > > >> > > > > > >> met_help at ucar.edu>
>>> > > >> > > > > > >> > > wrote:
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > > > <URL:
>>> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > >
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > > > Hi Julie,
>>> > > >> > > > > > >> > > > Thank you for your help.
>>> > > >> > > > > > >> > > > i could install libpng library.
>>> > > >> > > > > > >> > > > But there is another problem.  When
executing
>>> *make
>>> > > >> > install
>>> > > >> > > >&
>>> > > >> > > > > > >> > > > make_install.log &*
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > > > *tail -f make_install.log.*
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > > > *threr is an error in  file
make_install.log
>>> that
>>> > > >> there is
>>> > > >> > > no
>>> > > >> > > > > file
>>> > > >> > > > > > >> > named
>>> > > >> > > > > > >> > > > grib2.h.*
>>> > > >> > > > > > >> > > > *there is the make _install.log.*
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > > > *Thanks *
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > > > *Khaoula *
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie
Prestopnik
>>> via RT
>>> > <
>>> > > >> > > > > > >> met_help at ucar.edu
>>> > > >> > > > > > >> > >:
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > > > > Hi Khaoula.
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > While I saw that you have a "include",
>>> "lib", and
>>> > > >> > "share"
>>> > > >> > > > > > >> > > subdirectories
>>> > > >> > > > > > >> > > > > under /usr/bin/zlib, I could not see
the
>>> contents
>>> > > of
>>> > > >> > those
>>> > > >> > > > > > >> > directories.
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > Could you please verify that you have
the
>>> files
>>> > > >> "zlib.h"
>>> > > >> > > and
>>> > > >> > > > > > >> > "zconf.h"
>>> > > >> > > > > > >> > > in
>>> > > >> > > > > > >> > > > > the "include" subdirectory?  Could you
also
>>> > please
>>> > > >> > verify
>>> > > >> > > > that
>>> > > >> > > > > > you
>>> > > >> > > > > > >> > have
>>> > > >> > > > > > >> > > > > "libz.a" and other "libz.so" files in
the
>>> "lib"
>>> > > >> > > > subdirectory?
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > Assuming those files are in place, it
looks
>>> like
>>> > > you
>>> > > >> > got a
>>> > > >> > > > > > >> successful
>>> > > >> > > > > > >> > > > > installation of zlib, but libpng
couldn't
>>> find
>>> > > zlib.
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > Try recompiling libpng as follows,
>>> > > >> > > > > > >> > > > >   *replacing
>>> > "/path/to/libpng/install/**directory"
>>> > > >> with
>>> > > >> > > the
>>> > > >> > > > > path
>>> > > >> > > > > > >> > where
>>> > > >> > > > > > >> > > > you
>>> > > >> > > > > > >> > > > > would like to install libpng*:
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
>>> > > >> > > > > > >> > > > >   make clean
>>> > > >> > > > > > >> > > > >   export LDFLAGS="-
L/usr/bin/zlib/lib/"
>>> > > >> > > > > > >> > > > >   export CPPFLAGS="-
I/usr/bin/zlib/include/"
>>> > > >> > > > > > >> > > > >   ./configure
>>> > > >> --prefix=/path/to/libpng/install/directory
>>> > > >> > > > > > >> > > > >   make
>>> > > >> > > > > > >> > > > >   make install
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > That should do the trick.  With those
>>> environment
>>> > > >> > > variables,
>>> > > >> > > > > > >> you're
>>> > > >> > > > > > >> > > > telling
>>> > > >> > > > > > >> > > > > it where to find the zlib header and
object
>>> > files.
>>> > > >> Give
>>> > > >> > > > that
>>> > > >> > > > > a
>>> > > >> > > > > > >> try
>>> > > >> > > > > > >> > and
>>> > > >> > > > > > >> > > > let
>>> > > >> > > > > > >> > > > > me know if you're able to compile
libpng
>>> > > >> successfully.
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > Thanks,
>>> > > >> > > > > > >> > > > > Julie
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM, Melki
>>> Khaoula
>>> > via
>>> > > >> RT <
>>> > > >> > > > > > >> > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > wrote:
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > >
>>> > > >> > > > > > >> > > > > > <URL:
>>> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >
>>> > > >> > > > > > >> > > > > >
>>> > > >> > > > > > >> > > > > > Hi Julie,
>>> > > >> > > > > > >> > > > > > No i didn't get a successful install
of
>>> libpng
>>> > > >> because
>>> > > >> > > the
>>> > > >> > > > > > first
>>> > > >> > > > > > >> > > > problem
>>> > > >> > > > > > >> > > > > > was installation of zlib.
>>> > > >> > > > > > >> > > > > > you find a script joint to this
email of
>>> > running
>>> > > >> ls -l
>>> > > >> > > > > > >> > usr/bin/zlib.
>>> > > >> > > > > > >> > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > Khaoula MELKI
>>> > > >> > > > > > >> > > > > >
>>> > > >> > > > > > >> > > > > >
>>> > > >> > > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie
>>> Prestopnik via
>>> > > RT
>>> > > >> <
>>> > > >> > > > > > >> > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > >:
>>> > > >> > > > > > >> > > > > >
>>> > > >> > > > > > >> > > > > > > Hi Khaoula.
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > > > > >> > > > > > > Instead of running "ls -l zlib-
1.2.8" to
>>> show
>>> > > me
>>> > > >> the
>>> > > >> > > > > > contents
>>> > > >> > > > > > >> of
>>> > > >> > > > > > >> > > the
>>> > > >> > > > > > >> > > > > > > package, could you please run "ls
-l
>>> > > >> /usr/bin/zlib"
>>> > > >> > > so I
>>> > > >> > > > > can
>>> > > >> > > > > > >> see
>>> > > >> > > > > > >> > > how
>>> > > >> > > > > > >> > > > > the
>>> > > >> > > > > > >> > > > > > > package was installed?
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > > > > >> > > > > > > Also, were you able to get a
successful
>>> > install
>>> > > >> of
>>> > > >> > > > libpng
>>> > > >> > > > > > >> after
>>> > > >> > > > > > >> > > > setting
>>> > > >> > > > > > >> > > > > > the
>>> > > >> > > > > > >> > > > > > > environment variables LDFLAGS and
>>> CPPFLAGS?
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > > > > >> > > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > > Julie
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM,
Melki
>>> > Khaoula
>>> > > >> via
>>> > > >> > RT
>>> > > >> > > <
>>> > > >> > > > > > >> > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > > > > >> > > > > > > wrote:
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > > > > >> > > > > > > >
>>> > > >> > > > > > >> > > > > > > > <URL:
>>> > > >> > > > > > >>
>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> > > > > > > >
>>> > > >> > > > > > >> > > > > > > > Hi Julie,
>>> > > >> > > > > > >> > > > > > > >
>>> > > >> > > > > > >> > > > > > > > there is a terminal containing
results
>>> of
>>> > ls
>>> > > -l
>>> > > >> > > > > zlib-1.2.8
>>> > > >> > > > > > >> > > > > > > > also, zlib-1.2.8 directory is
>>> > > >> > > :/root/Bureau/zlib-1.2.8
>>> > > >> > > > > > >> > > > > > > > i uses the command whereis zlib:
>>> > > >> > > > > > >> > > > > > > >  it returns : usr/bin/zlib
>>> > > >> > > > > > >> > > > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > > > Khaoula
>>> > > >> > > > > > >> > > > > > > >
>>> > > >> > > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00 Julie
>>> Prestopnik
>>> > > via
>>> > > >> > RT <
>>> > > >> > > > > > >> > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > >:
>>> > > >> > > > > > >> > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > Hi Khaoula.
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > I see in your configure log
the
>>> error:
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > configure: error: zlib not
installed
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > Were you able to get a
successful
>>> install
>>> > > of
>>> > > >> > zlib?
>>> > > >> > > > If
>>> > > >> > > > > > so,
>>> > > >> > > > > > >> > > could
>>> > > >> > > > > > >> > > > > you
>>> > > >> > > > > > >> > > > > > > > please
>>> > > >> > > > > > >> > > > > > > > > tell me where it is installed
and
>>> run "ls
>>> > > >> -l" in
>>> > > >> > > > that
>>> > > >> > > > > > >> > directory
>>> > > >> > > > > > >> > > > so
>>> > > >> > > > > > >> > > > > I
>>> > > >> > > > > > >> > > > > > > can
>>> > > >> > > > > > >> > > > > > > > > see its contents? And, if you
were
>>> able
>>> > to
>>> > > >> get a
>>> > > >> > > > > > >> successful
>>> > > >> > > > > > >> > > > install
>>> > > >> > > > > > >> > > > > > of
>>> > > >> > > > > > >> > > > > > > > > zlib, were you able to get a
>>> successful
>>> > > >> install
>>> > > >> > of
>>> > > >> > > > > > libpng?
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > Once you get a successful
install of
>>> > zlib,
>>> > > >> png,
>>> > > >> > > > > jasper,
>>> > > >> > > > > > >> and
>>> > > >> > > > > > >> > the
>>> > > >> > > > > > >> > > > > > GRIB2-C
>>> > > >> > > > > > >> > > > > > > > > Library, we can revisit
running the
>>> > > configure
>>> > > >> > > > script.
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an
optional
>>> > > package
>>> > > >> > for
>>> > > >> > > > MET.
>>> > > >> > > > > > If
>>> > > >> > > > > > >> > you
>>> > > >> > > > > > >> > > do
>>> > > >> > > > > > >> > > > > not
>>> > > >> > > > > > >> > > > > > > > need
>>> > > >> > > > > > >> > > > > > > > > GRIB2 support, you do not need
to
>>> install
>>> > > the
>>> > > >> > > > library.
>>> > > >> > > > > > I
>>> > > >> > > > > > >> > just
>>> > > >> > > > > > >> > > > > wanted
>>> > > >> > > > > > >> > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > make sure you knew that in
case you
>>> > didn't
>>> > > >> need
>>> > > >> > > > GRIB2
>>> > > >> > > > > > >> > support.
>>> > > >> > > > > > >> > > > If
>>> > > >> > > > > > >> > > > > > you
>>> > > >> > > > > > >> > > > > > > do
>>> > > >> > > > > > >> > > > > > > > > need it, we'll keep working at
it
>>> and try
>>> > > to
>>> > > >> get
>>> > > >> > > it
>>> > > >> > > > > > >> working
>>> > > >> > > > > > >> > for
>>> > > >> > > > > > >> > > > you
>>> > > >> > > > > > >> > > > > > > soon.
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > > > > Julie
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10
AM,
>>> Melki
>>> > > >> Khaoula
>>> > > >> > via
>>> > > >> > > > RT
>>> > > >> > > > > <
>>> > > >> > > > > > >> > > > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > wrote:
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > <URL:
>>> > > >> > > > > > >> > >
>>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > Hi Julie,
>>> > > >> > > > > > >> > > > > > > > > > the same problem appear
again.
>>> > > >> > > > > > >> > > > > > > > > > you find a file joined to
this
>>> e-mail.
>>> > > >> > > > > > >> > > > > > > > > > thanks,
>>> > > >> > > > > > >> > > > > > > > > > Khaoula
>>> > > >> > > > > > >> > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00
Julie
>>> > > Prestopnik
>>> > > >> > via
>>> > > >> > > > RT <
>>> > > >> > > > > > >> > > > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > >:
>>> > > >> > > > > > >> > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > Hi Khaoula.
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > I see that you tried to
install
>>> zlib,
>>> > > but
>>> > > >> > > have a
>>> > > >> > > > > > >> question
>>> > > >> > > > > > >> > > > about
>>> > > >> > > > > > >> > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > install
>>> > > >> > > > > > >> > > > > > > > > > > path.
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > You can install zlib where
ever
>>> you
>>> > > would
>>> > > >> > > like,
>>> > > >> > > > > > >> either in
>>> > > >> > > > > > >> > > > > > > /zlib-1.2.8
>>> > > >> > > > > > >> > > > > > > > > > > or /usr/local/bin
>>> > > >> > > > > > >> > > > > > > > > > > (assuming you have root
access)
>>> or
>>> > > >> somewhere
>>> > > >> > > > else
>>> > > >> > > > > > >> > entirely.
>>> > > >> > > > > > >> > > > > So,
>>> > > >> > > > > > >> > > > > > it
>>> > > >> > > > > > >> > > > > > > > > > sounds
>>> > > >> > > > > > >> > > > > > > > > > > like you followed these
generic
>>> > > >> > instructions:
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > cd /path/to/zlib
>>> > > >> > > > > > >> > > > > > > > > > > ./configure
>>> > --prefix=/zlib/install/path
>>> > > >> > > > > > >> > > > > > > > > > > make test
>>> > > >> > > > > > >> > > > > > > > > > > make install
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > replacing /path/to/zlib
with
>>> > > >> > > > > /root/Bureau/zlib-1.2.8
>>> > > >> > > > > > >> and
>>> > > >> > > > > > >> > > > > > replacing
>>> > > >> > > > > > >> > > > > > > > > > > /zlib/install/path
>>> > > >> > > > > > >> > > > > > > > > > > with /zlib-1.2.8 as
follows:
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-1.2.8
>>> > > >> > > > > > >> > > > > > > > > > > ./configure
--prefix=/zlib-1.2.8
>>> > > >> > > > > > >> > > > > > > > > > > make test
>>> > > >> > > > > > >> > > > > > > > > > > make install
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > It sounds like you got a
>>> successful
>>> > > >> > > installation
>>> > > >> > > > > of
>>> > > >> > > > > > >> zlib,
>>> > > >> > > > > > >> > > but
>>> > > >> > > > > > >> > > > > > > libpng
>>> > > >> > > > > > >> > > > > > > > > > > couldn't find zlib.
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > Try recompiling libpng as
>>> follows,
>>> > > >> > > > > > >> > > > > > > > > > >   replacing
>>> > "/path/to/libz.a/directory"
>>> > > >> with
>>> > > >> > > the
>>> > > >> > > > > > path
>>> > > >> > > > > > >> to
>>> > > >> > > > > > >> > > > libz.a
>>> > > >> > > > > > >> > > > > > > > (leave
>>> > > >> > > > > > >> > > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > -L in place in the example
below)
>>> > > >> > > > > > >> > > > > > > > > > >   replacing
>>> > "/path/to/zlib.h/directory"
>>> > > >> with
>>> > > >> > > the
>>> > > >> > > > > > path
>>> > > >> > > > > > >> to
>>> > > >> > > > > > >> > > > zlib.h
>>> > > >> > > > > > >> > > > > > > > (leave
>>> > > >> > > > > > >> > > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > -I in place in the example
below)
>>> > > >> > > > > > >> > > > > > > > > > >   and replacing
>>> > > >> > > > > "/path/to/libpng/install/directory"
>>> > > >> > > > > > >> with
>>> > > >> > > > > > >> > > the
>>> > > >> > > > > > >> > > > > path
>>> > > >> > > > > > >> > > > > > > > where
>>> > > >> > > > > > >> > > > > > > > > > you
>>> > > >> > > > > > >> > > > > > > > > > > would like to install
libpng:
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > >   cd /root/Bureau/libpng-
1.2.34
>>> > > >> > > > > > >> > > > > > > > > > >   make clean
>>> > > >> > > > > > >> > > > > > > > > > >   export
>>> > > >> > LDFLAGS="-L/path/to/libz.a/directory"
>>> > > >> > > > > > >> > > > > > > > > > >   export
>>> > > >> > > CPPFLAGS="-I/path/to/zlib.h/directory"
>>> > > >> > > > > > >> > > > > > > > > > >   ./configure
>>> > > >> > > > > > >> --prefix=/path/to/libpng/install/directory
>>> > > >> > > > > > >> > > > > > > > > > >   make
>>> > > >> > > > > > >> > > > > > > > > > >   make install
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > That should do the trick.
With
>>> those
>>> > > >> > > > environment
>>> > > >> > > > > > >> > > variables,
>>> > > >> > > > > > >> > > > > > you're
>>> > > >> > > > > > >> > > > > > > > > > telling
>>> > > >> > > > > > >> > > > > > > > > > > it where to find the zlib
header
>>> and
>>> > > >> object
>>> > > >> > > > files.
>>> > > >> > > > > > >> Give
>>> > > >> > > > > > >> > > > that a
>>> > > >> > > > > > >> > > > > > try
>>> > > >> > > > > > >> > > > > > > > and
>>> > > >> > > > > > >> > > > > > > > > > let
>>> > > >> > > > > > >> > > > > > > > > > > me know if you're able to
compile
>>> > > libpng
>>> > > >> > > > > > successfully.
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > Julie
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at
5:45 AM,
>>> > Melki
>>> > > >> > Khaoula
>>> > > >> > > > via
>>> > > >> > > > > > RT
>>> > > >> > > > > > >> <
>>> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > wrote:
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > <URL:
>>> > > >> > > > > > >> > > > >
>>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > Hi Julie,
>>> > > >> > > > > > >> > > > > > > > > > > > Grib2 needs jasper, png
and
>>> zlib
>>> > > >> libraries
>>> > > >> > > to
>>> > > >> > > > > > >> install.
>>> > > >> > > > > > >> > > > > > > > > > > > in installing zlib
library,i i
>>> used
>>> > > >> these
>>> > > >> > > > > > commands:
>>> > > >> > > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
>>> > > >> > > > > > >> > > > > > > > > > > > *./configure
>>> > > >> --prefix=/zlib/install/path*
>>> > > >> > > > > > >> > > > > > > > > > > > *make test*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *make install*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *for my sysytem,
path/to/zlib
>>> is
>>> > > >> > > > > > >> > root/Bureau/zlib-1.2.8.*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *about
>>> prefix=zlib/install/path.
>>> > > >> > > > > zlib/install/path
>>> > > >> > > > > > >> is
>>> > > >> > > > > > >> > the
>>> > > >> > > > > > >> > > > > > > directory
>>> > > >> > > > > > >> > > > > > > > > > > where i
>>> > > >> > > > > > >> > > > > > > > > > > > put zlib installation,
>>> > > >> prefix=/zlib-1.2.8
>>> > > >> > or
>>> > > >> > > > it
>>> > > >> > > > > is
>>> > > >> > > > > > >> > > > > > usr/local/bin
>>> > > >> > > > > > >> > > > > > > in
>>> > > >> > > > > > >> > > > > > > > > > order
>>> > > >> > > > > > >> > > > > > > > > > > > to be installed in the
system.*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *i found a problem when
>>> installing
>>> > > >> libpng
>>> > > >> > > > > > library. i
>>> > > >> > > > > > >> > used
>>> > > >> > > > > > >> > > > > thses
>>> > > >> > > > > > >> > > > > > > > > > > commands:*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *./configure
>>> > > >> > > > > --prefix=/root/Bureau/libpng-1.2.34*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *make *
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *make install*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *But when using
configure, an
>>> error
>>> > > >> occur
>>> > > >> > > > > > informing
>>> > > >> > > > > > >> me
>>> > > >> > > > > > >> > > that
>>> > > >> > > > > > >> > > > > > zlib
>>> > > >> > > > > > >> > > > > > > > > isn't
>>> > > >> > > > > > >> > > > > > > > > > > > installed.*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *So, i was wondering
about
>>> path to
>>> > > >> > install.
>>> > > >> > > It
>>> > > >> > > > > is
>>> > > >> > > > > > in
>>> > > >> > > > > > >> > the
>>> > > >> > > > > > >> > > > > > > directory
>>> > > >> > > > > > >> > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > > library or in the system
>>> > > >> > > unix(usr/local/bin)*
>>> > > >> > > > > > >> > > > > > > > > > > > *Thanks,*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > *khaoula melki*
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-
04:00
>>> Julie
>>> > > >> > Prestopnik
>>> > > >> > > > via
>>> > > >> > > > > > RT <
>>> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > >:
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > Hi Khaoula.
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > There will not be a
bin
>>> > > subdirectory
>>> > > >> > when
>>> > > >> > > > you
>>> > > >> > > > > > >> unpack
>>> > > >> > > > > > >> > > > > met-5.0,
>>> > > >> > > > > > >> > > > > > > but
>>> > > >> > > > > > >> > > > > > > > > > there
>>> > > >> > > > > > >> > > > > > > > > > > > > should be upon a
successful
>>> > > >> installation
>>> > > >> > > of
>>> > > >> > > > > the
>>> > > >> > > > > > >> MET
>>> > > >> > > > > > >> > > > tools.
>>> > > >> > > > > > >> > > > > > > > Looking
>>> > > >> > > > > > >> > > > > > > > > > at
>>> > > >> > > > > > >> > > > > > > > > > > > your
>>> > > >> > > > > > >> > > > > > > > > > > > > make_install.log file
I see
>>> that
>>> > > >> there
>>> > > >> > is
>>> > > >> > > a
>>> > > >> > > > > > >> problem
>>> > > >> > > > > > >> > > > finding
>>> > > >> > > > > > >> > > > > > > > > grib2.h:
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > data2d_grib2.h:27:21:
erreur:
>>> > > >> grib2.h :
>>> > > >> > > > Aucun
>>> > > >> > > > > > >> fichier
>>> > > >> > > > > > >> > > ou
>>> > > >> > > > > > >> > > > > > > dossier
>>> > > >> > > > > > >> > > > > > > > de
>>> > > >> > > > > > >> > > > > > > > > > ce
>>> > > >> > > > > > >> > > > > > > > > > > > type
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > NCEP's GRIB2C library
is
>>> used by
>>> > > the
>>> > > >> MET
>>> > > >> > > > > library
>>> > > >> > > > > > >> code
>>> > > >> > > > > > >> > > to
>>> > > >> > > > > > >> > > > > read
>>> > > >> > > > > > >> > > > > > > > GRIB2
>>> > > >> > > > > > >> > > > > > > > > > > data
>>> > > >> > > > > > >> > > > > > > > > > > > > files.  If you do not
need
>>> GRIB2
>>> > > >> > > capability,
>>> > > >> > > > > you
>>> > > >> > > > > > >> can
>>> > > >> > > > > > >> > > > simply
>>> > > >> > > > > > >> > > > > > > skip
>>> > > >> > > > > > >> > > > > > > > > this
>>> > > >> > > > > > >> > > > > > > > > > > > part
>>> > > >> > > > > > >> > > > > > > > > > > > > of the installation by
>>> removing
>>> > > >> > > > > "--enable-grib2"
>>> > > >> > > > > > >> from
>>> > > >> > > > > > >> > > > your
>>> > > >> > > > > > >> > > > > > list
>>> > > >> > > > > > >> > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > > options
>>> > > >> > > > > > >> > > > > > > > > > > > > to "./configure".  If
you do
>>> need
>>> > > >> GRIB2
>>> > > >> > > > > > capability
>>> > > >> > > > > > >> > and
>>> > > >> > > > > > >> > > > the
>>> > > >> > > > > > >> > > > > > > grib2c
>>> > > >> > > > > > >> > > > > > > > > > > library
>>> > > >> > > > > > >> > > > > > > > > > > > > is not already on your
>>> system,
>>> > you
>>> > > >> will
>>> > > >> > > need
>>> > > >> > > > > to
>>> > > >> > > > > > >> > > download
>>> > > >> > > > > > >> > > > > and
>>> > > >> > > > > > >> > > > > > > > unpack
>>> > > >> > > > > > >> > > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > > grib2c tarball (
>>> > > >> > > > > > >> > > > > >
>>> http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
>>> > > >> > > > > > >> > > > > > > > and
>>> > > >> > > > > > >> > > > > > > > > > > refer
>>> > > >> > > > > > >> > > > > > > > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > > > > > the README file. Once
built,
>>> MET
>>> > > >> expects
>>> > > >> > > the
>>> > > >> > > > > > GRIB2
>>> > > >> > > > > > >> > > > > C-Library
>>> > > >> > > > > > >> > > > > > to
>>> > > >> > > > > > >> > > > > > > > be
>>> > > >> > > > > > >> > > > > > > > > > > named
>>> > > >> > > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The
GRIB2
>>> > C-Library
>>> > > >> > > *requires
>>> > > >> > > > > the
>>> > > >> > > > > > >> > > > libraries
>>> > > >> > > > > > >> > > > > > > zlib,
>>> > > >> > > > > > >> > > > > > > > > > jasper
>>> > > >> > > > > > >> > > > > > > > > > > > and
>>> > > >> > > > > > >> > > > > > > > > > > > > png* to be present on
your
>>> system
>>> > > and
>>> > > >> > > those
>>> > > >> > > > > > >> packages
>>> > > >> > > > > > >> > > are
>>> > > >> > > > > > >> > > > > all
>>> > > >> > > > > > >> > > > > > > > > > available
>>> > > >> > > > > > >> > > > > > > > > > > in
>>> > > >> > > > > > >> > > > > > > > > > > > > the link above. When
>>> configuring
>>> > > the
>>> > > >> MET
>>> > > >> > > > build
>>> > > >> > > > > > >> after
>>> > > >> > > > > > >> > > > > > > installation
>>> > > >> > > > > > >> > > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > > necessary libraries
(or if
>>> > grib2c,
>>> > > >> zlib,
>>> > > >> > > > > jasper,
>>> > > >> > > > > > >> and
>>> > > >> > > > > > >> > > png
>>> > > >> > > > > > >> > > > > are
>>> > > >> > > > > > >> > > > > > > > > already
>>> > > >> > > > > > >> > > > > > > > > > on
>>> > > >> > > > > > >> > > > > > > > > > > > > your system), set the
>>> > *MET_GRIB2C*
>>> > > >> (or
>>> > > >> > > > > > >> > *MET_GRIB2CINC*
>>> > > >> > > > > > >> > > > and
>>> > > >> > > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
>>> > > >> > > > > > >> > > > > > > > > > > > > environment variables
to
>>> indicate
>>> > > the
>>> > > >> > > > location
>>> > > >> > > > > > of
>>> > > >> > > > > > >> > this
>>> > > >> > > > > > >> > > > > > library.
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > Please let us know if
you
>>> have
>>> > any
>>> > > >> > > > questions.
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > Julie
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015 at
3:28
>>> AM,
>>> > > Melki
>>> > > >> > > > Khaoula
>>> > > >> > > > > > via
>>> > > >> > > > > > >> RT
>>> > > >> > > > > > >> > <
>>> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu>
>>> > > >> > > > > > >> > > > > > > > > > > > > wrote:
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > <URL:
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > Hi Julie,
>>> > > >> > > > > > >> > > > > > > > > > > > > > thank you for your
>>> response.
>>> > > >> > > > > > >> > > > > > > > > > > > > > it rebuilt nectd.
>>> > > >> > > > > > >> > > > > > > > > > > > > > my problem now is
the bin
>>> > > >> > subdirectory.
>>> > > >> > > > > > >> > > > > > > > > > > > > > when unpacking met-
5.0,
>>> thre is
>>> > > no
>>> > > >> > > > > > subdirectory
>>> > > >> > > > > > >> > > called
>>> > > >> > > > > > >> > > > > bin.
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > Also, after setting
>>> environment
>>> > > >> > > > variables, i
>>> > > >> > > > > > >> used
>>> > > >> > > > > > >> > the
>>> > > >> > > > > > >> > > > > > > > > configuration
>>> > > >> > > > > > >> > > > > > > > > > > > > script
>>> > > >> > > > > > >> > > > > > > > > > > > > > with: ./configure
>>> > --prefix=`pwd`
>>> > > >> > > > > > --enable-grib2
>>> > > >> > > > > > >> > > > > > > --enable-modis
>>> > > >> > > > > > >> > > > > > > > > > > > > > --enable-
mode_graphics
>>> > > >> > > > > > >> > > > > > > > > > > > > > there is no bin
>>> subdirectory
>>> > > >> built or
>>> > > >> > > > > > >> recreated.
>>> > > >> > > > > > >> > > > > > > > > > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > Khaoula
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59
GMT-04:00
>>> > Julie
>>> > > >> > > > Prestopnik
>>> > > >> > > > > > via
>>> > > >> > > > > > >> RT
>>> > > >> > > > > > >> > <
>>> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > > > >:
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > Taking another
look at
>>> this,
>>> > I
>>> > > do
>>> > > >> > not
>>> > > >> > > > see
>>> > > >> > > > > a
>>> > > >> > > > > > >> "-I"
>>> > > >> > > > > > >> > > > entry
>>> > > >> > > > > > >> > > > > > for
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > "/root/Bureau/netcdf-4.3.3.1",
>>> > > >> > which I
>>> > > >> > > > > > believe
>>> > > >> > > > > > >> > you
>>> > > >> > > > > > >> > > > have
>>> > > >> > > > > > >> > > > > > > > > > MET_NETCDF
>>> > > >> > > > > > >> > > > > > > > > > > > set
>>> > > >> > > > > > >> > > > > > > > > > > > > > to.
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > g++
-DHAVE_CONFIG_H -I.
>>> > > >> -I../../..
>>> > > >> > > > > > >> > > > > > > > -I../../../src/basic/vx_cal
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > -I../../../src/basic/vx_config
>>> > > >> > > > > > >> > > > > > -I../../../src/basic/vx_log
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> -I../../../src/basic/vx_math
>>> > > >> > > > > > >> > > > > -I../../../src/basic/vx_util
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> -I../../../src/libcode/vx_afm
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > -I../../../src/libcode/vx_analysis_util
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > -I../../../src/libcode/vx_color
>>> > > >> > > > > > >> > > > > > > > >
-I../../../src/libcode/vx_data2d
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > -I../../../src/libcode/vx_data2d_factory
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > -I../../../src/libcode/vx_data2d_grib
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > -I../../../src/libcode/vx_data2d_grib2
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > -I../../../src/libcode/vx_data2d_nccf
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > -I../../../src/libcode/vx_data2d_nc_met
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > -I../../../src/libcode/vx_geodesy
>>> > > >> > > > > > >> > > > > > > > > >
-I../../../src/libcode/vx_gnomon
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > -I../../../src/libcode/vx_grid
>>> > > >> > > > > > >> > > > > > > > >
-I../../../src/libcode/vx_gsl_prob
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> -I../../../src/libcode/vx_nav
>>> > > >> > > > > > >> > > > > > > >
-I../../../src/libcode/vx_nc_util
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > -I../../../src/libcode/vx_pb_util
>>> > > >> > > > > > >> > > > > > > > > > >
>>> -I../../../src/libcode/vx_plot_util
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> -I../../../src/libcode/vx_ps
>>> > > >> > > > > > >> > > > > > -I../../../src/libcode/vx_pxm
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > -I../../../src/libcode/vx_render
>>> > > >> > > > > > >> > > > > > > > > > >
>>> -I../../../src/libcode/vx_shapedata
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> -I../../../src/libcode/vx_statistics
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> -I../../../src/libcode/vx_stat_out
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > -I../../../src/libcode/vx_tc_util
>>> > > >> > > > -DBLOCK4
>>> > > >> > > > > > >> > > > -DWITH_GRIB2
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> -DMET_BASE="\"/root/Bureau/met-
5.0/share/met\""
>>> > > >> > > > > > >> > -g
>>> > > >> > > > > > >> > > > -MT
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> libvx_nc_util_a-nc_var_info.o
>>> > > -MD
>>> > > >> > -MP
>>> > > >> > > > -MF
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > .deps/libvx_nc_util_a-nc_var_info.Tpo
>>> > > >> > > -c
>>> > > >> > > > > -o
>>> > > >> > > > > > >> > > > > > > > > > > > > libvx_nc_util_a-
nc_var_info.o
>>> > > >> > > > > > >> > > > > > > > > > > > > > > `test -f
>>> 'nc_var_info.cc' ||
>>> > > echo
>>> > > >> > > > > > >> > > './'`nc_var_info.cc
>>> > > >> > > > > > >> > > > > > > > > > > > > > > Dans le fichier
inclus à
>>> > partir
>>> > > >> de
>>> > > >> > > > > > >> > > nc_var_info.cc:24:
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
nc_var_info.h:24:21:
>>> erreur:
>>> > > >> > > netcdf.hh :
>>> > > >> > > > > > Aucun
>>> > > >> > > > > > >> > > > fichier
>>> > > >> > > > > > >> > > > > ou
>>> > > >> > > > > > >> > > > > > > > > dossier
>>> > > >> > > > > > >> > > > > > > > > > > de
>>> > > >> > > > > > >> > > > > > > > > > > > ce
>>> > > >> > > > > > >> > > > > > > > > > > > > > > type
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > You could check
the
>>> include
>>> > > area
>>> > > >> for
>>> > > >> > > > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
>>> > > >> > > > > > >> > > > > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > > > > see
>>> > > >> > > > > > >> > > > > > > > > > > > > > if
>>> > > >> > > > > > >> > > > > > > > > > > > > > > there is a
netcdf.hh
>>> file.
>>> > If
>>> > > >> there
>>> > > >> > > is,
>>> > > >> > > > > > >> you'll
>>> > > >> > > > > > >> > > need
>>> > > >> > > > > > >> > > > to
>>> > > >> > > > > > >> > > > > > > make
>>> > > >> > > > > > >> > > > > > > > > sure
>>> > > >> > > > > > >> > > > > > > > > > > > that
>>> > > >> > > > > > >> > > > > > > > > > > > > > met
>>> > > >> > > > > > >> > > > > > > > > > > > > > > can find it by
making
>>> sure
>>> > the
>>> > > >> > > > MET_NETCDF
>>> > > >> > > > > is
>>> > > >> > > > > > >> set
>>> > > >> > > > > > >> > > > > > correctly,
>>> > > >> > > > > > >> > > > > > > > > then
>>> > > >> > > > > > >> > > > > > > > > > > > source
>>> > > >> > > > > > >> > > > > > > > > > > > > > > your .bashrc or
similar
>>> file,
>>> > > >> > > > reconfigure,
>>> > > >> > > > > > and
>>> > > >> > > > > > >> > > > rebuild
>>> > > >> > > > > > >> > > > > > MET,
>>> > > >> > > > > > >> > > > > > > > > > > > otherwise,
>>> > > >> > > > > > >> > > > > > > > > > > > > if
>>> > > >> > > > > > >> > > > > > > > > > > > > > > it is not there, I
would
>>> > > suggest
>>> > > >> > > > following
>>> > > >> > > > > > the
>>> > > >> > > > > > >> > > > > > instructions
>>> > > >> > > > > > >> > > > > > > > in
>>> > > >> > > > > > >> > > > > > > > > my
>>> > > >> > > > > > >> > > > > > > > > > > > most
>>> > > >> > > > > > >> > > > > > > > > > > > > > > recent previous
email.
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > Please let us know
how it
>>> > works
>>> > > >> out.
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > Julie
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8,
2015 at
>>> 1:52
>>> > PM,
>>> > > >> > Julie
>>> > > >> > > > > > >> Prestopnik
>>> > > >> > > > > > >> > <
>>> > > >> > > > > > >> > > > > > > > > > jpresto at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > wrote:
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I
>>> apologize
>>> > for
>>> > > >> the
>>> > > >> > > > delayed
>>> > > >> > > > > > >> > > > response.  I
>>> > > >> > > > > > >> > > > > > was
>>> > > >> > > > > > >> > > > > > > > out
>>> > > >> > > > > > >> > > > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > > > town.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > I believe that I
see in
>>> > your
>>> > > >> > > > > > >> make_install.log
>>> > > >> > > > > > >> > > that
>>> > > >> > > > > > >> > > > > > there
>>> > > >> > > > > > >> > > > > > > > is a
>>> > > >> > > > > > >> > > > > > > > > > > > problem
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > finding
netcdf.hh:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
nc_var_info.h:24:21:
>>> > erreur:
>>> > > >> > > > netcdf.hh :
>>> > > >> > > > > > >> Aucun
>>> > > >> > > > > > >> > > > > fichier
>>> > > >> > > > > > >> > > > > > ou
>>> > > >> > > > > > >> > > > > > > > > > dossier
>>> > > >> > > > > > >> > > > > > > > > > > > de
>>> > > >> > > > > > >> > > > > > > > > > > > > ce
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > type
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > We've typically
been
>>> > > compiling
>>> > > >> MET
>>> > > >> > > > using
>>> > > >> > > > > > >> NetCDF
>>> > > >> > > > > > >> > > > > version
>>> > > >> > > > > > >> > > > > > > 3 -
>>> > > >> > > > > > >> > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > > > specific
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > version is
>>> netcdf-3.6.3.  I
>>> > > >> know
>>> > > >> > > that
>>> > > >> > > > > some
>>> > > >> > > > > > >> of
>>> > > >> > > > > > >> > the
>>> > > >> > > > > > >> > > > > > > versions
>>> > > >> > > > > > >> > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > > netcdf
>>> > > >> > > > > > >> > > > > > > > > > > > > no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > longer include
>>> netcdf.hh,
>>> > but
>>> > > >> that
>>> > > >> > > > file
>>> > > >> > > > > is
>>> > > >> > > > > > >> > > > necessary
>>> > > >> > > > > > >> > > > > > for
>>> > > >> > > > > > >> > > > > > > > our
>>> > > >> > > > > > >> > > > > > > > > > > code.
>>> > > >> > > > > > >> > > > > > > > > > > > > I'd
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > suggest
downloading and
>>> > > >> compiling
>>> > > >> > > > NetCDF
>>> > > >> > > > > > >> 3.6.3
>>> > > >> > > > > > >> > > > > locally
>>> > > >> > > > > > >> > > > > > > > using
>>> > > >> > > > > > >> > > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > following steps:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > Download NetCDF
3.6.3
>>> from
>>> > > >> here:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > >
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >>
>>> > > >> > > >
>>> > > >>
>>> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > Then run:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > tar -zxf
>>> > netcdf-3.6.3.tar.gz
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > ./configure
>>> --prefix=`pwd`
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > make
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > make install
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > These commands
should
>>> > compile
>>> > > >> the
>>> > > >> > C
>>> > > >> > > > and
>>> > > >> > > > > > C++
>>> > > >> > > > > > >> > > > > interfaces
>>> > > >> > > > > > >> > > > > > > for
>>> > > >> > > > > > >> > > > > > > > > > NetCDF
>>> > > >> > > > > > >> > > > > > > > > > > > and
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > skip the Fortran
>>> interface
>>> > > that
>>> > > >> > MET
>>> > > >> > > > > > doesn't
>>> > > >> > > > > > >> > use.
>>> > > >> > > > > > >> > > > It
>>> > > >> > > > > > >> > > > > > will
>>> > > >> > > > > > >> > > > > > > > > > install
>>> > > >> > > > > > >> > > > > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > library in
current
>>> > > >> "netcdf-3.6.3"
>>> > > >> > > > > > directory
>>> > > >> > > > > > >> due
>>> > > >> > > > > > >> > > to
>>> > > >> > > > > > >> > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > --prefix=`pwd`
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > option.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > Next, you'll
need to
>>> edit
>>> > > where
>>> > > >> > you
>>> > > >> > > > set
>>> > > >> > > > > > >> > > MET_NETCDF
>>> > > >> > > > > > >> > > > to
>>> > > >> > > > > > >> > > > > > > point
>>> > > >> > > > > > >> > > > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > > > this
>>> > > >> > > > > > >> > > > > > > > > > > > > new
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > location, source
your
>>> > .bashrc
>>> > > >> or
>>> > > >> > > > > similiar
>>> > > >> > > > > > >> file,
>>> > > >> > > > > > >> > > and
>>> > > >> > > > > > >> > > > > > > rebuild
>>> > > >> > > > > > >> > > > > > > > > > MET.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > Please let us
know if
>>> that
>>> > > >> works
>>> > > >> > > well
>>> > > >> > > > > for
>>> > > >> > > > > > >> you.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > Julie
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > On Fri, Jun 26,
2015 at
>>> > 4:24
>>> > > >> AM,
>>> > > >> > > Melki
>>> > > >> > > > > > >> Khaoula
>>> > > >> > > > > > >> > > via
>>> > > >> > > > > > >> > > > > RT <
>>> > > >> > > > > > >> > > > > > > > > > > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > > wrote:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> <URL:
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Hello John,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the error was
there
>>> is no
>>> > > >> > compilor
>>> > > >> > > of
>>> > > >> > > > > > C++.
>>> > > >> > > > > > >> so
>>> > > >> > > > > > >> > i
>>> > > >> > > > > > >> > > > > > > downloaded
>>> > > >> > > > > > >> > > > > > > > > g++
>>> > > >> > > > > > >> > > > > > > > > > > > > using :
>>> > > >> > > > > > >> > > > > > > > > > > > > > > yum
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> install gcc-
c++.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> I didn't
understand
>>> the
>>> > bin
>>> > > >> > > > > > subdirectory. I
>>> > > >> > > > > > >> > > looked
>>> > > >> > > > > > >> > > > > to
>>> > > >> > > > > > >> > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > met-5.0
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> directory, i
didin't
>>> find
>>> > a
>>> > > >> > > > > subdirectory
>>> > > >> > > > > > >> > called
>>> > > >> > > > > > >> > > > bin.
>>> > > >> > > > > > >> > > > > > But
>>> > > >> > > > > > >> > > > > > > > > files
>>> > > >> > > > > > >> > > > > > > > > > > > cited
>>> > > >> > > > > > >> > > > > > > > > > > > > > in
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Built
executables are
>>> > > located
>>> > > >> in
>>> > > >> > > the
>>> > > >> > > > > > output
>>> > > >> > > > > > >> > > > > > > subdirectory.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> The compilation
of
>>> *make
>>> > > >> install
>>> > > >> > >&
>>> > > >> > > > > > >> > > > make_install.log
>>> > > >> > > > > > >> > > > > > &*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
>>> make_install.log
>>> > >  *
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> * send an
error.*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *there is two
>>> executables,
>>> > > >> *the
>>> > > >> > > > first
>>> > > >> > > > > is
>>> > > >> > > > > > >> > called
>>> > > >> > > > > > >> > > > > > > > > > configuration1.
>>> > > >> > > > > > >> > > > > > > > > > > > It
>>> > > >> > > > > > >> > > > > > > > > > > > > is
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> about run of ./
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *configure
>>> --prefix=`pwd`
>>> > > >> > > > > --enable-grib2
>>> > > >> > > > > > >> > > > > > --enable-modis
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> --enable-mode_graphics*The
>>> > > >> second
>>> > > >> > > is
>>> > > >> > > > > > called
>>> > > >> > > > > > >> > make
>>> > > >> > > > > > >> > > > > > > > > install.log,
>>> > > >> > > > > > >> > > > > > > > > > > > > obtained
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> after running :
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *make install
>&
>>> > > >> make_install.log
>>> > > >> > > &*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
>>> make_install.log*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> 2015-06-26 5:32
>>> GMT-04:00
>>> > > >> Melki
>>> > > >> > > > > Khaoula <
>>> > > >> > > > > > >> > > > > > > > > > khaoula.enit at gmail.com
>>> > > >> > > > > > >> > > > > > > > > > > >:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Hello John,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Thank you for
your
>>> help.
>>> > > it
>>> > > >> > > really
>>> > > >> > > > > > works.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > I am in the
>>> > configuration
>>> > > >> step.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > when
executing the
>>> > command
>>> > > >> of :
>>> > > >> > > > > > >> ./configure
>>> > > >> > > > > > >> > > > > > > > --prefix=`pwd`
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> --enable-grib2
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > --enable-
modis
>>> > > >> > > > > --enable-mode_graphics.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > i found that
when
>>> > cheking
>>> > > >> for
>>> > > >> > > some
>>> > > >> > > > > > >> > compilers,
>>> > > >> > > > > > >> > > > the
>>> > > >> > > > > > >> > > > > > > system
>>> > > >> > > > > > >> > > > > > > > > > > return
>>> > > >> > > > > > >> > > > > > > > > > > > > no.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > for example:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>>> bison... no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>>> byacc... no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
g++...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
c++...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
gpp...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
aCC...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
CC...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
cxx...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>>> cc++... no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>>> cl.exe...
>>> > no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
FCC...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
KCC...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
RCC...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
>>> xlC_r... no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking for
xlC...
>>> no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
whether
>>> the C++
>>> > > >> > compiler
>>> > > >> > > > > > >> works...
>>> > > >> > > > > > >> > no
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > IS there any
errors?
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > you will find
the
>>> > > executive
>>> > > >> > file
>>> > > >> > > > > called
>>> > > >> > > > > > >> > > > > > configuration.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Khaoula
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > 2015-06-25
11:43
>>> > GMT-04:00
>>> > > >> John
>>> > > >> > > > > Halley
>>> > > >> > > > > > >> > Gotway
>>> > > >> > > > > > >> > > > via
>>> > > >> > > > > > >> > > > > > RT <
>>> > > >> > > > > > >> > > > > > > > > > > > > > > met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Looks like
you have
>>> > > syntax
>>> > > >> > wrong
>>> > > >> > > > on
>>> > > >> > > > > > >> those
>>> > > >> > > > > > >> > > > > commands.
>>> > > >> > > > > > >> > > > > > > > > Please
>>> > > >> > > > > > >> > > > > > > > > > > try
>>> > > >> > > > > > >> > > > > > > > > > > > > > this:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
>>> > > >> > > > > > >> > > > > > > >
>>> > > >> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
>>> > > >> > > > > > >> > > > > >
>>> MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Actually
since your
>>> > > NetCDF
>>> > > >> > build
>>> > > >> > > > is
>>> > > >> > > > > > >> > installed
>>> > > >> > > > > > >> > > > in
>>> > > >> > > > > > >> > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > standard
>>> > > >> > > > > > >> > > > > > > > > > > > > way,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> this is
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> all you
really
>>> need to
>>> > > set:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
>>> > > >> > > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> And MET
assumes
>>> that
>>> > the
>>> > > >> > headers
>>> > > >> > > > are
>>> > > >> > > > > > in
>>> > > >> > > > > > >> the
>>> > > >> > > > > > >> > > > > > "include"
>>> > > >> > > > > > >> > > > > > > > > > > > > subdirectory
>>> > > >> > > > > > >> > > > > > > > > > > > > > > and
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> library
archive
>>> files
>>> > are
>>> > > >> in
>>> > > >> > the
>>> > > >> > > > > "lib"
>>> > > >> > > > > > >> > > > > > subdirectory.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> John
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> On Thu, Jun
25,
>>> 2015 at
>>> > > >> 6:58
>>> > > >> > AM,
>>> > > >> > > > > Melki
>>> > > >> > > > > > >> > > Khaoula
>>> > > >> > > > > > >> > > > > via
>>> > > >> > > > > > >> > > > > > > RT <
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> wrote:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> >
>>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thank you
for
>>> your
>>> > > help.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm
grateful for
>>> you
>>> > > and
>>> > > >> > > Julie.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm now
setting
>>> > > >> environment
>>> > > >> > > > > > variables.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I want to
confirm
>>> > this
>>> > > >> > command
>>> > > >> > > > if
>>> > > >> > > > > it
>>> > > >> > > > > > >> is
>>> > > >> > > > > > >> > > right
>>> > > >> > > > > > >> > > > > or
>>> > > >> > > > > > >> > > > > > > no,
>>> > > >> > > > > > >> > > > > > > > > for
>>> > > >> > > > > > >> > > > > > > > > > > > > example,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > if
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> i
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> set:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > >
>>> export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > in order
to Set
>>> > > >> > *$MET_NETCDF*
>>> > > >> > > to
>>> > > >> > > > > > >> point to
>>> > > >> > > > > > >> > > the
>>> > > >> > > > > > >> > > > > > main
>>> > > >> > > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I  use
also the
>>> same
>>> > > >> > process
>>> > > >> > > to
>>> > > >> > > > > set
>>> > > >> > > > > > >> > others
>>> > > >> > > > > > >> > > > > > > external
>>> > > >> > > > > > >> > > > > > > > > > > > libraries.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I let you
know
>>> that
>>> > my
>>> > > >> shell
>>> > > >> > > is
>>> > > >> > > > > > bash,
>>> > > >> > > > > > >> so
>>> > > >> > > > > > >> > i
>>> > > >> > > > > > >> > > > > can't
>>> > > >> > > > > > >> > > > > > > use
>>> > > >> > > > > > >> > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > export
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> command.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Im
wondering if
>>> i'm
>>> > in
>>> > > >> the
>>> > > >> > > right
>>> > > >> > > > > > way,
>>> > > >> > > > > > >> > > because
>>> > > >> > > > > > >> > > > > the
>>> > > >> > > > > > >> > > > > > > > > command
>>> > > >> > > > > > >> > > > > > > > > > > > with
>>> > > >> > > > > > >> > > > > > > > > > > > > > > export
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > doesn't
produce
>>> any
>>> > > >> error to
>>> > > >> > > > > verify
>>> > > >> > > > > > if
>>> > > >> > > > > > >> > i'm
>>> > > >> > > > > > >> > > > > right
>>> > > >> > > > > > >> > > > > > or
>>> > > >> > > > > > >> > > > > > > > > > wrong.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-24
11:42
>>> > > >> GMT-04:00
>>> > > >> > > John
>>> > > >> > > > > > Halley
>>> > > >> > > > > > >> > > Gotway
>>> > > >> > > > > > >> > > > > via
>>> > > >> > > > > > >> > > > > > > RT
>>> > > >> > > > > > >> > > > > > > > <
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hello
Khaoula,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Julie is
out of
>>> > town.
>>> > > >> My
>>> > > >> > > name
>>> > > >> > > > > is
>>> > > >> > > > > > >> John,
>>> > > >> > > > > > >> > > and
>>> > > >> > > > > > >> > > > > I'd
>>> > > >> > > > > > >> > > > > > > be
>>> > > >> > > > > > >> > > > > > > > > > happy
>>> > > >> > > > > > >> > > > > > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > > > > > > help
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> answer
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > your MET
>>> questions.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > I see
that
>>> you're
>>> > > >> trying
>>> > > >> > to
>>> > > >> > > > get
>>> > > >> > > > > up
>>> > > >> > > > > > >> and
>>> > > >> > > > > > >> > > > > running
>>> > > >> > > > > > >> > > > > > > > using
>>> > > >> > > > > > >> > > > > > > > > > MET
>>> > > >> > > > > > >> > > > > > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > > > > > > > verify
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> WRF
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > output.
MET
>>> > doesn't
>>> > > >> read
>>> > > >> > > WRF
>>> > > >> > > > > > output
>>> > > >> > > > > > >> > > files
>>> > > >> > > > > > >> > > > > > > > directly,
>>> > > >> > > > > > >> > > > > > > > > > but
>>> > > >> > > > > > >> > > > > > > > > > > > > > requires
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> that
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > they
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > first be
>>> > > post-processed
>>> > > >> > > either
>>> > > >> > > > > > with
>>> > > >> > > > > > >> the
>>> > > >> > > > > > >> > > > > WRF-ARW
>>> > > >> > > > > > >> > > > > > > > > pinterp
>>> > > >> > > > > > >> > > > > > > > > > > > > utility
>>> > > >> > > > > > >> > > > > > > > > > > > > > > or
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Unified
>>> > > Post-Processor
>>> > > >> > > (UPP).
>>> > > >> > > > > Of
>>> > > >> > > > > > >> the
>>> > > >> > > > > > >> > > two,
>>> > > >> > > > > > >> > > > > I'd
>>> > > >> > > > > > >> > > > > > > > > strongly
>>> > > >> > > > > > >> > > > > > > > > > > > > > recommend
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> using
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > UPP
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > which
creates
>>> > output
>>> > > in
>>> > > >> > GRIB
>>> > > >> > > > > > format
>>> > > >> > > > > > >> > that
>>> > > >> > > > > > >> > > is
>>> > > >> > > > > > >> > > > > > fully
>>> > > >> > > > > > >> > > > > > > > > > > supported
>>> > > >> > > > > > >> > > > > > > > > > > > > by
>>> > > >> > > > > > >> > > > > > > > > > > > > > > MET.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> The
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > pinterp
utility
>>> > > writes
>>> > > >> it
>>> > > >> > > > output
>>> > > >> > > > > > in
>>> > > >> > > > > > >> > > NetCDF
>>> > > >> > > > > > >> > > > > but
>>> > > >> > > > > > >> > > > > > we
>>> > > >> > > > > > >> > > > > > > > > only
>>> > > >> > > > > > >> > > > > > > > > > > > > support
>>> > > >> > > > > > >> > > > > > > > > > > > > > > data
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > defined
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > on the
>>> > non-staggered
>>> > > >> > > > dimensions.
>>> > > >> > > > > > >> Since
>>> > > >> > > > > > >> > > > > > velocity
>>> > > >> > > > > > >> > > > > > > > > points
>>> > > >> > > > > > >> > > > > > > > > > > are
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> staggered
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > WRF, MET
can't
>>> be
>>> > > used
>>> > > >> to
>>> > > >> > > > > > verifying
>>> > > >> > > > > > >> > winds
>>> > > >> > > > > > >> > > > in
>>> > > >> > > > > > >> > > > > > > > pinterp
>>> > > >> > > > > > >> > > > > > > > > > > > output.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Another
>>> advantage
>>> > to
>>> > > >> using
>>> > > >> > > UPP
>>> > > >> > > > > is
>>> > > >> > > > > > >> that
>>> > > >> > > > > > >> > > GRIB
>>> > > >> > > > > > >> > > > > > data
>>> > > >> > > > > > >> > > > > > > > can
>>> > > >> > > > > > >> > > > > > > > > be
>>> > > >> > > > > > >> > > > > > > > > > > > > easily
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> regridded
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > using
the
>>> copygb
>>> > > >> utility.
>>> > > >> > > > > copygb
>>> > > >> > > > > > is
>>> > > >> > > > > > >> > > > included
>>> > > >> > > > > > >> > > > > > in
>>> > > >> > > > > > >> > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > UPP
>>> > > >> > > > > > >> > > > > > > > > > > > > > package.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > You can
>>> download
>>> > > >> pinterp
>>> > > >> > > here:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > >
>>> > > >> > > > > > >> > > > > > > >
>>> > > >> > > > > > >> > > > > > >
>>> > > >> > > > > > >> > > > > >
>>> > > >> > > > > > >> > > > >
>>> > > >> > > > > > >> > > >
>>> > > >> > > > > > >> > >
>>> > > >> > > > > > >> >
>>> > > >> > > > > > >>
>>> > > >> > > > > >
>>> > > >> > > > >
>>> > > >> > > >
>>> > > >> > >
>>> > > >> >
>>> > > >>
>>> > >
>>> >
>>>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > And you
can
>>> > download
>>> > > >> UPP
>>> > > >> > > here:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > >
>>> > > >> > > > > > >> > >
>>> > > >> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hope
that
>>> helps.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > John
Halley
>>> Gotway
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > On Wed,
Jun 24,
>>> > 2015
>>> > > at
>>> > > >> > 6:29
>>> > > >> > > > AM,
>>> > > >> > > > > > >> Melki
>>> > > >> > > > > > >> > > > > Khaoula
>>> > > >> > > > > > >> > > > > > > via
>>> > > >> > > > > > >> > > > > > > > > RT <
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > <URL:
>>> > > >> > > > > > >> > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > >
>>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi
Julie,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
compiled
>>> all
>>> > > >> > libraries.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
downloaded
>>> post
>>> > > >> > > processor
>>> > > >> > > > > but
>>> > > >> > > > > > i
>>> > > >> > > > > > >> > can't
>>> > > >> > > > > > >> > > > > find
>>> > > >> > > > > > >> > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > WRF-ARW
>>> > > >> > > > > > >> > > > > > > > > > > > > > > p-interp
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Tool
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > when
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i use
the
>>> link
>>> > > >> posted in
>>> > > >> > > the
>>> > > >> > > > > > >> > tutorial.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
also,what i
>>> don't
>>> > > >> > > understand
>>> > > >> > > > > the
>>> > > >> > > > > > >> > > utility
>>> > > >> > > > > > >> > > > of
>>> > > >> > > > > > >> > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > copygb
>>> > > >> > > > > > >> > > > > > > > > > > > > > utility
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> and
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > from
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > where
to get
>>> it.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i
don't know
>>> what
>>> > > to
>>> > > >> do
>>> > > >> > > next
>>> > > >> > > > > to
>>> > > >> > > > > > >> > > > downloading
>>> > > >> > > > > > >> > > > > > and
>>> > > >> > > > > > >> > > > > > > > > > > compiling
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> required
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
libraries.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
Khaoula
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > 2015-
06-24
>>> 7:10
>>> > > >> > GMT-04:00
>>> > > >> > > > > Melki
>>> > > >> > > > > > >> > > Khaoula <
>>> > > >> > > > > > >> > > > > > > > > > > > > > >
khaoula.enit at gmail.com
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Hi
Julie,*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *I
>>> unpacked
>>> > the
>>> > > >> HDF
>>> > > >> > > > > > librarry.*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*When
>>> lookig
>>> > the
>>> > > >> > HDF-EOS
>>> > > >> > > > > > >> library, i
>>> > > >> > > > > > >> > > > found
>>> > > >> > > > > > >> > > > > > in
>>> > > >> > > > > > >> > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > website
>>> > > >> > > > > > >> > > > > > > > > > > > > is
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > HDF-EOS2.16v1.00.tar.Z.*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *i
tried to
>>> > > unpack
>>> > > >> > it, i
>>> > > >> > > > > > didn't
>>> > > >> > > > > > >> > find
>>> > > >> > > > > > >> > > > the
>>> > > >> > > > > > >> > > > > > > right
>>> > > >> > > > > > >> > > > > > > > > > > command
>>> > > >> > > > > > >> > > > > > > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > > > > > > do
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> it.*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *Is
there
>>> any
>>> > > >> command
>>> > > >> > to
>>> > > >> > > > > unpak
>>> > > >> > > > > > >> this
>>> > > >> > > > > > >> > > > > > library.*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Thanks,*
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Khaoula  *
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
2015-06-23
>>> > 12:37
>>> > > >> > > GMT-04:00
>>> > > >> > > > > > Julie
>>> > > >> > > > > > >> > > > > Prestopnik
>>> > > >> > > > > > >> > > > > > > via
>>> > > >> > > > > > >> > > > > > > > > RT
>>> > > >> > > > > > >> > > > > > > > > > <
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> Hi
>>> Khaoula.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> The
GRIB2
>>> > > >> C-Library
>>> > > >> > is
>>> > > >> > > > used
>>> > > >> > > > > > by
>>> > > >> > > > > > >> the
>>> > > >> > > > > > >> > > MET
>>> > > >> > > > > > >> > > > > > > library
>>> > > >> > > > > > >> > > > > > > > > > code
>>> > > >> > > > > > >> > > > > > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > > > > > > read
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> GRIB2
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > data
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
files. The
>>> > GRIB2
>>> > > >> > > > C-Library
>>> > > >> > > > > > >> > requires
>>> > > >> > > > > > >> > > > the
>>> > > >> > > > > > >> > > > > > > > > libraries
>>> > > >> > > > > > >> > > > > > > > > > > > zlib,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > jasper
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> and
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > png
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > to
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> be
>>> present on
>>> > > your
>>> > > >> > > > system.
>>> > > >> > > > > > >> Support
>>> > > >> > > > > > >> > > for
>>> > > >> > > > > > >> > > > > > GRIB2
>>> > > >> > > > > > >> > > > > > > > is
>>> > > >> > > > > > >> > > > > > > > > > > > optional
>>> > > >> > > > > > >> > > > > > > > > > > > > > and
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> can
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> be
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
enabled
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
with the
>>> > > >> > > *--enable-grib2*
>>> > > >> > > > > > >> option
>>> > > >> > > > > > >> > for
>>> > > >> > > > > > >> > > > > > > > configure.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> I
hope
>>> that
>>> > > helps.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
Julie
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> On
Tue,
>>> Jun
>>> > 23,
>>> > > >> 2015
>>> > > >> > at
>>> > > >> > > > > 6:56
>>> > > >> > > > > > >> AM,
>>> > > >> > > > > > >> > > Melki
>>> > > >> > > > > > >> > > > > > > Khaoula
>>> > > >> > > > > > >> > > > > > > > > via
>>> > > >> > > > > > >> > > > > > > > > > > RT
>>> > > >> > > > > > >> > > > > > > > > > > > <
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
>>> > met_help at ucar.edu>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
wrote:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
<URL:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
>>> > > >> > > > > > >> > > > > >
>>> > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thank
>>> you
>>> > > >> Julie,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
It
>>> works.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > I
>>> compile
>>> > > >> Nectcdf ,
>>> > > >> > > GNU
>>> > > >> > > > > > and
>>> > > >> > > > > > >> > zlib
>>> > > >> > > > > > >> > > > > > > libraries.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
About
>>> GRIB C
>>> > > >> > > library, i
>>> > > >> > > > > > >> > downloaded
>>> > > >> > > > > > >> > > > the
>>> > > >> > > > > > >> > > > > > > > library
>>> > > >> > > > > > >> > > > > > > > > > and
>>> > > >> > > > > > >> > > > > > > > > > > > > > > unpacked
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> it.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
how it
>>> can
>>> > be
>>> > > >> used
>>> > > >> > by
>>> > > >> > > > > MET?
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thanks,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
khaoula
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>>> 2015-06-19
>>> > > 17:58
>>> > > >> > > > > GMT+02:00
>>> > > >> > > > > > >> Julie
>>> > > >> > > > > > >> > > > > > > Prestopnik
>>> > > >> > > > > > >> > > > > > > > > via
>>> > > >> > > > > > >> > > > > > > > > > > RT <
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
>>> met_help at ucar.edu
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
Hi
>>> Melki.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
I'm
>>> glad
>>> > > that
>>> > > >> you
>>> > > >> > > > were
>>> > > >> > > > > > >> able to
>>> > > >> > > > > > >> > > get
>>> > > >> > > > > > >> > > > > > > BUFRLIB
>>> > > >> > > > > > >> > > > > > > > > > > > > installed.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
You
>>> said,
>>> > > >> "when
>>> > > >> > > > trying
>>> > > >> > > > > to
>>> > > >> > > > > > >> run
>>> > > >> > > > > > >> > > the
>>> > > >> > > > > > >> > > > > firs
>>> > > >> > > > > > >> > > > > > > > > command
>>> > > >> > > > > > >> > > > > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > > *
>>> > > >> > > > > > >> > > > > > > > > > > > > > *cd
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>>> > /path/to/netcdf.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
he
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
wrote
>>> me
>>> > no
>>> > > >> file
>>> > > >> > or
>>> > > >> > > > > > >> directory"
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
In the
>>> > > >> tutorial,
>>> > > >> > > when
>>> > > >> > > > > we
>>> > > >> > > > > > >> say
>>> > > >> > > > > > >> > > "*cd
>>> > > >> > > > > > >> > > > > > > > > > > > /path/to/netcdf*"
>>> > > >> > > > > > >> > > > > > > > > > > > > > you
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> should
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > change
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > directories
>>> > > to
>>> > > >> > the
>>> > > >> > > > > > location
>>> > > >> > > > > > >> > > where
>>> > > >> > > > > > >> > > > > your
>>> > > >> > > > > > >> > > > > > > > > netcdf
>>> > > >> > > > > > >> > > > > > > > > > > > > > directory
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> is on
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > your
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
machine.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
For
>>> > example,
>>> > > >> if
>>> > > >> > you
>>> > > >> > > > > > >> unpacked
>>> > > >> > > > > > >> > the
>>> > > >> > > > > > >> > > > tar
>>> > > >> > > > > > >> > > > > > > file
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> netcdf-
4.3.3.1.tar
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > a
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>>> directory
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
path
>>> of
>>> > > >> > > > > > >> > > > > > > > >
>>> /d2/melki/external_libs/netcdf-4.3.3.1
>>> > > >> > > > > > >> > > > > > > > > > > you
>>> > > >> > > > > > >> > > > > > > > > > > > > > would
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> run
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> "cd
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > > >> > > > > > >> > > > > > /d2/melki/external_libs/netcdf-
4.3.3.1".
>>> > > >> > > > > > >> > > > > > > > > > > > > > > */path/to/netcdf
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> *is a
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > place
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> holder for
>>> > > the
>>> > > >> > > > location
>>> > > >> > > > > > on
>>> > > >> > > > > > >> > your
>>> > > >> > > > > > >> > > > > > machine.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
You
>>> said,
>>> > > >> "setenv
>>> > > >> > > CC
>>> > > >> > > > > > >> > > > > > > /path/to/c/compiler.
>>> > > >> > > > > > >> > > > > > > > It
>>> > > >> > > > > > >> > > > > > > > > > > > doesn't
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> work.he
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > said
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
command
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
of
>>> setenv
>>> > > >> doesn't
>>> > > >> > > > > > exist.*"
>>> > > >> > > > > > >> > > > "setenv"
>>> > > >> > > > > > >> > > > > > is
>>> > > >> > > > > > >> > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > name
>>> > > >> > > > > > >> > > > > > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > > > > the
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> command
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > used
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> to
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
set
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > environment
>>> > > >> > > variables
>>> > > >> > > > > in
>>> > > >> > > > > > >> the
>>> > > >> > > > > > >> > > *csh
>>> > > >> > > > > > >> > > > > > family
>>> > > >> > > > > > >> > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > > shells.
>>> > > >> > > > > > >> > > > > > > > > > > > > > If
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> you
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> are
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > using
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> a
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> different
>>> > > >> shell,
>>> > > >> > > > > however,
>>> > > >> > > > > > >> you
>>> > > >> > > > > > >> > > may
>>> > > >> > > > > > >> > > > > need
>>> > > >> > > > > > >> > > > > > > to
>>> > > >> > > > > > >> > > > > > > > > use
>>> > > >> > > > > > >> > > > > > > > > > > > > > "export",
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> which is
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > the
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
name
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
of the
>>> > > >> command in
>>> > > >> > > the
>>> > > >> > > > > > >> "other"
>>> > > >> > > > > > >> > > > family
>>> > > >> > > > > > >> > > > > > of
>>> > > >> > > > > > >> > > > > > > > > shells
>>> > > >> > > > > > >> > > > > > > > > > > > (ash,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> bourne,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > bourne
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
again,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> zsh).  To
>>> > > find
>>> > > >> > out
>>> > > >> > > > what
>>> > > >> > > > > > >> shell
>>> > > >> > > > > > >> > > you
>>> > > >> > > > > > >> > > > > are
>>> > > >> > > > > > >> > > > > > > > using,
>>> > > >> > > > > > >> > > > > > > > > > you
>>> > > >> > > > > > >> > > > > > > > > > > > can
>>> > > >> > > > > > >> > > > > > > > > > > > > > run
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> "echo
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
$SHELL".
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
If
>>> you are
>>> > > >> using
>>> > > >> > a
>>> > > >> > > > > shell
>>> > > >> > > > > > >> other
>>> > > >> > > > > > >> > > > than
>>> > > >> > > > > > >> > > > > > the
>>> > > >> > > > > > >> > > > > > > > *csh
>>> > > >> > > > > > >> > > > > > > > > > > > family
>>> > > >> > > > > > >> > > > > > > > > > > > > of
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> shells,
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > and
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > you
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
need
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
to use
>>> > > >> "export",
>>> > > >> > > the
>>> > > >> > > > > > >> syntax is
>>> > > >> > > > > > >> > > > > > slightly
>>> > > >> > > > > > >> > > > > > > > > > > different.
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Instead
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> of
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
running:
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> setenv CC
>>> > > >> > > > > > >> /path/to/c/compiler
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> > >
>>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
>>> > > >> > > > > > >>
>>> > > >> > > > > > > ...
>>> > > >> > > > > > >
>>> > > >> > > > > > > [Message tronqué]
>>> > > >> > > > > >
>>> > > >> > > > > >
>>> > > >> > > > >
>>> > > >> > > > >
>>> > > >> > > > > --
>>> > > >> > > > > Julie Prestopnik
>>> > > >> > > > > National Center for Atmospheric Research
>>> > > >> > > > > Research Applications Laboratory
>>> > > >> > > > > Phone: 303.497.8399
>>> > > >> > > > > Email: jpresto at ucar.edu
>>> > > >> > > > >
>>> > > >> > > > >
>>> > > >> > > >
>>> > > >> > > >
>>> > > >> > >
>>> > > >> > >
>>> > > >> > > --
>>> > > >> > > Julie Prestopnik
>>> > > >> > > National Center for Atmospheric Research
>>> > > >> > > Research Applications Laboratory
>>> > > >> > > Phone: 303.497.8399
>>> > > >> > > Email: jpresto at ucar.edu
>>> > > >> > >
>>> > > >> > >
>>> > > >> >
>>> > > >> >
>>> > > >>
>>> > > >>
>>> > > >
>>> > >
>>> > >
>>> >
>>> >
>>> > --
>>> > Julie Prestopnik
>>> > National Center for Atmospheric Research
>>> > Research Applications Laboratory
>>> > Phone: 303.497.8399
>>> > Email: jpresto at ucar.edu
>>> >
>>> >
>>>
>>>
>>
>>
>> --
>> Julie Prestopnik
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> Phone: 303.497.8399
>> Email: jpresto at ucar.edu
>>
>
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>



--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Mon Sep 21 04:48:37 2015

Hi Julie,
Hope you are doing well.
Thank you for your question.
I was on holidays.
My problem is to execute the ncview command. In the install file, i
found
that these version i have ncview-2.1.5 and ncview-2.1.2 works only
with
netcdf-4 version. Or, i have netcdf-3.6.3 installed on the machine and
works well.
I don't know what version works well with my netcdf library.
With regards,
 Khaoula

2015-09-18 16:29 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> Hi Khaoula.
>
> I just wanted to check in and see how things were going with the MET
> build.  Did you get all of the applications built that you wanted?
Please
> let us know if you have any questions.
>
> Thanks,
> Julie
>
> On Tue, Sep 8, 2015 at 10:58 AM, Julie Prestopnik <jpresto at ucar.edu>
> wrote:
>
> > Hi Khaoula.
> >
> > I just wanted to check in and see how things were going with the
MET
> > build.  Did you get all of the applications built that you wanted?
> Please
> > let us know if you have any questions.
> >
> > Thanks,
> > Julie
> >
> > On Fri, Aug 21, 2015 at 10:35 AM, Julie Prestopnik
<jpresto at ucar.edu>
> > wrote:
> >
> >> Hi Khaoula.
> >>
> >> Were you successful in getting bin/gen_poly_mask to run after
setting
> >> your LD_LIBRARY_PATH environment variable?
> >>
> >> It sounds like you are now having difficulty installing ncview.
ncview
> is
> >> supported by Unidata.  If you have questions about installing
ncview the
> >> folks at support at unidata.ucar.edu should be able to provide
assistance.
> >>
> >> Thanks,
> >> Julie
> >>
> >> On Thu, Aug 20, 2015 at 5:37 AM, Melki Khaoula via RT <
> met_help at ucar.edu>
> >> wrote:
> >>
> >>>
> >>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >>>
> >>> Hi Julie,
> >>> Thank you.
> >>> ncdump exits in netcdf-3.6.3.
> >>> In order to install incview. i tried to run theses command:
> >>> tar -xvfz ncview-2.1.5.tar.gz
> >>> cd ncview-2.1.5
> >>> export CC=/usr/bin/gcc
> >>> export CXX=/usr/bin/g++
> >>> export FC=/usr/bin/gfortran
> >>> export F90=/usr/bin/gfortran
> >>> ./configure --with-nc-config=/root/Bureau/netcdf-3.6.3/nc-config
> >>> i didn't find a exucutable called nc-config.
> >>> what is this file?
> >>>
> >>> Thanks,
> >>> Khaoula
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> 2015-08-19 10:58 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu
> >:
> >>>
> >>> > Hi Khaoula.  This is Julie.
> >>> >
> >>> > When you compiled MET version 5.0, you did so using dynamic
linking
> as
> >>> > opposed to static linking.  Dynamic linking means that rather
than
> >>> checking
> >>> > for required libraries at compile time, the tools should check
for
> >>> them at
> >>> > run time.  When you run the gen_poly_mask tool, it is looking
for the
> >>> GSL
> >>> > shared object library file named libgsl.so.0, as well as a
bunch of
> >>> other
> >>> > shared object files.  It's erroring out telling you that it
can't
> find
> >>> the
> >>> > GSL shared object library file.
> >>> >
> >>> > Hopefully, you can just set the LD_LIBRARY_PATH environment
variable
> to
> >>> > tell the tool where to look.  The tools will, by default, look
in
> >>> common
> >>> > areas like /usr/lib, /usr/local/lib and perhaps some others.
Try
> >>> doing the
> >>> > following:
> >>> >
> >>> > echo $LD_LIBRARY_PATH
> >>> > export LD_LIBRARY_PATH=/root/Bureau/gsl-
1.16/lib:$LD_LIBRARY_PATH
> >>> > bin/gen_poly_mask
> >>> >
> >>> > If the error goes away and you get the usage statement for
> >>> gen_poly_mask,
> >>> > then this will fix the problem.  Just edit your shell
configuration
> >>> file
> >>> > (.profile), and include the location of the GSL library in
your
> >>> > LD_LIBRARY_PATH setting.
> >>> >
> >>> > Please let us know how it goes.
> >>> >
> >>> > Thanks,
> >>> > Julie
> >>> >
> >>> > On Wed, Aug 19, 2015 at 4:46 AM, Melki Khaoula via RT <
> >>> met_help at ucar.edu>
> >>> > wrote:
> >>> >
> >>> > >
> >>> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >>> > >
> >>> > > 2015-08-19 6:40 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com>:
> >>> > >
> >>> > > > Hi John,
> >>> > > > yes, it works.
> >>> > > > when typing
> >>> > > > * bin/gen_poly_mask. It returns: bin/gen_poly_mask: error
while
> >>> loading
> >>> > > > shared libraries: libgsl.so.0: cannot open shared object
file: No
> >>> such
> >>> > > file
> >>> > > > or directory.*
> >>> > > > I didn't understand the error.
> >>> > > > the bin directory exists and all needed files are there.
> >>> > > > Thanks,
> >>> > > > Khaoula
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > > 2015-08-17 14:03 GMT-04:00 John Halley Gotway via RT <
> >>> > met_help at ucar.edu
> >>> > > >:
> >>> > > >
> >>> > > >> Hello Khaoula,
> >>> > > >>
> >>> > > >> This is John again.  Sorry to keep handing you off!
> >>> > > >>
> >>> > > >> I would suggest getting MET up and running without
support for
> >>> MODIS
> >>> > and
> >>> > > >> MODE-Graphics for the time being.  There's a whole lot
you can
> do
> >>> in
> >>> > MET
> >>> > > >> without those options.  Once you get it all working well,
you
> >>> could
> >>> > > >> consider recompiling with them turned on.  For now,
please try:
> >>> > > >>
> >>> > > >> ./configure --prefix=`pwd` --enable-grib2
> >>> > > >> make clean
> >>> > > >> make install >& make_install.log
> >>> > > >> make test    >& make_test.log
> >>> > > >> egrep -i error make*.log
> >>> > > >>
> >>> > > >> Does that all work without any errors?
> >>> > > >>
> >>> > > >> Thanks,
> >>> > > >> John
> >>> > > >>
> >>> > > >>
> >>> > > >> On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT <
> >>> > > met_help at ucar.edu>
> >>> > > >> wrote:
> >>> > > >>
> >>> > > >> >
> >>> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >
> >>> > > >> >
> >>> > > >> > Thank you Julie,
> >>> > > >> > I have the same error when compiling these libraries.
> >>> > > >> > when compiling HDF4.2r3, i used these commands:
> >>> > > >> > *echo "Compiling HDF" *
> >>> > > >> > *cd hdf *
> >>> > > >> > *tar -xzf HDF4.2r3.tar.gz*
> >>> > > >> > *cd HDF4.2r3*
> >>> > > >> > *./configure --prefix=${INSTALL_DIR} --disable-netcdf
>&
> >>> /dev/null*
> >>> > > >> > *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg
-lz/LIBS =
> >>> -ljpeg
> >>> > -lz
> >>> > > >> > -lm/g' > Makefile_NEW*
> >>> > > >> > *mv Makefile_NEW mfhdf/hdiff/Makefile*
> >>> > > >> > *make >& /dev/null*
> >>> > > >> >
> >>> > > >> > *make install >& /dev/null*
> >>> > > >> > It works.
> >>> > > >> > when compiling HDFEOS, i used :
> >>> > > >> > *echo "Compiling HDF-EOS"*
> >>> > > >> > *cd hdfeos*
> >>> > > >> > *tar -xf HDF-EOS2.16v1.00.tar*
> >>> > > >> > *cd hdfeos*
> >>> > > >> > *./configure --prefix=${INSTALL_DIR}
> --with-hdf4=${INSTALL_DIR}
> >>> > > >> > CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
> >>> > > >> > *make >& /dev/null*
> >>> > > >> > *make install >& /dev/null*
> >>> > > >> > *cp include/*.h ../../include/.*
> >>> > > >> >
> >>> > > >> > but when compiling* :**cp include/*.h ../../include/.
he
> returns
> >>> > > cp:*the
> >>> > > >> > file  « ../../include/. » isn't  a repertory.
> >>> > > >> >
> >>> > > >> > *For compiling met-5.0, i used thses commands:*
> >>> > > >> >
> >>> > > >> > cd /root/Bureau/met-5.0
> >>> > > >> >
> >>> > > >> > export CC=/usr/bin/gcc
> >>> > > >> >
> >>> > > >> > export CXX=/usr/bin/g++
> >>> > > >> >
> >>> > > >> > export F77=/usr/bin/gfortran
> >>> > > >> >
> >>> > > >> > export MET_NETCDFINC=/root/Bureau/netcdf-3.6.3/include
> >>> > > >> >
> >>> > > >> > export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
> >>> > > >> >
> >>> > > >> > export MET_BUFRLIB=/root/Bureau/BUFRLIB
> >>> > > >> >
> >>> > > >> > export MET_GSL=/root/Bureau/gsl-1.16
> >>> > > >> >
> >>> > > >> > export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
> >>> > > >> >
> >>> > > >> > export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
> >>> > > >> >
> >>> > > >> > export MET_HDF=/root/Bureau/HDF4.2r3
> >>> > > >> >
> >>> > > >> >
> >>> > > >> > export MET_HDFEOS=/root/Bureau/hdfeos
> >>> > > >> >
> >>> > > >> > export MET_CAIRO=/root/Bureau/cairo-1.0.0
> >>> > > >> >
> >>> > > >> > export MET_FREETYPE=/root/Bureau/freetype-2.4.0
> >>> > > >> >
> >>> > > >> > export MET_FONT_DIR=/root/Bureau/fonts
> >>> > > >> >
> >>> > > >> > *./configure --prefix=`pwd` --enable-grib2 --enable-
modis
> >>> > > >> > --enable-mode_graphics*
> >>> > > >> >
> >>> > > >> >  make clean
> >>> > > >> >
> >>> > > >> >  *make install >& make_install.log &*
> >>> > > >> > *tail -f make_install.log*
> >>> > > >> >
> >>> > > >> > *Is there any error in theses commands.*
> >>> > > >> >
> >>> > > >> > *Thanks,*
> >>> > > >> >
> >>> > > >> > *Khaoula*
> >>> > > >> >
> >>> > > >> >
> >>> > > >> >
> >>> > > >> > 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT <
> >>> > met_help at ucar.edu
> >>> > > >:
> >>> > > >> >
> >>> > > >> > > Hello Khaoula,
> >>> > > >> > >
> >>> > > >> > > Thanks for sending the latest output of make and the
listing
> >>> of
> >>> > your
> >>> > > >> hdf
> >>> > > >> > > and hdfeos directories - that's very helpful.  Here's
the
> >>> relevant
> >>> > > >> error
> >>> > > >> > > you're getting:
> >>> > > >> > >
> >>> > > >> > > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun
fichier
> ou
> >>> > > dossier
> >>> > > >> de
> >>> > > >> > ce
> >>> > > >> > > type
> >>> > > >> > >
> >>> > > >> > > Using google translate, I see that means: No files or
> folders
> >>> of
> >>> > > this
> >>> > > >> > type
> >>> > > >> > >
> >>> > > >> > > Basically, MET isn't able to find the file named
"hdf.h",
> >>> which is
> >>> > > >> > included
> >>> > > >> > > in the HDF4.2r3 library.  I was able to compare your
listing
> >>> of
> >>> > the
> >>> > > >> files
> >>> > > >> > > and directories in your /root/Bureau/HDF4.2r3
directory with
> >>> mine
> >>> > > >> found
> >>> > > >> > > that I have some additional files/directories that
you do
> not:
> >>> > > >> > >
> >>> > > >> > > config.status
> >>> > > >> > > hh
> >>> > > >> > > include
> >>> > > >> > > lib
> >>> > > >> > > libhdf4.settings
> >>> > > >> > > Makefile
> >>> > > >> > > share
> >>> > > >> > >
> >>> > > >> > > With the lack of "Makefile" in your directory, it
seems that
> >>> the
> >>> > > >> library
> >>> > > >> > > wasn't configured and installed.  Please follow the
> >>> "Compiling HDF
> >>> > > and
> >>> > > >> > > HDF-EOS" directions on this page:
> >>> > > >> > >
> >>> > > >> > >
> >>> > > >> > >
> >>> > > >> >
> >>> > > >>
> >>> > >
> >>> >
> >>>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >>> > > >> > >
> >>> > > >> > > Once you have compiled HDF, please recompile HDF-EOS
and
> then
> >>> set
> >>> > > the
> >>> > > >> > > following:
> >>> > > >> > >
> >>> > > >> > > Once you've compiled "g2clib", try setting the
following:
> >>> > > >> > > If you're using csh:
> >>> > > >> > >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a
different
> >>> location
> >>> > if
> >>> > > >> you
> >>> > > >> > > install it in a different place)
> >>> > > >> > >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a
different
> >>> > location
> >>> > > if
> >>> > > >> > you
> >>> > > >> > > install it in a different place)
> >>> > > >> > >
> >>> > > >> > > If you're using bash:
> >>> > > >> > >    export MET_HDF =/root/Bureau/hdfeos (or a
different
> >>> location if
> >>> > > you
> >>> > > >> > > install it in a different place)
> >>> > > >> > >    export MET_HDFEOS=/root/Bureau/hdfeos (or a
different
> >>> location
> >>> > if
> >>> > > >> you
> >>> > > >> > > install it in a different place)
> >>> > > >> > >
> >>> > > >> > > And from the top-level met-5.0 directory, rerun the
> >>> "configure"
> >>> > > >> command
> >>> > > >> > you
> >>> > > >> > > used for MET, and then run:
> >>> > > >> > >    make clean
> >>> > > >> > >    make install >& make_install.log
> >>> > > >> > >
> >>> > > >> > > Please let me know how it goes.
> >>> > > >> > >
> >>> > > >> > > Thanks,
> >>> > > >> > > Julie
> >>> > > >> > >
> >>> > > >> > > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via RT
<
> >>> > > >> met_help at ucar.edu
> >>> > > >> > >
> >>> > > >> > > wrote:
> >>> > > >> > >
> >>> > > >> > > >
> >>> > > >> > > > <URL:
> >>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> >>> > > >> > > >
> >>> > > >> > > > Hi Julie,
> >>> > > >> > > > I'm sorry, i sent you another make-install file.
> >>> > > >> > > > this is the last version.
> >>> > > >> > > > Also you could see what contain hdf and hdfeos
files.
> >>> > > >> > > > Thanks,
> >>> > > >> > > > Khaoula
> >>> > > >> > > >
> >>> > > >> > > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via RT
<
> >>> > > >> met_help at ucar.edu
> >>> > > >> > >:
> >>> > > >> > > >
> >>> > > >> > > > > Hi Khaoula.
> >>> > > >> > > > >
> >>> > > >> > > > > John is now out of the office, but I am back.
> >>> > > >> > > > >
> >>> > > >> > > > > I do not see the error in the attached
make_install.log
> >>> about
> >>> > > >> hdf.h
> >>> > > >> > > that
> >>> > > >> > > > > you refer to.
> >>> > > >> > > > >
> >>> > > >> > > > > The error that I see is:
> >>> > > >> > > > >
> >>> > > >> > > > > /usr/bin/ld: cannot find -lbufr
> >>> > > >> > > > >
> >>> > > >> > > > > which means that the linker can't find the BUFR
library
> >>> files.
> >>> > > >> > > > >
> >>> > > >> > > > > It looks like you have* $MET_BUFRLIB *set to
> >>> > > >> > > -L/root/Bureau/BUFLIB/lib,
> >>> > > >> > > > so
> >>> > > >> > > > > you're telling the linker to look in
> >>> /root/Bureau/BUFLIB/lib
> >>> > for
> >>> > > >> the
> >>> > > >> > > > > library files.  Could you please verify that the
files
> >>> exist
> >>> > in
> >>> > > >> that
> >>> > > >> > > > > directory?  Please send a listing of the files in
that
> >>> > > directory.
> >>> > > >> > > > >
> >>> > > >> > > > > Thanks,
> >>> > > >> > > > > Julie
> >>> > > >> > > > >
> >>> > > >> > > > >
> >>> > > >> > > > >
> >>> > > >> > > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula
via RT <
> >>> > > >> > > met_help at ucar.edu
> >>> > > >> > > > >
> >>> > > >> > > > > wrote:
> >>> > > >> > > > >
> >>> > > >> > > > > >
> >>> > > >> > > > > > <URL:
> >>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >
> >>> > > >> > > > > >
> >>> > > >> > > > > > Hi John,
> >>> > > >> > > > > > This is the last version of running MET model.
> >>> > > >> > > > > > the first error is about the hdf.h. when i look
for it
> >>> in
> >>> > the
> >>> > > >> > > > HDF4.2r3 i
> >>> > > >> > > > > > can't find it.
> >>> > > >> > > > > > the problem is that the met model can't find
the
> >>> hfeosdef .h
> >>> > > or,
> >>> > > >> > when
> >>> > > >> > > > > > looking for it it exists
> >>> > > >> > > > > > ls  -l /root/Bureau/hdfeos/include
> >>> > > >> > > > > >
> >>> > > >> > > > > > total 136
> >>> > > >> > > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008
> cfortHdf.h
> >>> > > >> > > > > > -r--r--r--. 1 752 users   779 22 sept.  2000
ease.h
> >>> > > >> > > > > > -r--r--r--. 1 752 users  7004 30 août   2007
> HdfEosDef.f
> >>> > > >> > > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008
> HdfEosDef.h
> >>> > > >> > > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008
> >>> HDFEOSVersion.h
> >>> > > >> > > > > > -r--r--r--. 1 752 users  3922 19 mai    2009
> >>> > HE2_config.h.in
> >>> > > >> > > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008
> Makefile.am
> >>> > > >> > > > > > -r--r--r--. 1 752 users 13297 19 mai    2009
> Makefile.in
> >>> > > >> > > > > > Thanks,
> >>> > > >> > > > > > khaoula
> >>> > > >> > > > > >
> >>> > > >> > > > > >
> >>> > > >> > > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula <
> >>> > > khaoula.enit at gmail.com
> >>> > > >> >:
> >>> > > >> > > > > >
> >>> > > >> > > > > > > Hi John,
> >>> > > >> > > > > > > It really strange.
> >>> > > >> > > > > > > when i run netcdef, he come back to grib2.h
error or
> >>> > > >> gsl_cdf.h.
> >>> > > >> > > > > > > i checked all my files needed for executing
> configure
> >>> > > script.
> >>> > > >> > > > > > > grib2.h , netcdf.hh ..... are all located in
their
> >>> right
> >>> > > >> > libraries.
> >>> > > >> > > > > > > The problem is that met-5.0 can't find them.
> >>> > > >> > > > > > > you find attached the last make-install
result.
> >>> > > >> > > > > > > Thanks,
> >>> > > >> > > > > > > Khaoula
> >>> > > >> > > > > > >
> >>> > > >> > > > > > > 2015-08-05 11:46 GMT-04:00 John Halley Gotway
via
> RT <
> >>> > > >> > > > > met_help at ucar.edu
> >>> > > >> > > > > > >:
> >>> > > >> > > > > > >
> >>> > > >> > > > > > >> Khaoula,
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >> MET is written primarily in C++ and, as
such,
> >>> requires
> >>> > that
> >>> > > >> the
> >>> > > >> > > C++
> >>> > > >> > > > > > >> interface for NetCDF be compiled.  It's
possible
> >>> that the
> >>> > > C++
> >>> > > >> > > > > interface
> >>> > > >> > > > > > >> was
> >>> > > >> > > > > > >> not compiled in the version of NetCDF to
which
> you're
> >>> > > >> pointing.
> >>> > > >> > > > > Please
> >>> > > >> > > > > > >> see
> >>> > > >> > > > > > >> if the following file exists:
> >>> > > >> > > > > > >>   ls /root/Bureau/netcdf-
3.6.3/include/netcdf.hh
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >> If it does not, then you'll need to
recompile
> NetCDF
> >>> > > >> somewhere
> >>> > > >> > > > > including
> >>> > > >> > > > > > >> the C++ interface.  It's described on this
page:
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >>
> >>> > > >> > > > > >
> >>> > > >> > > > >
> >>> > > >> > > >
> >>> > > >> > >
> >>> > > >> >
> >>> > > >>
> >>> > >
> >>> >
> >>>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >>> > > >> > > > > > >> '
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >> If that file does exist, that's great.  Just
do the
> >>> > > following
> >>> > > >> > (the
> >>> > > >> > > > > > setting
> >>> > > >> > > > > > >> you sent me used "netcdf-36.3" instead of
> >>> > "netcdf-3.6.3"):
> >>> > > >> > > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-
3.6.3
> >>> > > >> > > > > > >>    Rerun the configure command.
> >>> > > >> > > > > > >>    make clean
> >>> > > >> > > > > > >>    make install
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >> Hope that helps.
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >> Thanks,
> >>> > > >> > > > > > >> John
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki
Khaoula via
> RT
> >>> <
> >>> > > >> > > > > met_help at ucar.edu
> >>> > > >> > > > > > >
> >>> > > >> > > > > > >> wrote:
> >>> > > >> > > > > > >>
> >>> > > >> > > > > > >> >
> >>> > > >> > > > > > >> > <URL:
> >>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > >
> >>> > > >> > > > > > >> >
> >>> > > >> > > > > > >> > Hi john,
> >>> > > >> > > > > > >> > Thank you for your help.
> >>> > > >> > > > > > >> > It works but there is another error. He
cannot
> >>> find the
> >>> > > >> > > netcdf.hh
> >>> > > >> > > > > > file.
> >>> > > >> > > > > > >> > I used export
MET_NETCDF=/root/Bureau/netcdf-36.3
> >>> > > >> > > > > > >> > but it still the same error.
> >>> > > >> > > > > > >> > you find attached make_install file.
> >>> > > >> > > > > > >> > Thanks,
> >>> > > >> > > > > > >> > Khaoula
> >>> > > >> > > > > > >> >
> >>> > > >> > > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley
Gotway via
> >>> RT <
> >>> > > >> > > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> >:
> >>> > > >> > > > > > >> >
> >>> > > >> > > > > > >> > > Hello Khaoula,
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > My name is John Halley Gotway.  Julie's
out of
> >>> town
> >>> > > until
> >>> > > >> > next
> >>> > > >> > > > > week,
> >>> > > >> > > > > > >> but
> >>> > > >> > > > > > >> > > hopefully I can help you with this
issue.
> >>> Thanks for
> >>> > > >> > sending
> >>> > > >> > > > the
> >>> > > >> > > > > > >> output
> >>> > > >> > > > > > >> > of
> >>> > > >> > > > > > >> > > make - that's very helpful.  Here's the
> relevant
> >>> > error
> >>> > > >> > you're
> >>> > > >> > > > > > getting:
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h :
Aucun
> >>> fichier
> >>> > > ou
> >>> > > >> > > dossier
> >>> > > >> > > > > de
> >>> > > >> > > > > > ce
> >>> > > >> > > > > > >> > type
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > Using google translate, I see that
means: No
> >>> files or
> >>> > > >> > folders
> >>> > > >> > > of
> >>> > > >> > > > > > this
> >>> > > >> > > > > > >> > type
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > Basically, MET isn't able to find the
file
> named
> >>> > > >> "grib2.h",
> >>> > > >> > > > which
> >>> > > >> > > > > is
> >>> > > >> > > > > > >> > > included in the library named "g2clib".
Since
> >>> you're
> >>> > > >> > > compiling
> >>> > > >> > > > > > >> support
> >>> > > >> > > > > > >> > for
> >>> > > >> > > > > > >> > > GRIB2, I assume you've already compiled
that
> >>> library.
> >>> > > If
> >>> > > >> > > that's
> >>> > > >> > > > > not
> >>> > > >> > > > > > >> the
> >>> > > >> > > > > > >> > > case, please see the information here:
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> >
> >>> > > >> > > > > > >>
> >>> > > >> > > > > >
> >>> > > >> > > > >
> >>> > > >> > > >
> >>> > > >> > >
> >>> > > >> >
> >>> > > >>
> >>> > >
> >>> >
> >>>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > Once you've compiled "g2clib", try
setting the
> >>> > > following:
> >>> > > >> > > > > > >> > > If you're using csh:
> >>> > > >> > > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> >>> > > >> > > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > If you're using bash:
> >>> > > >> > > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
> >>> > > >> > > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > And from the top-level met-5.0
directory, rerun
> >>> the
> >>> > > >> > > "configure"
> >>> > > >> > > > > > >> command
> >>> > > >> > > > > > >> > you
> >>> > > >> > > > > > >> > > used for MET, and then run:
> >>> > > >> > > > > > >> > >    make clean
> >>> > > >> > > > > > >> > >    make install >& make_install.log
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > Please let me know how it goes.
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > Thanks,
> >>> > > >> > > > > > >> > > John
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki
Khaoula
> >>> via RT
> >>> > <
> >>> > > >> > > > > > >> met_help at ucar.edu>
> >>> > > >> > > > > > >> > > wrote:
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > > > <URL:
> >>> > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > >
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > > > Hi Julie,
> >>> > > >> > > > > > >> > > > Thank you for your help.
> >>> > > >> > > > > > >> > > > i could install libpng library.
> >>> > > >> > > > > > >> > > > But there is another problem.  When
executing
> >>> *make
> >>> > > >> > install
> >>> > > >> > > >&
> >>> > > >> > > > > > >> > > > make_install.log &*
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > > > *tail -f make_install.log.*
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > > > *threr is an error in  file
make_install.log
> >>> that
> >>> > > >> there is
> >>> > > >> > > no
> >>> > > >> > > > > file
> >>> > > >> > > > > > >> > named
> >>> > > >> > > > > > >> > > > grib2.h.*
> >>> > > >> > > > > > >> > > > *there is the make _install.log.*
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > > > *Thanks *
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > > > *Khaoula *
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie
Prestopnik
> >>> via RT
> >>> > <
> >>> > > >> > > > > > >> met_help at ucar.edu
> >>> > > >> > > > > > >> > >:
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > > > > Hi Khaoula.
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > While I saw that you have a
"include",
> >>> "lib", and
> >>> > > >> > "share"
> >>> > > >> > > > > > >> > > subdirectories
> >>> > > >> > > > > > >> > > > > under /usr/bin/zlib, I could not see
the
> >>> contents
> >>> > > of
> >>> > > >> > those
> >>> > > >> > > > > > >> > directories.
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > Could you please verify that you
have the
> >>> files
> >>> > > >> "zlib.h"
> >>> > > >> > > and
> >>> > > >> > > > > > >> > "zconf.h"
> >>> > > >> > > > > > >> > > in
> >>> > > >> > > > > > >> > > > > the "include" subdirectory?  Could
you also
> >>> > please
> >>> > > >> > verify
> >>> > > >> > > > that
> >>> > > >> > > > > > you
> >>> > > >> > > > > > >> > have
> >>> > > >> > > > > > >> > > > > "libz.a" and other "libz.so" files
in the
> >>> "lib"
> >>> > > >> > > > subdirectory?
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > Assuming those files are in place,
it looks
> >>> like
> >>> > > you
> >>> > > >> > got a
> >>> > > >> > > > > > >> successful
> >>> > > >> > > > > > >> > > > > installation of zlib, but libpng
couldn't
> >>> find
> >>> > > zlib.
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > Try recompiling libpng as follows,
> >>> > > >> > > > > > >> > > > >   *replacing
> >>> > "/path/to/libpng/install/**directory"
> >>> > > >> with
> >>> > > >> > > the
> >>> > > >> > > > > path
> >>> > > >> > > > > > >> > where
> >>> > > >> > > > > > >> > > > you
> >>> > > >> > > > > > >> > > > > would like to install libpng*:
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
> >>> > > >> > > > > > >> > > > >   make clean
> >>> > > >> > > > > > >> > > > >   export LDFLAGS="-
L/usr/bin/zlib/lib/"
> >>> > > >> > > > > > >> > > > >   export
> CPPFLAGS="-I/usr/bin/zlib/include/"
> >>> > > >> > > > > > >> > > > >   ./configure
> >>> > > >> --prefix=/path/to/libpng/install/directory
> >>> > > >> > > > > > >> > > > >   make
> >>> > > >> > > > > > >> > > > >   make install
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > That should do the trick.  With
those
> >>> environment
> >>> > > >> > > variables,
> >>> > > >> > > > > > >> you're
> >>> > > >> > > > > > >> > > > telling
> >>> > > >> > > > > > >> > > > > it where to find the zlib header and
object
> >>> > files.
> >>> > > >> Give
> >>> > > >> > > > that
> >>> > > >> > > > > a
> >>> > > >> > > > > > >> try
> >>> > > >> > > > > > >> > and
> >>> > > >> > > > > > >> > > > let
> >>> > > >> > > > > > >> > > > > me know if you're able to compile
libpng
> >>> > > >> successfully.
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > Thanks,
> >>> > > >> > > > > > >> > > > > Julie
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM,
Melki
> >>> Khaoula
> >>> > via
> >>> > > >> RT <
> >>> > > >> > > > > > >> > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > wrote:
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > >
> >>> > > >> > > > > > >> > > > > > <URL:
> >>> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > >
> >>> > > >> > > > > > >> > > > > > Hi Julie,
> >>> > > >> > > > > > >> > > > > > No i didn't get a successful
install of
> >>> libpng
> >>> > > >> because
> >>> > > >> > > the
> >>> > > >> > > > > > first
> >>> > > >> > > > > > >> > > > problem
> >>> > > >> > > > > > >> > > > > > was installation of zlib.
> >>> > > >> > > > > > >> > > > > > you find a script joint to this
email of
> >>> > running
> >>> > > >> ls -l
> >>> > > >> > > > > > >> > usr/bin/zlib.
> >>> > > >> > > > > > >> > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > Khaoula MELKI
> >>> > > >> > > > > > >> > > > > >
> >>> > > >> > > > > > >> > > > > >
> >>> > > >> > > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie
> >>> Prestopnik via
> >>> > > RT
> >>> > > >> <
> >>> > > >> > > > > > >> > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > >:
> >>> > > >> > > > > > >> > > > > >
> >>> > > >> > > > > > >> > > > > > > Hi Khaoula.
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > > > Instead of running "ls -l zlib-
1.2.8"
> to
> >>> show
> >>> > > me
> >>> > > >> the
> >>> > > >> > > > > > contents
> >>> > > >> > > > > > >> of
> >>> > > >> > > > > > >> > > the
> >>> > > >> > > > > > >> > > > > > > package, could you please run
"ls -l
> >>> > > >> /usr/bin/zlib"
> >>> > > >> > > so I
> >>> > > >> > > > > can
> >>> > > >> > > > > > >> see
> >>> > > >> > > > > > >> > > how
> >>> > > >> > > > > > >> > > > > the
> >>> > > >> > > > > > >> > > > > > > package was installed?
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > > > Also, were you able to get a
successful
> >>> > install
> >>> > > >> of
> >>> > > >> > > > libpng
> >>> > > >> > > > > > >> after
> >>> > > >> > > > > > >> > > > setting
> >>> > > >> > > > > > >> > > > > > the
> >>> > > >> > > > > > >> > > > > > > environment variables LDFLAGS
and
> >>> CPPFLAGS?
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > > Julie
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02 AM,
Melki
> >>> > Khaoula
> >>> > > >> via
> >>> > > >> > RT
> >>> > > >> > > <
> >>> > > >> > > > > > >> > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > > > wrote:
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > <URL:
> >>> > > >> > > > > > >>
> >>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > Hi Julie,
> >>> > > >> > > > > > >> > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > there is a terminal containing
> results
> >>> of
> >>> > ls
> >>> > > -l
> >>> > > >> > > > > zlib-1.2.8
> >>> > > >> > > > > > >> > > > > > > > also, zlib-1.2.8 directory is
> >>> > > >> > > :/root/Bureau/zlib-1.2.8
> >>> > > >> > > > > > >> > > > > > > > i uses the command whereis
zlib:
> >>> > > >> > > > > > >> > > > > > > >  it returns : usr/bin/zlib
> >>> > > >> > > > > > >> > > > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > > > Khaoula
> >>> > > >> > > > > > >> > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00
Julie
> >>> Prestopnik
> >>> > > via
> >>> > > >> > RT <
> >>> > > >> > > > > > >> > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > >:
> >>> > > >> > > > > > >> > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > Hi Khaoula.
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > I see in your configure log
the
> >>> error:
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > configure: error: zlib not
> installed
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > Were you able to get a
successful
> >>> install
> >>> > > of
> >>> > > >> > zlib?
> >>> > > >> > > > If
> >>> > > >> > > > > > so,
> >>> > > >> > > > > > >> > > could
> >>> > > >> > > > > > >> > > > > you
> >>> > > >> > > > > > >> > > > > > > > please
> >>> > > >> > > > > > >> > > > > > > > > tell me where it is
installed and
> >>> run "ls
> >>> > > >> -l" in
> >>> > > >> > > > that
> >>> > > >> > > > > > >> > directory
> >>> > > >> > > > > > >> > > > so
> >>> > > >> > > > > > >> > > > > I
> >>> > > >> > > > > > >> > > > > > > can
> >>> > > >> > > > > > >> > > > > > > > > see its contents? And, if
you were
> >>> able
> >>> > to
> >>> > > >> get a
> >>> > > >> > > > > > >> successful
> >>> > > >> > > > > > >> > > > install
> >>> > > >> > > > > > >> > > > > > of
> >>> > > >> > > > > > >> > > > > > > > > zlib, were you able to get a
> >>> successful
> >>> > > >> install
> >>> > > >> > of
> >>> > > >> > > > > > libpng?
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > Once you get a successful
install
> of
> >>> > zlib,
> >>> > > >> png,
> >>> > > >> > > > > jasper,
> >>> > > >> > > > > > >> and
> >>> > > >> > > > > > >> > the
> >>> > > >> > > > > > >> > > > > > GRIB2-C
> >>> > > >> > > > > > >> > > > > > > > > Library, we can revisit
running the
> >>> > > configure
> >>> > > >> > > > script.
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is an
> optional
> >>> > > package
> >>> > > >> > for
> >>> > > >> > > > MET.
> >>> > > >> > > > > > If
> >>> > > >> > > > > > >> > you
> >>> > > >> > > > > > >> > > do
> >>> > > >> > > > > > >> > > > > not
> >>> > > >> > > > > > >> > > > > > > > need
> >>> > > >> > > > > > >> > > > > > > > > GRIB2 support, you do not
need to
> >>> install
> >>> > > the
> >>> > > >> > > > library.
> >>> > > >> > > > > > I
> >>> > > >> > > > > > >> > just
> >>> > > >> > > > > > >> > > > > wanted
> >>> > > >> > > > > > >> > > > > > > to
> >>> > > >> > > > > > >> > > > > > > > > make sure you knew that in
case you
> >>> > didn't
> >>> > > >> need
> >>> > > >> > > > GRIB2
> >>> > > >> > > > > > >> > support.
> >>> > > >> > > > > > >> > > > If
> >>> > > >> > > > > > >> > > > > > you
> >>> > > >> > > > > > >> > > > > > > do
> >>> > > >> > > > > > >> > > > > > > > > need it, we'll keep working
at it
> >>> and try
> >>> > > to
> >>> > > >> get
> >>> > > >> > > it
> >>> > > >> > > > > > >> working
> >>> > > >> > > > > > >> > for
> >>> > > >> > > > > > >> > > > you
> >>> > > >> > > > > > >> > > > > > > soon.
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > > > > Julie
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at 5:10
AM,
> >>> Melki
> >>> > > >> Khaoula
> >>> > > >> > via
> >>> > > >> > > > RT
> >>> > > >> > > > > <
> >>> > > >> > > > > > >> > > > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > wrote:
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > <URL:
> >>> > > >> > > > > > >> > >
> >>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > Hi Julie,
> >>> > > >> > > > > > >> > > > > > > > > > the same problem appear
again.
> >>> > > >> > > > > > >> > > > > > > > > > you find a file joined to
this
> >>> e-mail.
> >>> > > >> > > > > > >> > > > > > > > > > thanks,
> >>> > > >> > > > > > >> > > > > > > > > > Khaoula
> >>> > > >> > > > > > >> > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-04:00
Julie
> >>> > > Prestopnik
> >>> > > >> > via
> >>> > > >> > > > RT <
> >>> > > >> > > > > > >> > > > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > >:
> >>> > > >> > > > > > >> > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > Hi Khaoula.
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > I see that you tried to
install
> >>> zlib,
> >>> > > but
> >>> > > >> > > have a
> >>> > > >> > > > > > >> question
> >>> > > >> > > > > > >> > > > about
> >>> > > >> > > > > > >> > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > install
> >>> > > >> > > > > > >> > > > > > > > > > > path.
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > You can install zlib
where ever
> >>> you
> >>> > > would
> >>> > > >> > > like,
> >>> > > >> > > > > > >> either in
> >>> > > >> > > > > > >> > > > > > > /zlib-1.2.8
> >>> > > >> > > > > > >> > > > > > > > > > > or /usr/local/bin
> >>> > > >> > > > > > >> > > > > > > > > > > (assuming you have root
access)
> >>> or
> >>> > > >> somewhere
> >>> > > >> > > > else
> >>> > > >> > > > > > >> > entirely.
> >>> > > >> > > > > > >> > > > > So,
> >>> > > >> > > > > > >> > > > > > it
> >>> > > >> > > > > > >> > > > > > > > > > sounds
> >>> > > >> > > > > > >> > > > > > > > > > > like you followed these
generic
> >>> > > >> > instructions:
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > cd /path/to/zlib
> >>> > > >> > > > > > >> > > > > > > > > > > ./configure
> >>> > --prefix=/zlib/install/path
> >>> > > >> > > > > > >> > > > > > > > > > > make test
> >>> > > >> > > > > > >> > > > > > > > > > > make install
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > replacing /path/to/zlib
with
> >>> > > >> > > > > /root/Bureau/zlib-1.2.8
> >>> > > >> > > > > > >> and
> >>> > > >> > > > > > >> > > > > > replacing
> >>> > > >> > > > > > >> > > > > > > > > > > /zlib/install/path
> >>> > > >> > > > > > >> > > > > > > > > > > with /zlib-1.2.8 as
follows:
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-
1.2.8
> >>> > > >> > > > > > >> > > > > > > > > > > ./configure
> --prefix=/zlib-1.2.8
> >>> > > >> > > > > > >> > > > > > > > > > > make test
> >>> > > >> > > > > > >> > > > > > > > > > > make install
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > It sounds like you got a
> >>> successful
> >>> > > >> > > installation
> >>> > > >> > > > > of
> >>> > > >> > > > > > >> zlib,
> >>> > > >> > > > > > >> > > but
> >>> > > >> > > > > > >> > > > > > > libpng
> >>> > > >> > > > > > >> > > > > > > > > > > couldn't find zlib.
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > Try recompiling libpng
as
> >>> follows,
> >>> > > >> > > > > > >> > > > > > > > > > >   replacing
> >>> > "/path/to/libz.a/directory"
> >>> > > >> with
> >>> > > >> > > the
> >>> > > >> > > > > > path
> >>> > > >> > > > > > >> to
> >>> > > >> > > > > > >> > > > libz.a
> >>> > > >> > > > > > >> > > > > > > > (leave
> >>> > > >> > > > > > >> > > > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > -L in place in the
example
> below)
> >>> > > >> > > > > > >> > > > > > > > > > >   replacing
> >>> > "/path/to/zlib.h/directory"
> >>> > > >> with
> >>> > > >> > > the
> >>> > > >> > > > > > path
> >>> > > >> > > > > > >> to
> >>> > > >> > > > > > >> > > > zlib.h
> >>> > > >> > > > > > >> > > > > > > > (leave
> >>> > > >> > > > > > >> > > > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > -I in place in the
example
> below)
> >>> > > >> > > > > > >> > > > > > > > > > >   and replacing
> >>> > > >> > > > > "/path/to/libpng/install/directory"
> >>> > > >> > > > > > >> with
> >>> > > >> > > > > > >> > > the
> >>> > > >> > > > > > >> > > > > path
> >>> > > >> > > > > > >> > > > > > > > where
> >>> > > >> > > > > > >> > > > > > > > > > you
> >>> > > >> > > > > > >> > > > > > > > > > > would like to install
libpng:
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > >   cd
/root/Bureau/libpng-1.2.34
> >>> > > >> > > > > > >> > > > > > > > > > >   make clean
> >>> > > >> > > > > > >> > > > > > > > > > >   export
> >>> > > >> > LDFLAGS="-L/path/to/libz.a/directory"
> >>> > > >> > > > > > >> > > > > > > > > > >   export
> >>> > > >> > > CPPFLAGS="-I/path/to/zlib.h/directory"
> >>> > > >> > > > > > >> > > > > > > > > > >   ./configure
> >>> > > >> > > > > > >> --prefix=/path/to/libpng/install/directory
> >>> > > >> > > > > > >> > > > > > > > > > >   make
> >>> > > >> > > > > > >> > > > > > > > > > >   make install
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > That should do the
trick.  With
> >>> those
> >>> > > >> > > > environment
> >>> > > >> > > > > > >> > > variables,
> >>> > > >> > > > > > >> > > > > > you're
> >>> > > >> > > > > > >> > > > > > > > > > telling
> >>> > > >> > > > > > >> > > > > > > > > > > it where to find the
zlib
> header
> >>> and
> >>> > > >> object
> >>> > > >> > > > files.
> >>> > > >> > > > > > >> Give
> >>> > > >> > > > > > >> > > > that a
> >>> > > >> > > > > > >> > > > > > try
> >>> > > >> > > > > > >> > > > > > > > and
> >>> > > >> > > > > > >> > > > > > > > > > let
> >>> > > >> > > > > > >> > > > > > > > > > > me know if you're able
to
> compile
> >>> > > libpng
> >>> > > >> > > > > > successfully.
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > Julie
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015 at
5:45
> AM,
> >>> > Melki
> >>> > > >> > Khaoula
> >>> > > >> > > > via
> >>> > > >> > > > > > RT
> >>> > > >> > > > > > >> <
> >>> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > wrote:
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > <URL:
> >>> > > >> > > > > > >> > > > >
> >>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > Hi Julie,
> >>> > > >> > > > > > >> > > > > > > > > > > > Grib2 needs jasper,
png and
> >>> zlib
> >>> > > >> libraries
> >>> > > >> > > to
> >>> > > >> > > > > > >> install.
> >>> > > >> > > > > > >> > > > > > > > > > > > in installing zlib
library,i
> i
> >>> used
> >>> > > >> these
> >>> > > >> > > > > > commands:
> >>> > > >> > > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
> >>> > > >> > > > > > >> > > > > > > > > > > > *./configure
> >>> > > >> --prefix=/zlib/install/path*
> >>> > > >> > > > > > >> > > > > > > > > > > > *make test*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *make install*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *for my sysytem,
path/to/zlib
> >>> is
> >>> > > >> > > > > > >> > root/Bureau/zlib-1.2.8.*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *about
> >>> prefix=zlib/install/path.
> >>> > > >> > > > > zlib/install/path
> >>> > > >> > > > > > >> is
> >>> > > >> > > > > > >> > the
> >>> > > >> > > > > > >> > > > > > > directory
> >>> > > >> > > > > > >> > > > > > > > > > > where i
> >>> > > >> > > > > > >> > > > > > > > > > > > put zlib installation,
> >>> > > >> prefix=/zlib-1.2.8
> >>> > > >> > or
> >>> > > >> > > > it
> >>> > > >> > > > > is
> >>> > > >> > > > > > >> > > > > > usr/local/bin
> >>> > > >> > > > > > >> > > > > > > in
> >>> > > >> > > > > > >> > > > > > > > > > order
> >>> > > >> > > > > > >> > > > > > > > > > > > to be installed in the
> system.*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *i found a problem
when
> >>> installing
> >>> > > >> libpng
> >>> > > >> > > > > > library. i
> >>> > > >> > > > > > >> > used
> >>> > > >> > > > > > >> > > > > thses
> >>> > > >> > > > > > >> > > > > > > > > > > commands:*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *./configure
> >>> > > >> > > > > --prefix=/root/Bureau/libpng-1.2.34*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *make *
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *make install*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *But when using
configure, an
> >>> error
> >>> > > >> occur
> >>> > > >> > > > > > informing
> >>> > > >> > > > > > >> me
> >>> > > >> > > > > > >> > > that
> >>> > > >> > > > > > >> > > > > > zlib
> >>> > > >> > > > > > >> > > > > > > > > isn't
> >>> > > >> > > > > > >> > > > > > > > > > > > installed.*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *So, i was wondering
about
> >>> path to
> >>> > > >> > install.
> >>> > > >> > > It
> >>> > > >> > > > > is
> >>> > > >> > > > > > in
> >>> > > >> > > > > > >> > the
> >>> > > >> > > > > > >> > > > > > > directory
> >>> > > >> > > > > > >> > > > > > > > of
> >>> > > >> > > > > > >> > > > > > > > > > > > library or in the
system
> >>> > > >> > > unix(usr/local/bin)*
> >>> > > >> > > > > > >> > > > > > > > > > > > *Thanks,*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > *khaoula melki*
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > 2015-07-09 12:10 GMT-
04:00
> >>> Julie
> >>> > > >> > Prestopnik
> >>> > > >> > > > via
> >>> > > >> > > > > > RT <
> >>> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > >:
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > Hi Khaoula.
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > There will not be a
bin
> >>> > > subdirectory
> >>> > > >> > when
> >>> > > >> > > > you
> >>> > > >> > > > > > >> unpack
> >>> > > >> > > > > > >> > > > > met-5.0,
> >>> > > >> > > > > > >> > > > > > > but
> >>> > > >> > > > > > >> > > > > > > > > > there
> >>> > > >> > > > > > >> > > > > > > > > > > > > should be upon a
successful
> >>> > > >> installation
> >>> > > >> > > of
> >>> > > >> > > > > the
> >>> > > >> > > > > > >> MET
> >>> > > >> > > > > > >> > > > tools.
> >>> > > >> > > > > > >> > > > > > > > Looking
> >>> > > >> > > > > > >> > > > > > > > > > at
> >>> > > >> > > > > > >> > > > > > > > > > > > your
> >>> > > >> > > > > > >> > > > > > > > > > > > > make_install.log
file I see
> >>> that
> >>> > > >> there
> >>> > > >> > is
> >>> > > >> > > a
> >>> > > >> > > > > > >> problem
> >>> > > >> > > > > > >> > > > finding
> >>> > > >> > > > > > >> > > > > > > > > grib2.h:
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > >
data2d_grib2.h:27:21:
> erreur:
> >>> > > >> grib2.h :
> >>> > > >> > > > Aucun
> >>> > > >> > > > > > >> fichier
> >>> > > >> > > > > > >> > > ou
> >>> > > >> > > > > > >> > > > > > > dossier
> >>> > > >> > > > > > >> > > > > > > > de
> >>> > > >> > > > > > >> > > > > > > > > > ce
> >>> > > >> > > > > > >> > > > > > > > > > > > type
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > NCEP's GRIB2C
library is
> >>> used by
> >>> > > the
> >>> > > >> MET
> >>> > > >> > > > > library
> >>> > > >> > > > > > >> code
> >>> > > >> > > > > > >> > > to
> >>> > > >> > > > > > >> > > > > read
> >>> > > >> > > > > > >> > > > > > > > GRIB2
> >>> > > >> > > > > > >> > > > > > > > > > > data
> >>> > > >> > > > > > >> > > > > > > > > > > > > files.  If you do
not need
> >>> GRIB2
> >>> > > >> > > capability,
> >>> > > >> > > > > you
> >>> > > >> > > > > > >> can
> >>> > > >> > > > > > >> > > > simply
> >>> > > >> > > > > > >> > > > > > > skip
> >>> > > >> > > > > > >> > > > > > > > > this
> >>> > > >> > > > > > >> > > > > > > > > > > > part
> >>> > > >> > > > > > >> > > > > > > > > > > > > of the installation
by
> >>> removing
> >>> > > >> > > > > "--enable-grib2"
> >>> > > >> > > > > > >> from
> >>> > > >> > > > > > >> > > > your
> >>> > > >> > > > > > >> > > > > > list
> >>> > > >> > > > > > >> > > > > > > > of
> >>> > > >> > > > > > >> > > > > > > > > > > > options
> >>> > > >> > > > > > >> > > > > > > > > > > > > to "./configure".
If you
> do
> >>> need
> >>> > > >> GRIB2
> >>> > > >> > > > > > capability
> >>> > > >> > > > > > >> > and
> >>> > > >> > > > > > >> > > > the
> >>> > > >> > > > > > >> > > > > > > grib2c
> >>> > > >> > > > > > >> > > > > > > > > > > library
> >>> > > >> > > > > > >> > > > > > > > > > > > > is not already on
your
> >>> system,
> >>> > you
> >>> > > >> will
> >>> > > >> > > need
> >>> > > >> > > > > to
> >>> > > >> > > > > > >> > > download
> >>> > > >> > > > > > >> > > > > and
> >>> > > >> > > > > > >> > > > > > > > unpack
> >>> > > >> > > > > > >> > > > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > > > grib2c tarball (
> >>> > > >> > > > > > >> > > > > >
> >>> http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> >>> > > >> > > > > > >> > > > > > > > and
> >>> > > >> > > > > > >> > > > > > > > > > > refer
> >>> > > >> > > > > > >> > > > > > > > > > > > > to
> >>> > > >> > > > > > >> > > > > > > > > > > > > the README file.
Once
> built,
> >>> MET
> >>> > > >> expects
> >>> > > >> > > the
> >>> > > >> > > > > > GRIB2
> >>> > > >> > > > > > >> > > > > C-Library
> >>> > > >> > > > > > >> > > > > > to
> >>> > > >> > > > > > >> > > > > > > > be
> >>> > > >> > > > > > >> > > > > > > > > > > named
> >>> > > >> > > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The
GRIB2
> >>> > C-Library
> >>> > > >> > > *requires
> >>> > > >> > > > > the
> >>> > > >> > > > > > >> > > > libraries
> >>> > > >> > > > > > >> > > > > > > zlib,
> >>> > > >> > > > > > >> > > > > > > > > > jasper
> >>> > > >> > > > > > >> > > > > > > > > > > > and
> >>> > > >> > > > > > >> > > > > > > > > > > > > png* to be present
on your
> >>> system
> >>> > > and
> >>> > > >> > > those
> >>> > > >> > > > > > >> packages
> >>> > > >> > > > > > >> > > are
> >>> > > >> > > > > > >> > > > > all
> >>> > > >> > > > > > >> > > > > > > > > > available
> >>> > > >> > > > > > >> > > > > > > > > > > in
> >>> > > >> > > > > > >> > > > > > > > > > > > > the link above. When
> >>> configuring
> >>> > > the
> >>> > > >> MET
> >>> > > >> > > > build
> >>> > > >> > > > > > >> after
> >>> > > >> > > > > > >> > > > > > > installation
> >>> > > >> > > > > > >> > > > > > > > > of
> >>> > > >> > > > > > >> > > > > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > > > necessary libraries
(or if
> >>> > grib2c,
> >>> > > >> zlib,
> >>> > > >> > > > > jasper,
> >>> > > >> > > > > > >> and
> >>> > > >> > > > > > >> > > png
> >>> > > >> > > > > > >> > > > > are
> >>> > > >> > > > > > >> > > > > > > > > already
> >>> > > >> > > > > > >> > > > > > > > > > on
> >>> > > >> > > > > > >> > > > > > > > > > > > > your system), set
the
> >>> > *MET_GRIB2C*
> >>> > > >> (or
> >>> > > >> > > > > > >> > *MET_GRIB2CINC*
> >>> > > >> > > > > > >> > > > and
> >>> > > >> > > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> >>> > > >> > > > > > >> > > > > > > > > > > > > environment
variables to
> >>> indicate
> >>> > > the
> >>> > > >> > > > location
> >>> > > >> > > > > > of
> >>> > > >> > > > > > >> > this
> >>> > > >> > > > > > >> > > > > > library.
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > Please let us know
if you
> >>> have
> >>> > any
> >>> > > >> > > > questions.
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > Julie
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > On Thu, Jul 9, 2015
at 3:28
> >>> AM,
> >>> > > Melki
> >>> > > >> > > > Khaoula
> >>> > > >> > > > > > via
> >>> > > >> > > > > > >> RT
> >>> > > >> > > > > > >> > <
> >>> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu>
> >>> > > >> > > > > > >> > > > > > > > > > > > > wrote:
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > <URL:
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > Hi Julie,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > thank you for your
> >>> response.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > it rebuilt nectd.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > my problem now is
the bin
> >>> > > >> > subdirectory.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > when unpacking
met-5.0,
> >>> thre is
> >>> > > no
> >>> > > >> > > > > > subdirectory
> >>> > > >> > > > > > >> > > called
> >>> > > >> > > > > > >> > > > > bin.
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > Also, after
setting
> >>> environment
> >>> > > >> > > > variables, i
> >>> > > >> > > > > > >> used
> >>> > > >> > > > > > >> > the
> >>> > > >> > > > > > >> > > > > > > > > configuration
> >>> > > >> > > > > > >> > > > > > > > > > > > > script
> >>> > > >> > > > > > >> > > > > > > > > > > > > > with: ./configure
> >>> > --prefix=`pwd`
> >>> > > >> > > > > > --enable-grib2
> >>> > > >> > > > > > >> > > > > > > --enable-modis
> >>> > > >> > > > > > >> > > > > > > > > > > > > > --enable-
mode_graphics
> >>> > > >> > > > > > >> > > > > > > > > > > > > > there is no bin
> >>> subdirectory
> >>> > > >> built or
> >>> > > >> > > > > > >> recreated.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > Khaoula
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59
> GMT-04:00
> >>> > Julie
> >>> > > >> > > > Prestopnik
> >>> > > >> > > > > > via
> >>> > > >> > > > > > >> RT
> >>> > > >> > > > > > >> > <
> >>> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > > > >:
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > Taking another
look at
> >>> this,
> >>> > I
> >>> > > do
> >>> > > >> > not
> >>> > > >> > > > see
> >>> > > >> > > > > a
> >>> > > >> > > > > > >> "-I"
> >>> > > >> > > > > > >> > > > entry
> >>> > > >> > > > > > >> > > > > > for
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > "/root/Bureau/netcdf-4.3.3.1",
> >>> > > >> > which I
> >>> > > >> > > > > > believe
> >>> > > >> > > > > > >> > you
> >>> > > >> > > > > > >> > > > have
> >>> > > >> > > > > > >> > > > > > > > > > MET_NETCDF
> >>> > > >> > > > > > >> > > > > > > > > > > > set
> >>> > > >> > > > > > >> > > > > > > > > > > > > > to.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > g++
-DHAVE_CONFIG_H -I.
> >>> > > >> -I../../..
> >>> > > >> > > > > > >> > > > > > > > -I../../../src/basic/vx_cal
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > -I../../../src/basic/vx_config
> >>> > > >> > > > > > >> > > > > > -I../../../src/basic/vx_log
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> -I../../../src/basic/vx_math
> >>> > > >> > > > > > >> > > > > -I../../../src/basic/vx_util
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> -I../../../src/libcode/vx_afm
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > -I../../../src/libcode/vx_analysis_util
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > -I../../../src/libcode/vx_color
> >>> > > >> > > > > > >> > > > > > > > >
-I../../../src/libcode/vx_data2d
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > -I../../../src/libcode/vx_data2d_factory
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > -I../../../src/libcode/vx_data2d_grib
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > -I../../../src/libcode/vx_data2d_grib2
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > -I../../../src/libcode/vx_data2d_nccf
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > -I../../../src/libcode/vx_data2d_nc_met
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > -I../../../src/libcode/vx_geodesy
> >>> > > >> > > > > > >> > > > > > > > > >
-I../../../src/libcode/vx_gnomon
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > -I../../../src/libcode/vx_grid
> >>> > > >> > > > > > >> > > > > > > > >
-I../../../src/libcode/vx_gsl_prob
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> -I../../../src/libcode/vx_nav
> >>> > > >> > > > > > >> > > > > > > >
-I../../../src/libcode/vx_nc_util
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > -I../../../src/libcode/vx_pb_util
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> -I../../../src/libcode/vx_plot_util
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> -I../../../src/libcode/vx_ps
> >>> > > >> > > > > > >> > > > > > -I../../../src/libcode/vx_pxm
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > -I../../../src/libcode/vx_render
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> -I../../../src/libcode/vx_shapedata
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> -I../../../src/libcode/vx_statistics
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> -I../../../src/libcode/vx_stat_out
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > -I../../../src/libcode/vx_tc_util
> >>> > > >> > > > -DBLOCK4
> >>> > > >> > > > > > >> > > > -DWITH_GRIB2
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> -DMET_BASE="\"/root/Bureau/met-
5.0/share/met\""
> >>> > > >> > > > > > >> > -g
> >>> > > >> > > > > > >> > > > -MT
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> libvx_nc_util_a-nc_var_info.o
> >>> > > -MD
> >>> > > >> > -MP
> >>> > > >> > > > -MF
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > .deps/libvx_nc_util_a-nc_var_info.Tpo
> >>> > > >> > > -c
> >>> > > >> > > > > -o
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> libvx_nc_util_a-nc_var_info.o
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > `test -f
> >>> 'nc_var_info.cc' ||
> >>> > > echo
> >>> > > >> > > > > > >> > > './'`nc_var_info.cc
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > Dans le fichier
inclus
> à
> >>> > partir
> >>> > > >> de
> >>> > > >> > > > > > >> > > nc_var_info.cc:24:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
nc_var_info.h:24:21:
> >>> erreur:
> >>> > > >> > > netcdf.hh :
> >>> > > >> > > > > > Aucun
> >>> > > >> > > > > > >> > > > fichier
> >>> > > >> > > > > > >> > > > > ou
> >>> > > >> > > > > > >> > > > > > > > > dossier
> >>> > > >> > > > > > >> > > > > > > > > > > de
> >>> > > >> > > > > > >> > > > > > > > > > > > ce
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > type
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > You could check
the
> >>> include
> >>> > > area
> >>> > > >> for
> >>> > > >> > > > > > >> > > > > > > > > /root/Bureau/netcdf-4.3.3.1
> >>> > > >> > > > > > >> > > > > > > > > > to
> >>> > > >> > > > > > >> > > > > > > > > > > > see
> >>> > > >> > > > > > >> > > > > > > > > > > > > > if
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > there is a
netcdf.hh
> >>> file.
> >>> > If
> >>> > > >> there
> >>> > > >> > > is,
> >>> > > >> > > > > > >> you'll
> >>> > > >> > > > > > >> > > need
> >>> > > >> > > > > > >> > > > to
> >>> > > >> > > > > > >> > > > > > > make
> >>> > > >> > > > > > >> > > > > > > > > sure
> >>> > > >> > > > > > >> > > > > > > > > > > > that
> >>> > > >> > > > > > >> > > > > > > > > > > > > > met
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > can find it by
making
> >>> sure
> >>> > the
> >>> > > >> > > > MET_NETCDF
> >>> > > >> > > > > is
> >>> > > >> > > > > > >> set
> >>> > > >> > > > > > >> > > > > > correctly,
> >>> > > >> > > > > > >> > > > > > > > > then
> >>> > > >> > > > > > >> > > > > > > > > > > > source
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > your .bashrc or
similar
> >>> file,
> >>> > > >> > > > reconfigure,
> >>> > > >> > > > > > and
> >>> > > >> > > > > > >> > > > rebuild
> >>> > > >> > > > > > >> > > > > > MET,
> >>> > > >> > > > > > >> > > > > > > > > > > > otherwise,
> >>> > > >> > > > > > >> > > > > > > > > > > > > if
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > it is not there,
I
> would
> >>> > > suggest
> >>> > > >> > > > following
> >>> > > >> > > > > > the
> >>> > > >> > > > > > >> > > > > > instructions
> >>> > > >> > > > > > >> > > > > > > > in
> >>> > > >> > > > > > >> > > > > > > > > my
> >>> > > >> > > > > > >> > > > > > > > > > > > most
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > recent previous
email.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > Please let us
know how
> it
> >>> > works
> >>> > > >> out.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > Julie
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8,
2015 at
> >>> 1:52
> >>> > PM,
> >>> > > >> > Julie
> >>> > > >> > > > > > >> Prestopnik
> >>> > > >> > > > > > >> > <
> >>> > > >> > > > > > >> > > > > > > > > > jpresto at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > wrote:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.  I
> >>> apologize
> >>> > for
> >>> > > >> the
> >>> > > >> > > > delayed
> >>> > > >> > > > > > >> > > > response.  I
> >>> > > >> > > > > > >> > > > > > was
> >>> > > >> > > > > > >> > > > > > > > out
> >>> > > >> > > > > > >> > > > > > > > > > of
> >>> > > >> > > > > > >> > > > > > > > > > > > > town.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > I believe that
I see
> in
> >>> > your
> >>> > > >> > > > > > >> make_install.log
> >>> > > >> > > > > > >> > > that
> >>> > > >> > > > > > >> > > > > > there
> >>> > > >> > > > > > >> > > > > > > > is a
> >>> > > >> > > > > > >> > > > > > > > > > > > problem
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > finding
netcdf.hh:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
nc_var_info.h:24:21:
> >>> > erreur:
> >>> > > >> > > > netcdf.hh :
> >>> > > >> > > > > > >> Aucun
> >>> > > >> > > > > > >> > > > > fichier
> >>> > > >> > > > > > >> > > > > > ou
> >>> > > >> > > > > > >> > > > > > > > > > dossier
> >>> > > >> > > > > > >> > > > > > > > > > > > de
> >>> > > >> > > > > > >> > > > > > > > > > > > > ce
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > type
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > We've
typically been
> >>> > > compiling
> >>> > > >> MET
> >>> > > >> > > > using
> >>> > > >> > > > > > >> NetCDF
> >>> > > >> > > > > > >> > > > > version
> >>> > > >> > > > > > >> > > > > > > 3 -
> >>> > > >> > > > > > >> > > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > > > > specific
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > version is
> >>> netcdf-3.6.3.  I
> >>> > > >> know
> >>> > > >> > > that
> >>> > > >> > > > > some
> >>> > > >> > > > > > >> of
> >>> > > >> > > > > > >> > the
> >>> > > >> > > > > > >> > > > > > > versions
> >>> > > >> > > > > > >> > > > > > > > of
> >>> > > >> > > > > > >> > > > > > > > > > > > netcdf
> >>> > > >> > > > > > >> > > > > > > > > > > > > no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > longer include
> >>> netcdf.hh,
> >>> > but
> >>> > > >> that
> >>> > > >> > > > file
> >>> > > >> > > > > is
> >>> > > >> > > > > > >> > > > necessary
> >>> > > >> > > > > > >> > > > > > for
> >>> > > >> > > > > > >> > > > > > > > our
> >>> > > >> > > > > > >> > > > > > > > > > > code.
> >>> > > >> > > > > > >> > > > > > > > > > > > > I'd
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > suggest
downloading
> and
> >>> > > >> compiling
> >>> > > >> > > > NetCDF
> >>> > > >> > > > > > >> 3.6.3
> >>> > > >> > > > > > >> > > > > locally
> >>> > > >> > > > > > >> > > > > > > > using
> >>> > > >> > > > > > >> > > > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > following
steps:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Download
NetCDF 3.6.3
> >>> from
> >>> > > >> here:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > >
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >>
> >>> > > >> > > >
> >>> > > >>
> >>> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Then run:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > tar -zxf
> >>> > netcdf-3.6.3.tar.gz
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > ./configure
> >>> --prefix=`pwd`
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > make
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > make install
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > These commands
should
> >>> > compile
> >>> > > >> the
> >>> > > >> > C
> >>> > > >> > > > and
> >>> > > >> > > > > > C++
> >>> > > >> > > > > > >> > > > > interfaces
> >>> > > >> > > > > > >> > > > > > > for
> >>> > > >> > > > > > >> > > > > > > > > > NetCDF
> >>> > > >> > > > > > >> > > > > > > > > > > > and
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > skip the
Fortran
> >>> interface
> >>> > > that
> >>> > > >> > MET
> >>> > > >> > > > > > doesn't
> >>> > > >> > > > > > >> > use.
> >>> > > >> > > > > > >> > > > It
> >>> > > >> > > > > > >> > > > > > will
> >>> > > >> > > > > > >> > > > > > > > > > install
> >>> > > >> > > > > > >> > > > > > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > library in
current
> >>> > > >> "netcdf-3.6.3"
> >>> > > >> > > > > > directory
> >>> > > >> > > > > > >> due
> >>> > > >> > > > > > >> > > to
> >>> > > >> > > > > > >> > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > > --prefix=`pwd`
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > option.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Next, you'll
need to
> >>> edit
> >>> > > where
> >>> > > >> > you
> >>> > > >> > > > set
> >>> > > >> > > > > > >> > > MET_NETCDF
> >>> > > >> > > > > > >> > > > to
> >>> > > >> > > > > > >> > > > > > > point
> >>> > > >> > > > > > >> > > > > > > > > to
> >>> > > >> > > > > > >> > > > > > > > > > > this
> >>> > > >> > > > > > >> > > > > > > > > > > > > new
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > location,
source your
> >>> > .bashrc
> >>> > > >> or
> >>> > > >> > > > > similiar
> >>> > > >> > > > > > >> file,
> >>> > > >> > > > > > >> > > and
> >>> > > >> > > > > > >> > > > > > > rebuild
> >>> > > >> > > > > > >> > > > > > > > > > MET.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Please let us
know if
> >>> that
> >>> > > >> works
> >>> > > >> > > well
> >>> > > >> > > > > for
> >>> > > >> > > > > > >> you.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Julie
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > On Fri, Jun
26, 2015
> at
> >>> > 4:24
> >>> > > >> AM,
> >>> > > >> > > Melki
> >>> > > >> > > > > > >> Khaoula
> >>> > > >> > > > > > >> > > via
> >>> > > >> > > > > > >> > > > > RT <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > > wrote:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> <URL:
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Hello John,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the error was
there
> >>> is no
> >>> > > >> > compilor
> >>> > > >> > > of
> >>> > > >> > > > > > C++.
> >>> > > >> > > > > > >> so
> >>> > > >> > > > > > >> > i
> >>> > > >> > > > > > >> > > > > > > downloaded
> >>> > > >> > > > > > >> > > > > > > > > g++
> >>> > > >> > > > > > >> > > > > > > > > > > > > using :
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > yum
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> install gcc-
c++.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> I didn't
understand
> >>> the
> >>> > bin
> >>> > > >> > > > > > subdirectory. I
> >>> > > >> > > > > > >> > > looked
> >>> > > >> > > > > > >> > > > > to
> >>> > > >> > > > > > >> > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > met-5.0
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> directory, i
didin't
> >>> find
> >>> > a
> >>> > > >> > > > > subdirectory
> >>> > > >> > > > > > >> > called
> >>> > > >> > > > > > >> > > > bin.
> >>> > > >> > > > > > >> > > > > > But
> >>> > > >> > > > > > >> > > > > > > > > files
> >>> > > >> > > > > > >> > > > > > > > > > > > cited
> >>> > > >> > > > > > >> > > > > > > > > > > > > > in
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Built
executables
> are
> >>> > > located
> >>> > > >> in
> >>> > > >> > > the
> >>> > > >> > > > > > output
> >>> > > >> > > > > > >> > > > > > > subdirectory.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> The
compilation of
> >>> *make
> >>> > > >> install
> >>> > > >> > >&
> >>> > > >> > > > > > >> > > > make_install.log
> >>> > > >> > > > > > >> > > > > > &*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
> >>> make_install.log
> >>> > >  *
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> * send an
error.*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *there is two
> >>> executables,
> >>> > > >> *the
> >>> > > >> > > > first
> >>> > > >> > > > > is
> >>> > > >> > > > > > >> > called
> >>> > > >> > > > > > >> > > > > > > > > > configuration1.
> >>> > > >> > > > > > >> > > > > > > > > > > > It
> >>> > > >> > > > > > >> > > > > > > > > > > > > is
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> about run of
./
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *configure
> >>> --prefix=`pwd`
> >>> > > >> > > > > --enable-grib2
> >>> > > >> > > > > > >> > > > > > --enable-modis
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> --enable-mode_graphics*The
> >>> > > >> second
> >>> > > >> > > is
> >>> > > >> > > > > > called
> >>> > > >> > > > > > >> > make
> >>> > > >> > > > > > >> > > > > > > > > install.log,
> >>> > > >> > > > > > >> > > > > > > > > > > > > obtained
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> after running
:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *make install
>&
> >>> > > >> make_install.log
> >>> > > >> > > &*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
> >>> make_install.log*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> 2015-06-26
5:32
> >>> GMT-04:00
> >>> > > >> Melki
> >>> > > >> > > > > Khaoula <
> >>> > > >> > > > > > >> > > > > > > > > > khaoula.enit at gmail.com
> >>> > > >> > > > > > >> > > > > > > > > > > >:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Hello John,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Thank you
for your
> >>> help.
> >>> > > it
> >>> > > >> > > really
> >>> > > >> > > > > > works.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > I am in the
> >>> > configuration
> >>> > > >> step.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > when
executing the
> >>> > command
> >>> > > >> of :
> >>> > > >> > > > > > >> ./configure
> >>> > > >> > > > > > >> > > > > > > > --prefix=`pwd`
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> --enable-
grib2
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > --enable-
modis
> >>> > > >> > > > > --enable-mode_graphics.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > i found
that when
> >>> > cheking
> >>> > > >> for
> >>> > > >> > > some
> >>> > > >> > > > > > >> > compilers,
> >>> > > >> > > > > > >> > > > the
> >>> > > >> > > > > > >> > > > > > > system
> >>> > > >> > > > > > >> > > > > > > > > > > return
> >>> > > >> > > > > > >> > > > > > > > > > > > > no.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > for
example:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> >>> bison... no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> >>> byacc... no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> g++...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> c++...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> gpp...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> aCC...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for CC...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> cxx...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> >>> cc++... no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> >>> cl.exe...
> >>> > no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> FCC...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> KCC...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> RCC...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> >>> xlC_r... no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> xlC...
> >>> no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
whether
> >>> the C++
> >>> > > >> > compiler
> >>> > > >> > > > > > >> works...
> >>> > > >> > > > > > >> > no
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > IS there
any
> errors?
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > you will
find the
> >>> > > executive
> >>> > > >> > file
> >>> > > >> > > > > called
> >>> > > >> > > > > > >> > > > > > configuration.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Khaoula
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > 2015-06-25
11:43
> >>> > GMT-04:00
> >>> > > >> John
> >>> > > >> > > > > Halley
> >>> > > >> > > > > > >> > Gotway
> >>> > > >> > > > > > >> > > > via
> >>> > > >> > > > > > >> > > > > > RT <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Looks like
you
> have
> >>> > > syntax
> >>> > > >> > wrong
> >>> > > >> > > > on
> >>> > > >> > > > > > >> those
> >>> > > >> > > > > > >> > > > > commands.
> >>> > > >> > > > > > >> > > > > > > > > Please
> >>> > > >> > > > > > >> > > > > > > > > > > try
> >>> > > >> > > > > > >> > > > > > > > > > > > > > this:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> >>> > > >> > > > > > >> > > > > > > >
> >>> > > >> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> >>> > > >> > > > > > >> > > > > >
> >>> MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Actually
since
> your
> >>> > > NetCDF
> >>> > > >> > build
> >>> > > >> > > > is
> >>> > > >> > > > > > >> > installed
> >>> > > >> > > > > > >> > > > in
> >>> > > >> > > > > > >> > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > standard
> >>> > > >> > > > > > >> > > > > > > > > > > > > way,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> this is
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> all you
really
> >>> need to
> >>> > > set:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> >>> > > >> > > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> And MET
assumes
> >>> that
> >>> > the
> >>> > > >> > headers
> >>> > > >> > > > are
> >>> > > >> > > > > > in
> >>> > > >> > > > > > >> the
> >>> > > >> > > > > > >> > > > > > "include"
> >>> > > >> > > > > > >> > > > > > > > > > > > > subdirectory
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > and
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> library
archive
> >>> files
> >>> > are
> >>> > > >> in
> >>> > > >> > the
> >>> > > >> > > > > "lib"
> >>> > > >> > > > > > >> > > > > > subdirectory.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> John
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> On Thu,
Jun 25,
> >>> 2015 at
> >>> > > >> 6:58
> >>> > > >> > AM,
> >>> > > >> > > > > Melki
> >>> > > >> > > > > > >> > > Khaoula
> >>> > > >> > > > > > >> > > > > via
> >>> > > >> > > > > > >> > > > > > > RT <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> wrote:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> >
> >>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Hi John,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thank
you for
> >>> your
> >>> > > help.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm
grateful
> for
> >>> you
> >>> > > and
> >>> > > >> > > Julie.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm now
setting
> >>> > > >> environment
> >>> > > >> > > > > > variables.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I want
to
> confirm
> >>> > this
> >>> > > >> > command
> >>> > > >> > > > if
> >>> > > >> > > > > it
> >>> > > >> > > > > > >> is
> >>> > > >> > > > > > >> > > right
> >>> > > >> > > > > > >> > > > > or
> >>> > > >> > > > > > >> > > > > > > no,
> >>> > > >> > > > > > >> > > > > > > > > for
> >>> > > >> > > > > > >> > > > > > > > > > > > > example,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > if
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> i
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> set:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > >
> >>> export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > in order
to Set
> >>> > > >> > *$MET_NETCDF*
> >>> > > >> > > to
> >>> > > >> > > > > > >> point to
> >>> > > >> > > > > > >> > > the
> >>> > > >> > > > > > >> > > > > > main
> >>> > > >> > > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I  use
also
> the
> >>> same
> >>> > > >> > process
> >>> > > >> > > to
> >>> > > >> > > > > set
> >>> > > >> > > > > > >> > others
> >>> > > >> > > > > > >> > > > > > > external
> >>> > > >> > > > > > >> > > > > > > > > > > > libraries.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I let
you know
> >>> that
> >>> > my
> >>> > > >> shell
> >>> > > >> > > is
> >>> > > >> > > > > > bash,
> >>> > > >> > > > > > >> so
> >>> > > >> > > > > > >> > i
> >>> > > >> > > > > > >> > > > > can't
> >>> > > >> > > > > > >> > > > > > > use
> >>> > > >> > > > > > >> > > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > > export
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> command.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Im
wondering if
> >>> i'm
> >>> > in
> >>> > > >> the
> >>> > > >> > > right
> >>> > > >> > > > > > way,
> >>> > > >> > > > > > >> > > because
> >>> > > >> > > > > > >> > > > > the
> >>> > > >> > > > > > >> > > > > > > > > command
> >>> > > >> > > > > > >> > > > > > > > > > > > with
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > export
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > doesn't
produce
> >>> any
> >>> > > >> error to
> >>> > > >> > > > > verify
> >>> > > >> > > > > > if
> >>> > > >> > > > > > >> > i'm
> >>> > > >> > > > > > >> > > > > right
> >>> > > >> > > > > > >> > > > > > or
> >>> > > >> > > > > > >> > > > > > > > > > wrong.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Khaoula
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > 2015-06-
24
> 11:42
> >>> > > >> GMT-04:00
> >>> > > >> > > John
> >>> > > >> > > > > > Halley
> >>> > > >> > > > > > >> > > Gotway
> >>> > > >> > > > > > >> > > > > via
> >>> > > >> > > > > > >> > > > > > > RT
> >>> > > >> > > > > > >> > > > > > > > <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hello
> Khaoula,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Julie
is out
> of
> >>> > town.
> >>> > > >> My
> >>> > > >> > > name
> >>> > > >> > > > > is
> >>> > > >> > > > > > >> John,
> >>> > > >> > > > > > >> > > and
> >>> > > >> > > > > > >> > > > > I'd
> >>> > > >> > > > > > >> > > > > > > be
> >>> > > >> > > > > > >> > > > > > > > > > happy
> >>> > > >> > > > > > >> > > > > > > > > > > to
> >>> > > >> > > > > > >> > > > > > > > > > > > > > help
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> answer
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > your
MET
> >>> questions.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > I see
that
> >>> you're
> >>> > > >> trying
> >>> > > >> > to
> >>> > > >> > > > get
> >>> > > >> > > > > up
> >>> > > >> > > > > > >> and
> >>> > > >> > > > > > >> > > > > running
> >>> > > >> > > > > > >> > > > > > > > using
> >>> > > >> > > > > > >> > > > > > > > > > MET
> >>> > > >> > > > > > >> > > > > > > > > > > to
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > verify
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> WRF
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
output.  MET
> >>> > doesn't
> >>> > > >> read
> >>> > > >> > > WRF
> >>> > > >> > > > > > output
> >>> > > >> > > > > > >> > > files
> >>> > > >> > > > > > >> > > > > > > > directly,
> >>> > > >> > > > > > >> > > > > > > > > > but
> >>> > > >> > > > > > >> > > > > > > > > > > > > > requires
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> that
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > they
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > first
be
> >>> > > post-processed
> >>> > > >> > > either
> >>> > > >> > > > > > with
> >>> > > >> > > > > > >> the
> >>> > > >> > > > > > >> > > > > WRF-ARW
> >>> > > >> > > > > > >> > > > > > > > > pinterp
> >>> > > >> > > > > > >> > > > > > > > > > > > > utility
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > or
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
Unified
> >>> > > Post-Processor
> >>> > > >> > > (UPP).
> >>> > > >> > > > > Of
> >>> > > >> > > > > > >> the
> >>> > > >> > > > > > >> > > two,
> >>> > > >> > > > > > >> > > > > I'd
> >>> > > >> > > > > > >> > > > > > > > > strongly
> >>> > > >> > > > > > >> > > > > > > > > > > > > > recommend
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> using
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > UPP
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > which
creates
> >>> > output
> >>> > > in
> >>> > > >> > GRIB
> >>> > > >> > > > > > format
> >>> > > >> > > > > > >> > that
> >>> > > >> > > > > > >> > > is
> >>> > > >> > > > > > >> > > > > > fully
> >>> > > >> > > > > > >> > > > > > > > > > > supported
> >>> > > >> > > > > > >> > > > > > > > > > > > > by
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > MET.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> The
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
pinterp
> utility
> >>> > > writes
> >>> > > >> it
> >>> > > >> > > > output
> >>> > > >> > > > > > in
> >>> > > >> > > > > > >> > > NetCDF
> >>> > > >> > > > > > >> > > > > but
> >>> > > >> > > > > > >> > > > > > we
> >>> > > >> > > > > > >> > > > > > > > > only
> >>> > > >> > > > > > >> > > > > > > > > > > > > support
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > data
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > defined
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > on the
> >>> > non-staggered
> >>> > > >> > > > dimensions.
> >>> > > >> > > > > > >> Since
> >>> > > >> > > > > > >> > > > > > velocity
> >>> > > >> > > > > > >> > > > > > > > > points
> >>> > > >> > > > > > >> > > > > > > > > > > are
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> staggered
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > WRF,
MET
> can't
> >>> be
> >>> > > used
> >>> > > >> to
> >>> > > >> > > > > > verifying
> >>> > > >> > > > > > >> > winds
> >>> > > >> > > > > > >> > > > in
> >>> > > >> > > > > > >> > > > > > > > pinterp
> >>> > > >> > > > > > >> > > > > > > > > > > > output.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
Another
> >>> advantage
> >>> > to
> >>> > > >> using
> >>> > > >> > > UPP
> >>> > > >> > > > > is
> >>> > > >> > > > > > >> that
> >>> > > >> > > > > > >> > > GRIB
> >>> > > >> > > > > > >> > > > > > data
> >>> > > >> > > > > > >> > > > > > > > can
> >>> > > >> > > > > > >> > > > > > > > > be
> >>> > > >> > > > > > >> > > > > > > > > > > > > easily
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> regridded
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > using
the
> >>> copygb
> >>> > > >> utility.
> >>> > > >> > > > > copygb
> >>> > > >> > > > > > is
> >>> > > >> > > > > > >> > > > included
> >>> > > >> > > > > > >> > > > > > in
> >>> > > >> > > > > > >> > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > UPP
> >>> > > >> > > > > > >> > > > > > > > > > > > > > package.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > You
can
> >>> download
> >>> > > >> pinterp
> >>> > > >> > > here:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > >
> >>> > > >> > > > > > >> > > > > > >
> >>> > > >> > > > > > >> > > > > >
> >>> > > >> > > > > > >> > > > >
> >>> > > >> > > > > > >> > > >
> >>> > > >> > > > > > >> > >
> >>> > > >> > > > > > >> >
> >>> > > >> > > > > > >>
> >>> > > >> > > > > >
> >>> > > >> > > > >
> >>> > > >> > > >
> >>> > > >> > >
> >>> > > >> >
> >>> > > >>
> >>> > >
> >>> >
> >>>
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > And
you can
> >>> > download
> >>> > > >> UPP
> >>> > > >> > > here:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > >
> >>> > > >> > > > > > >> > >
> >>> > > >> http://www.dtcenter.org/wrf-nmm/users/downloads/index.php
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hope
that
> >>> helps.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > John
Halley
> >>> Gotway
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > On
Wed, Jun
> 24,
> >>> > 2015
> >>> > > at
> >>> > > >> > 6:29
> >>> > > >> > > > AM,
> >>> > > >> > > > > > >> Melki
> >>> > > >> > > > > > >> > > > > Khaoula
> >>> > > >> > > > > > >> > > > > > > via
> >>> > > >> > > > > > >> > > > > > > > > RT <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > wrote:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
<URL:
> >>> > > >> > > > > > >> > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > >
> >>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi
Julie,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
compiled
> >>> all
> >>> > > >> > libraries.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
> downloaded
> >>> post
> >>> > > >> > > processor
> >>> > > >> > > > > but
> >>> > > >> > > > > > i
> >>> > > >> > > > > > >> > can't
> >>> > > >> > > > > > >> > > > > find
> >>> > > >> > > > > > >> > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > WRF-ARW
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > p-interp
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Tool
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > when
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i
use the
> >>> link
> >>> > > >> posted in
> >>> > > >> > > the
> >>> > > >> > > > > > >> > tutorial.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
also,what i
> >>> don't
> >>> > > >> > > understand
> >>> > > >> > > > > the
> >>> > > >> > > > > > >> > > utility
> >>> > > >> > > > > > >> > > > of
> >>> > > >> > > > > > >> > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > copygb
> >>> > > >> > > > > > >> > > > > > > > > > > > > > utility
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> and
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > from
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
where to
> get
> >>> it.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i
don't
> know
> >>> what
> >>> > > to
> >>> > > >> do
> >>> > > >> > > next
> >>> > > >> > > > > to
> >>> > > >> > > > > > >> > > > downloading
> >>> > > >> > > > > > >> > > > > > and
> >>> > > >> > > > > > >> > > > > > > > > > > compiling
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> required
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
libraries.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
Khaoula
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
2015-06-24
> >>> 7:10
> >>> > > >> > GMT-04:00
> >>> > > >> > > > > Melki
> >>> > > >> > > > > > >> > > Khaoula <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > >
khaoula.enit at gmail.com
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Hi
> Julie,*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *I
> >>> unpacked
> >>> > the
> >>> > > >> HDF
> >>> > > >> > > > > > librarry.*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*When
> >>> lookig
> >>> > the
> >>> > > >> > HDF-EOS
> >>> > > >> > > > > > >> library, i
> >>> > > >> > > > > > >> > > > found
> >>> > > >> > > > > > >> > > > > > in
> >>> > > >> > > > > > >> > > > > > > > the
> >>> > > >> > > > > > >> > > > > > > > > > > > website
> >>> > > >> > > > > > >> > > > > > > > > > > > > is
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > HDF-EOS2.16v1.00.tar.Z.*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > > *i
tried
> to
> >>> > > unpack
> >>> > > >> > it, i
> >>> > > >> > > > > > didn't
> >>> > > >> > > > > > >> > find
> >>> > > >> > > > > > >> > > > the
> >>> > > >> > > > > > >> > > > > > > right
> >>> > > >> > > > > > >> > > > > > > > > > > command
> >>> > > >> > > > > > >> > > > > > > > > > > > to
> >>> > > >> > > > > > >> > > > > > > > > > > > > > do
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> it.*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Is there
> >>> any
> >>> > > >> command
> >>> > > >> > to
> >>> > > >> > > > > unpak
> >>> > > >> > > > > > >> this
> >>> > > >> > > > > > >> > > > > > library.*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Thanks,*
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> *Khaoula  *
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> 2015-06-23
> >>> > 12:37
> >>> > > >> > > GMT-04:00
> >>> > > >> > > > > > Julie
> >>> > > >> > > > > > >> > > > > Prestopnik
> >>> > > >> > > > > > >> > > > > > > via
> >>> > > >> > > > > > >> > > > > > > > > RT
> >>> > > >> > > > > > >> > > > > > > > > > <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
Hi
> >>> Khaoula.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
The
> GRIB2
> >>> > > >> C-Library
> >>> > > >> > is
> >>> > > >> > > > used
> >>> > > >> > > > > > by
> >>> > > >> > > > > > >> the
> >>> > > >> > > > > > >> > > MET
> >>> > > >> > > > > > >> > > > > > > library
> >>> > > >> > > > > > >> > > > > > > > > > code
> >>> > > >> > > > > > >> > > > > > > > > > > to
> >>> > > >> > > > > > >> > > > > > > > > > > > > > read
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> GRIB2
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > data
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
files.
> The
> >>> > GRIB2
> >>> > > >> > > > C-Library
> >>> > > >> > > > > > >> > requires
> >>> > > >> > > > > > >> > > > the
> >>> > > >> > > > > > >> > > > > > > > > libraries
> >>> > > >> > > > > > >> > > > > > > > > > > > zlib,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > jasper
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> and
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > png
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > to
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
be
> >>> present on
> >>> > > your
> >>> > > >> > > > system.
> >>> > > >> > > > > > >> Support
> >>> > > >> > > > > > >> > > for
> >>> > > >> > > > > > >> > > > > > GRIB2
> >>> > > >> > > > > > >> > > > > > > > is
> >>> > > >> > > > > > >> > > > > > > > > > > > optional
> >>> > > >> > > > > > >> > > > > > > > > > > > > > and
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> can
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> be
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
enabled
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
with the
> >>> > > >> > > *--enable-grib2*
> >>> > > >> > > > > > >> option
> >>> > > >> > > > > > >> > for
> >>> > > >> > > > > > >> > > > > > > > configure.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> I
hope
> >>> that
> >>> > > helps.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
Julie
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
On Tue,
> >>> Jun
> >>> > 23,
> >>> > > >> 2015
> >>> > > >> > at
> >>> > > >> > > > > 6:56
> >>> > > >> > > > > > >> AM,
> >>> > > >> > > > > > >> > > Melki
> >>> > > >> > > > > > >> > > > > > > Khaoula
> >>> > > >> > > > > > >> > > > > > > > > via
> >>> > > >> > > > > > >> > > > > > > > > > > RT
> >>> > > >> > > > > > >> > > > > > > > > > > > <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> >>> > met_help at ucar.edu>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
wrote:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
<URL:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> >>> > > >> > > > > > >> > > > > >
> >>> > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
Thank
> >>> you
> >>> > > >> Julie,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
It
> >>> works.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
I
> >>> compile
> >>> > > >> Nectcdf ,
> >>> > > >> > > GNU
> >>> > > >> > > > > > and
> >>> > > >> > > > > > >> > zlib
> >>> > > >> > > > > > >> > > > > > > libraries.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
About
> >>> GRIB C
> >>> > > >> > > library, i
> >>> > > >> > > > > > >> > downloaded
> >>> > > >> > > > > > >> > > > the
> >>> > > >> > > > > > >> > > > > > > > library
> >>> > > >> > > > > > >> > > > > > > > > > and
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > unpacked
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> it.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
how it
> >>> can
> >>> > be
> >>> > > >> used
> >>> > > >> > by
> >>> > > >> > > > > MET?
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> Thanks,
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> khaoula
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >>> 2015-06-19
> >>> > > 17:58
> >>> > > >> > > > > GMT+02:00
> >>> > > >> > > > > > >> Julie
> >>> > > >> > > > > > >> > > > > > > Prestopnik
> >>> > > >> > > > > > >> > > > > > > > > via
> >>> > > >> > > > > > >> > > > > > > > > > > RT <
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> >>> met_help at ucar.edu
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> Hi
> >>> Melki.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> I'm
> >>> glad
> >>> > > that
> >>> > > >> you
> >>> > > >> > > > were
> >>> > > >> > > > > > >> able to
> >>> > > >> > > > > > >> > > get
> >>> > > >> > > > > > >> > > > > > > BUFRLIB
> >>> > > >> > > > > > >> > > > > > > > > > > > > installed.
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
>
> >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >> >
> You
> >>> said,
> >>> > > >> "whe
> ...
>
> [Message tronqué]

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Mon Sep 21 09:05:24 2015

Hi Khaoula.  I hope you had a nice holiday.

Were you able to build all of the MET applications that you wanted to
build?

ncview is supported by Unidata.  If you have questions about ncview
the
folks at support at unidata.ucar.edu should be able to provide
assistance.

Julie

On Mon, Sep 21, 2015 at 4:48 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Hi Julie,
> Hope you are doing well.
> Thank you for your question.
> I was on holidays.
> My problem is to execute the ncview command. In the install file, i
found
> that these version i have ncview-2.1.5 and ncview-2.1.2 works only
with
> netcdf-4 version. Or, i have netcdf-3.6.3 installed on the machine
and
> works well.
> I don't know what version works well with my netcdf library.
> With regards,
>  Khaoula
>
> 2015-09-18 16:29 GMT-04:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > Hi Khaoula.
> >
> > I just wanted to check in and see how things were going with the
MET
> > build.  Did you get all of the applications built that you wanted?
> Please
> > let us know if you have any questions.
> >
> > Thanks,
> > Julie
> >
> > On Tue, Sep 8, 2015 at 10:58 AM, Julie Prestopnik
<jpresto at ucar.edu>
> > wrote:
> >
> > > Hi Khaoula.
> > >
> > > I just wanted to check in and see how things were going with the
MET
> > > build.  Did you get all of the applications built that you
wanted?
> > Please
> > > let us know if you have any questions.
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Fri, Aug 21, 2015 at 10:35 AM, Julie Prestopnik
<jpresto at ucar.edu>
> > > wrote:
> > >
> > >> Hi Khaoula.
> > >>
> > >> Were you successful in getting bin/gen_poly_mask to run after
setting
> > >> your LD_LIBRARY_PATH environment variable?
> > >>
> > >> It sounds like you are now having difficulty installing ncview.
ncview
> > is
> > >> supported by Unidata.  If you have questions about installing
ncview
> the
> > >> folks at support at unidata.ucar.edu should be able to provide
> assistance.
> > >>
> > >> Thanks,
> > >> Julie
> > >>
> > >> On Thu, Aug 20, 2015 at 5:37 AM, Melki Khaoula via RT <
> > met_help at ucar.edu>
> > >> wrote:
> > >>
> > >>>
> > >>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
>
> > >>>
> > >>> Hi Julie,
> > >>> Thank you.
> > >>> ncdump exits in netcdf-3.6.3.
> > >>> In order to install incview. i tried to run theses command:
> > >>> tar -xvfz ncview-2.1.5.tar.gz
> > >>> cd ncview-2.1.5
> > >>> export CC=/usr/bin/gcc
> > >>> export CXX=/usr/bin/g++
> > >>> export FC=/usr/bin/gfortran
> > >>> export F90=/usr/bin/gfortran
> > >>> ./configure --with-nc-config=/root/Bureau/netcdf-3.6.3/nc-
config
> > >>> i didn't find a exucutable called nc-config.
> > >>> what is this file?
> > >>>
> > >>> Thanks,
> > >>> Khaoula
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>> 2015-08-19 10:58 GMT-04:00 Julie Prestopnik via RT <
> met_help at ucar.edu
> > >:
> > >>>
> > >>> > Hi Khaoula.  This is Julie.
> > >>> >
> > >>> > When you compiled MET version 5.0, you did so using dynamic
linking
> > as
> > >>> > opposed to static linking.  Dynamic linking means that
rather than
> > >>> checking
> > >>> > for required libraries at compile time, the tools should
check for
> > >>> them at
> > >>> > run time.  When you run the gen_poly_mask tool, it is
looking for
> the
> > >>> GSL
> > >>> > shared object library file named libgsl.so.0, as well as a
bunch of
> > >>> other
> > >>> > shared object files.  It's erroring out telling you that it
can't
> > find
> > >>> the
> > >>> > GSL shared object library file.
> > >>> >
> > >>> > Hopefully, you can just set the LD_LIBRARY_PATH environment
> variable
> > to
> > >>> > tell the tool where to look.  The tools will, by default,
look in
> > >>> common
> > >>> > areas like /usr/lib, /usr/local/lib and perhaps some others.
Try
> > >>> doing the
> > >>> > following:
> > >>> >
> > >>> > echo $LD_LIBRARY_PATH
> > >>> > export LD_LIBRARY_PATH=/root/Bureau/gsl-
1.16/lib:$LD_LIBRARY_PATH
> > >>> > bin/gen_poly_mask
> > >>> >
> > >>> > If the error goes away and you get the usage statement for
> > >>> gen_poly_mask,
> > >>> > then this will fix the problem.  Just edit your shell
configuration
> > >>> file
> > >>> > (.profile), and include the location of the GSL library in
your
> > >>> > LD_LIBRARY_PATH setting.
> > >>> >
> > >>> > Please let us know how it goes.
> > >>> >
> > >>> > Thanks,
> > >>> > Julie
> > >>> >
> > >>> > On Wed, Aug 19, 2015 at 4:46 AM, Melki Khaoula via RT <
> > >>> met_help at ucar.edu>
> > >>> > wrote:
> > >>> >
> > >>> > >
> > >>> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >>> > >
> > >>> > > 2015-08-19 6:40 GMT-04:00 Melki Khaoula
<khaoula.enit at gmail.com
> >:
> > >>> > >
> > >>> > > > Hi John,
> > >>> > > > yes, it works.
> > >>> > > > when typing
> > >>> > > > * bin/gen_poly_mask. It returns: bin/gen_poly_mask:
error while
> > >>> loading
> > >>> > > > shared libraries: libgsl.so.0: cannot open shared object
file:
> No
> > >>> such
> > >>> > > file
> > >>> > > > or directory.*
> > >>> > > > I didn't understand the error.
> > >>> > > > the bin directory exists and all needed files are there.
> > >>> > > > Thanks,
> > >>> > > > Khaoula
> > >>> > > >
> > >>> > > >
> > >>> > > >
> > >>> > > >
> > >>> > > > 2015-08-17 14:03 GMT-04:00 John Halley Gotway via RT <
> > >>> > met_help at ucar.edu
> > >>> > > >:
> > >>> > > >
> > >>> > > >> Hello Khaoula,
> > >>> > > >>
> > >>> > > >> This is John again.  Sorry to keep handing you off!
> > >>> > > >>
> > >>> > > >> I would suggest getting MET up and running without
support for
> > >>> MODIS
> > >>> > and
> > >>> > > >> MODE-Graphics for the time being.  There's a whole lot
you can
> > do
> > >>> in
> > >>> > MET
> > >>> > > >> without those options.  Once you get it all working
well, you
> > >>> could
> > >>> > > >> consider recompiling with them turned on.  For now,
please
> try:
> > >>> > > >>
> > >>> > > >> ./configure --prefix=`pwd` --enable-grib2
> > >>> > > >> make clean
> > >>> > > >> make install >& make_install.log
> > >>> > > >> make test    >& make_test.log
> > >>> > > >> egrep -i error make*.log
> > >>> > > >>
> > >>> > > >> Does that all work without any errors?
> > >>> > > >>
> > >>> > > >> Thanks,
> > >>> > > >> John
> > >>> > > >>
> > >>> > > >>
> > >>> > > >> On Mon, Aug 17, 2015 at 6:19 AM, Melki Khaoula via RT <
> > >>> > > met_help at ucar.edu>
> > >>> > > >> wrote:
> > >>> > > >>
> > >>> > > >> >
> > >>> > > >> > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >
> > >>> > > >> >
> > >>> > > >> > Thank you Julie,
> > >>> > > >> > I have the same error when compiling these libraries.
> > >>> > > >> > when compiling HDF4.2r3, i used these commands:
> > >>> > > >> > *echo "Compiling HDF" *
> > >>> > > >> > *cd hdf *
> > >>> > > >> > *tar -xzf HDF4.2r3.tar.gz*
> > >>> > > >> > *cd HDF4.2r3*
> > >>> > > >> > *./configure --prefix=${INSTALL_DIR} --disable-netcdf
>&
> > >>> /dev/null*
> > >>> > > >> > *cat mfhdf/hdiff/Makefile | sed 's/LIBS = -ljpeg
-lz/LIBS =
> > >>> -ljpeg
> > >>> > -lz
> > >>> > > >> > -lm/g' > Makefile_NEW*
> > >>> > > >> > *mv Makefile_NEW mfhdf/hdiff/Makefile*
> > >>> > > >> > *make >& /dev/null*
> > >>> > > >> >
> > >>> > > >> > *make install >& /dev/null*
> > >>> > > >> > It works.
> > >>> > > >> > when compiling HDFEOS, i used :
> > >>> > > >> > *echo "Compiling HDF-EOS"*
> > >>> > > >> > *cd hdfeos*
> > >>> > > >> > *tar -xf HDF-EOS2.16v1.00.tar*
> > >>> > > >> > *cd hdfeos*
> > >>> > > >> > *./configure --prefix=${INSTALL_DIR}
> > --with-hdf4=${INSTALL_DIR}
> > >>> > > >> > CC=${INSTALL_DIR}/bin/h4cc >& /dev/null*
> > >>> > > >> > *make >& /dev/null*
> > >>> > > >> > *make install >& /dev/null*
> > >>> > > >> > *cp include/*.h ../../include/.*
> > >>> > > >> >
> > >>> > > >> > but when compiling* :**cp include/*.h ../../include/.
he
> > returns
> > >>> > > cp:*the
> > >>> > > >> > file  « ../../include/. » isn't  a repertory.
> > >>> > > >> >
> > >>> > > >> > *For compiling met-5.0, i used thses commands:*
> > >>> > > >> >
> > >>> > > >> > cd /root/Bureau/met-5.0
> > >>> > > >> >
> > >>> > > >> > export CC=/usr/bin/gcc
> > >>> > > >> >
> > >>> > > >> > export CXX=/usr/bin/g++
> > >>> > > >> >
> > >>> > > >> > export F77=/usr/bin/gfortran
> > >>> > > >> >
> > >>> > > >> > export MET_NETCDFINC=/root/Bureau/netcdf-
3.6.3/include
> > >>> > > >> >
> > >>> > > >> > export MET_NETCDFLIB=/root/Bureau/netcdf-3.6.3/lib
> > >>> > > >> >
> > >>> > > >> > export MET_BUFRLIB=/root/Bureau/BUFRLIB
> > >>> > > >> >
> > >>> > > >> > export MET_GSL=/root/Bureau/gsl-1.16
> > >>> > > >> >
> > >>> > > >> > export MET_GRIB2CINC=/root/Bureau/g2clib-1.4.0
> > >>> > > >> >
> > >>> > > >> > export MET_GRIB2CLIB=/root/Bureau/g2clib-1.4.0
> > >>> > > >> >
> > >>> > > >> > export MET_HDF=/root/Bureau/HDF4.2r3
> > >>> > > >> >
> > >>> > > >> >
> > >>> > > >> > export MET_HDFEOS=/root/Bureau/hdfeos
> > >>> > > >> >
> > >>> > > >> > export MET_CAIRO=/root/Bureau/cairo-1.0.0
> > >>> > > >> >
> > >>> > > >> > export MET_FREETYPE=/root/Bureau/freetype-2.4.0
> > >>> > > >> >
> > >>> > > >> > export MET_FONT_DIR=/root/Bureau/fonts
> > >>> > > >> >
> > >>> > > >> > *./configure --prefix=`pwd` --enable-grib2 --enable-
modis
> > >>> > > >> > --enable-mode_graphics*
> > >>> > > >> >
> > >>> > > >> >  make clean
> > >>> > > >> >
> > >>> > > >> >  *make install >& make_install.log &*
> > >>> > > >> > *tail -f make_install.log*
> > >>> > > >> >
> > >>> > > >> > *Is there any error in theses commands.*
> > >>> > > >> >
> > >>> > > >> > *Thanks,*
> > >>> > > >> >
> > >>> > > >> > *Khaoula*
> > >>> > > >> >
> > >>> > > >> >
> > >>> > > >> >
> > >>> > > >> > 2015-08-14 12:11 GMT-04:00 Julie Prestopnik via RT <
> > >>> > met_help at ucar.edu
> > >>> > > >:
> > >>> > > >> >
> > >>> > > >> > > Hello Khaoula,
> > >>> > > >> > >
> > >>> > > >> > > Thanks for sending the latest output of make and
the
> listing
> > >>> of
> > >>> > your
> > >>> > > >> hdf
> > >>> > > >> > > and hdfeos directories - that's very helpful.
Here's the
> > >>> relevant
> > >>> > > >> error
> > >>> > > >> > > you're getting:
> > >>> > > >> > >
> > >>> > > >> > > cloudsat_swath_file.h:24:17: erreur: hdf.h : Aucun
fichier
> > ou
> > >>> > > dossier
> > >>> > > >> de
> > >>> > > >> > ce
> > >>> > > >> > > type
> > >>> > > >> > >
> > >>> > > >> > > Using google translate, I see that means: No files
or
> > folders
> > >>> of
> > >>> > > this
> > >>> > > >> > type
> > >>> > > >> > >
> > >>> > > >> > > Basically, MET isn't able to find the file named
"hdf.h",
> > >>> which is
> > >>> > > >> > included
> > >>> > > >> > > in the HDF4.2r3 library.  I was able to compare
your
> listing
> > >>> of
> > >>> > the
> > >>> > > >> files
> > >>> > > >> > > and directories in your /root/Bureau/HDF4.2r3
directory
> with
> > >>> mine
> > >>> > > >> found
> > >>> > > >> > > that I have some additional files/directories that
you do
> > not:
> > >>> > > >> > >
> > >>> > > >> > > config.status
> > >>> > > >> > > hh
> > >>> > > >> > > include
> > >>> > > >> > > lib
> > >>> > > >> > > libhdf4.settings
> > >>> > > >> > > Makefile
> > >>> > > >> > > share
> > >>> > > >> > >
> > >>> > > >> > > With the lack of "Makefile" in your directory, it
seems
> that
> > >>> the
> > >>> > > >> library
> > >>> > > >> > > wasn't configured and installed.  Please follow the
> > >>> "Compiling HDF
> > >>> > > and
> > >>> > > >> > > HDF-EOS" directions on this page:
> > >>> > > >> > >
> > >>> > > >> > >
> > >>> > > >> > >
> > >>> > > >> >
> > >>> > > >>
> > >>> > >
> > >>> >
> > >>>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >>> > > >> > >
> > >>> > > >> > > Once you have compiled HDF, please recompile HDF-
EOS and
> > then
> > >>> set
> > >>> > > the
> > >>> > > >> > > following:
> > >>> > > >> > >
> > >>> > > >> > > Once you've compiled "g2clib", try setting the
following:
> > >>> > > >> > > If you're using csh:
> > >>> > > >> > >    setenv MET_HDF /root/Bureau/HDF4.2r3 (or a
different
> > >>> location
> > >>> > if
> > >>> > > >> you
> > >>> > > >> > > install it in a different place)
> > >>> > > >> > >    setenv MET_HDFEOS /root/Bureau/HDF4.2r3 (or a
different
> > >>> > location
> > >>> > > if
> > >>> > > >> > you
> > >>> > > >> > > install it in a different place)
> > >>> > > >> > >
> > >>> > > >> > > If you're using bash:
> > >>> > > >> > >    export MET_HDF =/root/Bureau/hdfeos (or a
different
> > >>> location if
> > >>> > > you
> > >>> > > >> > > install it in a different place)
> > >>> > > >> > >    export MET_HDFEOS=/root/Bureau/hdfeos (or a
different
> > >>> location
> > >>> > if
> > >>> > > >> you
> > >>> > > >> > > install it in a different place)
> > >>> > > >> > >
> > >>> > > >> > > And from the top-level met-5.0 directory, rerun the
> > >>> "configure"
> > >>> > > >> command
> > >>> > > >> > you
> > >>> > > >> > > used for MET, and then run:
> > >>> > > >> > >    make clean
> > >>> > > >> > >    make install >& make_install.log
> > >>> > > >> > >
> > >>> > > >> > > Please let me know how it goes.
> > >>> > > >> > >
> > >>> > > >> > > Thanks,
> > >>> > > >> > > Julie
> > >>> > > >> > >
> > >>> > > >> > > On Fri, Aug 14, 2015 at 2:39 AM, Melki Khaoula via
RT <
> > >>> > > >> met_help at ucar.edu
> > >>> > > >> > >
> > >>> > > >> > > wrote:
> > >>> > > >> > >
> > >>> > > >> > > >
> > >>> > > >> > > > <URL:
> > >>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
> > >>> > > >> > > >
> > >>> > > >> > > > Hi Julie,
> > >>> > > >> > > > I'm sorry, i sent you another make-install file.
> > >>> > > >> > > > this is the last version.
> > >>> > > >> > > > Also you could see what contain hdf and hdfeos
files.
> > >>> > > >> > > > Thanks,
> > >>> > > >> > > > Khaoula
> > >>> > > >> > > >
> > >>> > > >> > > > 2015-08-12 12:19 GMT-04:00 Julie Prestopnik via
RT <
> > >>> > > >> met_help at ucar.edu
> > >>> > > >> > >:
> > >>> > > >> > > >
> > >>> > > >> > > > > Hi Khaoula.
> > >>> > > >> > > > >
> > >>> > > >> > > > > John is now out of the office, but I am back.
> > >>> > > >> > > > >
> > >>> > > >> > > > > I do not see the error in the attached
> make_install.log
> > >>> about
> > >>> > > >> hdf.h
> > >>> > > >> > > that
> > >>> > > >> > > > > you refer to.
> > >>> > > >> > > > >
> > >>> > > >> > > > > The error that I see is:
> > >>> > > >> > > > >
> > >>> > > >> > > > > /usr/bin/ld: cannot find -lbufr
> > >>> > > >> > > > >
> > >>> > > >> > > > > which means that the linker can't find the BUFR
> library
> > >>> files.
> > >>> > > >> > > > >
> > >>> > > >> > > > > It looks like you have* $MET_BUFRLIB *set to
> > >>> > > >> > > -L/root/Bureau/BUFLIB/lib,
> > >>> > > >> > > > so
> > >>> > > >> > > > > you're telling the linker to look in
> > >>> /root/Bureau/BUFLIB/lib
> > >>> > for
> > >>> > > >> the
> > >>> > > >> > > > > library files.  Could you please verify that
the files
> > >>> exist
> > >>> > in
> > >>> > > >> that
> > >>> > > >> > > > > directory?  Please send a listing of the files
in that
> > >>> > > directory.
> > >>> > > >> > > > >
> > >>> > > >> > > > > Thanks,
> > >>> > > >> > > > > Julie
> > >>> > > >> > > > >
> > >>> > > >> > > > >
> > >>> > > >> > > > >
> > >>> > > >> > > > > On Wed, Aug 12, 2015 at 5:28 AM, Melki Khaoula
via RT
> <
> > >>> > > >> > > met_help at ucar.edu
> > >>> > > >> > > > >
> > >>> > > >> > > > > wrote:
> > >>> > > >> > > > >
> > >>> > > >> > > > > >
> > >>> > > >> > > > > > <URL:
> > >>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >
> > >>> > > >> > > > > >
> > >>> > > >> > > > > > Hi John,
> > >>> > > >> > > > > > This is the last version of running MET
model.
> > >>> > > >> > > > > > the first error is about the hdf.h. when i
look for
> it
> > >>> in
> > >>> > the
> > >>> > > >> > > > HDF4.2r3 i
> > >>> > > >> > > > > > can't find it.
> > >>> > > >> > > > > > the problem is that the met model can't find
the
> > >>> hfeosdef .h
> > >>> > > or,
> > >>> > > >> > when
> > >>> > > >> > > > > > looking for it it exists
> > >>> > > >> > > > > > ls  -l /root/Bureau/hdfeos/include
> > >>> > > >> > > > > >
> > >>> > > >> > > > > > total 136
> > >>> > > >> > > > > > -r--r--r--. 1 752 users 84142 19 févr.  2008
> > cfortHdf.h
> > >>> > > >> > > > > > -r--r--r--. 1 752 users   779 22 sept.  2000
ease.h
> > >>> > > >> > > > > > -r--r--r--. 1 752 users  7004 30 août   2007
> > HdfEosDef.f
> > >>> > > >> > > > > > -r--r--r--. 1 752 users 11098 19 févr.  2008
> > HdfEosDef.h
> > >>> > > >> > > > > > -r--r--r--. 1 752 users  1272 19 févr.  2008
> > >>> HDFEOSVersion.h
> > >>> > > >> > > > > > -r--r--r--. 1 752 users  3922 19 mai    2009
> > >>> > HE2_config.h.in
> > >>> > > >> > > > > > -r-xr-xr-x. 1 752 users   247 19 févr.  2008
> > Makefile.am
> > >>> > > >> > > > > > -r--r--r--. 1 752 users 13297 19 mai    2009
> > Makefile.in
> > >>> > > >> > > > > > Thanks,
> > >>> > > >> > > > > > khaoula
> > >>> > > >> > > > > >
> > >>> > > >> > > > > >
> > >>> > > >> > > > > > 2015-08-07 5:32 GMT-04:00 Melki Khaoula <
> > >>> > > khaoula.enit at gmail.com
> > >>> > > >> >:
> > >>> > > >> > > > > >
> > >>> > > >> > > > > > > Hi John,
> > >>> > > >> > > > > > > It really strange.
> > >>> > > >> > > > > > > when i run netcdef, he come back to grib2.h
error
> or
> > >>> > > >> gsl_cdf.h.
> > >>> > > >> > > > > > > i checked all my files needed for executing
> > configure
> > >>> > > script.
> > >>> > > >> > > > > > > grib2.h , netcdf.hh ..... are all located
in their
> > >>> right
> > >>> > > >> > libraries.
> > >>> > > >> > > > > > > The problem is that met-5.0 can't find
them.
> > >>> > > >> > > > > > > you find attached the last make-install
result.
> > >>> > > >> > > > > > > Thanks,
> > >>> > > >> > > > > > > Khaoula
> > >>> > > >> > > > > > >
> > >>> > > >> > > > > > > 2015-08-05 11:46 GMT-04:00 John Halley
Gotway via
> > RT <
> > >>> > > >> > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >:
> > >>> > > >> > > > > > >
> > >>> > > >> > > > > > >> Khaoula,
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >> MET is written primarily in C++ and, as
such,
> > >>> requires
> > >>> > that
> > >>> > > >> the
> > >>> > > >> > > C++
> > >>> > > >> > > > > > >> interface for NetCDF be compiled.  It's
possible
> > >>> that the
> > >>> > > C++
> > >>> > > >> > > > > interface
> > >>> > > >> > > > > > >> was
> > >>> > > >> > > > > > >> not compiled in the version of NetCDF to
which
> > you're
> > >>> > > >> pointing.
> > >>> > > >> > > > > Please
> > >>> > > >> > > > > > >> see
> > >>> > > >> > > > > > >> if the following file exists:
> > >>> > > >> > > > > > >>   ls /root/Bureau/netcdf-
3.6.3/include/netcdf.hh
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >> If it does not, then you'll need to
recompile
> > NetCDF
> > >>> > > >> somewhere
> > >>> > > >> > > > > including
> > >>> > > >> > > > > > >> the C++ interface.  It's described on this
page:
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > >
> > >>> > > >> > > > >
> > >>> > > >> > > >
> > >>> > > >> > >
> > >>> > > >> >
> > >>> > > >>
> > >>> > >
> > >>> >
> > >>>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >>> > > >> > > > > > >> '
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >> If that file does exist, that's great.
Just do
> the
> > >>> > > following
> > >>> > > >> > (the
> > >>> > > >> > > > > > setting
> > >>> > > >> > > > > > >> you sent me used "netcdf-36.3" instead of
> > >>> > "netcdf-3.6.3"):
> > >>> > > >> > > > > > >>    export MET_NETCDF=/root/Bureau/netcdf-
3.6.3
> > >>> > > >> > > > > > >>    Rerun the configure command.
> > >>> > > >> > > > > > >>    make clean
> > >>> > > >> > > > > > >>    make install
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >> Hope that helps.
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >> Thanks,
> > >>> > > >> > > > > > >> John
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >> On Wed, Aug 5, 2015 at 4:44 AM, Melki
Khaoula via
> > RT
> > >>> <
> > >>> > > >> > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >
> > >>> > > >> > > > > > >> wrote:
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > > >> >
> > >>> > > >> > > > > > >> > <URL:
> > >>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > >
> > >>> > > >> > > > > > >> >
> > >>> > > >> > > > > > >> > Hi john,
> > >>> > > >> > > > > > >> > Thank you for your help.
> > >>> > > >> > > > > > >> > It works but there is another error. He
cannot
> > >>> find the
> > >>> > > >> > > netcdf.hh
> > >>> > > >> > > > > > file.
> > >>> > > >> > > > > > >> > I used export
> MET_NETCDF=/root/Bureau/netcdf-36.3
> > >>> > > >> > > > > > >> > but it still the same error.
> > >>> > > >> > > > > > >> > you find attached make_install file.
> > >>> > > >> > > > > > >> > Thanks,
> > >>> > > >> > > > > > >> > Khaoula
> > >>> > > >> > > > > > >> >
> > >>> > > >> > > > > > >> > 2015-08-04 11:59 GMT-04:00 John Halley
Gotway
> via
> > >>> RT <
> > >>> > > >> > > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >> >:
> > >>> > > >> > > > > > >> >
> > >>> > > >> > > > > > >> > > Hello Khaoula,
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > My name is John Halley Gotway.
Julie's out
> of
> > >>> town
> > >>> > > until
> > >>> > > >> > next
> > >>> > > >> > > > > week,
> > >>> > > >> > > > > > >> but
> > >>> > > >> > > > > > >> > > hopefully I can help you with this
issue.
> > >>> Thanks for
> > >>> > > >> > sending
> > >>> > > >> > > > the
> > >>> > > >> > > > > > >> output
> > >>> > > >> > > > > > >> > of
> > >>> > > >> > > > > > >> > > make - that's very helpful.  Here's
the
> > relevant
> > >>> > error
> > >>> > > >> > you're
> > >>> > > >> > > > > > getting:
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > data2d_grib2.h:27:21: erreur: grib2.h
: Aucun
> > >>> fichier
> > >>> > > ou
> > >>> > > >> > > dossier
> > >>> > > >> > > > > de
> > >>> > > >> > > > > > ce
> > >>> > > >> > > > > > >> > type
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > Using google translate, I see that
means: No
> > >>> files or
> > >>> > > >> > folders
> > >>> > > >> > > of
> > >>> > > >> > > > > > this
> > >>> > > >> > > > > > >> > type
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > Basically, MET isn't able to find the
file
> > named
> > >>> > > >> "grib2.h",
> > >>> > > >> > > > which
> > >>> > > >> > > > > is
> > >>> > > >> > > > > > >> > > included in the library named
"g2clib".
> Since
> > >>> you're
> > >>> > > >> > > compiling
> > >>> > > >> > > > > > >> support
> > >>> > > >> > > > > > >> > for
> > >>> > > >> > > > > > >> > > GRIB2, I assume you've already
compiled that
> > >>> library.
> > >>> > > If
> > >>> > > >> > > that's
> > >>> > > >> > > > > not
> > >>> > > >> > > > > > >> the
> > >>> > > >> > > > > > >> > > case, please see the information here:
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> >
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > >
> > >>> > > >> > > > >
> > >>> > > >> > > >
> > >>> > > >> > >
> > >>> > > >> >
> > >>> > > >>
> > >>> > >
> > >>> >
> > >>>
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > Once you've compiled "g2clib", try
setting
> the
> > >>> > > following:
> > >>> > > >> > > > > > >> > > If you're using csh:
> > >>> > > >> > > > > > >> > >    setenv MET_GRIB2INC /path/to/g2clib
> > >>> > > >> > > > > > >> > >    setenv MET_GRIB2LIB /path/to/g2clib
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > If you're using bash:
> > >>> > > >> > > > > > >> > >    export MET_GRIB2INC=/path/to/g2clib
> > >>> > > >> > > > > > >> > >    export MET_GRIB2LIB=/path/to/g2clib
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > And from the top-level met-5.0
directory,
> rerun
> > >>> the
> > >>> > > >> > > "configure"
> > >>> > > >> > > > > > >> command
> > >>> > > >> > > > > > >> > you
> > >>> > > >> > > > > > >> > > used for MET, and then run:
> > >>> > > >> > > > > > >> > >    make clean
> > >>> > > >> > > > > > >> > >    make install >& make_install.log
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > Please let me know how it goes.
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > Thanks,
> > >>> > > >> > > > > > >> > > John
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > On Tue, Aug 4, 2015 at 4:13 AM, Melki
Khaoula
> > >>> via RT
> > >>> > <
> > >>> > > >> > > > > > >> met_help at ucar.edu>
> > >>> > > >> > > > > > >> > > wrote:
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > > > <URL:
> > >>> > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > >
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > > > Hi Julie,
> > >>> > > >> > > > > > >> > > > Thank you for your help.
> > >>> > > >> > > > > > >> > > > i could install libpng library.
> > >>> > > >> > > > > > >> > > > But there is another problem.  When
> executing
> > >>> *make
> > >>> > > >> > install
> > >>> > > >> > > >&
> > >>> > > >> > > > > > >> > > > make_install.log &*
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > > > *tail -f make_install.log.*
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > > > *threr is an error in  file
> make_install.log
> > >>> that
> > >>> > > >> there is
> > >>> > > >> > > no
> > >>> > > >> > > > > file
> > >>> > > >> > > > > > >> > named
> > >>> > > >> > > > > > >> > > > grib2.h.*
> > >>> > > >> > > > > > >> > > > *there is the make _install.log.*
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > > > *Thanks *
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > > > *Khaoula *
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > > > 2015-07-27 12:15 GMT-04:00 Julie
Prestopnik
> > >>> via RT
> > >>> > <
> > >>> > > >> > > > > > >> met_help at ucar.edu
> > >>> > > >> > > > > > >> > >:
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > > > > Hi Khaoula.
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > While I saw that you have a
"include",
> > >>> "lib", and
> > >>> > > >> > "share"
> > >>> > > >> > > > > > >> > > subdirectories
> > >>> > > >> > > > > > >> > > > > under /usr/bin/zlib, I could not
see the
> > >>> contents
> > >>> > > of
> > >>> > > >> > those
> > >>> > > >> > > > > > >> > directories.
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > Could you please verify that you
have the
> > >>> files
> > >>> > > >> "zlib.h"
> > >>> > > >> > > and
> > >>> > > >> > > > > > >> > "zconf.h"
> > >>> > > >> > > > > > >> > > in
> > >>> > > >> > > > > > >> > > > > the "include" subdirectory?  Could
you
> also
> > >>> > please
> > >>> > > >> > verify
> > >>> > > >> > > > that
> > >>> > > >> > > > > > you
> > >>> > > >> > > > > > >> > have
> > >>> > > >> > > > > > >> > > > > "libz.a" and other "libz.so" files
in the
> > >>> "lib"
> > >>> > > >> > > > subdirectory?
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > Assuming those files are in place,
it
> looks
> > >>> like
> > >>> > > you
> > >>> > > >> > got a
> > >>> > > >> > > > > > >> successful
> > >>> > > >> > > > > > >> > > > > installation of zlib, but libpng
couldn't
> > >>> find
> > >>> > > zlib.
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > Try recompiling libpng as follows,
> > >>> > > >> > > > > > >> > > > >   *replacing
> > >>> > "/path/to/libpng/install/**directory"
> > >>> > > >> with
> > >>> > > >> > > the
> > >>> > > >> > > > > path
> > >>> > > >> > > > > > >> > where
> > >>> > > >> > > > > > >> > > > you
> > >>> > > >> > > > > > >> > > > > would like to install libpng*:
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > >   cd /root/Bureau/libpng-1.2.34
> > >>> > > >> > > > > > >> > > > >   make clean
> > >>> > > >> > > > > > >> > > > >   export LDFLAGS="-
L/usr/bin/zlib/lib/"
> > >>> > > >> > > > > > >> > > > >   export
> > CPPFLAGS="-I/usr/bin/zlib/include/"
> > >>> > > >> > > > > > >> > > > >   ./configure
> > >>> > > >> --prefix=/path/to/libpng/install/directory
> > >>> > > >> > > > > > >> > > > >   make
> > >>> > > >> > > > > > >> > > > >   make install
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > That should do the trick.  With
those
> > >>> environment
> > >>> > > >> > > variables,
> > >>> > > >> > > > > > >> you're
> > >>> > > >> > > > > > >> > > > telling
> > >>> > > >> > > > > > >> > > > > it where to find the zlib header
and
> object
> > >>> > files.
> > >>> > > >> Give
> > >>> > > >> > > > that
> > >>> > > >> > > > > a
> > >>> > > >> > > > > > >> try
> > >>> > > >> > > > > > >> > and
> > >>> > > >> > > > > > >> > > > let
> > >>> > > >> > > > > > >> > > > > me know if you're able to compile
libpng
> > >>> > > >> successfully.
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > Julie
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > On Mon, Jul 27, 2015 at 5:38 AM,
Melki
> > >>> Khaoula
> > >>> > via
> > >>> > > >> RT <
> > >>> > > >> > > > > > >> > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > wrote:
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > >
> > >>> > > >> > > > > > >> > > > > > <URL:
> > >>> > > >> > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > >
> > >>> > > >> > > > > > >> > > > > > Hi Julie,
> > >>> > > >> > > > > > >> > > > > > No i didn't get a successful
install of
> > >>> libpng
> > >>> > > >> because
> > >>> > > >> > > the
> > >>> > > >> > > > > > first
> > >>> > > >> > > > > > >> > > > problem
> > >>> > > >> > > > > > >> > > > > > was installation of zlib.
> > >>> > > >> > > > > > >> > > > > > you find a script joint to this
email
> of
> > >>> > running
> > >>> > > >> ls -l
> > >>> > > >> > > > > > >> > usr/bin/zlib.
> > >>> > > >> > > > > > >> > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > Khaoula MELKI
> > >>> > > >> > > > > > >> > > > > >
> > >>> > > >> > > > > > >> > > > > >
> > >>> > > >> > > > > > >> > > > > > 2015-07-24 12:26 GMT-04:00 Julie
> > >>> Prestopnik via
> > >>> > > RT
> > >>> > > >> <
> > >>> > > >> > > > > > >> > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > >:
> > >>> > > >> > > > > > >> > > > > >
> > >>> > > >> > > > > > >> > > > > > > Hi Khaoula.
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > > > Instead of running "ls -l
zlib-1.2.8"
> > to
> > >>> show
> > >>> > > me
> > >>> > > >> the
> > >>> > > >> > > > > > contents
> > >>> > > >> > > > > > >> of
> > >>> > > >> > > > > > >> > > the
> > >>> > > >> > > > > > >> > > > > > > package, could you please run
"ls -l
> > >>> > > >> /usr/bin/zlib"
> > >>> > > >> > > so I
> > >>> > > >> > > > > can
> > >>> > > >> > > > > > >> see
> > >>> > > >> > > > > > >> > > how
> > >>> > > >> > > > > > >> > > > > the
> > >>> > > >> > > > > > >> > > > > > > package was installed?
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > > > Also, were you able to get a
> successful
> > >>> > install
> > >>> > > >> of
> > >>> > > >> > > > libpng
> > >>> > > >> > > > > > >> after
> > >>> > > >> > > > > > >> > > > setting
> > >>> > > >> > > > > > >> > > > > > the
> > >>> > > >> > > > > > >> > > > > > > environment variables LDFLAGS
and
> > >>> CPPFLAGS?
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > > Julie
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > > > On Thu, Jul 23, 2015 at 3:02
AM,
> Melki
> > >>> > Khaoula
> > >>> > > >> via
> > >>> > > >> > RT
> > >>> > > >> > > <
> > >>> > > >> > > > > > >> > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > > > wrote:
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > <URL:
> > >>> > > >> > > > > > >>
> > >>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > Hi Julie,
> > >>> > > >> > > > > > >> > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > there is a terminal
containing
> > results
> > >>> of
> > >>> > ls
> > >>> > > -l
> > >>> > > >> > > > > zlib-1.2.8
> > >>> > > >> > > > > > >> > > > > > > > also, zlib-1.2.8 directory
is
> > >>> > > >> > > :/root/Bureau/zlib-1.2.8
> > >>> > > >> > > > > > >> > > > > > > > i uses the command whereis
zlib:
> > >>> > > >> > > > > > >> > > > > > > >  it returns : usr/bin/zlib
> > >>> > > >> > > > > > >> > > > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > > > Khaoula
> > >>> > > >> > > > > > >> > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > 2015-07-22 10:47 GMT-04:00
Julie
> > >>> Prestopnik
> > >>> > > via
> > >>> > > >> > RT <
> > >>> > > >> > > > > > >> > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > >:
> > >>> > > >> > > > > > >> > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > Hi Khaoula.
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > I see in your configure
log the
> > >>> error:
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > configure: error: zlib not
> > installed
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > Were you able to get a
successful
> > >>> install
> > >>> > > of
> > >>> > > >> > zlib?
> > >>> > > >> > > > If
> > >>> > > >> > > > > > so,
> > >>> > > >> > > > > > >> > > could
> > >>> > > >> > > > > > >> > > > > you
> > >>> > > >> > > > > > >> > > > > > > > please
> > >>> > > >> > > > > > >> > > > > > > > > tell me where it is
installed and
> > >>> run "ls
> > >>> > > >> -l" in
> > >>> > > >> > > > that
> > >>> > > >> > > > > > >> > directory
> > >>> > > >> > > > > > >> > > > so
> > >>> > > >> > > > > > >> > > > > I
> > >>> > > >> > > > > > >> > > > > > > can
> > >>> > > >> > > > > > >> > > > > > > > > see its contents? And, if
you
> were
> > >>> able
> > >>> > to
> > >>> > > >> get a
> > >>> > > >> > > > > > >> successful
> > >>> > > >> > > > > > >> > > > install
> > >>> > > >> > > > > > >> > > > > > of
> > >>> > > >> > > > > > >> > > > > > > > > zlib, were you able to get
a
> > >>> successful
> > >>> > > >> install
> > >>> > > >> > of
> > >>> > > >> > > > > > libpng?
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > Once you get a successful
install
> > of
> > >>> > zlib,
> > >>> > > >> png,
> > >>> > > >> > > > > jasper,
> > >>> > > >> > > > > > >> and
> > >>> > > >> > > > > > >> > the
> > >>> > > >> > > > > > >> > > > > > GRIB2-C
> > >>> > > >> > > > > > >> > > > > > > > > Library, we can revisit
running
> the
> > >>> > > configure
> > >>> > > >> > > > script.
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > NCEP's GRIB2 C-Library is
an
> > optional
> > >>> > > package
> > >>> > > >> > for
> > >>> > > >> > > > MET.
> > >>> > > >> > > > > > If
> > >>> > > >> > > > > > >> > you
> > >>> > > >> > > > > > >> > > do
> > >>> > > >> > > > > > >> > > > > not
> > >>> > > >> > > > > > >> > > > > > > > need
> > >>> > > >> > > > > > >> > > > > > > > > GRIB2 support, you do not
need to
> > >>> install
> > >>> > > the
> > >>> > > >> > > > library.
> > >>> > > >> > > > > > I
> > >>> > > >> > > > > > >> > just
> > >>> > > >> > > > > > >> > > > > wanted
> > >>> > > >> > > > > > >> > > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > > make sure you knew that in
case
> you
> > >>> > didn't
> > >>> > > >> need
> > >>> > > >> > > > GRIB2
> > >>> > > >> > > > > > >> > support.
> > >>> > > >> > > > > > >> > > > If
> > >>> > > >> > > > > > >> > > > > > you
> > >>> > > >> > > > > > >> > > > > > > do
> > >>> > > >> > > > > > >> > > > > > > > > need it, we'll keep
working at it
> > >>> and try
> > >>> > > to
> > >>> > > >> get
> > >>> > > >> > > it
> > >>> > > >> > > > > > >> working
> > >>> > > >> > > > > > >> > for
> > >>> > > >> > > > > > >> > > > you
> > >>> > > >> > > > > > >> > > > > > > soon.
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > Julie
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > On Wed, Jul 22, 2015 at
5:10 AM,
> > >>> Melki
> > >>> > > >> Khaoula
> > >>> > > >> > via
> > >>> > > >> > > > RT
> > >>> > > >> > > > > <
> > >>> > > >> > > > > > >> > > > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > wrote:
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > <URL:
> > >>> > > >> > > > > > >> > >
> > >>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > Hi Julie,
> > >>> > > >> > > > > > >> > > > > > > > > > the same problem appear
again.
> > >>> > > >> > > > > > >> > > > > > > > > > you find a file joined
to this
> > >>> e-mail.
> > >>> > > >> > > > > > >> > > > > > > > > > thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > Khaoula
> > >>> > > >> > > > > > >> > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > 2015-07-16 14:36 GMT-
04:00
> Julie
> > >>> > > Prestopnik
> > >>> > > >> > via
> > >>> > > >> > > > RT <
> > >>> > > >> > > > > > >> > > > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > >:
> > >>> > > >> > > > > > >> > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > Hi Khaoula.
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > I see that you tried
to
> install
> > >>> zlib,
> > >>> > > but
> > >>> > > >> > > have a
> > >>> > > >> > > > > > >> question
> > >>> > > >> > > > > > >> > > > about
> > >>> > > >> > > > > > >> > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > install
> > >>> > > >> > > > > > >> > > > > > > > > > > path.
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > You can install zlib
where
> ever
> > >>> you
> > >>> > > would
> > >>> > > >> > > like,
> > >>> > > >> > > > > > >> either in
> > >>> > > >> > > > > > >> > > > > > > /zlib-1.2.8
> > >>> > > >> > > > > > >> > > > > > > > > > > or /usr/local/bin
> > >>> > > >> > > > > > >> > > > > > > > > > > (assuming you have
root
> access)
> > >>> or
> > >>> > > >> somewhere
> > >>> > > >> > > > else
> > >>> > > >> > > > > > >> > entirely.
> > >>> > > >> > > > > > >> > > > > So,
> > >>> > > >> > > > > > >> > > > > > it
> > >>> > > >> > > > > > >> > > > > > > > > > sounds
> > >>> > > >> > > > > > >> > > > > > > > > > > like you followed
these
> generic
> > >>> > > >> > instructions:
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > cd /path/to/zlib
> > >>> > > >> > > > > > >> > > > > > > > > > > ./configure
> > >>> > --prefix=/zlib/install/path
> > >>> > > >> > > > > > >> > > > > > > > > > > make test
> > >>> > > >> > > > > > >> > > > > > > > > > > make install
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > replacing
/path/to/zlib with
> > >>> > > >> > > > > /root/Bureau/zlib-1.2.8
> > >>> > > >> > > > > > >> and
> > >>> > > >> > > > > > >> > > > > > replacing
> > >>> > > >> > > > > > >> > > > > > > > > > > /zlib/install/path
> > >>> > > >> > > > > > >> > > > > > > > > > > with /zlib-1.2.8 as
follows:
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > cd /root/Bureau/zlib-
1.2.8
> > >>> > > >> > > > > > >> > > > > > > > > > > ./configure
> > --prefix=/zlib-1.2.8
> > >>> > > >> > > > > > >> > > > > > > > > > > make test
> > >>> > > >> > > > > > >> > > > > > > > > > > make install
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > It sounds like you got
a
> > >>> successful
> > >>> > > >> > > installation
> > >>> > > >> > > > > of
> > >>> > > >> > > > > > >> zlib,
> > >>> > > >> > > > > > >> > > but
> > >>> > > >> > > > > > >> > > > > > > libpng
> > >>> > > >> > > > > > >> > > > > > > > > > > couldn't find zlib.
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > Try recompiling libpng
as
> > >>> follows,
> > >>> > > >> > > > > > >> > > > > > > > > > >   replacing
> > >>> > "/path/to/libz.a/directory"
> > >>> > > >> with
> > >>> > > >> > > the
> > >>> > > >> > > > > > path
> > >>> > > >> > > > > > >> to
> > >>> > > >> > > > > > >> > > > libz.a
> > >>> > > >> > > > > > >> > > > > > > > (leave
> > >>> > > >> > > > > > >> > > > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > -L in place in the
example
> > below)
> > >>> > > >> > > > > > >> > > > > > > > > > >   replacing
> > >>> > "/path/to/zlib.h/directory"
> > >>> > > >> with
> > >>> > > >> > > the
> > >>> > > >> > > > > > path
> > >>> > > >> > > > > > >> to
> > >>> > > >> > > > > > >> > > > zlib.h
> > >>> > > >> > > > > > >> > > > > > > > (leave
> > >>> > > >> > > > > > >> > > > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > -I in place in the
example
> > below)
> > >>> > > >> > > > > > >> > > > > > > > > > >   and replacing
> > >>> > > >> > > > > "/path/to/libpng/install/directory"
> > >>> > > >> > > > > > >> with
> > >>> > > >> > > > > > >> > > the
> > >>> > > >> > > > > > >> > > > > path
> > >>> > > >> > > > > > >> > > > > > > > where
> > >>> > > >> > > > > > >> > > > > > > > > > you
> > >>> > > >> > > > > > >> > > > > > > > > > > would like to install
libpng:
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > >   cd
> /root/Bureau/libpng-1.2.34
> > >>> > > >> > > > > > >> > > > > > > > > > >   make clean
> > >>> > > >> > > > > > >> > > > > > > > > > >   export
> > >>> > > >> > LDFLAGS="-L/path/to/libz.a/directory"
> > >>> > > >> > > > > > >> > > > > > > > > > >   export
> > >>> > > >> > > CPPFLAGS="-I/path/to/zlib.h/directory"
> > >>> > > >> > > > > > >> > > > > > > > > > >   ./configure
> > >>> > > >> > > > > > >> --prefix=/path/to/libpng/install/directory
> > >>> > > >> > > > > > >> > > > > > > > > > >   make
> > >>> > > >> > > > > > >> > > > > > > > > > >   make install
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > That should do the
trick.
> With
> > >>> those
> > >>> > > >> > > > environment
> > >>> > > >> > > > > > >> > > variables,
> > >>> > > >> > > > > > >> > > > > > you're
> > >>> > > >> > > > > > >> > > > > > > > > > telling
> > >>> > > >> > > > > > >> > > > > > > > > > > it where to find the
zlib
> > header
> > >>> and
> > >>> > > >> object
> > >>> > > >> > > > files.
> > >>> > > >> > > > > > >> Give
> > >>> > > >> > > > > > >> > > > that a
> > >>> > > >> > > > > > >> > > > > > try
> > >>> > > >> > > > > > >> > > > > > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > let
> > >>> > > >> > > > > > >> > > > > > > > > > > me know if you're able
to
> > compile
> > >>> > > libpng
> > >>> > > >> > > > > > successfully.
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > Julie
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > On Thu, Jul 16, 2015
at 5:45
> > AM,
> > >>> > Melki
> > >>> > > >> > Khaoula
> > >>> > > >> > > > via
> > >>> > > >> > > > > > RT
> > >>> > > >> > > > > > >> <
> > >>> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > wrote:
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > <URL:
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > Hi Julie,
> > >>> > > >> > > > > > >> > > > > > > > > > > > Grib2 needs jasper,
png and
> > >>> zlib
> > >>> > > >> libraries
> > >>> > > >> > > to
> > >>> > > >> > > > > > >> install.
> > >>> > > >> > > > > > >> > > > > > > > > > > > in installing zlib
> library,i
> > i
> > >>> used
> > >>> > > >> these
> > >>> > > >> > > > > > commands:
> > >>> > > >> > > > > > >> > > > > > > > > > > > *cd /path/to/zlib*
> > >>> > > >> > > > > > >> > > > > > > > > > > > *./configure
> > >>> > > >> --prefix=/zlib/install/path*
> > >>> > > >> > > > > > >> > > > > > > > > > > > *make test*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *make install*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *for my sysytem,
> path/to/zlib
> > >>> is
> > >>> > > >> > > > > > >> > root/Bureau/zlib-1.2.8.*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *about
> > >>> prefix=zlib/install/path.
> > >>> > > >> > > > > zlib/install/path
> > >>> > > >> > > > > > >> is
> > >>> > > >> > > > > > >> > the
> > >>> > > >> > > > > > >> > > > > > > directory
> > >>> > > >> > > > > > >> > > > > > > > > > > where i
> > >>> > > >> > > > > > >> > > > > > > > > > > > put zlib
installation,
> > >>> > > >> prefix=/zlib-1.2.8
> > >>> > > >> > or
> > >>> > > >> > > > it
> > >>> > > >> > > > > is
> > >>> > > >> > > > > > >> > > > > > usr/local/bin
> > >>> > > >> > > > > > >> > > > > > > in
> > >>> > > >> > > > > > >> > > > > > > > > > order
> > >>> > > >> > > > > > >> > > > > > > > > > > > to be installed in
the
> > system.*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *i found a problem
when
> > >>> installing
> > >>> > > >> libpng
> > >>> > > >> > > > > > library. i
> > >>> > > >> > > > > > >> > used
> > >>> > > >> > > > > > >> > > > > thses
> > >>> > > >> > > > > > >> > > > > > > > > > > commands:*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *cd libpng-1.2.34*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *./configure
> > >>> > > >> > > > > --prefix=/root/Bureau/libpng-1.2.34*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *make *
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *make install*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *But when using
configure,
> an
> > >>> error
> > >>> > > >> occur
> > >>> > > >> > > > > > informing
> > >>> > > >> > > > > > >> me
> > >>> > > >> > > > > > >> > > that
> > >>> > > >> > > > > > >> > > > > > zlib
> > >>> > > >> > > > > > >> > > > > > > > > isn't
> > >>> > > >> > > > > > >> > > > > > > > > > > > installed.*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *So, i was wondering
about
> > >>> path to
> > >>> > > >> > install.
> > >>> > > >> > > It
> > >>> > > >> > > > > is
> > >>> > > >> > > > > > in
> > >>> > > >> > > > > > >> > the
> > >>> > > >> > > > > > >> > > > > > > directory
> > >>> > > >> > > > > > >> > > > > > > > of
> > >>> > > >> > > > > > >> > > > > > > > > > > > library or in the
system
> > >>> > > >> > > unix(usr/local/bin)*
> > >>> > > >> > > > > > >> > > > > > > > > > > > *Thanks,*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > *khaoula melki*
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > 2015-07-09 12:10
GMT-04:00
> > >>> Julie
> > >>> > > >> > Prestopnik
> > >>> > > >> > > > via
> > >>> > > >> > > > > > RT <
> > >>> > > >> > > > > > >> > > > > > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > >:
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > Hi Khaoula.
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > There will not be
a bin
> > >>> > > subdirectory
> > >>> > > >> > when
> > >>> > > >> > > > you
> > >>> > > >> > > > > > >> unpack
> > >>> > > >> > > > > > >> > > > > met-5.0,
> > >>> > > >> > > > > > >> > > > > > > but
> > >>> > > >> > > > > > >> > > > > > > > > > there
> > >>> > > >> > > > > > >> > > > > > > > > > > > > should be upon a
> successful
> > >>> > > >> installation
> > >>> > > >> > > of
> > >>> > > >> > > > > the
> > >>> > > >> > > > > > >> MET
> > >>> > > >> > > > > > >> > > > tools.
> > >>> > > >> > > > > > >> > > > > > > > Looking
> > >>> > > >> > > > > > >> > > > > > > > > > at
> > >>> > > >> > > > > > >> > > > > > > > > > > > your
> > >>> > > >> > > > > > >> > > > > > > > > > > > > make_install.log
file I
> see
> > >>> that
> > >>> > > >> there
> > >>> > > >> > is
> > >>> > > >> > > a
> > >>> > > >> > > > > > >> problem
> > >>> > > >> > > > > > >> > > > finding
> > >>> > > >> > > > > > >> > > > > > > > > grib2.h:
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
data2d_grib2.h:27:21:
> > erreur:
> > >>> > > >> grib2.h :
> > >>> > > >> > > > Aucun
> > >>> > > >> > > > > > >> fichier
> > >>> > > >> > > > > > >> > > ou
> > >>> > > >> > > > > > >> > > > > > > dossier
> > >>> > > >> > > > > > >> > > > > > > > de
> > >>> > > >> > > > > > >> > > > > > > > > > ce
> > >>> > > >> > > > > > >> > > > > > > > > > > > type
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > NCEP's GRIB2C
library is
> > >>> used by
> > >>> > > the
> > >>> > > >> MET
> > >>> > > >> > > > > library
> > >>> > > >> > > > > > >> code
> > >>> > > >> > > > > > >> > > to
> > >>> > > >> > > > > > >> > > > > read
> > >>> > > >> > > > > > >> > > > > > > > GRIB2
> > >>> > > >> > > > > > >> > > > > > > > > > > data
> > >>> > > >> > > > > > >> > > > > > > > > > > > > files.  If you do
not
> need
> > >>> GRIB2
> > >>> > > >> > > capability,
> > >>> > > >> > > > > you
> > >>> > > >> > > > > > >> can
> > >>> > > >> > > > > > >> > > > simply
> > >>> > > >> > > > > > >> > > > > > > skip
> > >>> > > >> > > > > > >> > > > > > > > > this
> > >>> > > >> > > > > > >> > > > > > > > > > > > part
> > >>> > > >> > > > > > >> > > > > > > > > > > > > of the
installation by
> > >>> removing
> > >>> > > >> > > > > "--enable-grib2"
> > >>> > > >> > > > > > >> from
> > >>> > > >> > > > > > >> > > > your
> > >>> > > >> > > > > > >> > > > > > list
> > >>> > > >> > > > > > >> > > > > > > > of
> > >>> > > >> > > > > > >> > > > > > > > > > > > options
> > >>> > > >> > > > > > >> > > > > > > > > > > > > to "./configure".
If you
> > do
> > >>> need
> > >>> > > >> GRIB2
> > >>> > > >> > > > > > capability
> > >>> > > >> > > > > > >> > and
> > >>> > > >> > > > > > >> > > > the
> > >>> > > >> > > > > > >> > > > > > > grib2c
> > >>> > > >> > > > > > >> > > > > > > > > > > library
> > >>> > > >> > > > > > >> > > > > > > > > > > > > is not already on
your
> > >>> system,
> > >>> > you
> > >>> > > >> will
> > >>> > > >> > > need
> > >>> > > >> > > > > to
> > >>> > > >> > > > > > >> > > download
> > >>> > > >> > > > > > >> > > > > and
> > >>> > > >> > > > > > >> > > > > > > > unpack
> > >>> > > >> > > > > > >> > > > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > > > grib2c tarball (
> > >>> > > >> > > > > > >> > > > > >
> > >>> http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/)
> > >>> > > >> > > > > > >> > > > > > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > > refer
> > >>> > > >> > > > > > >> > > > > > > > > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > > > > > > the README file.
Once
> > built,
> > >>> MET
> > >>> > > >> expects
> > >>> > > >> > > the
> > >>> > > >> > > > > > GRIB2
> > >>> > > >> > > > > > >> > > > > C-Library
> > >>> > > >> > > > > > >> > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > be
> > >>> > > >> > > > > > >> > > > > > > > > > > named
> > >>> > > >> > > > > > >> > > > > > > > > > > > > *libgrib2c.a*. The
GRIB2
> > >>> > C-Library
> > >>> > > >> > > *requires
> > >>> > > >> > > > > the
> > >>> > > >> > > > > > >> > > > libraries
> > >>> > > >> > > > > > >> > > > > > > zlib,
> > >>> > > >> > > > > > >> > > > > > > > > > jasper
> > >>> > > >> > > > > > >> > > > > > > > > > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > > > > png* to be present
on
> your
> > >>> system
> > >>> > > and
> > >>> > > >> > > those
> > >>> > > >> > > > > > >> packages
> > >>> > > >> > > > > > >> > > are
> > >>> > > >> > > > > > >> > > > > all
> > >>> > > >> > > > > > >> > > > > > > > > > available
> > >>> > > >> > > > > > >> > > > > > > > > > > in
> > >>> > > >> > > > > > >> > > > > > > > > > > > > the link above.
When
> > >>> configuring
> > >>> > > the
> > >>> > > >> MET
> > >>> > > >> > > > build
> > >>> > > >> > > > > > >> after
> > >>> > > >> > > > > > >> > > > > > > installation
> > >>> > > >> > > > > > >> > > > > > > > > of
> > >>> > > >> > > > > > >> > > > > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > > > necessary
libraries (or
> if
> > >>> > grib2c,
> > >>> > > >> zlib,
> > >>> > > >> > > > > jasper,
> > >>> > > >> > > > > > >> and
> > >>> > > >> > > > > > >> > > png
> > >>> > > >> > > > > > >> > > > > are
> > >>> > > >> > > > > > >> > > > > > > > > already
> > >>> > > >> > > > > > >> > > > > > > > > > on
> > >>> > > >> > > > > > >> > > > > > > > > > > > > your system), set
the
> > >>> > *MET_GRIB2C*
> > >>> > > >> (or
> > >>> > > >> > > > > > >> > *MET_GRIB2CINC*
> > >>> > > >> > > > > > >> > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > > > *MET_GRIB2CLIB*)
> > >>> > > >> > > > > > >> > > > > > > > > > > > > environment
variables to
> > >>> indicate
> > >>> > > the
> > >>> > > >> > > > location
> > >>> > > >> > > > > > of
> > >>> > > >> > > > > > >> > this
> > >>> > > >> > > > > > >> > > > > > library.
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > Please let us know
if you
> > >>> have
> > >>> > any
> > >>> > > >> > > > questions.
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > Julie
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > On Thu, Jul 9,
2015 at
> 3:28
> > >>> AM,
> > >>> > > Melki
> > >>> > > >> > > > Khaoula
> > >>> > > >> > > > > > via
> > >>> > > >> > > > > > >> RT
> > >>> > > >> > > > > > >> > <
> > >>> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > wrote:
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > <URL:
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > Hi Julie,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > thank you for
your
> > >>> response.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > it rebuilt
nectd.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > my problem now
is the
> bin
> > >>> > > >> > subdirectory.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > when unpacking
met-5.0,
> > >>> thre is
> > >>> > > no
> > >>> > > >> > > > > > subdirectory
> > >>> > > >> > > > > > >> > > called
> > >>> > > >> > > > > > >> > > > > bin.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > Also, after
setting
> > >>> environment
> > >>> > > >> > > > variables, i
> > >>> > > >> > > > > > >> used
> > >>> > > >> > > > > > >> > the
> > >>> > > >> > > > > > >> > > > > > > > > configuration
> > >>> > > >> > > > > > >> > > > > > > > > > > > > script
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > with:
./configure
> > >>> > --prefix=`pwd`
> > >>> > > >> > > > > > --enable-grib2
> > >>> > > >> > > > > > >> > > > > > > --enable-modis
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > --enable-
mode_graphics
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > there is no bin
> > >>> subdirectory
> > >>> > > >> built or
> > >>> > > >> > > > > > >> recreated.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > Khaoula
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > 2015-07-08 15:59
> > GMT-04:00
> > >>> > Julie
> > >>> > > >> > > > Prestopnik
> > >>> > > >> > > > > > via
> > >>> > > >> > > > > > >> RT
> > >>> > > >> > > > > > >> > <
> > >>> > > >> > > > > > >> > > > > > > > > > > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > > > >:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > Taking another
look
> at
> > >>> this,
> > >>> > I
> > >>> > > do
> > >>> > > >> > not
> > >>> > > >> > > > see
> > >>> > > >> > > > > a
> > >>> > > >> > > > > > >> "-I"
> > >>> > > >> > > > > > >> > > > entry
> > >>> > > >> > > > > > >> > > > > > for
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > "/root/Bureau/netcdf-4.3.3.1",
> > >>> > > >> > which I
> > >>> > > >> > > > > > believe
> > >>> > > >> > > > > > >> > you
> > >>> > > >> > > > > > >> > > > have
> > >>> > > >> > > > > > >> > > > > > > > > > MET_NETCDF
> > >>> > > >> > > > > > >> > > > > > > > > > > > set
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > to.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > g++
-DHAVE_CONFIG_H
> -I.
> > >>> > > >> -I../../..
> > >>> > > >> > > > > > >> > > > > > > > -I../../../src/basic/vx_cal
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > -I../../../src/basic/vx_config
> > >>> > > >> > > > > > >> > > > > > -I../../../src/basic/vx_log
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> -I../../../src/basic/vx_math
> > >>> > > >> > > > > > >> > > > > -I../../../src/basic/vx_util
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> -I../../../src/libcode/vx_afm
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > -I../../../src/libcode/vx_analysis_util
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > -I../../../src/libcode/vx_color
> > >>> > > >> > > > > > >> > > > > > > > >
-I../../../src/libcode/vx_data2d
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > -I../../../src/libcode/vx_data2d_factory
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > -I../../../src/libcode/vx_data2d_grib
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > -I../../../src/libcode/vx_data2d_grib2
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > -I../../../src/libcode/vx_data2d_nccf
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > -I../../../src/libcode/vx_data2d_nc_met
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > -I../../../src/libcode/vx_geodesy
> > >>> > > >> > > > > > >> > > > > > > > > >
> -I../../../src/libcode/vx_gnomon
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > -I../../../src/libcode/vx_grid
> > >>> > > >> > > > > > >> > > > > > > > >
> -I../../../src/libcode/vx_gsl_prob
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> -I../../../src/libcode/vx_nav
> > >>> > > >> > > > > > >> > > > > > > >
-I../../../src/libcode/vx_nc_util
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > -I../../../src/libcode/vx_pb_util
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> -I../../../src/libcode/vx_plot_util
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> -I../../../src/libcode/vx_ps
> > >>> > > >> > > > > > >> > > > > > -I../../../src/libcode/vx_pxm
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > -I../../../src/libcode/vx_render
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> -I../../../src/libcode/vx_shapedata
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> -I../../../src/libcode/vx_statistics
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> -I../../../src/libcode/vx_stat_out
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > -I../../../src/libcode/vx_tc_util
> > >>> > > >> > > > -DBLOCK4
> > >>> > > >> > > > > > >> > > > -DWITH_GRIB2
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> -DMET_BASE="\"/root/Bureau/met-
5.0/share/met\""
> > >>> > > >> > > > > > >> > -g
> > >>> > > >> > > > > > >> > > > -MT
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> libvx_nc_util_a-nc_var_info.o
> > >>> > > -MD
> > >>> > > >> > -MP
> > >>> > > >> > > > -MF
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > .deps/libvx_nc_util_a-nc_var_info.Tpo
> > >>> > > >> > > -c
> > >>> > > >> > > > > -o
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > libvx_nc_util_a-nc_var_info.o
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > `test -f
> > >>> 'nc_var_info.cc' ||
> > >>> > > echo
> > >>> > > >> > > > > > >> > > './'`nc_var_info.cc
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > Dans le
fichier
> inclus
> > à
> > >>> > partir
> > >>> > > >> de
> > >>> > > >> > > > > > >> > > nc_var_info.cc:24:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
nc_var_info.h:24:21:
> > >>> erreur:
> > >>> > > >> > > netcdf.hh :
> > >>> > > >> > > > > > Aucun
> > >>> > > >> > > > > > >> > > > fichier
> > >>> > > >> > > > > > >> > > > > ou
> > >>> > > >> > > > > > >> > > > > > > > > dossier
> > >>> > > >> > > > > > >> > > > > > > > > > > de
> > >>> > > >> > > > > > >> > > > > > > > > > > > ce
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > type
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > You could
check the
> > >>> include
> > >>> > > area
> > >>> > > >> for
> > >>> > > >> > > > > > >> > > > > > > > > /root/Bureau/netcdf-
4.3.3.1
> > >>> > > >> > > > > > >> > > > > > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > > > > > see
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > if
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > there is a
netcdf.hh
> > >>> file.
> > >>> > If
> > >>> > > >> there
> > >>> > > >> > > is,
> > >>> > > >> > > > > > >> you'll
> > >>> > > >> > > > > > >> > > need
> > >>> > > >> > > > > > >> > > > to
> > >>> > > >> > > > > > >> > > > > > > make
> > >>> > > >> > > > > > >> > > > > > > > > sure
> > >>> > > >> > > > > > >> > > > > > > > > > > > that
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > met
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > can find it by
making
> > >>> sure
> > >>> > the
> > >>> > > >> > > > MET_NETCDF
> > >>> > > >> > > > > is
> > >>> > > >> > > > > > >> set
> > >>> > > >> > > > > > >> > > > > > correctly,
> > >>> > > >> > > > > > >> > > > > > > > > then
> > >>> > > >> > > > > > >> > > > > > > > > > > > source
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > your .bashrc
or
> similar
> > >>> file,
> > >>> > > >> > > > reconfigure,
> > >>> > > >> > > > > > and
> > >>> > > >> > > > > > >> > > > rebuild
> > >>> > > >> > > > > > >> > > > > > MET,
> > >>> > > >> > > > > > >> > > > > > > > > > > > otherwise,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > if
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > it is not
there, I
> > would
> > >>> > > suggest
> > >>> > > >> > > > following
> > >>> > > >> > > > > > the
> > >>> > > >> > > > > > >> > > > > > instructions
> > >>> > > >> > > > > > >> > > > > > > > in
> > >>> > > >> > > > > > >> > > > > > > > > my
> > >>> > > >> > > > > > >> > > > > > > > > > > > most
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > recent
previous
> email.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > Please let us
know
> how
> > it
> > >>> > works
> > >>> > > >> out.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > Julie
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > On Wed, Jul 8,
2015
> at
> > >>> 1:52
> > >>> > PM,
> > >>> > > >> > Julie
> > >>> > > >> > > > > > >> Prestopnik
> > >>> > > >> > > > > > >> > <
> > >>> > > >> > > > > > >> > > > > > > > > > jpresto at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > wrote:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Hi Khaoula.
I
> > >>> apologize
> > >>> > for
> > >>> > > >> the
> > >>> > > >> > > > delayed
> > >>> > > >> > > > > > >> > > > response.  I
> > >>> > > >> > > > > > >> > > > > > was
> > >>> > > >> > > > > > >> > > > > > > > out
> > >>> > > >> > > > > > >> > > > > > > > > > of
> > >>> > > >> > > > > > >> > > > > > > > > > > > > town.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > I believe
that I
> see
> > in
> > >>> > your
> > >>> > > >> > > > > > >> make_install.log
> > >>> > > >> > > > > > >> > > that
> > >>> > > >> > > > > > >> > > > > > there
> > >>> > > >> > > > > > >> > > > > > > > is a
> > >>> > > >> > > > > > >> > > > > > > > > > > > problem
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > finding
netcdf.hh:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> nc_var_info.h:24:21:
> > >>> > erreur:
> > >>> > > >> > > > netcdf.hh :
> > >>> > > >> > > > > > >> Aucun
> > >>> > > >> > > > > > >> > > > > fichier
> > >>> > > >> > > > > > >> > > > > > ou
> > >>> > > >> > > > > > >> > > > > > > > > > dossier
> > >>> > > >> > > > > > >> > > > > > > > > > > > de
> > >>> > > >> > > > > > >> > > > > > > > > > > > > ce
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > type
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > We've
typically
> been
> > >>> > > compiling
> > >>> > > >> MET
> > >>> > > >> > > > using
> > >>> > > >> > > > > > >> NetCDF
> > >>> > > >> > > > > > >> > > > > version
> > >>> > > >> > > > > > >> > > > > > > 3 -
> > >>> > > >> > > > > > >> > > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > specific
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > version is
> > >>> netcdf-3.6.3.  I
> > >>> > > >> know
> > >>> > > >> > > that
> > >>> > > >> > > > > some
> > >>> > > >> > > > > > >> of
> > >>> > > >> > > > > > >> > the
> > >>> > > >> > > > > > >> > > > > > > versions
> > >>> > > >> > > > > > >> > > > > > > > of
> > >>> > > >> > > > > > >> > > > > > > > > > > > netcdf
> > >>> > > >> > > > > > >> > > > > > > > > > > > > no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > longer
include
> > >>> netcdf.hh,
> > >>> > but
> > >>> > > >> that
> > >>> > > >> > > > file
> > >>> > > >> > > > > is
> > >>> > > >> > > > > > >> > > > necessary
> > >>> > > >> > > > > > >> > > > > > for
> > >>> > > >> > > > > > >> > > > > > > > our
> > >>> > > >> > > > > > >> > > > > > > > > > > code.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > I'd
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > suggest
downloading
> > and
> > >>> > > >> compiling
> > >>> > > >> > > > NetCDF
> > >>> > > >> > > > > > >> 3.6.3
> > >>> > > >> > > > > > >> > > > > locally
> > >>> > > >> > > > > > >> > > > > > > > using
> > >>> > > >> > > > > > >> > > > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > following
steps:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Download
NetCDF
> 3.6.3
> > >>> from
> > >>> > > >> here:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > >
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >>
> > >>> > > >> > > >
> > >>> > > >>
> > >>> http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-
3.6.3.tar.gz
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Then run:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > tar -zxf
> > >>> > netcdf-3.6.3.tar.gz
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > ./configure
> > >>> --prefix=`pwd`
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > make
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > make install
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > These
commands
> should
> > >>> > compile
> > >>> > > >> the
> > >>> > > >> > C
> > >>> > > >> > > > and
> > >>> > > >> > > > > > C++
> > >>> > > >> > > > > > >> > > > > interfaces
> > >>> > > >> > > > > > >> > > > > > > for
> > >>> > > >> > > > > > >> > > > > > > > > > NetCDF
> > >>> > > >> > > > > > >> > > > > > > > > > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > skip the
Fortran
> > >>> interface
> > >>> > > that
> > >>> > > >> > MET
> > >>> > > >> > > > > > doesn't
> > >>> > > >> > > > > > >> > use.
> > >>> > > >> > > > > > >> > > > It
> > >>> > > >> > > > > > >> > > > > > will
> > >>> > > >> > > > > > >> > > > > > > > > > install
> > >>> > > >> > > > > > >> > > > > > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > library in
current
> > >>> > > >> "netcdf-3.6.3"
> > >>> > > >> > > > > > directory
> > >>> > > >> > > > > > >> due
> > >>> > > >> > > > > > >> > > to
> > >>> > > >> > > > > > >> > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > > --prefix=`pwd`
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > option.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Next, you'll
need
> to
> > >>> edit
> > >>> > > where
> > >>> > > >> > you
> > >>> > > >> > > > set
> > >>> > > >> > > > > > >> > > MET_NETCDF
> > >>> > > >> > > > > > >> > > > to
> > >>> > > >> > > > > > >> > > > > > > point
> > >>> > > >> > > > > > >> > > > > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > > > > this
> > >>> > > >> > > > > > >> > > > > > > > > > > > > new
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > location,
source
> your
> > >>> > .bashrc
> > >>> > > >> or
> > >>> > > >> > > > > similiar
> > >>> > > >> > > > > > >> file,
> > >>> > > >> > > > > > >> > > and
> > >>> > > >> > > > > > >> > > > > > > rebuild
> > >>> > > >> > > > > > >> > > > > > > > > > MET.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Please let
us know
> if
> > >>> that
> > >>> > > >> works
> > >>> > > >> > > well
> > >>> > > >> > > > > for
> > >>> > > >> > > > > > >> you.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > Julie
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > On Fri, Jun
26,
> 2015
> > at
> > >>> > 4:24
> > >>> > > >> AM,
> > >>> > > >> > > Melki
> > >>> > > >> > > > > > >> Khaoula
> > >>> > > >> > > > > > >> > > via
> > >>> > > >> > > > > > >> > > > > RT <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > > wrote:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> <URL:
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Hello John,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the error
was
> there
> > >>> is no
> > >>> > > >> > compilor
> > >>> > > >> > > of
> > >>> > > >> > > > > > C++.
> > >>> > > >> > > > > > >> so
> > >>> > > >> > > > > > >> > i
> > >>> > > >> > > > > > >> > > > > > > downloaded
> > >>> > > >> > > > > > >> > > > > > > > > g++
> > >>> > > >> > > > > > >> > > > > > > > > > > > > using :
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > yum
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> install
gcc-c++.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> I didn't
> understand
> > >>> the
> > >>> > bin
> > >>> > > >> > > > > > subdirectory. I
> > >>> > > >> > > > > > >> > > looked
> > >>> > > >> > > > > > >> > > > > to
> > >>> > > >> > > > > > >> > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > met-5.0
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> directory,
i
> didin't
> > >>> find
> > >>> > a
> > >>> > > >> > > > > subdirectory
> > >>> > > >> > > > > > >> > called
> > >>> > > >> > > > > > >> > > > bin.
> > >>> > > >> > > > > > >> > > > > > But
> > >>> > > >> > > > > > >> > > > > > > > > files
> > >>> > > >> > > > > > >> > > > > > > > > > > > cited
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > in
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> Built
executables
> > are
> > >>> > > located
> > >>> > > >> in
> > >>> > > >> > > the
> > >>> > > >> > > > > > output
> > >>> > > >> > > > > > >> > > > > > > subdirectory.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> The
compilation of
> > >>> *make
> > >>> > > >> install
> > >>> > > >> > >&
> > >>> > > >> > > > > > >> > > > make_install.log
> > >>> > > >> > > > > > >> > > > > > &*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
> > >>> make_install.log
> > >>> > >  *
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> * send an
error.*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *there is
two
> > >>> executables,
> > >>> > > >> *the
> > >>> > > >> > > > first
> > >>> > > >> > > > > is
> > >>> > > >> > > > > > >> > called
> > >>> > > >> > > > > > >> > > > > > > > > > configuration1.
> > >>> > > >> > > > > > >> > > > > > > > > > > > It
> > >>> > > >> > > > > > >> > > > > > > > > > > > > is
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> about run
of ./
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *configure
> > >>> --prefix=`pwd`
> > >>> > > >> > > > > --enable-grib2
> > >>> > > >> > > > > > >> > > > > > --enable-modis
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> --enable-mode_graphics*The
> > >>> > > >> second
> > >>> > > >> > > is
> > >>> > > >> > > > > > called
> > >>> > > >> > > > > > >> > make
> > >>> > > >> > > > > > >> > > > > > > > > install.log,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > obtained
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> after
running :
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *make
install >&
> > >>> > > >> make_install.log
> > >>> > > >> > > &*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *tail -f
> > >>> make_install.log*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Thanks,*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> *Khaoula*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> 2015-06-26
5:32
> > >>> GMT-04:00
> > >>> > > >> Melki
> > >>> > > >> > > > > Khaoula <
> > >>> > > >> > > > > > >> > > > > > > > > > khaoula.enit at gmail.com
> > >>> > > >> > > > > > >> > > > > > > > > > > >:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Hello
John,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Thank you
for
> your
> > >>> help.
> > >>> > > it
> > >>> > > >> > > really
> > >>> > > >> > > > > > works.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > I am in
the
> > >>> > configuration
> > >>> > > >> step.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > when
executing
> the
> > >>> > command
> > >>> > > >> of :
> > >>> > > >> > > > > > >> ./configure
> > >>> > > >> > > > > > >> > > > > > > > --prefix=`pwd`
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> --enable-
grib2
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > --enable-
modis
> > >>> > > >> > > > > --enable-mode_graphics.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > i found
that
> when
> > >>> > cheking
> > >>> > > >> for
> > >>> > > >> > > some
> > >>> > > >> > > > > > >> > compilers,
> > >>> > > >> > > > > > >> > > > the
> > >>> > > >> > > > > > >> > > > > > > system
> > >>> > > >> > > > > > >> > > > > > > > > > > return
> > >>> > > >> > > > > > >> > > > > > > > > > > > > no.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > for
example:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > >>> bison... no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > >>> byacc... no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > g++...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > c++...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > gpp...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > aCC...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> CC...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > cxx...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > >>> cc++... no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > >>> cl.exe...
> > >>> > no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > FCC...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > KCC...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > RCC...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > >>> xlC_r... no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
for
> > xlC...
> > >>> no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > checking
whether
> > >>> the C++
> > >>> > > >> > compiler
> > >>> > > >> > > > > > >> works...
> > >>> > > >> > > > > > >> > no
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > IS there
any
> > errors?
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > you will
find
> the
> > >>> > > executive
> > >>> > > >> > file
> > >>> > > >> > > > > called
> > >>> > > >> > > > > > >> > > > > > configuration.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > Khaoula
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> > 2015-06-
25 11:43
> > >>> > GMT-04:00
> > >>> > > >> John
> > >>> > > >> > > > > Halley
> > >>> > > >> > > > > > >> > Gotway
> > >>> > > >> > > > > > >> > > > via
> > >>> > > >> > > > > > >> > > > > > RT <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Khaoula,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Looks
like you
> > have
> > >>> > > syntax
> > >>> > > >> > wrong
> > >>> > > >> > > > on
> > >>> > > >> > > > > > >> those
> > >>> > > >> > > > > > >> > > > > commands.
> > >>> > > >> > > > > > >> > > > > > > > > Please
> > >>> > > >> > > > > > >> > > > > > > > > > > try
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > this:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > >>> > > >> > > > > > >> > > > > > > >
> > >>> > > >> MET_NETCDFINC=/root/Bureau/netcdf-4.3.3.1/include
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > >>> > > >> > > > > > >> > > > > >
> > >>> MET_NETCDFLIB=/root/Bureau/netcdf-4.3.3.1/lib
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Actually
since
> > your
> > >>> > > NetCDF
> > >>> > > >> > build
> > >>> > > >> > > > is
> > >>> > > >> > > > > > >> > installed
> > >>> > > >> > > > > > >> > > > in
> > >>> > > >> > > > > > >> > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > standard
> > >>> > > >> > > > > > >> > > > > > > > > > > > > way,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> this is
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> all you
really
> > >>> need to
> > >>> > > set:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> export
> > >>> > > >> > > > > > >> > MET_NETCDF=/root/Bureau/netcdf-4.3.3.1
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> And MET
assumes
> > >>> that
> > >>> > the
> > >>> > > >> > headers
> > >>> > > >> > > > are
> > >>> > > >> > > > > > in
> > >>> > > >> > > > > > >> the
> > >>> > > >> > > > > > >> > > > > > "include"
> > >>> > > >> > > > > > >> > > > > > > > > > > > > subdirectory
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> library
archive
> > >>> files
> > >>> > are
> > >>> > > >> in
> > >>> > > >> > the
> > >>> > > >> > > > > "lib"
> > >>> > > >> > > > > > >> > > > > > subdirectory.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> John
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> On Thu,
Jun 25,
> > >>> 2015 at
> > >>> > > >> 6:58
> > >>> > > >> > AM,
> > >>> > > >> > > > > Melki
> > >>> > > >> > > > > > >> > > Khaoula
> > >>> > > >> > > > > > >> > > > > via
> > >>> > > >> > > > > > >> > > > > > > RT <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu
> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> wrote:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > <URL:
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> >
> > >>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Hi
John,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Thank
you for
> > >>> your
> > >>> > > help.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm
grateful
> > for
> > >>> you
> > >>> > > and
> > >>> > > >> > > Julie.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I'm
now
> setting
> > >>> > > >> environment
> > >>> > > >> > > > > > variables.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I want
to
> > confirm
> > >>> > this
> > >>> > > >> > command
> > >>> > > >> > > > if
> > >>> > > >> > > > > it
> > >>> > > >> > > > > > >> is
> > >>> > > >> > > > > > >> > > right
> > >>> > > >> > > > > > >> > > > > or
> > >>> > > >> > > > > > >> > > > > > > no,
> > >>> > > >> > > > > > >> > > > > > > > > for
> > >>> > > >> > > > > > >> > > > > > > > > > > > > example,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > if
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> i
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> set:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > >
> > >>> export=/$MET_NETCDFINC/root/Bureau/netcdf-4.3.3.1/include
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > export=/$MET_NETCDFLIB/root/Bureau/netcdf-4.3.3.1/lib
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > in
order to
> Set
> > >>> > > >> > *$MET_NETCDF*
> > >>> > > >> > > to
> > >>> > > >> > > > > > >> point to
> > >>> > > >> > > > > > >> > > the
> > >>> > > >> > > > > > >> > > > > > main
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > NetCDFdirectory.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I  use
also
> > the
> > >>> same
> > >>> > > >> > process
> > >>> > > >> > > to
> > >>> > > >> > > > > set
> > >>> > > >> > > > > > >> > others
> > >>> > > >> > > > > > >> > > > > > > external
> > >>> > > >> > > > > > >> > > > > > > > > > > > libraries.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > I let
you
> know
> > >>> that
> > >>> > my
> > >>> > > >> shell
> > >>> > > >> > > is
> > >>> > > >> > > > > > bash,
> > >>> > > >> > > > > > >> so
> > >>> > > >> > > > > > >> > i
> > >>> > > >> > > > > > >> > > > > can't
> > >>> > > >> > > > > > >> > > > > > > use
> > >>> > > >> > > > > > >> > > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > > export
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> command.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > Im
wondering
> if
> > >>> i'm
> > >>> > in
> > >>> > > >> the
> > >>> > > >> > > right
> > >>> > > >> > > > > > way,
> > >>> > > >> > > > > > >> > > because
> > >>> > > >> > > > > > >> > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > command
> > >>> > > >> > > > > > >> > > > > > > > > > > > with
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > export
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
doesn't
> produce
> > >>> any
> > >>> > > >> error to
> > >>> > > >> > > > > verify
> > >>> > > >> > > > > > if
> > >>> > > >> > > > > > >> > i'm
> > >>> > > >> > > > > > >> > > > > right
> > >>> > > >> > > > > > >> > > > > > or
> > >>> > > >> > > > > > >> > > > > > > > > > wrong.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
Khaoula
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > 2015-
06-24
> > 11:42
> > >>> > > >> GMT-04:00
> > >>> > > >> > > John
> > >>> > > >> > > > > > Halley
> > >>> > > >> > > > > > >> > > Gotway
> > >>> > > >> > > > > > >> > > > > via
> > >>> > > >> > > > > > >> > > > > > > RT
> > >>> > > >> > > > > > >> > > > > > > > <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
Hello
> > Khaoula,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
Julie is
> out
> > of
> > >>> > town.
> > >>> > > >> My
> > >>> > > >> > > name
> > >>> > > >> > > > > is
> > >>> > > >> > > > > > >> John,
> > >>> > > >> > > > > > >> > > and
> > >>> > > >> > > > > > >> > > > > I'd
> > >>> > > >> > > > > > >> > > > > > > be
> > >>> > > >> > > > > > >> > > > > > > > > > happy
> > >>> > > >> > > > > > >> > > > > > > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > help
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> answer
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > your
MET
> > >>> questions.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > I
see that
> > >>> you're
> > >>> > > >> trying
> > >>> > > >> > to
> > >>> > > >> > > > get
> > >>> > > >> > > > > up
> > >>> > > >> > > > > > >> and
> > >>> > > >> > > > > > >> > > > > running
> > >>> > > >> > > > > > >> > > > > > > > using
> > >>> > > >> > > > > > >> > > > > > > > > > MET
> > >>> > > >> > > > > > >> > > > > > > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > verify
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> WRF
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
output.
> MET
> > >>> > doesn't
> > >>> > > >> read
> > >>> > > >> > > WRF
> > >>> > > >> > > > > > output
> > >>> > > >> > > > > > >> > > files
> > >>> > > >> > > > > > >> > > > > > > > directly,
> > >>> > > >> > > > > > >> > > > > > > > > > but
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > requires
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> that
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > they
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
first be
> > >>> > > post-processed
> > >>> > > >> > > either
> > >>> > > >> > > > > > with
> > >>> > > >> > > > > > >> the
> > >>> > > >> > > > > > >> > > > > WRF-ARW
> > >>> > > >> > > > > > >> > > > > > > > > pinterp
> > >>> > > >> > > > > > >> > > > > > > > > > > > > utility
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > or
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> the
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
Unified
> > >>> > > Post-Processor
> > >>> > > >> > > (UPP).
> > >>> > > >> > > > > Of
> > >>> > > >> > > > > > >> the
> > >>> > > >> > > > > > >> > > two,
> > >>> > > >> > > > > > >> > > > > I'd
> > >>> > > >> > > > > > >> > > > > > > > > strongly
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > recommend
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> using
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > UPP
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
which
> creates
> > >>> > output
> > >>> > > in
> > >>> > > >> > GRIB
> > >>> > > >> > > > > > format
> > >>> > > >> > > > > > >> > that
> > >>> > > >> > > > > > >> > > is
> > >>> > > >> > > > > > >> > > > > > fully
> > >>> > > >> > > > > > >> > > > > > > > > > > supported
> > >>> > > >> > > > > > >> > > > > > > > > > > > > by
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > MET.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> The
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
pinterp
> > utility
> > >>> > > writes
> > >>> > > >> it
> > >>> > > >> > > > output
> > >>> > > >> > > > > > in
> > >>> > > >> > > > > > >> > > NetCDF
> > >>> > > >> > > > > > >> > > > > but
> > >>> > > >> > > > > > >> > > > > > we
> > >>> > > >> > > > > > >> > > > > > > > > only
> > >>> > > >> > > > > > >> > > > > > > > > > > > > support
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > data
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
defined
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > on
the
> > >>> > non-staggered
> > >>> > > >> > > > dimensions.
> > >>> > > >> > > > > > >> Since
> > >>> > > >> > > > > > >> > > > > > velocity
> > >>> > > >> > > > > > >> > > > > > > > > points
> > >>> > > >> > > > > > >> > > > > > > > > > > are
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> staggered
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> in
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > WRF,
MET
> > can't
> > >>> be
> > >>> > > used
> > >>> > > >> to
> > >>> > > >> > > > > > verifying
> > >>> > > >> > > > > > >> > winds
> > >>> > > >> > > > > > >> > > > in
> > >>> > > >> > > > > > >> > > > > > > > pinterp
> > >>> > > >> > > > > > >> > > > > > > > > > > > output.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
Another
> > >>> advantage
> > >>> > to
> > >>> > > >> using
> > >>> > > >> > > UPP
> > >>> > > >> > > > > is
> > >>> > > >> > > > > > >> that
> > >>> > > >> > > > > > >> > > GRIB
> > >>> > > >> > > > > > >> > > > > > data
> > >>> > > >> > > > > > >> > > > > > > > can
> > >>> > > >> > > > > > >> > > > > > > > > be
> > >>> > > >> > > > > > >> > > > > > > > > > > > > easily
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
regridded
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
using the
> > >>> copygb
> > >>> > > >> utility.
> > >>> > > >> > > > > copygb
> > >>> > > >> > > > > > is
> > >>> > > >> > > > > > >> > > > included
> > >>> > > >> > > > > > >> > > > > > in
> > >>> > > >> > > > > > >> > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > UPP
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > package.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > You
can
> > >>> download
> > >>> > > >> pinterp
> > >>> > > >> > > here:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > >
> > >>> > > >> > > > > > >> > > > > > >
> > >>> > > >> > > > > > >> > > > > >
> > >>> > > >> > > > > > >> > > > >
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> > > > > > >> > >
> > >>> > > >> > > > > > >> >
> > >>> > > >> > > > > > >>
> > >>> > > >> > > > > >
> > >>> > > >> > > > >
> > >>> > > >> > > >
> > >>> > > >> > >
> > >>> > > >> >
> > >>> > > >>
> > >>> > >
> > >>> >
> > >>>
> >
>
http://www2.mmm.ucar.edu/wrf/users/download/get_sources.html#post_processing
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > And
you can
> > >>> > download
> > >>> > > >> UPP
> > >>> > > >> > > here:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > >
> > >>> > > >> > > > > > >> > >
> > >>> > > >> http://www.dtcenter.org/wrf-
nmm/users/downloads/index.php
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > Hope
that
> > >>> helps.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > John
Halley
> > >>> Gotway
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > On
Wed, Jun
> > 24,
> > >>> > 2015
> > >>> > > at
> > >>> > > >> > 6:29
> > >>> > > >> > > > AM,
> > >>> > > >> > > > > > >> Melki
> > >>> > > >> > > > > > >> > > > > Khaoula
> > >>> > > >> > > > > > >> > > > > > > via
> > >>> > > >> > > > > > >> > > > > > > > > RT <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >>
> > met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
wrote:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
<URL:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > >
> > >>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > Hi
Julie,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
> compiled
> > >>> all
> > >>> > > >> > libraries.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > I
> > downloaded
> > >>> post
> > >>> > > >> > > processor
> > >>> > > >> > > > > but
> > >>> > > >> > > > > > i
> > >>> > > >> > > > > > >> > can't
> > >>> > > >> > > > > > >> > > > > find
> > >>> > > >> > > > > > >> > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > WRF-ARW
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > p-interp
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> Tool
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > when
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i
use the
> > >>> link
> > >>> > > >> posted in
> > >>> > > >> > > the
> > >>> > > >> > > > > > >> > tutorial.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> also,what i
> > >>> don't
> > >>> > > >> > > understand
> > >>> > > >> > > > > the
> > >>> > > >> > > > > > >> > > utility
> > >>> > > >> > > > > > >> > > > of
> > >>> > > >> > > > > > >> > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > copygb
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > utility
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> and
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > from
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
where to
> > get
> > >>> it.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > i
don't
> > know
> > >>> what
> > >>> > > to
> > >>> > > >> do
> > >>> > > >> > > next
> > >>> > > >> > > > > to
> > >>> > > >> > > > > > >> > > > downloading
> > >>> > > >> > > > > > >> > > > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > > compiling
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> required
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> libraries.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
Khaoula
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> 2015-06-24
> > >>> 7:10
> > >>> > > >> > GMT-04:00
> > >>> > > >> > > > > Melki
> > >>> > > >> > > > > > >> > > Khaoula <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > >
> khaoula.enit at gmail.com
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Hi
> > Julie,*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*I
> > >>> unpacked
> > >>> > the
> > >>> > > >> HDF
> > >>> > > >> > > > > > librarry.*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*When
> > >>> lookig
> > >>> > the
> > >>> > > >> > HDF-EOS
> > >>> > > >> > > > > > >> library, i
> > >>> > > >> > > > > > >> > > > found
> > >>> > > >> > > > > > >> > > > > > in
> > >>> > > >> > > > > > >> > > > > > > > the
> > >>> > > >> > > > > > >> > > > > > > > > > > > website
> > >>> > > >> > > > > > >> > > > > > > > > > > > > is
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > HDF-EOS2.16v1.00.tar.Z.*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*i
> tried
> > to
> > >>> > > unpack
> > >>> > > >> > it, i
> > >>> > > >> > > > > > didn't
> > >>> > > >> > > > > > >> > find
> > >>> > > >> > > > > > >> > > > the
> > >>> > > >> > > > > > >> > > > > > > right
> > >>> > > >> > > > > > >> > > > > > > > > > > command
> > >>> > > >> > > > > > >> > > > > > > > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > do
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> it.*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
*Is
> there
> > >>> any
> > >>> > > >> command
> > >>> > > >> > to
> > >>> > > >> > > > > unpak
> > >>> > > >> > > > > > >> this
> > >>> > > >> > > > > > >> > > > > > library.*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> *Thanks,*
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > *Khaoula  *
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > 2015-06-23
> > >>> > 12:37
> > >>> > > >> > > GMT-04:00
> > >>> > > >> > > > > > Julie
> > >>> > > >> > > > > > >> > > > > Prestopnik
> > >>> > > >> > > > > > >> > > > > > > via
> > >>> > > >> > > > > > >> > > > > > > > > RT
> > >>> > > >> > > > > > >> > > > > > > > > > <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
Hi
> > >>> Khaoula.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
The
> > GRIB2
> > >>> > > >> C-Library
> > >>> > > >> > is
> > >>> > > >> > > > used
> > >>> > > >> > > > > > by
> > >>> > > >> > > > > > >> the
> > >>> > > >> > > > > > >> > > MET
> > >>> > > >> > > > > > >> > > > > > > library
> > >>> > > >> > > > > > >> > > > > > > > > > code
> > >>> > > >> > > > > > >> > > > > > > > > > > to
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > read
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> GRIB2
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > data
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
files.
> > The
> > >>> > GRIB2
> > >>> > > >> > > > C-Library
> > >>> > > >> > > > > > >> > requires
> > >>> > > >> > > > > > >> > > > the
> > >>> > > >> > > > > > >> > > > > > > > > libraries
> > >>> > > >> > > > > > >> > > > > > > > > > > > zlib,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > jasper
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> and
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > png
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > to
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
be
> > >>> present on
> > >>> > > your
> > >>> > > >> > > > system.
> > >>> > > >> > > > > > >> Support
> > >>> > > >> > > > > > >> > > for
> > >>> > > >> > > > > > >> > > > > > GRIB2
> > >>> > > >> > > > > > >> > > > > > > > is
> > >>> > > >> > > > > > >> > > > > > > > > > > > optional
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> can
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> be
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> enabled
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
with
> the
> > >>> > > >> > > *--enable-grib2*
> > >>> > > >> > > > > > >> option
> > >>> > > >> > > > > > >> > for
> > >>> > > >> > > > > > >> > > > > > > > configure.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
I hope
> > >>> that
> > >>> > > helps.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
Julie
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
On
> Tue,
> > >>> Jun
> > >>> > 23,
> > >>> > > >> 2015
> > >>> > > >> > at
> > >>> > > >> > > > > 6:56
> > >>> > > >> > > > > > >> AM,
> > >>> > > >> > > > > > >> > > Melki
> > >>> > > >> > > > > > >> > > > > > > Khaoula
> > >>> > > >> > > > > > >> > > > > > > > > via
> > >>> > > >> > > > > > >> > > > > > > > > > > RT
> > >>> > > >> > > > > > >> > > > > > > > > > > > <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > >
> > >>> > met_help at ucar.edu>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
wrote:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> <URL:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >>
> > >>> > > >> > > > > > >> > > > > >
> > >>> > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> Thank
> > >>> you
> > >>> > > >> Julie,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> It
> > >>> works.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> I
> > >>> compile
> > >>> > > >> Nectcdf ,
> > >>> > > >> > > GNU
> > >>> > > >> > > > > > and
> > >>> > > >> > > > > > >> > zlib
> > >>> > > >> > > > > > >> > > > > > > libraries.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> About
> > >>> GRIB C
> > >>> > > >> > > library, i
> > >>> > > >> > > > > > >> > downloaded
> > >>> > > >> > > > > > >> > > > the
> > >>> > > >> > > > > > >> > > > > > > > library
> > >>> > > >> > > > > > >> > > > > > > > > > and
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > unpacked
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> it.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> how
> it
> > >>> can
> > >>> > be
> > >>> > > >> used
> > >>> > > >> > by
> > >>> > > >> > > > > MET?
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> > Thanks,
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> > khaoula
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> > >>> 2015-06-19
> > >>> > > 17:58
> > >>> > > >> > > > > GMT+02:00
> > >>> > > >> > > > > > >> Julie
> > >>> > > >> > > > > > >> > > > > > > Prestopnik
> > >>> > > >> > > > > > >> > > > > > > > > via
> > >>> > > >> > > > > > >> > > > > > > > > > > RT <
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > >
> > >>> met_help at ucar.edu
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >:
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
>
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> > Hi
> > >>> Melki.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >
> I'm
> > >>> glad
> > >>> > > that
> > >>> > > >> you
> > >>> > > >> > > > were
> > >>> > > >> > > > > > >> able to
> > >>> > > >> > > > > > >> > > get
> > >>> > > >> > > > > > >> > > > > > > BUFRLIB
> > >>> > > >> > > > > > >> > > > > > > > > > > > > installed.
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >
> > >>> > > >> > > > > > >> > > > > > > > > > > > > > > >> >> > > > >>
> >
> You
> > >>> said,
> > >>> > > >> "whe
> > ...
> >
> > [Message tronqué]
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: 
From: Melki Khaoula
Time: Tue Oct 06 01:23:35 2015

Dear Julie,

Thank you for your help in resolving my difficulties with met model.

I got a successful installation but not yet used in verification.

I am doing some urgent work and then i will be back to try it more.

If i will have more questions, i will contact you.

Thank you and John, thank you all the group of met.

Keep in touch.

With regards,

Khaoula



2015-10-05 21:59 GMT+01:00 Julie Prestopnik via RT
<met_help at ucar.edu>:

> According to our records, your request has been resolved. If you
have any
> further questions or concerns, please respond to this message.
>

------------------------------------------------
Subject: 
From: Julie Prestopnik
Time: Tue Oct 06 09:16:35 2015

Thank you, Khaoula.  We hope your verification work will go well.
Please
don't hesitate to write with any questions.  We're happy to help.

Julie

On Tue, Oct 6, 2015 at 7:23 AM, Melki Khaoula via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=72309 >
>
> Dear Julie,
>
> Thank you for your help in resolving my difficulties with met model.
>
> I got a successful installation but not yet used in verification.
>
> I am doing some urgent work and then i will be back to try it more.
>
> If i will have more questions, i will contact you.
>
> Thank you and John, thank you all the group of met.
>
> Keep in touch.
>
> With regards,
>
> Khaoula
>
>
>
> 2015-10-05 21:59 GMT+01:00 Julie Prestopnik via RT
<met_help at ucar.edu>:
>
> > According to our records, your request has been resolved. If you
have any
> > further questions or concerns, please respond to this message.
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

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


More information about the Met_help mailing list