<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR>Hello, I tried to use fwrite to get a data file and try to read it but i got a distorted view from the newly created data file. I wonder is it my control file or something else thats causing the problem. Anyone could help shed some light on my problem ? <BR>
&nbsp;<BR>
Thank you<BR>
&nbsp;<BR>
- Shunjie<BR>&nbsp;<BR>
I create the sample.dat using <BR>
&nbsp;<BR>
set fwrite sample.dat<BR>
set gxout fwrite<BR>
d t2<BR>
disable fwrite<BR>
&nbsp;<BR>
Here is my orig ctl file I used for output<BR><BR>-------------<BR>dset ^orig.dat<BR>options byteswapped<BR>undef 1.e37<BR>title&nbsp; sample<BR>pdef&nbsp; 102&nbsp; 81 lcc&nbsp; 49.538&nbsp; -98.338&nbsp;&nbsp; 51.500&nbsp;&nbsp; 41.000&nbsp; 50.00000&nbsp; 50.00000 -105.00000&nbsp;&nbsp; 3333.000&nbsp;&nbsp; 3333.000<BR>xdef&nbsp; 351 linear -100.92260&nbsp;&nbsp; 0.01501352<BR>ydef&nbsp; 196 linear&nbsp;&nbsp; 48.03919&nbsp;&nbsp; 0.01501352<BR>zdef&nbsp;&nbsp; 12 levels&nbsp; <BR>1000.00000<BR>&nbsp;975.00000<BR>&nbsp;950.00000<BR>&nbsp;925.00000<BR>&nbsp;900.00000<BR>&nbsp;875.00000<BR>&nbsp;850.00000<BR>&nbsp;825.00000<BR>&nbsp;800.00000<BR>&nbsp;750.00000<BR>&nbsp;500.00000<BR>&nbsp;250.00000<BR>tdef&nbsp;&nbsp; 49 linear 00Z01JAN2006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10MN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>VARS&nbsp;&nbsp; 31<BR>U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12&nbsp; 0&nbsp; x-wind component (m s-1)<BR>V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12&nbsp; 0&nbsp; y-wind component (m s-1)<BR>W&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12&nbsp; 0&nbsp; z-wind component (m s-1)<BR>.....<BR>-------------<BR>&nbsp;<BR>Here is the control file I newly created<BR>-------------<BR>dset ^sample.dat<BR>undef 1.e37<BR>title&nbsp; sample<BR>pdef&nbsp; 102&nbsp; 81 lcc&nbsp; 49.538&nbsp; -98.338&nbsp;&nbsp; 51.500&nbsp;&nbsp; 41.000&nbsp; 50.00000&nbsp; 50.00000 -105.00000&nbsp;&nbsp; 3333.000&nbsp;&nbsp; 3333.000<BR>xdef&nbsp; 351 linear -100.92260&nbsp;&nbsp; 0.01501352<BR>ydef&nbsp; 196 linear&nbsp;&nbsp; 48.03919&nbsp;&nbsp; 0.01501352<BR>zdef&nbsp;&nbsp; 1 levels 1000.00000<BR>tdef&nbsp;&nbsp; 1 linear 00Z01JAN2006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10MN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>VARS&nbsp;&nbsp; 1<BR>T2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;0&nbsp; TEMP at 2 M (K)<BR>ENDVARS<BR>-------------<BR>&nbsp;<BR>And&nbsp;a picture of the distorted image is included<BR>&nbsp;<BR><BR>&nbsp;<BR>&nbsp;<BR><BR><br /><hr /> <a href='' target='_new'></a></body>
</html>