<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Does your file contain its own lat and lon coordinate arrays?  You will need to check this yourself with ncdump or NCL plus print commands.</div><div><br></div><div>If the file has its own coordinate arrays, then do not regrid or reproject.  Doing that will lose detail and reduce the quality of the plotted image.  NCL is quite capable of directly displaying any data with attached coordinate arrays, and it does not need to know anything about the projection of the data.  Please see documentation for "Plotting data on a map" for much more information about aligning data on a map plot.</div><div><br></div><div>    <a href="https://www.ncl.ucar.edu/Applications/plot_data_on_map.shtml">https://www.ncl.ucar.edu/Applications/plot_data_on_map.shtml</a><br></div><div><br></div><div>If the coordinate arrays in the file are two dimensional, then see example 3, "Curvilinear grid".  When you have 2-D coordinates, they must be passed to the NCL plot routine with special attributes <b>lat2d</b> and <b>lon2d</b>, or alternatively <b>sfXArray</b> and <b>sfYArray</b> attached to the plot resource variable.  Note that 1-D coordinates do not need this special treatment because they are normally attached directly to the data variable to plot.</div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 25, 2021 at 8:24 AM S Br 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-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><p style="color:rgb(51,51,51);font-family:Verdana,sans-serif;font-size:12px">Hi All,<br>I have a set of regional gridded data in the British National Grid (OSGB) spatial coordinate system. I am looking to use this data in NCL but the projection is not correctly displayed? Could it be possible to regrid this data to Latitude-longitude in rotated pole coordinates or to a regular lat/lon grid.</p><p style="color:rgb(51,51,51);font-family:Verdana,sans-serif;font-size:12px">I would like to mention that these data sets are generated using the Iris package in Python. The data is correctly displayed in Python but not in NCL.</p><p style="color:rgb(51,51,51);font-family:Verdana,sans-serif;font-size:12px">For your convenience I have attached here a sample NetCDF file.</p><p style="color:rgb(51,51,51);font-family:Verdana,sans-serif;font-size:12px">Thank you.<br>SBR</p></div></blockquote></div></div></div></div></div></div></div></div>