Fwd: Segmentation fault when I open some HDF-EOS5 files

From: <ketsiri_at_nyahnyahspammersnyahnyah>
Date: Fri Feb 24 2012 - 09:49:16 MST

To whom it may concerns,
   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 there is the discussion in the 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.

attached mail follows:


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.

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Fri Feb 24 09:49:39 2012

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