[ncl-talk] Bug in NCL 6.3.0 vector plot?

Robert Redl rxschuster at gmail.com
Mon Jun 15 10:11:22 MDT 2015


Sorry, a forgot to attach the script…

-------------- next part --------------
A non-text attachment was scrubbed...
Name: vector_2d_coord_bug.ncl
Type: application/octet-stream
Size: 911 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150615/dbc15fac/attachment.obj 
-------------- next part --------------


> Am 15.06.2015 um 18:09 schrieb Robert Redl <rxschuster at gmail.com>:
> 
> Dear NCL Team, 
> 
> I have a script where in several procedures different plots are created. One of these procedures creates a vector map plot using 2d coordinates stored in lon2d/lat2d attributes. All variables used in the procedures are declared as local. This used to work fine for NCL 6.2.1 and earlier, but I get a segmentation fault with version 6.3.0.
> 
> Attached is a minimal example witch reproduces the error. 
> I’m using NCL Version: ncl_ncarg-6.3.0.Linux_RHEL6.4_x86_64_gcc447
> 
> Running the code without a procedure works fine, no errors. 
> Running the code without a procedure but with a final delete(wks) statement reproduces the error. 
> Creating an identical vector plot with 1d coordinates within a procedure works fine, no errors.
> 
> Thanks for looking into that!
> 
> Robert
> 
> 



More information about the ncl-talk mailing list