Re: 6.1.2 Segmentation fault f2->var - f1->var

From: Wei Huang <huangwei_at_nyahnyahspammersnyahnyah>
Date: Wed May 29 2013 - 09:46:35 MDT

Sandra,

We have figured out the problem with this issue, and found a solution.
The fix will be in the new release.
You may use the work-around which Mary provided,
or contact us if you need the fix right away.

Thanks,

Wei

huangwei@ucar.edu
VETS/CISL
National Center for Atmospheric Research
P.O. Box 3000 (1850 Table Mesa Dr.)
Boulder, CO 80307-3000 USA
(303) 497-8924

On May 28, 2013, at 9:25 AM, Mary Haley <haley@ucar.edu> wrote:

> Hi folks,
>
> We have been working with Sandra on this offline, and have created a trouble ticket (NCL-1725).
>
> There's a work-around:
>
> %> ncl
> Copyright (C) 1995-2013 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 6.1.2
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ for more details.
> ncl 0> f1 = addfile("air.2m.200606.nc4" , "r")
> ncl 1> f2 = addfile("air.2m.200606.nc4" , "r")
> ncl 2> a1 = f1->air
> ncl 3> a2 = f2->air
> ncl 4> diff = a1-a2
> ncl 5> printVarSummary(diff)
>
> --Mary
>
> On May 24, 2013, at 3:22 PM, Sandra Lubker wrote:
>
>>
>>
>> Copyright (C) 1995-2013 - All Rights Reserved
>> University Corporation for Atmospheric Research
>> NCAR Command Language Version 6.1.2
>> The use of this software is governed by a License Agreement.
>> See http://www.ncl.ucar.edu/ for more details.
>> ncl 0> f1=addfile("/Projects/CFSR/.flx_hi/air.2m.200606.nc4","r")
>> ncl 1> f2=addfile("/Projects/CFSR/.flx_hi/air.2m.200606.nc4","r")
>> ncl 2> air1=f1->air
>> ncl 3> air2=f2->air
>> ncl 4> delta=air2-air1
>> ncl 5> delete(delta)
>> ncl 6>
>> ncl 7> delta=f2->air-f1->air
>> Segmentation fault
>>
>> mac53 12:58 uname -a
>> Darwin mac53 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
>> _______________________________________________
>> 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 Wed May 29 09:46:55 2013

This archive was generated by hypermail 2.1.8 : Thu May 30 2013 - 11:38:10 MDT