Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
2cc13f50
Commit
2cc13f50
authored
Jun 22, 2016
by
Uwe Schulzweida
Browse files
Docu update.
parent
57ae276a
Changes
4
Hide whitespace changes
Inline
Side-by-side
OPERATORS
View file @
2cc13f50
...
...
@@ -33,7 +33,7 @@ Operator catalog:
Showinfo showdate Show date information
Showinfo showtime Show time information
Showinfo showtimestamp Show timestamp
Filedes
pardes
Parameter
description
Filedes
codetab
Parameter
code table
Filedes griddes Grid description
Filedes zaxisdes Z-axis description
Filedes vct Vertical coordinate table
...
...
@@ -122,7 +122,7 @@ Operator catalog:
-------------------------------------------------------------
Setpartab setpartabp Set parameter table
Setpartab setpartabn Set parameter table
Set set
par
tab
Set parameter table
Set set
code
tab Set parameter
code
table
Set setcode Set code number
Set setparam Set parameter identifier
Set setname Set variable name
...
...
doc/tex/mod/Filedes
View file @
2cc13f50
...
...
@@ -5,7 +5,7 @@
@Section = Information
@Class = Information
@Arguments = ifile
@Operators =
pardes
griddes zaxisdes vct
@Operators =
codetab
griddes zaxisdes vct
@BeginDescription
This module prints the description of the parameters, the grids,
...
...
@@ -14,11 +14,11 @@ the z-axis or the vertical coordinate table.
@EndModule
@BeginOperator_
pardes
@Title = Parameter
description
@BeginOperator_
codetab
@Title = Parameter
code table
@BeginDescription
Prints a table with a description of all variables.
Prints a
code
table with a description of all variables.
For each variable the operator prints one line listing the
code, name, description and units.
@EndDescription
...
...
@@ -56,7 +56,7 @@ Prints the vertical coordinate table.
@C Assume an input dataset having three parameters with the names geosp, t and tslm1.
@C To print the description of these parameters use:
@C @BeginVerbatim
@C cdo
pardes
ifile
@C cdo
codetab
ifile
@C @EndVerbatim
@C Result:
@C @BeginVerbatim
...
...
doc/tex/mod/Set
View file @
2cc13f50
...
...
@@ -5,7 +5,7 @@
@Section = Modification
@Class = Modification
@Arguments = ifile ofile
@Operators = set
par
tab setcode setparam setname setunit setlevel setltype
@Operators = set
code
tab setcode setparam setname setunit setlevel setltype
@BeginDescription
This module sets some field information. Depending on the chosen operator the
...
...
@@ -14,12 +14,12 @@ parameter table, code number, parameter identifier, variable name or level is se
@EndModule
@BeginOperator_set
par
tab
@Title = Set parameter table
@BeginOperator_set
code
tab
@Title = Set parameter
code
table
@Parameter = table
@BeginDescription
Sets the parameter table for all variables.
Sets the parameter
code
table for all variables.
@EndDescription
@EndOperator
...
...
src/operator_help.h
View file @
2cc13f50
...
...
@@ -164,7 +164,7 @@ static const char *ShowinfoHelp[] = {
static
const
char
*
FiledesHelp
[]
=
{
"NAME"
,
"
pardes
, griddes, zaxisdes, vct - Dataset description"
,
"
codetab
, griddes, zaxisdes, vct - Dataset description"
,
""
,
"SYNOPSIS"
,
" <operator> ifile"
,
...
...
@@ -174,8 +174,8 @@ static const char *FiledesHelp[] = {
" the z-axis or the vertical coordinate table."
,
""
,
"OPERATORS"
,
"
pardes
Parameter
description
"
,
" Prints a table with a description of all variables."
,
"
codetab
Parameter
code table
"
,
" Prints a
code
table with a description of all variables."
,
" For each variable the operator prints one line listing the"
,
" code, name, description and units."
,
" griddes Grid description"
,
...
...
@@ -899,11 +899,11 @@ static const char *SetpartabHelp[] = {
static
const
char
*
SetHelp
[]
=
{
"NAME"
,
" set
par
tab, setcode, setparam, setname, setunit, setlevel, setltype - "
,
" set
code
tab, setcode, setparam, setname, setunit, setlevel, setltype - "
,
" Set field info"
,
""
,
"SYNOPSIS"
,
" set
par
tab,table ifile ofile"
,
" set
code
tab,table ifile ofile"
,
" setcode,code ifile ofile"
,
" setparam,param ifile ofile"
,
" setname,name ifile ofile"
,
...
...
@@ -916,20 +916,20 @@ static const char *SetHelp[] = {
" parameter table, code number, parameter identifier, variable name or level is set."
,
""
,
"OPERATORS"
,
" set
par
tab Set parameter table"
,
" Sets the parameter table for all variables."
,
" setcode Set code number"
,
" Sets the code number for all variables to the same given value."
,
" setparam Set parameter identifier"
,
" Sets the parameter identifier of the first variable."
,
" setname Set variable name"
,
" Sets the name of the first variable."
,
" setunit Set variable unit"
,
" Sets the unit of the first variable."
,
" setlevel Set level"
,
" Sets the first level of all variables."
,
" setltype Set GRIB level type"
,
" Sets the GRIB level type of all variables."
,
" set
code
tab Set parameter
code
table"
,
"
Sets the parameter
code
table for all variables."
,
" setcode
Set code number"
,
"
Sets the code number for all variables to the same given value."
,
" setparam
Set parameter identifier"
,
"
Sets the parameter identifier of the first variable."
,
" setname
Set variable name"
,
"
Sets the name of the first variable."
,
" setunit
Set variable unit"
,
"
Sets the unit of the first variable."
,
" setlevel
Set level"
,
"
Sets the first level of all variables."
,
" setltype
Set GRIB level type"
,
"
Sets the GRIB level type of all variables."
,
""
,
"PARAMETER"
,
" table STRING Parameter table file or name"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment