Re: ut_inv_calendar and units in 5.2.0

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Fri Apr 16 2010 - 10:07:26 MDT

Hi Sebastian,

NCL V5.2.0 is now dependent on UDUNITS-2. Before it was using UDUNITS-1.

Do you have any environment variables that are pointing to old
UDUNITS files by any chance?
If so, you will need to unset these when you run NCL. The culprit
might be UDUNITS_PATH
or UDUNITS2_XML_PATH.

I'm looking into the /usr/lib64/libssl.so.0.9.8 problem. This appears
to be an issue with
other software packages as well, and I'm not finding any immediate
solutions.

One solution actually suggested *unseting* LD_LIBRARY_PATH, or
rearranging
the directories in it, just in case the wrong file was being found.

If you have LD_LIBRARY_PATH set, can you try unsetting it to see if
this helps:

   unsetenv LD_LIBRARY_PATH

or

unset LD_LIBRARY_PATH

Can you let me know if any of this helps or not, and I'll put it in
the documentation.

Sorry for the hassle!

--Mary

On Apr 16, 2010, at 8:04 AM, Sebastian Schubert wrote:

> Hi,
>
> Is this:
>
> timeUnits = "hours since 1900-01-01 00:00:00"
> startDate = ut_inv_calendar( 1997, 09, 01, 00, 0, 0, timeUnits, 0 )
>
> working for you in a 5.2.0. version? I only get
>
> fatal:ut_inv_calendar: Invalid specification string
>
> It works with 5.1.1. Did I do something wrong replacing old 5.1.1.
> with
> the 5.2.0. from ncl_ncarg-5.2.0.Linux_Debian_x86_64_gcc412.tar.gz?
>
> When I start NCL I get the following warning, but I guess this is not
> connected to this:
>
> IPLEX - schubert@login02:~/programs/lib/ncarg> ncl
> ncl: /usr/lib64/libssl.so.0.9.8: no version information available
> (required by ncl)
> ncl: /usr/lib64/libcrypto.so.0.9.8: no version information available
> (required by ncl)
> Copyright (C) 1995-2010 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 5.2.0
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ for more details.
> ncl 0>
>
>
> Cheers
> Sebastian
>
> --
> Potsdam Institute for Climate Impact Research (PIK)
> Research Domain II - Climate Impacts & Vulnerabilities
> http://www.pik-potsdam.de/members/schubert/
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Apr 16 10:08:08 2010

This archive was generated by hypermail 2.1.8 : Fri Apr 16 2010 - 16:21:29 MDT