[Met_help] Re: METv1.0 running
John Halley Gotway
johnhg at rap.ucar.edu
Mon Feb 4 09:45:23 MST 2008
D Srinivas,
I apologize. I found a typo in what I wrote. Try setting these as follows:
NETCDF_BASE = /usr/local/netcdf
NETCDF_INCS = -I$(NETCDF_BASE)/include
NETCDF_LIBS = -L$(NETCDF_BASE)/lib
Thanks,
John
John Halley Gotway wrote:
> D Srinivas,
>
> Thanks for sending along your "Makefile" and "make_met.log". It make
> debugging the issue very straight-forward.
>
> It looks like there's a problem in the way the NetCDF variables are set
> in your top-level Makefile. The compiler can't find the file,
> "netcdf.h". It's looking in the directory specified in in the Makefile
> by "NETCDF_INCS" for that file. But if you look in
> /usr/local/netcdf/src/cxx, that directory probably doesn't even exist.
>
> I'd suggest modifying the top-level Makefile as follows:
> NETCDF_BASE = /usr/local/netcdf
> NETCDF_INCS = -I$(NETCDF_BASE)/include
> NETCDF_LIBS = -L$(NETCDF_BASE)/src/lib
>
> The NETCDF_INCS directory should contain "netcdf.h" and the NETCDF_LIBS
> directory should contain the files "libnetcdf.a" and "libnetcdf_c++.a".
>
> However you will likely encounter other issues trying to run a 64-bit
> machine. Please refer to the MET website listing of known issues for
> METv1.0:
> http://www.dtcenter.org/met/users/support/known_issues/METv1.0/METv1.0_known_issues.php
>
>
> The issue posted on 1/25/2008 relates to running on a 64-bit machine.
>
> Thanks,
> John Halley-Gotway
>
>
> sreenivas desamsetti wrote:
>> Dear Sir,
>> I am D Srinivas, research scholar from Andhra University
>> I am really interested to use MET tools for the model evaulation and
>> verification I am unable to install this in my computer
>> Ours is AMD 64 bit machine which is working on Linux platform
>> I am herewith attaching the Makefile and log file
>> Could you please give me suggestions to install
>> successfully
>> Best regards
>> D Srinivas
>>
>>
>> Desamsetti Srinivas
>> Research Scholar,
>> Department of Meteorology and Oceanography,
>> Andhra University,
>> Visakhapatnam - 530 003
>> 91 9948530618 (M)
>> sreeds82 at yahoo.com
>> sreeds82 at rediffmail.com
>> ---------------------------------
>> Never miss a thing. Make Yahoo your homepage.
>>
> _______________________________________________
> Met_help mailing list
> Met_help at mailman.ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/met_help
More information about the Met_help
mailing list