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
d95c4d6c
Commit
d95c4d6c
authored
Jul 17, 2006
by
Uwe Schulzweida
Browse files
Docu update
parent
4ccb9302
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/tex/mod/Select
View file @
d95c4d6c
...
...
@@ -5,7 +5,7 @@
@Section = Selection
@Class = Selection
@Arguments = ifile ofile
@Operators = selcode delcode selvar delvar sellevel selgrid selgridname selzaxis selzaxisname seltabnum selrec
@Operators = selcode delcode selvar delvar
selstdname
sellevel selgrid selgridname selzaxis selzaxisname seltabnum selrec
@BeginDescription
This module selects some fields from @file{ifile} and writes them to @file{ofile}.
...
...
@@ -54,6 +54,16 @@ Deletes all fields with variable names in a user given list.
@EndOperator
@BeginOperator_selstdname
@Title = Select standard names
@Parameter = stdnames
@BeginDescription
Selects all fields with standard names in a user given list.
@EndDescription
@EndOperator
@BeginOperator_sellevel
@Title = Select levels
@Parameter = levels
...
...
@@ -130,6 +140,8 @@ This operator can not be used with netCDF data!
INTEGER Comma separated list of code numbers
@Item = vars
STRING Comma separated list of variable names
@Item = stdnames
STRING Comma separated list of standard names
@Item = levels
FLOAT Comma separated list of levels
@Item = grids
...
...
doc/tex/mod/Showinfo
View file @
d95c4d6c
...
...
@@ -5,7 +5,7 @@
@Section = Information
@Class = Information
@Arguments = ifile
@Operators = showcode showvar showlevel showyear showmon showdate showtime
@Operators = showcode showvar
showstdname
showlevel showyear showmon showdate showtime
@BeginDescription
This module prints, according to the actual operator,
...
...
@@ -32,6 +32,15 @@ Prints the name of all different variables.
@EndOperator
@BeginOperator_showstdname
@Title = Show standard names
@BeginDescription
Prints the standard name of all different variables.
@EndDescription
@EndOperator
@BeginOperator_showlevel
@Title = Show levels
...
...
src/operator_help.h
View file @
d95c4d6c
...
...
@@ -117,8 +117,8 @@ static char *NinfoHelp[] = {
static
char
*
ShowinfoHelp
[]
=
{
"NAME"
,
" showcode, showvar, showlevel, showyear, showmon, showdate,
showtime -
"
,
" Show variables, levels or times"
,
" showcode, showvar,
showstdname,
showlevel, showyear, showmon, showdate, "
,
"
showtime -
Show variables, levels or times"
,
""
,
"SYNOPSIS"
,
" <operator> ifile"
,
...
...
@@ -128,20 +128,22 @@ static char *ShowinfoHelp[] = {
" the variables, levels or times of the input dataset."
,
""
,
"OPERATORS"
,
" showcode Show codes"
,
" Prints the code number of all different variables."
,
" showvar Show variable names"
,
" Prints the name of all different variables."
,
" showlevel Show levels"
,
" Prints all levels for each variable."
,
" showyear Show years"
,
" Prints all different years."
,
" showmon Show months"
,
" Prints all different months."
,
" showdate Show dates"
,
" Prints all different dates."
,
" showtime Show time steps"
,
" Prints all time steps."
,
" showcode Show codes"
,
" Prints the code number of all different variables."
,
" showvar Show variable names"
,
" Prints the name of all different variables."
,
" showstdname Show standard names"
,
" Prints the standard name of all different variables."
,
" showlevel Show levels"
,
" Prints all levels for each variable."
,
" showyear Show years"
,
" Prints all different years."
,
" showmon Show months"
,
" Prints all different months."
,
" showdate Show dates"
,
" Prints all different dates."
,
" showtime Show time steps"
,
" Prints all time steps."
,
NULL
};
...
...
@@ -306,14 +308,15 @@ static char *SplittimeHelp[] = {
static
char
*
SelectHelp
[]
=
{
"NAME"
,
" selcode, delcode, selvar, delvar, sellevel, selgrid, selgridname,
selzaxis,
"
,
" selzaxisname, seltabnum, selrec - Select fields"
,
" selcode, delcode, selvar, delvar,
selstdname,
sellevel, selgrid, selgridname, "
,
"
selzaxis,
selzaxisname, seltabnum, selrec - Select fields"
,
""
,
"SYNOPSIS"
,
" selcode,codes ifile ofile"
,
" delcode,codes ifile ofile"
,
" selvar,vars ifile ofile"
,
" delvar,vars ifile ofile"
,
" selstdname,stdnames ifile ofile"
,
" sellevel,levels ifile ofile"
,
" selgrid,grids ifile ofile"
,
" selgridname,gridnames ifile ofile"
,
...
...
@@ -335,6 +338,8 @@ static char *SelectHelp[] = {
" Selects all fields with variable names in a user given list."
,
" delvar Delete variables"
,
" Deletes all fields with variable names in a user given list."
,
" selstdname Select standard names"
,
" Selects all fields with standard names in a user given list."
,
" sellevel Select levels"
,
" Selects all fields with levels in a user given list."
,
" selgrid Select grids"
,
...
...
@@ -354,6 +359,7 @@ static char *SelectHelp[] = {
"PARAMETER"
,
" codes INTEGER Comma separated list of code numbers"
,
" vars STRING Comma separated list of variable names"
,
" stdnames STRING Comma separated list of standard names"
,
" levels FLOAT Comma separated list of levels"
,
" grids INTEGER Comma separated list of grid numbers"
,
" gridnames STRING Comma separated list of grid names"
,
...
...
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