1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->
<html>
<head>
<title>GrADS Command: set fwrite</title></head>
<body bgcolor="e0f0ff" text="#000000">
<h2><b>set fwrite</b></h2>
<p>
<code>set fwrite <-be or -le> <-sq or -st> <-ap or -cl> <i>fname</i></code>
<p>
Sets the filename for data output as well as byte ordering and data format.
<ul>
<p><code><i>fname</i>   </code>output filename (default = <code>grads.fwrite</code>)<br>
<code><i>-be</i>     </code>output data byte ordering is big endian<br>
<code><i>-le</i>     </code>output data byte ordering is little endian<br>
<code><i>-sq</i>     </code>output data format is sequential<br>
<code><i>-st</i>     </code>output data format is stream (default)<br>
<code><i>-ap</i>     </code>output data is appended to existing file<br>
<code><em>-cl</em>     </code>output data replaces existing file
if it exists (default) </p>
<p><br>
</p>
</ul>
<p>
<p>
<h3>Usage Notes</h3>
<p>
The <a href="gradcomdqfwrite.html"><code>q fwrite</code></a> command
returns the status of the <code>fwrite</code> options.
<p>
<h3>Examples </h3>
</body>
</html>
|