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

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue May 28 2013 - 09:25:32 MDT

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
Received on Tue May 28 09:25:41 2013

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