<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span></span></div><div></div><div> Hi. </div><div>I have a few questions which are as follows.</div><div><br></div><div>1. I have to plot the data for a range of LAT/LON. </div><div>when I plot the data using the command, </div><div>plot=gsn_csm_contour_map_ce(xwks,data,res)</div><div>it plots over the entire globe. </div><div>How to select the subset LAT/LON for plotting the data???</div><div><br></div><div><br></div><div>2. I plotted the Surface Rain and Surface Precipitation and Total precipitablewater variables from the HDF file. </div><div>2A12.20140602.94247.7.HDF. This is 2A12 TMI data. </div><div><br></div><div>I donot know the difference between these parameters. Can somebody explain???</div><div><br></div><div><br></div><div>3. In this dataset, I need to extract two arrays, called
ClusterScale (3 dimensional array)and cluster which is 4 dimensional array. </div><div>Below is the header info of these two variables. </div><div>ScanType=CONICAL;<br> dimensions:<br> nlayer = 28<br> ncluster = 100<br> nfindex = 13<br> nspecies = 6<br> nscan = 2919 // unlimited<br> npixel = 208<br> fakeDim6 = 3<br> fakeDim7 = 3<br> variables:<br> float heightLayerTop ( nlayer )<br> units : km<br> hdf_name :
heightLayerTop<br> <br> float cluster ( ncluster, nlayer, nfindex, nspecies )<br> hdf_name :
cluster<br> </div><div><br></div><div><br></div><div> byte clusterNumber ( nscan, npixel, nspecies )<br> hdf_name :
clusterNumber<br> <br> float clusterScale ( nscan, npixel, nspecies )<br> hdf_name :
clusterScale<br> <br><br></div><div> As per the document of 2A12 V7, the hydrometeor profile =clusterScale *cluster</div><div><br></div><div>Kindly tell me how can I make the hydrometeor profiles at different
heights???<br></div><div>Geeta. </div></div></body></html>