File: gradcomdrun.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 (34 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (9)
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
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->

<html>
<title>GrADS Command: run</title>
<body>

<H2><B>run</B></H2><P>

<code>run <i>filename &ltarguments&gt</i></code>

<p>
This command runs the script contained in the named file, which
generally has a <code>".gs"</code> tag at the end. Optional
<code><i>arguments</i></code> are passed to the script as a string
variable.

<H3>Usage Notes</H3><P>
<p>
The <code>run</code> command and the <code>".gs"</code> extension may
be implied. A Grads command such as: 
<ul><code>run cbar.gs</code></ul>

<p>
may be simplified to: 
<ul><code>cbar</code></ul>

<p>
See the discussion on <a href="script.html#storing">storing Grads
scripts</a> for further information.

<H3>Examples</H3><P>

</body>
</html>