<div dir="ltr"><div>Dear NCL <br><br></div>I am trying to plot the correlation map, But showing an error like<br><br><b>check_for_lon_coord: Warning: Data either does not contain a val<br>id longitude coordinate array or doesn&#39;t contain one at all.<br>(0)    A valid longitude coordinate array should have a &#39;units&#39; attribu<br>te equal to one of the following values: <br>(0)        &#39;degrees_east&#39; &#39;degrees-east&#39; &#39;degree_east&#39; &#39;degrees east&#39; &#39;<br>degrees_E&#39; &#39;Degrees_east&#39; &#39;degree_E&#39; &#39;degreeE&#39; &#39;degreesE&#39; &#39;deg east&#39;<br></b><br><br>Could you please tell how to give valid longitude coordinates ??<br> <br><div>The script i used is below. <br>ncl 0&gt; load &quot;/usr/local/lib/ncl/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot;<br>ncl 1&gt; load &quot;/usr/local/lib/ncl/lib/ncarg/nclscripts/csm/gsn_csm.ncl&quot; <br>ncl 2&gt; load &quot;/usr/local/lib/ncl/lib/ncarg/nclscripts/csm/contributed.ncl&quot;<br>ncl 3&gt; begin<br>ncl 4&gt; in1 = addfile(&quot;/home/kunal/<a href="http://14-01.nc">14-01.nc</a>&quot;,&quot;r&quot;)<br>ncl 5&gt; in2 = addfile(&quot;/home/kunal/<a href="http://02-09.nc">02-09.nc</a>&quot;,&quot;r&quot;)<br>ncl 6&gt; var1 = in1-&gt;TotCH4_A<br>ncl 7&gt; var2 = in2-&gt;TotCH4_A <br>ncl 8&gt; maxlag = 1<br>ncl 9&gt; ccr = esccr(var1,var2,maxlag)<br>ncl 10&gt; copy_VarAtts(var1,ccr)                           <br>ncl 11&gt; copy_VarCoords_1(var2,ccr)<br>ncl 12&gt; wks = gsn_open_wks(&quot;x11&quot;,&quot;corr&quot;)<br>ncl 13&gt; gsn_define_colormap(wks,&quot;ncl_default&quot;)<br>ncl 14&gt; res = True<br>ncl 15&gt; res@cnFillOn = True<br>ncl 16&gt; res@tiMainString = &quot;Correlation&quot;<br>ncl 17&gt; plot = gsn_csm_contour_map_ce(wks,ccr(:,:),res)<br>ncl 18&gt; end<br><br> <br></div><div><br><br><br><br><br clear="all"><div><div><div dir="ltr"><div>Kunal Bali<br></div><div>Research Scholar <br></div><div>Radio &amp; Atmospheric Science Division <br></div><div>CSIR - National Physical Laboratory<br></div><div>New Delhi - 110012<br><br></div><div><br></div><div><br></div><div><br></div><div><p style="margin:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div>
</div></div></div>