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

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Feb 24 2012 - 10:07:09 MST

v5.2.1 is 1bout 1.5 years old. It had little, if any, support for he5 files.

NCL 6.0.0 and the beta 6.1.0 can read the file with no problem
See attached

Please download and install 6.0.0 (6.1.0 will be released in March)
Click "Download" in the upper right corner of http://www.ncl.ucar.edu/

On 02/24/2012 09:49 AM, ketsiri@gi.alaska.edu wrote:
>
>
> 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.
>
>
> _______________________________________________
> 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 Fri Feb 24 10:07:24 2012

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