Problem to run NCL 5.2.1 from Mary Haley

From: Li, Yongzuo <yongzuo.li_at_nyahnyahspammersnyahnyah>
Date: Fri Jul 02 2010 - 21:55:58 MDT

Hi,

I got error to run v5.2.1 from Mary.

Bazooka[18] yli$ ncl.beta
ncl.beta: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
Bazooka[19] yli$
Bazooka[19] yli$ 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> quit

Yongzuo

Yongzuo,

I have a new "ncl.beta" executable for you to try. If you already have NCL 5.2.0, then here are the instructions
for trying the new executable:

     ftp ftp.ucar.edu
     <log in as "anonymous">
     <Use email address as password>
     cd /pub/scd/haley
     get ncl.beta
     quit

Once you have the file, make sure it is executable, and move it to
$NCARG_ROOT/bin:

    chmod gou+x ncl.beta
    mv ncl.beta $NCARG_ROOT/bin/.

Now you can use this new NCL executable instead of the one already
installed on your system:

    ncl.beta your_script.ncl

If you are comfortable that this executable works, you can replace
your old ncl executable with this new one. You should first make a
copy of your old one:

   cd $NCARG_ROOT/bin
   mv ncl ncl.old
   mv ncl.beta ncl

This should should do it. Please let me know if you have any problems.

--Mary

On Jul 2, 2010, at 11:28 AM, Dennis Shea wrote:

> Mary Haley will contact about a beta binary.
>
> Also, please try Mary's suggestion about raster smoothing.
>
> Good luck
>
> -------- Original Message --------
> Subject: v5.2.1 for rcm2points to solve interpolation noise
> Date: Fri, 2 Jul 2010 17:17:29 +0000
> From: Li, Yongzuo <yongzuo.li@ou.edu>
> To: ncl-talk@ucar.edu <ncl-talk@ucar.edu>
> CC: karan@ngi.msstate.edu <karan@ngi.msstate.edu>
>
> Hi ,
>
> According to Dennis's e-mail below, I provide
>
> Bazooka[33] yli$ gcc --version
> gcc (GCC) 4.1.2 20070115 (SUSE Linux)
> Copyright (C) 2006 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> Bazooka[34] yli$ uname -a
> Linux Bazooka.HPC.MsState.Edu 2.6.16.60-0.42.8-smp #1 SMP Tue Dec 15 17:28:00 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
> Bazooka[35] yli$
>
> What is next step?
>
> Yongzuo
>
> ________________________________________
> From: Dennis Shea [shea@ucar.edu]
> Sent: Friday, July 02, 2010 11:09 AM
> To: Li, Yongzuo
> Cc: ncl-talk@ucar.edu; karan@ngi.msstate.edu
> Subject: Re: noise after 2D interpolation
>
> The v5.2.1 release has another option [opt=2]
>
> http://www.ncl.ucar.edu/Document/Functions/Built-in/rcm2points.shtml
>
> You can provide the following information
>
> %> gcc --version
>
> %> uname -a
>
> a v5.2.1 beta version can be made available.
>
>
> On 7/2/10 12:44 AM, Li, Yongzuo wrote:
>> Hi,
>>
>>
>> I use
>>
>> ftp://ftp.erc.msstate.edu/outgoing/yli/ABL/wrf-minus-ruc.ncl
>>
>> to make
>>
>> ftp://ftp.erc.msstate.edu/outgoing/yli/ABL/wrf-minus-ruc-final.pdf
>>
>> There are a lot of noise on page 3 of the pdf file after
>>
>> u1d = rcm2points(lat2d,lon2d,uzoom,y1d,x1d,2)
>> v1d = rcm2points(lat2d,lon2d,vzoom,y1d,x1d,2)
>>
>> Is any smooth function available in NCL to remove noise?
>>
>>
>> Yongzuo
>> _______________________________________________
>> 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

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Jul 2 22:00:47 2010

This archive was generated by hypermail 2.1.8 : Fri Jul 09 2010 - 16:06:22 MDT