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
107662d2
Commit
107662d2
authored
Feb 02, 2017
by
Uwe Schulzweida
Browse files
Docu update.
parent
b0fc1fec
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/tex/makedoc
View file @
107662d2
...
...
@@ -818,6 +818,7 @@ while (<MOFILE>) {
$hline
=
$line
;
$hline
=~
s/\\%/%/g
;
$hline
=~
s/\@celsius/°C/og
;
$hline
=~
s/\@href\{([^}]*)\}\{([^}]*)\}/\2/g
;
if
(
$lines
>
1
)
{
printf
HELPFILE
("
\"
%-*s
",
$maxlen
,
"
");
}
...
...
@@ -826,8 +827,10 @@ while (<MOFILE>) {
$line
=~
s/^INTEGER/\\makebox[20mm][l]{\\textsf{\\small INTEGER}}/
;
$line
=~
s/^STRING/\\makebox[20mm][l]{\\textsf{\\small STRING}}/
;
$line
=~
s/_/\\_/g
;
$line
=~
s/</\$<\$/og
;
$line
=~
s/>/\$>\$/og
;
$line
=~
s/\@celsius/{\\textcelsius}/og
;
$line
=~
s/\@href\{([^}]*)\}\{([^}]*)\}/\\href{\1}{\\texttt \2}/g
;
print
TRFILE
"
$line
\n
";
$lines
=
$lines
+
1
;
}
...
...
doc/tex/mod/CMOR
View file @
107662d2
...
...
@@ -44,10 +44,9 @@ STRING Configuration file name
@Item = __grid_table
STRING Name of the MIP grid definition table as specified from PCMDI
@Item = __rename_<axis name>
STRING Rename z-axis to match the grid_table
STRING
Rename z-axis to match the grid_table
@Item = __inpath
STRING All remaining parameters are for
\href{http://cmor.llnl.gov/mydoc_cmor3_api/}{\texttt cmor_setup()}.
STRING All remaining parameters are for @href{http://cmor.llnl.gov/mydoc_cmor3_api/}{cmor_setup()}.
@Item = __chunk
STRING netcdf_file_action parameter of cmor_setup()
@Item = __set_verbosity
...
...
src/operator_help.h
View file @
107662d2
...
...
@@ -5056,9 +5056,8 @@ static const char *CMORHelp[] = {
" __var STRING Comma separated list of variables. Default is to process all variables."
,
" __info STRING Configuration file name"
,
" __grid_table STRING Name of the MIP grid definition table as specified from PCMDI"
,
" __rename_<axis name> STRING Rename z-axis to match the grid_table"
,
" __inpath STRING All remaining parameters are for"
,
" \href{http://cmor.llnl.gov/mydoc_cmor3_api/}{
\t
exttt cmor_setup()}."
,
" __rename_<axis name> STRING Rename z-axis to match the grid_table"
,
" __inpath STRING All remaining parameters are for cmor_setup()."
,
" __chunk STRING netcdf_file_action parameter of cmor_setup()"
,
" __set_verbosity STRING"
,
" __exit_control STRING"
,
...
...
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