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
cfd710c5
Commit
cfd710c5
authored
Dec 09, 2013
by
Uwe Schulzweida
Browse files
timpctl: docu update
parent
bf4d0500
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/mod/Timpctl
View file @
cfd710c5
...
...
@@ -8,15 +8,13 @@
@Operators = timpctl
@BeginDescription
This operator computes percentiles over all timesteps in @file{ifile1}.
The algorithm uses histograms with minimum and maximum bounds given in
@file{ifile2} and @file{ifile3}, respectively. The default number of
histogram bins is 101. The default can be overridden by setting the
environment variable @env{CDO_PCTL_NBINS} to a different value. The files
@file{ifile2} and @file{ifile3} should be the result of corresponding
@mod{timmin} and @mod{timmax} operations, respectively.
The date information of a timestep in @file{ofile} is the date of the
last contributing timestep in @file{ifile1}.
This operator computes percentiles over all timesteps in @file{ifile1}. The algorithm uses
histograms with minimum and maximum bounds given in @file{ifile2} and @file{ifile3}, respectively.
The default number of histogram bins is 101. The default can be overridden by setting the
environment variable @env{CDO_PCTL_NBINS} to a different value. The files @file{ifile2} and @file{ifile3}
should be the result of corresponding @mod{timmin} and @mod{timmax} operations, respectively.
The date information of a timestep in @file{ofile} is the date of the last contributing
timestep in @file{ifile1}.
@EndDescription
@EndModule
...
...
src/operator_help.h
View file @
cfd710c5
...
...
@@ -2042,15 +2042,13 @@ static char *TimpctlHelp[] = {
" timpctl,p ifile1 ifile2 ifile3 ofile"
,
""
,
"DESCRIPTION"
,
" This operator computes percentiles over all timesteps in ifile1."
,
" The algorithm uses histograms with minimum and maximum bounds given in"
,
" ifile2 and ifile3, respectively. The default number of"
,
" histogram bins is 101. The default can be overridden by setting the"
,
" environment variable CDO_PCTL_NBINS to a different value. The files"
,
" ifile2 and ifile3 should be the result of corresponding"
,
" timmin and timmax operations, respectively."
,
" The date information of a timestep in ofile is the date of the"
,
" last contributing timestep in ifile1."
,
" This operator computes percentiles over all timesteps in ifile1. The algorithm uses "
,
" histograms with minimum and maximum bounds given in ifile2 and ifile3, respectively. "
,
" The default number of histogram bins is 101. The default can be overridden by setting the"
,
" environment variable CDO_PCTL_NBINS to a different value. The files ifile2 and ifile3"
,
" should be the result of corresponding timmin and timmax operations, respectively."
,
" The date information of a timestep in ofile is the date of the last contributing "
,
" timestep in ifile1."
,
" "
,
" o(1,x) = pth percentile {i(t',x), t_1<t'<=t_n}"
,
""
,
...
...
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