<div>Hello GRADS&#39; USERS!!</div>
<div>&nbsp;</div>
<div>When using fwrite command I have&nbsp;came across&nbsp;with the following error:</div>
<div>&nbsp;</div>
<div>The original file is in netcdf, with fwrite is converted to binary. Then when I open it again using a proper ctl file, I find that the current plot is&nbsp;a bit&nbsp;distorted or deformated; i.e. it seems the plot lines &nbsp;do not match in certain areas, over ones they are better, over others, worse.&nbsp;My question is:</div>

<div>&nbsp;</div>
<div>How does fwrite command save the binary data lat-lon order? Perhaps the problem is there.</div>
<div>There may be a problem with definition of missing data?</div>
<div>&nbsp;</div>
<div>Any ohter suggestive&nbsp;help?</div>
<div>&nbsp;</div>
<div>Bellow I am showing the ctl file I created so that plots from the direct nc.file and from the bin file&nbsp;match one another better.</div>
<div>The attachment will show you the 300 hPa air temperature from the netcdf file and from the binary-created file via the ctl file for a day, as an example.</div>
<div>&nbsp;</div>
<div>Thanks in advance</div>
<div>&nbsp;</div>
<div>Eduardo.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>DSET&nbsp;&nbsp;&nbsp;&nbsp; c:/grads19/data/prueba4.bin<br>TITLE&nbsp;&nbsp;&nbsp;&nbsp; temperatura en 1000<br>UNDEF&nbsp;&nbsp;&nbsp; 9.36e36f<br>*OPTIONS sequential<br>*XDEF&nbsp;&nbsp;&nbsp;&nbsp; 12 levels -165 -135 -105 -75 -45 -15 15 45 75 105 135 165<br>*YDEF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6 levels -57.5 -52.5 -47.5 -42.5 -37.5 -32.5<br>
XDEF&nbsp;&nbsp; 144 LINEAR -60 2.5<br>YDEF&nbsp;&nbsp;&nbsp; 73 LINEAR -90 2.5<br>*YDEF &nbsp;93 GAUST62 1<br>ZDEF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 levels 50<br>TDEF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 linear 1jan1950 1yr<br>VARS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 <br>x 0 99 var<br>ENDVARS</div>
<div>&nbsp;</div>