Skip to content
Snippets Groups Projects
Commit 3344b24d authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Afterburner: added docu

parent 36298e74
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ doc/tex/makepdfeca -text
doc/tex/makerefcard -text
doc/tex/missval.tex -text
doc/tex/mod/Adisit -text
doc/tex/mod/Afterburner -text
doc/tex/mod/Arith -text
doc/tex/mod/Arithc -text
doc/tex/mod/Arithdays -text
......
@BeginModule
@NewPage
@Name = Afterburner
@Title = ECHAM standard post processor
@Section = Miscellaneous
@Arguments = ifiles ofile
@Operators = after
@EndModule
@BeginOperator_after
@Title = ECHAM standard post processor
@BeginDescription
The "afterburner" is the standard post processor for ECHAM data which provides the following operations:
@BeginItemize
@Item = Extract specified variables and levels
@Item = Compute derived variables
@Item = Transform spectral data to Gaussian grid representation
@Item = Vertical interpolation to pressure levels or height
@Item = Compute temporal means
@EndItemize
@EndDescription
@EndOperator
@BeginExample
To interpolate ECHAM hybrid model level data to pressure levels of 925, 850, 500 and 200 hPa, use:
@BeginVerbatim
cdo after ifile ofile << EON
TYPE=30 LEVEL=92500,85000,50000,20000
EON
@EndVerbatim
@EndExample
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment