<div dir="ltr"><div><div><div><div><div><div><div><div>If you are <br></div><div><br>Did you look at the NCL Applications page? There are numerous HDF &amp; TRMM examples.<br><br><a href="http://www.ncl.ucar.edu/Applications" target="_blank">http://www.ncl.ucar.edu/Applications</a><br><br>Click <br><a href="http://www.ncl.ucar.edu/Applications/HDF.shtml" target="_blank">http://www.ncl.ucar.edu/Applications/HDF.shtml</a><br><br></div>If you search fro A12 you will find:<br><br><a href="http://www.ncl.ucar.edu/Applications/Scripts/hdf4sds_6.ncl" target="_blank">http://www.ncl.ucar.edu/Applications/Scripts/hdf4sds_6.ncl</a><br><br></div>Look at figures and code.<br><br></div>There are many A12 variants so this my not be exactly what you want.<br></div>Still it shoud get you started.<br><br></div><div>   rad  = 4.0*atan(1.0)/180.0<br></div>   CLAT = cos(lat2d*rad)         :these are the weights<br><br></div>Let CLAT(:,:) be the weights for the subregion you want and cloudWaterPath be the values for that region at that level<br><br></div><div>    wAvg = new(nlevel,float,cloudWaterPath@_FillValue)</div>    wAvg(level) = sum(CLAT*cloudWaterPath(:,:,level)/sum(CLAT)<br><br></div>Good Luck<br><br>===<br>-<br>If you are new to NCL *please* read the documentation. <br><br><a href="http://www.ncl.ucar.edu/Document/Manuals/" target="_blank">http://www.ncl.ucar.edu/Document/Manuals/</a><br><br>  Mini-Reference Manual<br><br>A pair of tutorials created by <b>Karin Meier-Fleischer</b> and <b>Michael
Böttinger</b> of <a href="https://www.dkrz.de/" target="_blank">DKRZ</a>
(Deutsches Klimarechenzentrum) are also available.<br><br><div><br><br><div><div><div><br><br><div><div><br><div><div><br><br></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 5, 2016 at 7:05 PM, Lyndon Mark Olaguera <span dir="ltr">&lt;<a href="mailto:olagueralyndonmark429@gmail.com" target="_blank">olagueralyndonmark429@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:13px">Hi all,</span><div style="font-size:13px"><br></div><div style="font-size:13px">I am reading TRMM 2A12 version 7 hdf file using ncl. I want to get the area average of cloudwater path for these coordinates </div><div style="font-size:13px"><br></div><div style="font-size:13px">Latitude: 2N to 28 N</div><div style="font-size:13px">Longitude: 111 E to 139 E</div><div style="font-size:13px"><br></div><div style="font-size:13px">Is there an easy way to get the area average of cloud water path in ncl?</div><div style="font-size:13px">Also, once I got the area average value, I want to plot the vertical profile since the trmm 2a12 data set has 28 layers.</div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px">Many thanks in advance</div><div style="font-size:13px"><br></div><div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font face="comic sans ms, sans-serif"><b><u>Lyndon Mark P. Olaguera</u></b></font><div>Department of Physics</div><div><span></span><span></span>Ateneo de Manila University</div><div><br></div><div>Regional Climate Systems Group </div><div>Manila Observatory</div></div></div></div></div></div></div></div>
</div>
<br>_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>