space_time spectra

From: suvarchal <suvarchal_at_nyahnyahspammersnyahnyah>
Date: Wed, 25 Jun 2008 23:38:21 +0630

Hi ,
  i some how could not get reply by Mary to the question about space_time to
my mail address but it was present on archives which i found accidentally
today. Anyways i already have the ncl V5.0.1 given by Mary ,i was thinking if
i can get diagnostics.ncl to see if i can use function wkSpaceTime. i could
not download diagnostics.ncl which was attached with the thread, it shows an
error. Can you please uploaded the diagnostics .ncl again or mail it to me.

Thanks
Suvarchal

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.
>
>

-- 
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 Wed Jun 25 2008 - 11:08:21 MDT

This archive was generated by hypermail 2.2.0 : Wed Jun 25 2008 - 12:04:57 MDT