File: gradcomdsetfwrite.html

package info (click to toggle)
grads 3%3A2.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,396 kB
  • sloc: ansic: 61,645; sh: 10,612; makefile: 206; python: 3
file content (40 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download | duplicates (8)
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 &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>