File: gradcomdsetmisswarn.html

package info (click to toggle)
grads 3%3A2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,336 kB
  • sloc: ansic: 61,642; sh: 10,612; makefile: 201; python: 3
file content (15 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->

<H2><B>set misswarn</B></H2>
<P>
<code>set misswarn <i>on|off fnum</i></code>
<p>
This command enables a warning message when GrADS is unable to open one of the data files  in a templated data set.  The <code><i>fnum</i></code> argument specifies which of the open files the warnings shall be applied to. The warning message will contain the  name of the data file
that was missing. <p><H3>Example</H3>
<code>open mydata.ctl
<br />
set misswarn off
<br />
set t 1 last
<br />
d var </code>