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

From: Sandra Lubker <sandra.j.lubker_at_nyahnyahspammersnyahnyah>
Date: Fri May 24 2013 - 15:22:40 MDT

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
Received on Fri May 24 15:22:51 2013

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