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
b32098f4
Commit
b32098f4
authored
Jan 22, 2015
by
Uwe Schulzweida
Browse files
splityearmon: added docu
parent
ab5491e6
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b32098f4
...
...
@@ -4,7 +4,7 @@
2015-01-21 Uwe Schulzweida
* New operator: splityearmon
* New operator: splityearmon
- Split in years and months
2015-01-20 Uwe Schulzweida
...
...
NEWS
View file @
b32098f4
...
...
@@ -4,6 +4,7 @@ CDO NEWS
Version 1.6.8 (8 January 2015):
New operators:
* splityearmon: Split in years and months
* yseasadd: Add multi-year seasonal time series
* yseassub: Subtract multi-year seasonal time series
* yseasmul: Multiply multi-year seasonal time series
...
...
@@ -12,7 +13,7 @@ Version 1.6.8 (8 January 2015):
Changed modules:
* TimSTAT, Timpctl, TimselSTAT, Timselpctl, SeasSTAT, Seaspctl:
The output time stamp of all operators from the above modules
are change from the last to the middle contributing timestep.
are change
d
from the last to the middle contributing timestep.
Use the envirionment variable CDO_TIMESTAT_DATE=last to set
the outout time stamp to the last contributing timestep.
...
...
OPERATORS
View file @
b32098f4
...
...
@@ -56,6 +56,7 @@ Operator catalog:
Splittime splitday Split days
Splittime splitseas Split seasons
Splittime splityear Split years
Splittime splityearmon Split in years and months
Splittime splitmon Split months
Splitsel splitsel Split time selection
Distgrid distgrid Distribute horizontal grid
...
...
doc/cdo_refcard.pdf
View file @
b32098f4
No preview for this file type
doc/tex/mod/Splitsel
View file @
b32098f4
@BeginModule
@NewPage
@Name = Splitsel
@Title = Split selected timesteps
@Section = File operations
...
...
doc/tex/mod/Splittime
View file @
b32098f4
...
...
@@ -5,7 +5,7 @@
@Section = File operations
@Class = File operation
@Arguments = ifile obase
@Operators = splithour splitday splitseas splityear splitmon
@Operators = splithour splitday splitseas splityear
splityearmon
splitmon
@BeginDescription
This module splits @file{ifile} into timesteps pieces. The output files will be named
...
...
@@ -56,12 +56,22 @@ Splits a file into pieces, one for each different season.
@EndOperator
@BeginOperator_splityearmon
@Title = Split in years and months
@BeginDescription
Splits a file into pieces, one for each different year and month.
@file{xxx} will have six digits with the year and month (YYYYMM).
@EndDescription
@EndOperator
@BeginOperator_splityear
@Title = Split years
@BeginDescription
Splits a file into pieces, one for each different year.
@file{xxx} will have four digits with the year.
@file{xxx} will have four digits with the year
(YYYY)
.
@EndDescription
@EndOperator
...
...
src/operator_help.h
View file @
b32098f4
...
...
@@ -330,7 +330,7 @@ static char *SplitHelp[] = {
static
char
*
SplittimeHelp
[]
=
{
"NAME"
,
" splithour, splitday, splitseas, splityear, splitmon - "
,
" splithour, splitday, splitseas, splityear,
splityearmon,
splitmon - "
,
" Split timesteps of a dataset"
,
""
,
"SYNOPSIS"
,
...
...
@@ -343,21 +343,24 @@ static char *SplittimeHelp[] = {
" xxx and the contents of the output files depends on the chosen operator. "
,
""
,
"OPERATORS"
,
" splithour Split hours"
,
" Splits a file into pieces, one for each different hour."
,
" xxx will have two digits with the hour."
,
" splitday Split days"
,
" Splits a file into pieces, one for each different day."
,
" xxx will have two digits with the day."
,
" splitseas Split seasons"
,
" Splits a file into pieces, one for each different season."
,
" xxx will have three characters with the season."
,
" splityear Split years"
,
" Splits a file into pieces, one for each different year."
,
" xxx will have four digits with the year."
,
" splitmon Split months"
,
" Splits a file into pieces, one for each different month."
,
" xxx will have two digits with the month."
,
" splithour Split hours"
,
" Splits a file into pieces, one for each different hour."
,
" xxx will have two digits with the hour."
,
" splitday Split days"
,
" Splits a file into pieces, one for each different day."
,
" xxx will have two digits with the day."
,
" splitseas Split seasons"
,
" Splits a file into pieces, one for each different season."
,
" xxx will have three characters with the season."
,
" splityear Split years"
,
" Splits a file into pieces, one for each different year."
,
" xxx will have four digits with the year (YYYY)."
,
" splityearmon Split in years and months"
,
" Splits a file into pieces, one for each different year and month."
,
" xxx will have six digits with the year and month (YYYYMM)."
,
" splitmon Split months"
,
" Splits a file into pieces, one for each different month."
,
" xxx will have two digits with the month."
,
""
,
"PARAMETER"
,
" format STRING C-style format for strftime() (e.g. %B for the full month name)"
,
...
...
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