Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 28842e744495811080ce537d0b6dab00 > files > 150

grads-2.0.a9-0.2.fc15.i686.rpm

<!--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 &lt;-be or -le&gt; &lt;-sq or -st&gt; &lt;-ap or -cl&gt; <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>&nbsp&nbsp&nbsp</code>output filename (default = <code>grads.fwrite</code>)<br>
    <code><i>-be</i>&nbsp&nbsp&nbsp&nbsp&nbsp</code>output data byte ordering is big endian<br>
    <code><i>-le</i>&nbsp&nbsp&nbsp&nbsp&nbsp</code>output data byte ordering is little endian<br>
    <code><i>-sq</i>&nbsp&nbsp&nbsp&nbsp&nbsp</code>output data format is sequential<br>
    <code><i>-st</i>&nbsp&nbsp&nbsp&nbsp&nbsp</code>output data format is stream (default)<br>
  <code><i>-ap</i>&nbsp&nbsp&nbsp&nbsp&nbsp</code>output data is appended to existing file<br>
  <code><em>-cl</em>&nbsp&nbsp&nbsp&nbsp&nbsp</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>