<div dir="ltr"><div dir="ltr">If the coordinate variables are 1-D, then this file is probably already converted into a regular lat/lon<span class="gmail-Apple-converted-space"> grid. The region to plot is the min and max of the coordinate variables. The global attributes are historical and may apply to the source file before the conversion was done.</span></div><div dir="ltr"><span class="gmail-Apple-converted-space"><br></span></div><div dir="ltr"><span class="gmail-Apple-converted-space">Just plot this as a normal regional data file with 1-D lat/lon coordinates.</span></div><div><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Jul 20, 2026 at 9:07 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,</div><div>I have a file which is in rotate lat_lon grid with the following attributes, but lat and lon are not 2 dimensional. How to plot this data and also how to convert it into regular lat lon ? </div><div><br></div><div> file global attributes:<br> cen_lat : 50<br> cen_lon : -118<br> dlat : 0.1169081<br> dlon : 0.1169081<br> dtp : 180<br> fhzero : 1<br> grid : rotated_latlon<br> grid_id : 1<br> lat1 : -28.5<br> lat2 : 28.5<br> lon1 : -45.25<br> lon2 : 45.25<br> dimensions:<br> time = 1<br> grid_yt = 488<br> grid_xt = 775</div><div>variables:<br> float aod ( time, grid_yt, grid_xt )<br> _FillValue : 9.99e+20<br> cell_methods : time: point<br> long_name : total aerosol optical depth at 550 nm<br> missing_value : 9.99e+20<br> output_file : phy<br> units : numerical<br><br> double grid_xt ( grid_xt )<br> cartesian_axis : X<br> long_name : rotated T-cell longiitude<br> units : degrees<br><br> double grid_yt ( grid_yt )<br> cartesian_axis : Y<br> long_name : rotated T-cell latiitude<br> units : degrees<br><br> double time ( time )<br> calendar : JULIAN<br> calendar_type : JULIAN<br> cartesian_axis : T<br> long_name : time<br> units : hours since 2026-07-14 06:00:00</div><div><br></div><div>Appreciate your help on this.</div><div>Thanks,</div><div>Debasish</div></div>
</blockquote></div></div>