Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
65db888b
Commit
65db888b
authored
Oct 26, 2020
by
Uwe Schulzweida
Browse files
Ymonstat: added support for option timestat_date.
parent
d163475d
Pipeline
#4873
passed with stages
in 22 minutes and 20 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
65db888b
...
...
@@ -3,6 +3,10 @@
* Using CDI library version 1.9.9
* Version 1.9.9 release
2020-10-26 Uwe Schulzweida
* Ymonstat: added support for option timestat_date
2020-10-16 Uwe Schulzweida
* Added support for keyword np in grid description file (alias for numNPE) [Bug #9943]
...
...
doc/tex/mod/Ymonstat
View file @
65db888b
...
...
@@ -12,6 +12,7 @@ This module computes statistical values of each month of year.
Depending on the chosen operator the minimum, maximum, range, sum, average, variance
or standard deviation of each month of year in @file{infile} is written to @file{outfile}.
The date information in an output field is the date of the last contributing input field.
This can be change with the CDO option --timestat_date <first|middle|last>.
@EndDescription
@EndModule
...
...
src/operator_help.h
View file @
65db888b
...
...
@@ -3452,6 +3452,7 @@ static const char *YmonstatHelp[] = {
" Depending on the chosen operator the minimum, maximum, range, sum, average, variance"
,
" or standard deviation of each month of year in infile is written to outfile."
,
" The date information in an output field is the date of the last contributing input field."
,
" This can be change with the CDO option --timestat_date <first|middle|last>."
,
""
,
"OPERATORS"
,
" ymonmin Multi-year monthly minimum"
,
...
...
Write
Preview
Markdown
is supported
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