<div dir="ltr"><div>I could not read the file using NCL 6.3.0 which was released about 3+ years ago.<br></div><div><br>NCL 6.4.0 [ released 2/1017 ] can read the file. <br><br></div><span style="color:rgb(0,0,255)"><b>S</b><b>oon [June 2018], NCL 6.5.0 will be released. </b></span><br><div><br><a href="https://www.ncl.ucar.edu/future_release.shtml">https://www.ncl.ucar.edu/future_release.shtml</a><br><br>---<br><br>%> ncl GPMCOR_KUR.ncl<br><br> NCAR Command Language Version<b> <span style="color:rgb(0,0,255)">6.5.0 -29Mar2018_0148</span></b><br>.<br>Variable: x<br>Type: float<br>Total Size: 273725760 bytes<br> 68431440 values<br>Number of Dimensions: 3<br>Dimensions and sizes: [nscan | 7935] x [nray | 49] x [nbin | 176]<br>Coordinates: <br>Number Of Attributes: 5<br> CodeMissingValue : -9999.9<br> DimensionNames : nscan,nray,nbin<br> Units : dBZ<br> _FillValue : -9999.9<br> units : dBZ<br><b>(0) min=13.43 max=59.57</b><br><br><br></div><div>Where the script is:<br><br> diri = "./"<br> fili = "GPMCOR_KUR_1711170417_0549_021135_L2S_DU2_05A.h5"<br> pthi = diri + fili<br><br> f = addfile( pthi, "r")<br><br><b> var = "/NS/SLV/zFactorCorrected" ; follow the path<br> x = f->$var$<br><br></b> printVarSummary(x)<br> printMinMax(x, 0)<br><br>=====================<br><br></div><div>Possibly: A pre-release of NCL 6.5.0 could likely be obtained by sending a request to <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br><br></div><div>If you do request a pre-release version, please include the output from the following:<br><br></div><div>%> uname -a<br><br></div><div>%> gcc --version<br><br>======================<br></div><div>Cheers<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 22, 2018 at 12:57 AM, <span dir="ltr"><<a href="mailto:monte@isac.cnr.it" target="_blank">monte@isac.cnr.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">>> Could you please make the file available?<br>
>><br>
>> WGET ???<br>
>><br>
>> Dropbox ???<br>
>><br>
>> FTP ???<br>
>><br>
>> ftp <a href="http://ftp.cgd.ucar.edu" rel="noreferrer" target="_blank">ftp.cgd.ucar.edu</a><br>
>> anonymous<br>
>> your_email<br>
>><br>
>> cd incoming<br>
>> put ...hdf5 file ...<br>
>> quit<br>
>><br>
>> ---<br>
>> Reply to your ncl-talk email after successful cration/completion.<br>
>><br>
>> Include the name of the file.<br>
>><br>
>> On Fri, May 18, 2018 at 7:20 AM, <<a href="mailto:monte@isac.cnr.it">monte@isac.cnr.it</a>> wrote:<br>
>><br>
>>> Dear Support Team,<br>
>>><br>
>>> I would like to know how can I read a dataset embedded into two groups<br>
>>> of<br>
>>> an HDF5 (.h5) file using NCL 6.3V. I tried to use the "=>" symbol to<br>
>>> open<br>
>>> each group, then the "->" symbol to read the chosen dataset, but it did<br>
>>> not work.<br>
>>><br>
>>> Thank you in advance.<br>
>>><br>
>>> Best regards,<br>
>>> Giulio Monte<br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> ncl-talk mailing list<br>
>>> <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
>>> List instructions, subscriber options, unsubscribe:<br>
>>> <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
>>><br>
>> I loaded the file named GPMCOR_KUR_1711170417_0549_<wbr>021135_L2S_DU2_05A.h5<br>
> via ftp. I will be waiting for any suggestion.<br>
><br>
> Giulio Monte<br>
><br>
</div></div>> The group is: group </NS/SLV>; the first variable is: float<br>
zFactorCorrected, and then the following.<br>
Once opened, they all are read as a sequence of 0.<br>
<br>
Thank you again,<br>
<div class="HOEnZb"><div class="h5">Giulio Monte<br>
<br>
<br>
______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
</div></div></blockquote></div><br></div>