Re: space time spectra

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu, 19 Jun 2008 14:03:18 -0600 (MDT)

On Fri, 20 Jun 2008, suvarchal wrote:

> I am trying to plot space-time spectra in ncl.So I was trying to use methods
> given in previous threads but could not get them working.  
> all methods landed saying something like
> warning:An error occurred loading the external file
> /home/suvarchal/cam3data/diagimp/spectra2d.so, file not loaded
> libintlc.so.5: cannot open shared object file: No such file or directory
> and later
> fatal:syntax error: line 173 in file sp_time2d.ncl before or near :
>  FFT2D:
> -------^
> how do i resolve this problem?
>

Suvarchal,

How was the "spectra2d.so" file created? Was it created on the same
machine as where you are running it from? It looks like it depends on
a shared library called "libintlc.so", and you may need to help ncl
find this library, by setting your LD_LIBRARY_PATH environment
variable to the location of this file.

For example, if libintlc.so.5 (with libintlc.so soft-linked to it)
is in, say, /home/suvarchal/lib, then you would need to set:

    setenv LD_LIBRARY_PATH /home/suvarchal/lib

If you already have a LD_LIBRARY_PATH set, then add this library to
the end with:

    setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:/home/suvarchal/lib

> also can i get library diagnostics.ncl so that i can use the new wkSpaceTime function in
> ncl.    

I believe you need V5.0.1 to run this, which is not yet released. If you
have V5.0.0 already, then I can give you a new "ncl" executable to try.
I will need to know what kind of machine (uname -a) and version of gcc
(if LINUX) you're running.

--Mary

> Thanking you
> Suvarchal
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Thu Jun 19 2008 - 14:03:18 MDT

This archive was generated by hypermail 2.2.0 : Thu Jun 19 2008 - 16:27:49 MDT