Skip to content
GitLab
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
de73666d
Commit
de73666d
authored
Jun 27, 2016
by
Uwe Schulzweida
Browse files
Added docu for operator partab.
parent
8ba97d93
Changes
3
Hide whitespace changes
Inline
Side-by-side
OPERATORS
View file @
de73666d
...
...
@@ -33,6 +33,7 @@ Operator catalog:
Showinfo showdate Show date information
Showinfo showtime Show time information
Showinfo showtimestamp Show timestamp
Filedes partab Parameter table
Filedes codetab Parameter code table
Filedes griddes Grid description
Filedes zaxisdes Z-axis description
...
...
doc/tex/mod/Filedes
View file @
de73666d
...
...
@@ -5,15 +5,24 @@
@Section = Information
@Class = Information
@Arguments = ifile
@Operators = codetab griddes zaxisdes vct
@Operators =
partab
codetab griddes zaxisdes vct
@BeginDescription
This module pr
ints the description of the parameters, the grids,
the z-axi
s o
r
the
vertical coordinate table
.
This module pr
ovides operators to print meta information about a dataset.
The printed meta-data depend
s o
n
the
chosen operator
.
@EndDescription
@EndModule
@BeginOperator_partab
@Title = Parameter table
@BeginDescription
Prints all available meta information of the variables.
@EndDescription
@EndOperator
@BeginOperator_codetab
@Title = Parameter code table
...
...
src/operator_help.h
View file @
de73666d
...
...
@@ -164,16 +164,18 @@ static const char *ShowinfoHelp[] = {
static
const
char
*
FiledesHelp
[]
=
{
"NAME"
,
" codetab, griddes, zaxisdes, vct - Dataset description"
,
"
partab,
codetab, griddes, zaxisdes, vct - Dataset description"
,
""
,
"SYNOPSIS"
,
" <operator> ifile"
,
""
,
"DESCRIPTION"
,
" This module pr
ints the description of the parameters, the grids,
"
,
"
the z-axi
s o
r
the
vertical coordinate table
."
,
" This module pr
ovides operators to print meta information about a dataset.
"
,
"
The printed meta-data depend
s o
n
the
chosen operator
."
,
""
,
"OPERATORS"
,
" partab Parameter table"
,
" Prints all available meta information of the 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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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