<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:"\@Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">  We are running NCL on 20.5.0 Darwin Kernel Version 20.5.0: Sat May  8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64.<o:p></o:p></p>
<p class="MsoNormal">NCL was installed by conda [1] using miniconda3.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="text-indent:5.25pt">We will try different platforms and build from source as well. 
<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:5.25pt">Thanks,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">[1] <a href="https://www.ncl.ucar.edu/Download/conda.shtml">
https://www.ncl.ucar.edu/Download/conda.shtml</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Rick Brownrigg <brownrig@ucar.edu> <br>
<b>Sent:</b> Wednesday, June 09, 2021 10:38 AM<br>
<b>To:</b> HDF-EOS Tools and Information Center Help <eoshelp@hdfgroup.org><br>
<b>Cc:</b> Ncl-talk <ncl-talk@ucar.edu>; National Snow & Ice Data Center <nsidc@nsidc.org><br>
<b>Subject:</b> Re: [ncl-talk] Error in reading an HDF-EOS5 Point file from NSIDC<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">Hi,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">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.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">What platform are you on, and how did you obtain your NCL?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Rick<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">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:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">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" 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" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><o:p></o:p></p>
</blockquote>
</div>
</div>
</body>
</html>