<div dir="ltr"><div>I don't think people associated with ncl-talk have time to read a large document. We have our own jobs to do.<br>---<br> <br></div><div>Look at your data. You must look at the file's contents.<br><br>Presumably you have something like:<br><br>%> ncl_filedump 2A12.20100101.69095.7.HDF -v heightLayerTop | less<br><br></div><div>Many part snipped out. <br></div><br> dimensions:<br> nlayer = 28<br> ncluster = 100<br> nfindex = 13<br> nspecies = 6<br> nscan = 2921 // unlimited<br> npixel = 208 <br><br> float heightLayerTop ( nlayer )<br> units : km<br> hdf_name : heightLayerTop<br><br><div><div><div> float Latitude ( nscan, npixel )<br> units : degrees<br> hdf_name : Latitude<br><br> float Longitude ( nscan, npixel )<br> units : degrees<br> hdf_name : Longitude<br><br> float surfaceRain ( nscan, npixel )<br> units : mm/hr<br> hdf_name : surfaceRain<br><br> float cloudWaterPath ( nscan, npixel ) <==== *no layers*<br> units : kg/m^2<br> hdf_name : cloudWaterPath<br><br> float cluster ( ncluster, nlayer, nfindex, nspecies )<br> hdf_name : cluster<br><br> byte clusterNumber ( nscan, npixel, nspecies )<br> hdf_name : clusterNumber<br><br> float clusterScale ( nscan, npixel, nspecies )<br> hdf_name : clusterScale<br><br> <br>Variables:<br> <br>Variable No. 0<br> heightLayerTop:<br> <br> 0.5000 1.000 1.500 2.000 2.500 3.000 <br> 3.500 4.000 4.500 5.000 5.500 6.000 <br> 6.500 7.000 7.500 8.000 8.500 9.000 <br> 9.500 10.00 11.00 12.00 13.00 14.00 <br> 15.00 16.00 17.00 18.00 <br><br>=====================================<br></div><div>So ...<br> layer index 0 ==> 0.5000<br></div><div> layer index 1 ==> 1.000<br></div><div>etc<br><br>====================================<br><br></div><div> LAYER = 1 ; you specify<br><br></div><div> fa12 = addfile("....hdf","r")<br></div><div> x_1km = fa12->cluster(?, LAYER, ?,?) <br></div><div> printVarSummary(x_1km) <br></div><div><br> ====================================== <br><br></div><div>The Latitude and Longitude units must be changes to degrees_north and degrees_east<br></div><div><br></div><div> <br><br><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 28, 2016 at 12:11 PM, Geeta Geeta <span dir="ltr"><<a href="mailto:geetag54@yahoo.com" target="_blank">geetag54@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi .<br>
i have to make spatial plots of each hydrometeor available in 2A12 TRMM data.<br>
The document says that (Pls refer to Pg 119 of the document attached).<br>
<br>
Profile Value = clusterScale * cluster(S,F,L,C)<br>
These arrays are of different sizes. How can I get the spatial plot of say CLOUDWater at a height of 1.0km above msl.<br>
I am able to plot surface_rain variable but not the variable which is extending in the vertical<br>
<br>
Pls suggest.<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>