<div dir="ltr"><div>Hi,</div><div><br></div><div>I am not getting those errors and NCL seems to read the file just fine.  I have built NCL 6.2.2. from source, and used the HDF5 1.10.6 library to build it, which appears to be the version used in your NCL instance. This is on a Mac.</div><div><br></div><div>What platform are you on, and how did you obtain your NCL?</div><div><br></div><div>Rick</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 8, 2021 at 4:52 PM HDF-EOS Tools and Information Center Help via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
  We'd like to report an issue with NCL version 6.6.2 when reading<br>
a new HDF-EOS5 Point data product from NSIDC.<br>
A sample file is available in [1] which we obtained from NSIDC.<br>
<br>
  Here's the sample NCL script:<br>
<br>
begin<br>
  setfileoption("h5", "FileStructure", "Advanced") ; This doesn't help.<br>
  file_name = "AMSR_E_L2_Land_V11_201110031920_D.he5"<br>
  eos_file=addfile(file_name, "r") ; Read file.<br>
  print(eos_file)<br>
end<br>
<br>
  The below is the error output message:<br>
----<br>
HDF5-DIAG: Error detected in HDF5 (1.10.6) thread 4646841856:<br>
  #000: EHapi.c line 8294 in HE5_EHattrcat(): No group/dataset named<br>
"/HDFEOS/POINTS/AMSR-E Level 2 Land<br>
Data/Data/Combined-NPD-and-SCA-Output-Fields" exists.<br>
<br>
    major: File accessibilty<br>
    minor: Can't open object<br>
  #001: H5Ddeprec.c line 195 in H5Dopen1(): unable to open dataset<br>
    major: Dataset<br>
    minor: Can't open object<br>
  #002: H5Dint.c line 1410 in H5D__open_name(): not found<br>
  #003: H5Gloc.c line 422 in H5G_loc_find(): can't find object<br>
    major: Symbol table<br>
    minor: Object not found<br>
  #004: H5Gtraverse.c line 851 in H5G_traverse(): internal path traversal failed<br>
    major: Symbol table<br>
    minor: Object not found<br>
  #005: H5Gtraverse.c line 627 in H5G__traverse_real(): traversal<br>
operator failed<br>
    major: Symbol table<br>
    minor: Callback failed<br>
  #006: H5Gloc.c line 378 in H5G__loc_find_cb(): object<br>
'Combined-NPD-and-SCA-Output-Fields' doesn't exist<br>
    major: Symbol table<br>
    minor: Object not found<br>
<br>
  Best regards,<br>
<br>
[1] <a href="https://gamma.hdfgroup.org/ftp/pub/outgoing/NASAHDF/AMSR_E_L2_Land_V11_201110031920_D.he5" rel="noreferrer" target="_blank">https://gamma.hdfgroup.org/ftp/pub/outgoing/NASAHDF/AMSR_E_L2_Land_V11_201110031920_D.he5</a><br>
<br>
-- <br>
- HDF-EOS Tools and Information Center Team<br>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>