Segmentation fault when I open some HDF-EOS5 files

From: <ketsiri_at_nyahnyahspammersnyahnyah>
Date: Thu Feb 23 2012 - 20:52:36 MST

Hi Mary,
   I have downloaded the OMI ozone data in attached file and got the
segmentation fault, though I used the ncl v5.2.1.
   I saw that you have replied this in ncltalk in the topic Re:
Segmentation fault when I open some HDF-EOS5 files, I am not certain
what is the exactly the solution from this problem. Can you suggest me
on this?
My code is just simple read in as below.

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
begin
diri = "./" ; input directory
fil1 =
"OMI-Aura_L2-OMO3PR_2008m1017t2003-o22653_v003-2009m1015t191437.SUB.he5"
fil2 =
"OMI-Aura_L2-OMO3PR_2008m1017t2141-o22654_v003-2009m1015t211201.SUB.he5"

vnam1 = "ColumnAmountO3"
vnam2 = "O3"

    f1 = addfile(diri + fil1, "r")
    f2 = addfile(diri + fil2, "r")
print(f1)
end

Thank you,
Ketsiri Leelasakultum

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Received on Thu Feb 23 21:16:58 2012

This archive was generated by hypermail 2.1.8 : Mon Mar 05 2012 - 14:12:07 MST