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
7d988270
Commit
7d988270
authored
Feb 04, 2016
by
Uwe Schulzweida
Browse files
selseason: docu update
parent
d7f7f96e
Changes
3
Hide whitespace changes
Inline
Side-by-side
OPERATORS
View file @
7d988270
...
...
@@ -84,9 +84,9 @@ Operator catalog:
Seltime seltime Select times
Seltime selhour Select hours
Seltime selday Select days
Seltime selmon
Select months
Seltime selmon
th
Select months
Seltime selyear Select years
Seltime selseas
Select seasons
Seltime selseas
on
Select seasons
Seltime seldate Select dates
Seltime selsmon Select single month
Selbox sellonlatbox Select a longitude/latitude box
...
...
doc/tex/mod/Seltime
View file @
7d988270
...
...
@@ -5,7 +5,7 @@
@Section = Selection
@Class = Selection
@Arguments = ifile ofile
@Operators = seltimestep seltime selhour selday selmon selyear selseas seldate selsmon
@Operators = seltimestep seltime selhour selday selmon
th
selyear selseas
on
seldate selsmon
@BeginDescription
This module selects user specified timesteps from @file{ifile} and writes them to @file{ofile}.
...
...
@@ -54,7 +54,7 @@ Selects all timesteps with a day in a user given list.
@EndOperator
@BeginOperator_selmon
@BeginOperator_selmon
th
@Title = Select months
@Parameter = months
...
...
@@ -74,7 +74,7 @@ Selects all timesteps with a year in a user given list.
@EndOperator
@BeginOperator_selseas
@BeginOperator_selseas
on
@Title = Select seasons
@Parameter = seasons
...
...
@@ -118,7 +118,7 @@ INTEGER Comma separated list of months.
@Item = years
INTEGER Comma separated list of years.
@Item = seasons
STRING Comma separated list of seasons (DJF
,
MAM
,
JJA
,
SON).
STRING Comma separated list of seasons (
substring of
DJFMAMJJASON
D
).
@Item = date1
STRING Start date (format YYYY-MM-DDThh:mm:ss).
@Item = date2
...
...
@@ -133,7 +133,7 @@ INTEGER Number of timesteps after the selected month [default: nts1].
#@BeginExample
#@BeginVerbatim
# cdo seltimestep,6/8
# cdo selmon,6/8
# cdo selseas,JJA
# cdo selmon
th
,6/8
# cdo selseas
on
,JJA
#@EndVerbatim
#@EndExample
src/operator_help.h
View file @
7d988270
...
...
@@ -564,7 +564,7 @@ static const char *SelvarHelp[] = {
static
const
char
*
SeltimeHelp
[]
=
{
"NAME"
,
" seltimestep, seltime, selhour, selday, selmon, selyear, selseas, seldate, "
,
" seltimestep, seltime, selhour, selday, selmon
th
, selyear, selseas
on
, seldate, "
,
" selsmon - Select timesteps"
,
""
,
"SYNOPSIS"
,
...
...
@@ -572,9 +572,9 @@ static const char *SeltimeHelp[] = {
" seltime,times ifile ofile"
,
" selhour,hours ifile ofile"
,
" selday,days ifile ofile"
,
" selmon,months ifile ofile"
,
" selmon
th
,months ifile ofile"
,
" selyear,years ifile ofile"
,
" selseas,seasons ifile ofile"
,
" selseas
on
,seasons ifile ofile"
,
" seldate,date1[,date2] ifile ofile"
,
" selsmon,month[,nts1[,nts2]] ifile ofile"
,
""
,
...
...
@@ -591,11 +591,11 @@ static const char *SeltimeHelp[] = {
" Selects all timesteps with a hour in a user given list."
,
" selday Select days"
,
" Selects all timesteps with a day in a user given list."
,
" selmon
Select months"
,
" selmon
th
Select months"
,
" Selects all timesteps with a month in a user given list."
,
" selyear Select years"
,
" Selects all timesteps with a year in a user given list."
,
" selseas
Select seasons"
,
" selseas
on
Select seasons"
,
" Selects all timesteps with a month of a season in a user given list."
,
" seldate Select dates"
,
" Selects all timesteps with a date in a user given range."
,
...
...
@@ -609,7 +609,7 @@ static const char *SeltimeHelp[] = {
" days INTEGER Comma separated list of days."
,
" months INTEGER Comma separated list of months."
,
" years INTEGER Comma separated list of years."
,
" seasons STRING Comma separated list of seasons (DJF
,
MAM
,
JJA
,
SON)."
,
" seasons STRING Comma separated list of seasons (
substring of
DJFMAMJJASON
D
)."
,
" date1 STRING Start date (format YYYY-MM-DDThh:mm:ss)."
,
" date2 STRING End date (format YYYY-MM-DDThh:mm:ss) [default: date1]."
,
" nts1 INTEGER Number of timesteps before the selected month [default: 0]."
,
...
...
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