<div dir="ltr">Dear Grads Users,<div>         It&#39;s a very simple problem but I am facing problem to solve this. </div><div>I have two netcdf files like: </div><div><a href="http://temp.nc">temp.nc</a></div><div><a href="http://mslp.nc">mslp.nc</a></div><div><br></div><div>I want to open these two files together and display the image. I have done it like this.</div><div><br></div><div>&#39;sdfopen <a href="http://mslp.nc">mslp.nc</a>&#39;</div><div>&#39;sdfopen <a href="http://t1000.nc">t1000.nc</a>&#39;</div><div>&#39;define mslp=ave(pressure,t=1,t=420,12)&#39;</div><div>&#39;d mslp&#39;</div><div>&#39;c&#39;</div><div>&#39;define tmp=ave(temp-273.15,t=1,t=420,12)&#39;</div><div>&#39;d tmp&#39;</div><div><br></div><div>But I am getting error in this. The error is:</div><div><br></div><div>&quot;define tmp=ave(temp-273.15,t=1,t=420,12)</div><div>Averaging.  dim = 3, start = 1, end = 420</div><div>Syntax Error:  Invalid Operand</div><div>  &#39;temp&#39; not a variable or function name</div><div>Operation Error:  Error from ave function</div><div>  Error ocurred at column 1</div><div>DEFINE error:  Invalid expression.&quot;</div><div><br></div><div>Kindly, help me regarding this.</div><div><br></div><div>Kind Regards</div><div>Gargi</div><div><br></div><div><br></div><div><br></div></div>