Hai,<br><br>I have two control files for two seperate binary data sets. First file is for a climatology with<br>T=12, and second file is for a multi year data with T=72. (2004-2009). I have opened both <br>these files and but when I tried to plot the variable in the second opened file I am getting <br>
error messages. Below I am giving the error I am getting. Expecting to get a valuable suggestion<br>to fix this problem.<br><br>Thanks,<br>sudev<br><br>***************************************************************************************************<br>
ga->open sstclm.ctl<br>Scanning description file: sstclm.ctl<br>Data file sst.dat is open as file 1<br>LON set to -179.982 179.982 <br>LAT set to -89.98 89.98 <br>LEV set to 0 0 <br>Time values set: 1985:1:15:0 1985:1:15:0 <br>
E set to 1 1 <br>ga-> open sstmulti.ctl<br>Scanning description file: sstmulti.ctl<br>Data file sst.dat is open as file 2<br>ga-> set lon 77.9827 98.9669<br>LON set to 77.9827 98.9669 <br>ga-> set lat 4.9879 22.9869<br>
LAT set to 4.9879 22.9869 <br>ga-> set z 1<br>LEV set to 0 0 <br>ga-> q file 1<br>File 1 : Climatology <br> Descriptor: sstclm.ctl<br> Binary: sst.dat<br> Type = Gridded<br> Xsize = 8192 Ysize = 4096 Zsize = 1 Tsize = 12 Esize = 1<br>
Number of Variables = 1<br> sstclm 0 99 Monthly climatology-- data used yrs 1985-2009<br>ga-> q file 2<br>File 2 : Multiyear <br> Descriptor: sstmulti.ctl<br> Binary: sst.dat<br> Type = Gridded<br> Xsize = 479 Ysize = 411 Zsize = 1 Tsize = 72 Esize = 1<br>
Number of Variables = 1<br> sstmulti 1 99 sea surface temperature<br>ga-> set gxout shaded<br>ga-> set t 1<br>Time values set: 1985:1:15:0 1985:1:15:0 <br>ga-> d sstclm.1<br>Contouring: 22 to 28.5 interval 0.5 <br>
ga-> c<br>ga-> <span style="color: rgb(255, 0, 0);">d sstmulti.2</span><br><span style="color: rgb(255, 0, 0);">Data Request Error: Invalid grid coordinates</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);"> World coordinates convert to non-integer grid coordinates</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);"> Variable = sstmulti.2 Dimension = 3 </span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);"> Error ocurred at column 1</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">DISPLAY error: Invalid expression </span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);"> Expression = sstmulti.2</span><br>******************************************************************************************************<br>