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
1c3ea061
Commit
1c3ea061
authored
Aug 04, 2016
by
Uwe Schulzweida
Browse files
Afterburner: docu update.
parent
2e6eb5ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/tex/makedoc
View file @
1c3ea061
...
...
@@ -1106,6 +1106,10 @@ sub print_description {
}
elsif
(
"
$kword
"
eq
"
\@
ENDLIST
"
)
{
print
TRFILE
"
\\
end{defalist}
\n
";
$list
=
0
;
}
elsif
(
"
$kword
"
eq
"
\@
BEGINTABLE6
"
)
{
print
TRFILE
"
\\
begin{tabular}[t]{|l|l|l|l|l|l|}
\n
";
print
TRFILE
"
\\
hline
\n
";
$table
=
1
;
}
elsif
(
"
$kword
"
eq
"
\@
BEGINTABLE5
"
)
{
print
TRFILE
"
\\
begin{tabular}[t]{|l|l|l|l|l|}
\n
";
print
TRFILE
"
\\
hline
\n
";
...
...
@@ -1243,6 +1247,7 @@ sub print_description {
$docline
=~
s/\\_/_/g
;
$docline
=~
s/\\cite//og
;
$docline
=~
s/\\neq/!=/og
;
$docline
=~
s/\\exp /^/og
;
$docline
=~
s/\\exp/^/og
;
$docline
=~
s/\\and/&&/og
;
$docline
=~
s/\\or/||/og
;
...
...
doc/tex/mod/Afterburner
View file @
1c3ea061
...
...
@@ -61,25 +61,25 @@ the type is a global parameter.
@boldtt{CODE} selects the variables by the ECHAM GRIB1 code number (1-255). The default value @boldtt{-1} processes all detected codes.
Derived variables computed by the afterburner:
@BeginTable
5
@bold{Code} & @bold{Name} & @bold{Longname} & @bold{Level} & @bold{Needed Codes
/Computation
}
34 & low_cld & low cloud & single & 223 on modellevel
35 & mid_cld & mid cloud & single & 223 on modellevel
36 & hih_cld & high cloud & single & 223 on modellevel
131 & u & u-velocity & atm (ml+pl) & 138, 155
132 & v & v-velocity & atm (ml+pl) & 138, 155
135 & omega & vertical velocity & atm (ml+pl) & 138, 152, 155
148 & stream & streamfunction & atm (ml+pl) & 131, 132
149 & velopot & velocity potential & atm (ml+pl) & 131, 132
151 & slp & mean sea level pressure & surface & 129, 130, 152
156 & geopoth & geopotential height & atm (ml+pl) & 129, 130, 133, 152
157 & rhumidity & relative humidity & atm (ml+pl) & 130, 133, 152
189 & sclfs & surface solar cloud forcing & surface & 176-185
190 & tclfs & surface thermal cloud forcing & surface & 177-186
191 & sclf0 & top solar cloud forcing & surface & 178-187
192 & tclf0 & top thermal cloud forcing & surface & 179-188
259 & windspeed & windspeed & atm (ml+pl) & sqrt(u*u+v*v)
260 & precip & total precipitation & surface & 142+143
@BeginTable
6
@bold{Code} & @bold{Name} & @bold{Longname} &
@bold{Units} &
@bold{Level} & @bold{Needed Codes}
34 & low_cld & low cloud &
&
single & 223 on modellevel
35 & mid_cld & mid cloud &
&
single & 223 on modellevel
36 & hih_cld & high cloud &
&
single & 223 on modellevel
131 & u & u-velocity &
m/s &
atm (ml+pl) & 138, 155
132 & v & v-velocity &
m/s &
atm (ml+pl) & 138, 155
135 & omega & vertical velocity &
Pa/s &
atm (ml+pl) & 138, 152, 155
148 & stream & streamfunction &
m\exp 2/s &
atm (ml+pl) & 131, 132
149 & velopot & velocity potential &
m\exp 2/s &
atm (ml+pl) & 131, 132
151 & slp & mean sea level pressure &
Pa &
surface & 129, 130, 152
156 & geopoth & geopotential height &
m &
atm (ml+pl) & 129, 130, 133, 152
157 & rhumidity & relative humidity &
&
atm (ml+pl) & 130, 133, 152
189 & sclfs & surface solar cloud forcing &
&
surface & 176-185
190 & tclfs & surface thermal cloud forcing &
&
surface & 177-186
191 & sclf0 & top solar cloud forcing &
&
surface & 178-187
192 & tclf0 & top thermal cloud forcing &
&
surface & 179-188
259 & windspeed & windspeed &
m/s &
atm (ml+pl) & sqrt(u*u+v*v)
260 & precip & total precipitation &
&
surface & 142+143
@EndTable
@boldtt{LEVEL} selects the hybrid or pressure levels. The allowed values depends on the parameter @boldtt{TYPE}.
...
...
src/operator_help.h
View file @
1c3ea061
...
...
@@ -1359,7 +1359,7 @@ static const char *ExprHelp[] = {
" - & subtraction & x - y & Difference of x and y "
,
" * & multiplication & x * y & Product of x and y "
,
" / & division & x / y & Quotient of x and y"
,
" ^
& exponentiation & x ^
y & Exponentiates x with y "
,
" ^ & exponentiation & x ^y & Exponentiates x with y "
,
" == & equal to & x == y & 1, if x equal to y; else 0"
,
" != & not equal to & x != y & 1, if x not equal to y; else 0"
,
" > & greater than & x > y & 1, if x greater than y; else 0"
,
...
...
@@ -4441,24 +4441,24 @@ static const char *AfterburnerHelp[] = {
" CODE selects the variables by the ECHAM GRIB1 code number (1-255). The default value -1 processes all detected codes."
,
" Derived variables computed by the afterburner:"
,
" "
,
" Code & Name & Longname & Level & Needed Codes
/Computation
"
,
" 34 & low_cld & low cloud & single & 223 on modellevel "
,
" 35 & mid_cld & mid cloud & single & 223 on modellevel "
,
" 36 & hih_cld & high cloud & single & 223 on modellevel "
,
" 131 & u & u-velocity & atm (ml+pl) & 138, 155 "
,
" 132 & v & v-velocity & atm (ml+pl) & 138, 155 "
,
" 135 & omega & vertical velocity & atm (ml+pl) & 138, 152, 155 "
,
" 148 & stream & streamfunction & atm (ml+pl) & 131, 132 "
,
" 149 & velopot & velocity potential & atm (ml+pl) & 131, 132 "
,
" 151 & slp & mean sea level pressure & surface & 129, 130, 152 "
,
" 156 & geopoth & geopotential height & atm (ml+pl) & 129, 130, 133, 152 "
,
" 157 & rhumidity & relative humidity & atm (ml+pl) & 130, 133, 152 "
,
" 189 & sclfs & surface solar cloud forcing & surface & 176-185 "
,
" 190 & tclfs & surface thermal cloud forcing & surface & 177-186 "
,
" 191 & sclf0 & top solar cloud forcing & surface & 178-187 "
,
" 192 & tclf0 & top thermal cloud forcing & surface & 179-188 "
,
" 259 & windspeed & windspeed & atm (ml+pl) & sqrt(u*u+v*v) "
,
" 260 & precip & total precipitation & surface & 142+143 "
,
" Code & Name & Longname &
Units &
Level & Needed Codes"
,
" 34 & low_cld & low cloud &
&
single & 223 on modellevel "
,
" 35 & mid_cld & mid cloud &
&
single & 223 on modellevel "
,
" 36 & hih_cld & high cloud &
&
single & 223 on modellevel "
,
" 131 & u & u-velocity &
m/s &
atm (ml+pl) & 138, 155 "
,
" 132 & v & v-velocity &
m/s &
atm (ml+pl) & 138, 155 "
,
" 135 & omega & vertical velocity &
Pa/s &
atm (ml+pl) & 138, 152, 155 "
,
" 148 & stream & streamfunction &
m^2/s &
atm (ml+pl) & 131, 132 "
,
" 149 & velopot & velocity potential &
m^2/s &
atm (ml+pl) & 131, 132 "
,
" 151 & slp & mean sea level pressure &
Pa &
surface & 129, 130, 152 "
,
" 156 & geopoth & geopotential height &
m &
atm (ml+pl) & 129, 130, 133, 152 "
,
" 157 & rhumidity & relative humidity &
&
atm (ml+pl) & 130, 133, 152 "
,
" 189 & sclfs & surface solar cloud forcing &
&
surface & 176-185 "
,
" 190 & tclfs & surface thermal cloud forcing &
&
surface & 177-186 "
,
" 191 & sclf0 & top solar cloud forcing &
&
surface & 178-187 "
,
" 192 & tclf0 & top thermal cloud forcing &
&
surface & 179-188 "
,
" 259 & windspeed & windspeed &
m/s &
atm (ml+pl) & sqrt(u*u+v*v) "
,
" 260 & precip & total precipitation &
&
surface & 142+143 "
,
" "
,
" LEVEL selects the hybrid or pressure levels. The allowed values depends on the parameter TYPE."
,
" The default value -1 processes all detected levels."
,
...
...
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