[Met_help] [rt.rap.ucar.edu #76131] History for Fwd: met compile error

John Halley Gotway via RT met_help at ucar.edu
Fri Apr 29 12:44:35 MDT 2016


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

This is the latest error I've received. I've recompiled netcdf with a
different version, as well as jasper and hdfeos.

*Paul Obe*

*x3231*

*NCO Linux Administrator*
*paul.obe at noaa.gov <paul.obe at noaa.gov>*

On Tue, Apr 26, 2016 at 11:34 AM, Paul Obe - NOAA Affiliate <
paul.obe at noaa.gov> wrote:

> Error after compiling met.
> I've recompiles netcdf with disable c++ and its still looking for the c++
> .hh file. When I had the netcdfcpp.hh file there it errored on something
> else. What steps can I take in order to complete this?
>
> *Paul Obe*
>
> *x3231*
>
> *NCO Linux Administrator*
> *paul.obe at noaa.gov <paul.obe at noaa.gov>*
>


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

Subject: Fwd: met compile error
From: Tara Jensen
Time: Wed Apr 27 12:08:25 2016

Hi Paul,

It didn't come through on email again - weird... but I do see it in
our
ticketing system.  Someone will be with you shortly.

Thanks for your patience, Tara

On Wed, Apr 27, 2016 at 11:46 AM, Paul Obe - NOAA Affiliate via RT <
met_help at ucar.edu> wrote:

>
> Wed Apr 27 11:46:09 2016: Request 76131 was acted upon.
> Transaction: Ticket created by paul.obe at noaa.gov
>        Queue: met_help
>      Subject: Fwd: met compile error
>        Owner: Nobody
>   Requestors: paul.obe at noaa.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=76131 >
>
>
> This is the latest error I've received. I've recompiled netcdf with
a
> different version, as well as jasper and hdfeos.
>
> *Paul Obe*
>
> *x3231*
>
> *NCO Linux Administrator*
> *paul.obe at noaa.gov <paul.obe at noaa.gov>*
>
> On Tue, Apr 26, 2016 at 11:34 AM, Paul Obe - NOAA Affiliate <
> paul.obe at noaa.gov> wrote:
>
> > Error after compiling met.
> > I've recompiles netcdf with disable c++ and its still looking for
the c++
> > .hh file. When I had the netcdfcpp.hh file there it errored on
something
> > else. What steps can I take in order to complete this?
> >
> > *Paul Obe*
> >
> > *x3231*
> >
> > *NCO Linux Administrator*
> > *paul.obe at noaa.gov <paul.obe at noaa.gov>*
> >
>
>


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tara Jensen
Project Manager II
NCAR RAL and DTC
PO Box 3000, Boulder, Colorado 80307 USA
+1 303-497-8479          jensen at ucar.edu

------------------------------------------------
Subject: Fwd: met compile error
From: John Halley Gotway
Time: Wed Apr 27 17:47:23 2016

Hello Paul,

My name is John Halley Gotway.  I see that you're having trouble
compiling
the MET package and that the error is coming from the compilation of
the
modis_regrid tool.  My suggestion would be to start by disabling the
compilation of that tool.  Let's make sure the rest of it compiles
fine and
then we could circle back around to that if you'd like.

You'd need to rerun the "configure" command and do not pass in the
"--enable-modis" command.

If you're able to compile the rest of the tools and really do need the
modis_regrid tool, please refer to the instructions on this page:

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

The top of that page contains links to some very old versions of HDF
and
HDFEOS libraries that must be used.  I cringe about this because in
future
versions of MET, we'll be switching to using NetCDF4 which is build
upon
HDF5.  That library dependency will conflict with this very old
version of
HDF.  So we'll either need to abandon the modis_regrid tool, rewrite
it
using the updated HDF5 library, or support modis data in some other
way.

Hope that helps!

Thanks,
John

On Wed, Apr 27, 2016 at 12:19 PM, Tara Jensen via RT
<met_help at ucar.edu>
wrote:

>
> Wed Apr 27 12:19:53 2016: Request 76131 was acted upon.
> Transaction: Given to johnhg (John Halley Gotway) by jensen
>        Queue: met_help
>      Subject: Fwd: met compile error
>        Owner: johnhg
>   Requestors: paul.obe at noaa.gov
>       Status: open
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=76131 >
>
>
> This transaction appears to have no content
>

------------------------------------------------
Subject: Fwd: met compile error
From: Paul Obe - NOAA Affiliate
Time: Thu Apr 28 10:36:26 2016

Hello John,

Thanks for the suggestion. I compiled it without --enable-modis.
Then reinstalled the drivers and compiled it with --enable-modis
successfully.
I'm running through the test instructions.

*Paul Obe*

*x3231*

*NCO Linux Administrator*
*paul.obe at noaa.gov <paul.obe at noaa.gov>*

On Wed, Apr 27, 2016 at 7:47 PM, John Halley Gotway via RT <
met_help at ucar.edu> wrote:

> Hello Paul,
>
> My name is John Halley Gotway.  I see that you're having trouble
compiling
> the MET package and that the error is coming from the compilation of
the
> modis_regrid tool.  My suggestion would be to start by disabling the
> compilation of that tool.  Let's make sure the rest of it compiles
fine and
> then we could circle back around to that if you'd like.
>
> You'd need to rerun the "configure" command and do not pass in the
> "--enable-modis" command.
>
> If you're able to compile the rest of the tools and really do need
the
> modis_regrid tool, please refer to the instructions on this page:
>
>
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
>
> The top of that page contains links to some very old versions of HDF
and
> HDFEOS libraries that must be used.  I cringe about this because in
future
> versions of MET, we'll be switching to using NetCDF4 which is build
upon
> HDF5.  That library dependency will conflict with this very old
version of
> HDF.  So we'll either need to abandon the modis_regrid tool, rewrite
it
> using the updated HDF5 library, or support modis data in some other
way.
>
> Hope that helps!
>
> Thanks,
> John
>
> On Wed, Apr 27, 2016 at 12:19 PM, Tara Jensen via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Wed Apr 27 12:19:53 2016: Request 76131 was acted upon.
> > Transaction: Given to johnhg (John Halley Gotway) by jensen
> >        Queue: met_help
> >      Subject: Fwd: met compile error
> >        Owner: johnhg
> >   Requestors: paul.obe at noaa.gov
> >       Status: open
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=76131 >
> >
> >
> > This transaction appears to have no content
> >
>
>

------------------------------------------------
Subject: Fwd: met compile error
From: John Halley Gotway
Time: Thu Apr 28 18:35:35 2016

Paul,

Good news!  Thanks for letting me know.

Look forward to meeting you next week.

Thanks
John

On Thursday, April 28, 2016, Paul Obe - NOAA Affiliate via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=76131 >
>
> Hello John,
>
> Thanks for the suggestion. I compiled it without --enable-modis.
> Then reinstalled the drivers and compiled it with --enable-modis
> successfully.
> I'm running through the test instructions.
>
> *Paul Obe*
>
> *x3231*
>
> *NCO Linux Administrator*
> *paul.obe at noaa.gov <javascript:;> <paul.obe at noaa.gov
<javascript:;>>*
>
> On Wed, Apr 27, 2016 at 7:47 PM, John Halley Gotway via RT <
> met_help at ucar.edu <javascript:;>> wrote:
>
> > Hello Paul,
> >
> > My name is John Halley Gotway.  I see that you're having trouble
> compiling
> > the MET package and that the error is coming from the compilation
of the
> > modis_regrid tool.  My suggestion would be to start by disabling
the
> > compilation of that tool.  Let's make sure the rest of it compiles
fine
> and
> > then we could circle back around to that if you'd like.
> >
> > You'd need to rerun the "configure" command and do not pass in the
> > "--enable-modis" command.
> >
> > If you're able to compile the rest of the tools and really do need
the
> > modis_regrid tool, please refer to the instructions on this page:
> >
> >
> >
>
http://www.dtcenter.org/met/users/support/online_tutorial/METv5.0/compilation/req_libs.php
> >
> > The top of that page contains links to some very old versions of
HDF and
> > HDFEOS libraries that must be used.  I cringe about this because
in
> future
> > versions of MET, we'll be switching to using NetCDF4 which is
build upon
> > HDF5.  That library dependency will conflict with this very old
version
> of
> > HDF.  So we'll either need to abandon the modis_regrid tool,
rewrite it
> > using the updated HDF5 library, or support modis data in some
other way.
> >
> > Hope that helps!
> >
> > Thanks,
> > John
> >
> > On Wed, Apr 27, 2016 at 12:19 PM, Tara Jensen via RT
<met_help at ucar.edu
> <javascript:;>>
> > wrote:
> >
> > >
> > > Wed Apr 27 12:19:53 2016: Request 76131 was acted upon.
> > > Transaction: Given to johnhg (John Halley Gotway) by jensen
> > >        Queue: met_help
> > >      Subject: Fwd: met compile error
> > >        Owner: johnhg
> > >   Requestors: paul.obe at noaa.gov <javascript:;>
> > >       Status: open
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=76131
> >
> > >
> > >
> > > This transaction appears to have no content
> > >
> >
> >
>
>

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


More information about the Met_help mailing list