<div dir="ltr">Hi,<div><br></div><div>I have problems to plot one field, and although I have already dealt with this error, I tried to fix it now in different ways..but I don&#39;t know what I am missing, and I have no idea what I am doing wrong. The error is always:</div><div><br></div><div><i>&quot;check_for_y_lat_coord: Warning: Data either does not contain a valid latitude coordinate array or doesn&#39;t contain one at all......&quot;</i></div><div><br></div><div>I would appreciate any suggestion:</div><div><br></div><div><div> ;Variable</div><div>   oz = ozfil-&gt;MDA8_SurfO3</div><div>   printVarSummary(oz)</div><div> ; Summary of variable: oz </div><div>  ;***Type: double</div><div>        Total Size: 13777920 bytes</div><div>          1722240 values</div><div>          Number of Dimensions: 3</div><div>          Dimensions and sizes:<span class="" style="white-space:pre">        </span>[time | 920] x [lon | 48] x [lat | 39]</div><div>          Coordinates: </div><div>           time: [20000601..20090831]</div><div>           lon: [ 347..  34]</div><div>           lat: [  34..  72]</div><div><br></div><div>    ;change lon values into -180 180</div><div>    lon = ozfil -&gt;lon</div><div>    lon = where((lon.gt.180).and.(lon.lt.360),lon-360,lon)</div><div>    lat = ozfil -&gt;lat</div><div>    lon@long_name = &quot;longitude&quot;</div><div>    lon@units = &quot;degrees_east&quot;</div><div>    lat@long_name = &quot;latitude&quot;</div><div>    lat@units = &quot;degrees_north&quot;</div><div>    oz&amp;lon = lon</div><div>    printVarSummary(oz)</div><div>  </div><div>Now the summary of oz is:</div><div><div>Variable: oz</div><div>Type: double</div><div>Total Size: 13777920 bytes</div><div>            1722240 values</div><div>Number of Dimensions: 3</div><div>Dimensions and sizes:<span class="" style="white-space:pre">        </span>[time | 920] x [lon | 48] x [lat | 39]</div><div>Coordinates: </div><div>            time: [20000601..20090831]</div><div>            lon: [ -13..  34]</div><div>            lat: [  34..  72]</div><div>Number Of Attributes: 2</div></div><div><br></div><div>ISo,  am trying to plot:</div><div>plot = gsn_csm_contour_map(wks,oz(0,:,:),res)<br></div><div><br></div><div>Any idea about how can I solve this??? </div></div><div>Thank you in advance,</div><div><br></div><div>Cheers,</div><div><br></div><div><br></div><div>Noelia.</div></div>