diff --git a/doc/tex/mod/CMOR b/doc/tex/mod/CMOR index 958cc5284445b2f98631d2d433799e356285c58f..544c98d8b114803e6c8f5b0d0e2f4351bf466ea4 100644 --- a/doc/tex/mod/CMOR +++ b/doc/tex/mod/CMOR @@ -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 diff --git a/src/operator_help.h b/src/operator_help.h index 2d0fd32bba7d0312fda7346e541d6f881c294be6..0516d9d3f6c765af7c0ef0ddd02809c77f4aa804 100644 --- a/src/operator_help.h +++ b/src/operator_help.h @@ -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.",