Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mpim-sw
cdo
Commits
b3b13ef6
Commit
b3b13ef6
authored
May 17, 2017
by
Fabian Wachsmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added mail adress to operator help
parent
5254bb2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
doc/tex/mod/CMOR
doc/tex/mod/CMOR
+2
-0
src/operator_help.h
src/operator_help.h
+6
-0
No files found.
doc/tex/mod/CMOR
View file @
b3b13ef6
...
...
@@ -27,6 +27,8 @@ Global attributes must be collected in info files and can be specified via keywo
@var{info}. All required and optional global attributes as well as information
about table file formats are given in the 'cdo cmor manual'.
If questions remain, do not hesitate to ask and send an email to wachsmannATdkrz.de.
@EndDescription
@EndModule
...
...
src/operator_help.h
View file @
b3b13ef6
...
...
@@ -3387,9 +3387,11 @@ static const char *FldcorHelp[] = {
" of two fields for each timestep. With"
,
" "
,
" S(t) = {x, i_1(t,x) != missval and i_2(t,x) != missval}"
,
" "
,
" it is"
,
" "
,
" o(t,1) = Cor{(i_1(t,x), i_2(t,x)), x_1 < x <= x_n}"
,
" "
,
" where w(x) are the area weights obtained by the input streams."
,
" For every timestep t only those field elements x belong to the sample,"
,
" which have i_1(t,x) != missval and i_2(t,x) != missval."
,
...
...
@@ -3409,9 +3411,11 @@ static const char *TimcorHelp[] = {
" of two fields over all timesteps. With"
,
" "
,
" S(x) = {t, i_1(t,x) != missval and i_2(t,x) != missval}"
,
" "
,
" it is"
,
" "
,
" o(1,x) = Cor{(i_1(t,x), i_2(t,x)), t_1 < t <= t_n}"
,
" "
,
" For every gridpoint x only those timesteps t belong to the sample,"
,
" which have i_1(t,x) != missval and i_2(t,x) != missval."
,
NULL
...
...
@@ -5159,6 +5163,8 @@ static const char *CMORHelp[] = {
" info. All required and optional global attributes as well as information"
,
" about table file formats are given in the 'cdo cmor manual'."
,
" "
,
" If questions remain, do not hesitate to ask and send an email to wachsmannATdkrz.de."
,
" "
,
""
,
"PARAMETER"
,
" MIPtable STRING Name of the MIP table as used by CMOR."
,
...
...
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