<div dir="ltr">Hi, dear NCL group,<div><br></div><div>I would like to change the values in a large netcdf file (4000*6000). For example, if I use the following expression:</div><div><br></div><div>in=addfile(&quot;<a href="http://a.nc" target="_blank">a.nc</a>&quot;,&quot;w&quot;)</div><div>in-&gt;A_Variable(123,1344)=12.3</div><div><br></div><div>it takes about only a few seconds,</div><div><br></div><div>However if I use </div><div><br></div><div>in-&gt;A_Variable(123,1344)=12.3*x <br></div><div><br></div><div>, where x is a variable. it takes forever to assign the value to A_Variables</div><div><br></div><div>Any idea why?</div><div><br></div><div>Thanks very much!</div><div><br></div><div><br></div><div>Zheng</div><div><br></div><div><br></div></div>