<div dir="ltr"><div><div>Hello<br></div>I am trying to use the masking scripts for generating data only on land. but i am getting error. My scripts is given below. <br><br>In this i am not getting the means of oro (line -5). <br>

Could any one suggest me to how to correct this scripts or how to visualize the data on land only. <br><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; begin<br>ncl 3&gt; in = addfile(&quot;/home/kunal/<a href="http://14-01.nc">14-01.nc</a>&quot;,&quot;r&quot;)<br>ncl 4&gt; ts = in-&gt;TotCH4_A(:,:) <br>ncl 5&gt; oro = in-&gt;ORO(:,:)<br>ncl 6&gt; land_only = ts<br>

ncl 7&gt; land_only = mask(ts,oro,1)<br>ncl 8&gt; wks = gsn_open_wks(&quot;x11&quot;,&quot;mask&quot;)<br>ncl 9&gt; gsn_define_colormap(wks,&quot;BlAqGrYeOrRe&quot;)<br>ncl 10&gt; res = True<br>ncl 11&gt; res@cnFillOn = True<br>

ncl 12&gt; res@cnLinesOn = False<br>ncl 13&gt; res@gsnSpreadColors = True<br>ncl 14&gt; res@gsnSpreadColorStart = 10<br>ncl 15&gt; res@gsnSpreadColorEnd = 96  <br>ncl 16&gt; res@cnLevelSpacingF = 3<br>ncl 17&gt; res@lbLabelString = 4<br>

ncl 18&gt; res@tiMainString = &quot;Land Only&quot;<br>ncl 19&gt; plot = gsn_csm_contour_map_ce(wks,land_onl,res)<br>ncl 20&gt; end<br>fatal:[&quot;Execute.c&quot;:6321]:variable (ORO) is not in file (in)<br>fatal:[&quot;Execute.c&quot;:8565]:Execute: Error occurred at or near line 5<br>

<br><br></div>Thank You<br clear="all"><div><div><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></div>