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
2f83b0ca
Commit
2f83b0ca
authored
Mar 20, 2017
by
Uwe Schulzweida
Browse files
Docu update.
parent
d4473b8b
Changes
4
Show whitespace changes
Inline
Side-by-side
doc/tex/grid.tex
View file @
2f83b0ca
...
...
@@ -39,7 +39,7 @@ In the following situations it is necessary to give a description of a horizonta
\begin{itemize}
\item
Changing the grid description (operator:
\htmlref
{
setgrid
}{
setgrid
}
)
\item
Horizontal interpolation (
operator:
\htmlref
{
remapXXX
}{
REMAPGRID
}
and
\htmlref
{
genXXX
}{
GENWEIGHTS
}
)
\item
Horizontal interpolation (
all remapping operators
)
\item
Generating of variables (operator:
\htmlref
{
const
}{
const
}
,
\htmlref
{
random
}{
random
}
)
\end{itemize}
...
...
doc/tex/mod/Vertint
View file @
2f83b0ca
...
...
@@ -37,7 +37,7 @@ Interpolates 3D variables on hybrid sigma pressure level to pressure level.
@BeginDescription
Interpolates 3D variables on hybrid sigma pressure level to height level.
The procedure is the same as for the operator @oper{m
h
2pl} except for
The procedure is the same as for the operator @oper{m
l
2pl} except for
the pressure levels being calculated from the heights by:
@math{plevel = 101325*exp(hlevel/-7000)}
@EndDescription
...
...
src/operator_help.h
View file @
2f83b0ca
...
...
@@ -4019,7 +4019,7 @@ static const char *VertintmlHelp[] = {
" Interpolates 3D variables on hybrid sigma pressure level to pressure level."
,
" ml2hl Model to height level interpolation"
,
" Interpolates 3D variables on hybrid sigma pressure level to height level."
,
" The procedure is the same as for the operator m
h
2pl except for"
,
" The procedure is the same as for the operator m
l
2pl except for"
,
" the pressure levels being calculated from the heights by:"
,
" plevel = 101325*exp(hlevel/-7000)"
,
""
,
...
...
src/util.h
View file @
2f83b0ca
...
...
@@ -221,6 +221,7 @@ int zaxisFromName(const char *zaxisname);
/* refactor: moved here from cdo.h */
int
cdo_omp_get_thread_num
(
void
);
void
strtolower
(
char
*
str
);
void
strtoupper
(
char
*
str
);
/* refactor: moved here from cdo.c */
void
exp_run
(
int
argc
,
char
*
argv
[],
const
char
*
cdoExpName
);
// job.c
...
...
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