/usr/share/doc/grads/html/gradcomdsetlats.html is in grads 3:2.1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <!--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 lats</title>
</head>
<body bgcolor="e0f0ff" text="#000000">
<h2><b>set lats</b></h2>
<p>
<code>set lats <i>arguments</i></code>
<p>
Valid <code><i>arguments</i></code> are:
<p>
<pre>
parmtab <i>filename</i>
convention [ grads_grib | grib_only | coards ]
calendar [ standard | noleap | clim | climleap ]
frequency [ yearly | monthly | monthly_table_comp | weekly | daily | hourly | forecast_hourlyfixed]
delatat <i>n</i>
fhour <i>n</i>
model <i>model_name</i>
center <i>center_name</i>
create <i>filename</i>
comment <i>string</i>
gridtype [ linear | gaussian | generic ]
vertdim DIMNAME <i>val1 val2 ... valN</i>
var VARNAME [ average | accum | instant ] LEVEL_ID
timeoption [ grid | dim_env ]
write VAR_ID <i>level</i>
close
</pre>
<p>
<h3>Usage Notes</h3>
<ol>
</ol>
<p>
<h3>Examples </h3>
<p>
<pre>
set lats parmtab lats.ncep.MRFtable
set lats convention coards
set lats calendar standard
set lats frequency hourly
set lats deltat 6
set lats fhour 120
set lats model MRF
set lats center NCEP
set lats create MRF.EXP1
set lats comment "Latest MRF forecast with convection update"
set lats gridtype gaussian
set lats vertdim plev 1000 850 500 200
set lats var u instant 1
set lats v timeoption dim_env (use the GrADS dimension environment)
set lats write 1 500 (return from t lats var)
set lats close
</pre>
</body>
</html>
|