<div dir="ltr">Hello everybody,<div><br></div><div>I have a problem plotting data that have 2D latitude/longitude dimensions (in particular monthly sea ice concentration in the Arctic from the NSIDC, National Snow and Ice Data Center), even though I have used the </div><div><br></div><div><span style="color:rgb(80,0,80);font-family:Arial;font-size:12px">res@sfXArray = lon2d</span><br style="color:rgb(80,0,80);font-family:Arial;font-size:12px"><span style="color:rgb(80,0,80);font-family:Arial;font-size:12px">res@sfYArray = lat2d</span><br></div><div><span style="color:rgb(80,0,80);font-family:Arial;font-size:12px"><br></span></div><div><font color="#500050" face="Arial">resources as I have done earlier for another case (traingular ocean grid) which worked fine, however not so in this case.This is the information I got about the grid:</font></div><div><font color="#2b2e2f" face="Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, sans-serif">"The grid is in the NSIDC Sea Ice Polar Stereographic [North/South] projection. This is an irregular grid in that the latitude and longitude are 2-dimensional arrays, where the x and the y component are specified by xgrid and ygrid component (see below)"</font><font color="#500050" face="Arial"><br></font></div><div><font color="#2b2e2f" face="Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, sans-serif"><br></font></div><div><font color="#2b2e2f" face="Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, sans-serif">This is part of the the printVarSummary of the variable:</font></div><div><font color="#2b2e2f" face="Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, sans-serif"><br></font></div><div><div>Variable:<b> seaice_conc_monthly_cdr</b></div><div>Type: byte</div><div>Total Size: 46441472 bytes</div><div>            46441472 values</div><div>Number of Dimensions: 3</div><div>Dimensions and sizes:<span class="gmail-Apple-tab-span" style="white-space:pre">   </span>[time | 341] x <b>[ygrid | 448]</b> x <b>[xgrid | 304]</b></div><div>Coordinates:</div><div>            time: [141195..151544]</div><div>          <b>  ygrid: [5837500..-5337500]</b></div><div><b>            xgrid: [-3837500..3737500]</b></div><div>Number Of Attributes: 14</div></div><div>...</div><div><br></div><div><font size="1"><font color="#2b2e2f" face="Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, sans-serif"><br></font></font></div><div>I managed to convert time into a useful date using the cd_calender function, but was not successful with the latitude and longitude (neither with ascribing explicitly latitude and longitude to the 2nd and 3rd coordinate dimension, respectively).</div><div><br></div><div>Did I overlook something?</div><div><br></div><div>Thanks in advance,</div><div>Anne</div><div><br></div><div><br></div></div>