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
5fc7ce6f
Commit
5fc7ce6f
authored
Oct 28, 2016
by
Uwe Schulzweida
Browse files
Added CMORlite docu.
parent
ea344391
Changes
6
Hide whitespace changes
Inline
Side-by-side
OPERATORS
View file @
5fc7ce6f
...
...
@@ -547,6 +547,8 @@ Operator catalog:
Strbre strbre Strong breeze days index per time period
Strgal strgal Strong gale days index per time period
Hurr hurr Hurricane days index per time period
CMORlite cmorlite CMOR lite
CMOR cmor CMOR
-------------------------------------------------------------
Magics
-------------------------------------------------------------
...
...
@@ -555,10 +557,6 @@ Operator catalog:
Magplot grfill Shaded gridfill plot
Magvector vector Vector arrows plot
Maggraph graph Line graph plot
-------------------------------------------------------------
CMOR
-------------------------------------------------------------
CMOR cmor CMOR
-------------------------------------------------------------
Climate indices
-------------------------------------------------------------
...
...
doc/tex/Modules
View file @
5fc7ce6f
...
...
@@ -139,10 +139,11 @@ Strwin Miscellaneous
Strbre Miscellaneous
Strgal Miscellaneous
Hurr Miscellaneous
CMORlite Miscellaneous
CMOR Miscellaneous
Magplot Magics
Magvector Magics
Maggraph Magics
CMOR CMOR
EcaCdd Climate indices
EcaCfd Climate indices
EcaCsu Climate indices
...
...
doc/tex/makedoc
View file @
5fc7ce6f
...
...
@@ -264,14 +264,14 @@ while (<MOFILE>) {
print
TRLIST
"
Here is a short overview of all operators in this section:
\\\\\n
";
print
TRLIST
"
\n
";
if
(
$shortname
ne
"
climat
"
&&
$shortname
ne
"
magics
"
&&
$shortname
ne
"
cmor
"
)
{
if
(
$shortname
ne
"
climat
"
&&
$shortname
ne
"
magics
"
&&
$shortname
ne
"
xxx
cmor
"
)
{
print
TROVER
"
\\
newpage
\n
";
print
TROVER
"
\\
section{
$chap
}
\n
";
print
TROVER
"
\\
input{ref_intro_
${shortname}
}
\n
";
print
TROVER
"
\\
input{ref_list_
${shortname}
}
\n
";
print
TROVER
"
\\
input{ref_man_
${shortname}
}
\n\n
";
}
if
(
$shortname
eq
"
climat
"
||
$shortname
eq
"
magics
"
||
$shortname
eq
"
cmor
"
)
{
if
(
$shortname
eq
"
climat
"
||
$shortname
eq
"
magics
"
||
$shortname
eq
"
xxx
cmor
"
)
{
# print "find eca!";
$refskip
=
1
;
}
...
...
doc/tex/mod/CMOR
View file @
5fc7ce6f
...
...
@@ -2,7 +2,7 @@
@NewPage
@Name = CMOR
@Title = CMOR
@Section =
CMOR
@Section =
Miscellaneous
@Arguments = ifile
@Operators = cmor
...
...
doc/tex/mod/CMORlite
0 → 100644
View file @
5fc7ce6f
@BeginModule
@NewPage
@Name = CMORlite
@Title = CMOR lite
@Section = Miscellaneous
@Arguments = ifile ofile
@Operators = cmorlite
@BeginDescription
@EndDescription
@EndModule
@BeginOperator_cmorlite
@Title = CMOR lite
@Parameter = table
@EndOperator
@BeginParameter
@Item = table
STRING Name of the CMOR table as specified from PCMDI
@EndParameter
@BeginExample
@EndExample
src/operator_help.h
View file @
5fc7ce6f
...
...
@@ -4974,6 +4974,39 @@ static const char *HurrHelp[] = {
NULL
};
static
const
char
*
CMORliteHelp
[]
=
{
"NAME"
,
" cmorlite - CMOR lite"
,
""
,
"SYNOPSIS"
,
" cmorlite,table ifile ofile"
,
""
,
"DESCRIPTION"
,
""
,
"PARAMETER"
,
" tab STRING Name of the CMOR table as specified from PCMDI"
,
NULL
};
static
const
char
*
CMORHelp
[]
=
{
"NAME"
,
" cmor - CMOR"
,
""
,
"SYNOPSIS"
,
" cmor,tab[,options] ifile"
,
""
,
"DESCRIPTION"
,
" Options is a comma separated list of
\"
key=value
\"
pairs with optional parameters."
,
""
,
"PARAMETER"
,
" tab STRING Name of the CMOR table as specified from PCMDI"
,
" var STRING Comma separated list of variables"
,
" expinfo STRING Experiment specific parameter file"
,
" modinfo STRING Model specific parameter file"
,
" userinfo STRING User/institute specific parameter file"
,
NULL
};
static
const
char
*
MagplotHelp
[]
=
{
"NAME"
,
" contour, shaded, grfill - Lat/Lon plot"
,
...
...
@@ -5130,25 +5163,6 @@ static const char *MaggraphHelp[] = {
NULL
};
static
const
char
*
CMORHelp
[]
=
{
"NAME"
,
" cmor - CMOR"
,
""
,
"SYNOPSIS"
,
" cmor,tab[,options] ifile"
,
""
,
"DESCRIPTION"
,
" Options is a comma separated list of
\"
key=value
\"
pairs with optional parameters."
,
""
,
"PARAMETER"
,
" tab STRING Name of the CMOR table as specified from PCMDI"
,
" var STRING Comma separated list of variables"
,
" expinfo STRING Experiment specific parameter file"
,
" modinfo STRING Model specific parameter file"
,
" userinfo STRING User/institute specific parameter file"
,
NULL
};
static
const
char
*
EcaCddHelp
[]
=
{
"NAME"
,
" eca_cdd - Consecutive dry days index per time period"
,
...
...
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