<div dir="ltr"><div>If you have the lat/lon of the equal area grid points, NCL can convert via numerous interpolation function.</div><div>However, just a size of 41252 is not enough information. NCL does not have a function to generate the lat/lon of an equal area grid.</div><div><br></div><div>[lat2d,lon2d] = EqualAreaSize2GridLocations(N)   ; N=41252</div><div>--</div><div>One ISCCP Graphics example:<br></div><div><a href="http://www.ncl.ucar.edu/Applications/isccp.shtml"><b>http://www.ncl.ucar.edu/Applications/isccp.shtml</b></a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 12, 2021 at 2:11 PM Debasish Hazra via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi All,</div><div> I have put ISCCP ncetcdf file in ftp and would like to read following variable which is in equal area grid. <br></div><div> Variable: cldamt<br>    Type: short<br>    Total Size: 41252 values<br>                82504 bytes<br>    Number of Dimensions: 1<br>    Dimensions and sizes:       [ 41252 <eqcell> ]<br>    Coordinates:<br>        Number of Attributes:        6<br>            long_name   :       Mean cloud amount<br>            units       :       percent<br>            valid_min   :       0<br>            valid_max   :       1000<br>            scale_factor        :        0.1<br>            _FillValue  :       32767</div><div><br></div><div>How to convert that data in NCL to regular latlon grid ? <br></div><div>thanks</div><div>Debasish<br></div></div>
_______________________________________________<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" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>