[Met_help] [rt.rap.ucar.edu #79036] History for Error in MET Compilation

John Halley Gotway via RT met_help at ucar.edu
Wed Jan 18 09:55:59 MST 2017


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

Dear all,

I am trying to install met5.2 version.
I am getting an error when i tried to configure.I attached the installation
log for your reference.

Thank you

*ALVIN*



*ALVIN G. PURA*
Weather Specialist I
​
Numerical Modeling Section
Research and Development and Training Division
PAGASA - DOST


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

Subject: Error in MET Compilation
From: John Halley Gotway
Time: Wed Dec 28 08:22:14 2016

Hi Alvin,

I see you're having trouble compiling MET version 5.2.  The error
message
indicates that the compiler can't find the netcdf.hh include file.

I see that you're compiling MET with NetCDF version 4.1.1.  For the
next
version of MET we're switching to NetCDF version 4, but for version
5.2,
I'd suggest using an older version 3 of NetCDF.

Here's the 3.6.2 tarball
ftp://ftp.unidata.ucar.edu/pub/netcdf/old/netcdf-3.6.2.tar.gz

And here are some compilation instructions
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.2/tutorial.php?name=compilation&category=req_libs

Hope that helps.

If you continue to have problems, please send both the
make_install.log
file and configure.log.  That'd make it easier to debug the situation.

Thanks,
John Halley Gotway

On Tue, Dec 27, 2016 at 9:31 PM Alvin Pura via RT <met_help at ucar.edu>
wrote:

>
>
> Tue Dec 27 20:31:29 2016: Request 79036 was acted upon.
>
> Transaction: Ticket created by alvingpura at gmail.com
>
>        Queue: met_help
>
>      Subject: Error in MET Compilation
>
>        Owner: Nobody
>
>   Requestors: alvingpura at gmail.com
>
>       Status: new
>
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=79036 >
>
>
>
>
>
> Dear all,
>
>
>
> I am trying to install met5.2 version.
>
> I am getting an error when i tried to configure.I attached the
installation
>
> log for your reference.
>
>
>
> Thank you
>
>
>
> *ALVIN*
>
>
>
>
>
>
>
> *ALVIN G. PURA*
>
> Weather Specialist I
>
>
>
> Numerical Modeling Section
>
> Research and Development and Training Division
>
> PAGASA - DOST
>
>
>
>

------------------------------------------------
Subject: Error in MET Compilation
From: Alvin Pura
Time: Mon Jan 02 18:15:48 2017

Hi John,

I am still having problem with met5.2 installation. I was able to
compile
the older version of netcdf .
This time it cant find the lgrib2c.

Thank you.

>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=79036 >


*ALVIN*



*ALVIN G. PURA*
Weather Specialist I

Numerical Modeling Section
Research and Development and Training Division
PAGASA - DOST


On Wed, Dec 28, 2016 at 11:22 PM, John Halley Gotway via RT <
met_help at ucar.edu> wrote:

> Hi Alvin,
>
> I see you're having trouble compiling MET version 5.2.  The error
message
> indicates that the compiler can't find the netcdf.hh include file.
>
> I see that you're compiling MET with NetCDF version 4.1.1.  For the
next
> version of MET we're switching to NetCDF version 4, but for version
5.2,
> I'd suggest using an older version 3 of NetCDF.
>
> Here's the 3.6.2 tarball
> ftp://ftp.unidata.ucar.edu/pub/netcdf/old/netcdf-3.6.2.tar.gz
>
> And here are some compilation instructions
> http://www.dtcenter.org/met/users/support/online_tutorial/
> METv5.2/tutorial.php?name=compilation&category=req_libs
>
> Hope that helps.
>
> If you continue to have problems, please send both the
make_install.log
> file and configure.log.  That'd make it easier to debug the
situation.
>
> Thanks,
> John Halley Gotway
>
> On Tue, Dec 27, 2016 at 9:31 PM Alvin Pura via RT
<met_help at ucar.edu>
> wrote:
>
> >
> >
> > Tue Dec 27 20:31:29 2016: Request 79036 was acted upon.
> >
> > Transaction: Ticket created by alvingpura at gmail.com
> >
> >        Queue: met_help
> >
> >      Subject: Error in MET Compilation
> >
> >        Owner: Nobody
> >
> >   Requestors: alvingpura at gmail.com
> >
> >       Status: new
> >
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=79036 >
> >
> >
> >
> >
> >
> > Dear all,
> >
> >
> >
> > I am trying to install met5.2 version.
> >
> > I am getting an error when i tried to configure.I attached the
> installation
> >
> > log for your reference.
> >
> >
> >
> > Thank you
> >
> >
> >
> > *ALVIN*
> >
> >
> >
> >
> >
> >
> >
> > *ALVIN G. PURA*
> >
> > Weather Specialist I
> >
> >
> >
> > Numerical Modeling Section
> >
> > Research and Development and Training Division
> >
> > PAGASA - DOST
> >
> >
> >
> >
>
>

------------------------------------------------
Subject: Error in MET Compilation
From: John Halley Gotway
Time: Tue Jan 03 14:21:04 2017

Hello Alvin,

I see you're having trouble compiling MET, specifically linking to the
GRIB2C library.  You have two options here...

First, if you do not need to read GRIB2 files, simply reconfigure MET
*without* the "--enable-grib2" option.  And then recompile MET.

If you would like to read GRIB2 files, you'll need to download and
compile
the GRIB2C library, as mentioned on this page:

http://www.dtcenter.org/met/users/support/online_tutorial/METv5.2/tutorial.php?name=compilation&category=req_libs

By default, the GRIB2C library just compiles in place... meaning that
it
doesn't get *installed* anywhere.  Let's say you compile it in some
directory... "/path/to/grib2c/library".  Then set:
   setenv MET_GRIB2CINC /path/to/grib2c/library
   setenv MET_GRIB2CLIB /path/to/grib2c/library

And then rerun configure before recompiling MET.

If you continue to experience problems, please send both the
"make_install.log" file as well as "config.log".  That'll help me
debug.

Hope that helps.

Thanks,
John Halley Gotway

On Mon, Jan 2, 2017 at 6:15 PM, Alvin Pura via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=79036 >
>
> Hi John,
>
> I am still having problem with met5.2 installation. I was able to
compile
> the older version of netcdf .
> This time it cant find the lgrib2c.
>
> Thank you.
>
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=79036 >
>
>
> *ALVIN*
>
>
>
> *ALVIN G. PURA*
> Weather Specialist I
>
> Numerical Modeling Section
> Research and Development and Training Division
> PAGASA - DOST
>
>
> On Wed, Dec 28, 2016 at 11:22 PM, John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
>
> > Hi Alvin,
> >
> > I see you're having trouble compiling MET version 5.2.  The error
message
> > indicates that the compiler can't find the netcdf.hh include file.
> >
> > I see that you're compiling MET with NetCDF version 4.1.1.  For
the next
> > version of MET we're switching to NetCDF version 4, but for
version 5.2,
> > I'd suggest using an older version 3 of NetCDF.
> >
> > Here's the 3.6.2 tarball
> > ftp://ftp.unidata.ucar.edu/pub/netcdf/old/netcdf-3.6.2.tar.gz
> >
> > And here are some compilation instructions
> > http://www.dtcenter.org/met/users/support/online_tutorial/
> > METv5.2/tutorial.php?name=compilation&category=req_libs
> >
> > Hope that helps.
> >
> > If you continue to have problems, please send both the
make_install.log
> > file and configure.log.  That'd make it easier to debug the
situation.
> >
> > Thanks,
> > John Halley Gotway
> >
> > On Tue, Dec 27, 2016 at 9:31 PM Alvin Pura via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > >
> > > Tue Dec 27 20:31:29 2016: Request 79036 was acted upon.
> > >
> > > Transaction: Ticket created by alvingpura at gmail.com
> > >
> > >        Queue: met_help
> > >
> > >      Subject: Error in MET Compilation
> > >
> > >        Owner: Nobody
> > >
> > >   Requestors: alvingpura at gmail.com
> > >
> > >       Status: new
> > >
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=79036
> >
> > >
> > >
> > >
> > >
> > >
> > > Dear all,
> > >
> > >
> > >
> > > I am trying to install met5.2 version.
> > >
> > > I am getting an error when i tried to configure.I attached the
> > installation
> > >
> > > log for your reference.
> > >
> > >
> > >
> > > Thank you
> > >
> > >
> > >
> > > *ALVIN*
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > *ALVIN G. PURA*
> > >
> > > Weather Specialist I
> > >
> > >
> > >
> > > Numerical Modeling Section
> > >
> > > Research and Development and Training Division
> > >
> > > PAGASA - DOST
> > >
> > >
> > >
> > >
> >
> >
>
>

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


More information about the Met_help mailing list