<div>I am trying to graph 2 variables from different netcdf files together in a calculation (i.e. sulfure * zonal wind) however when I open both netcdf files and try multiplying variables from both data sets I get the following message:</div>

<div> </div>
<div><em>Operation error: Incompatible grids</em></div>
<div><em>    Dimension ranges aren&#39;t equivalent</em></div>
<div><em>   Dimension equals 0</em></div>
<div><em>   1st grid range = -119 25 2nd 1 1080</em></div>
<div><em>   Error occurred at column 13</em></div>
<div><em>DiISPLAY error: Invalid expression</em></div>
<div><em>    Expression = uln.2*sulfur</em></div>
<div><em></em> </div>
<div>The first data set sulfur has the following dimensions lon -180 180, lat -90 90, while the second data set has the following dimensions lon 120 255, lat -5 90.  How can I resolve this problem so that I can graph both these files together and perform computations using both files?</div>

<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Jason</div>