UFO
|
Two optional parameters permit overriding default tropopause pressure at the equator and poles (linear interp between). The optional save (default=false) option can be used to save calculated tropopause estimate to the output file. By default (convert_p2z=false), the output is tropopause pressure, but this optional argument can convert the answer from pressure to height using the ICAO standard atmosphere approximation. More...
#include <TropopauseEstimate.h>
Public Attributes | |
oops::Parameter< float > | tropo_equator {"tropo_equator", 13500.0f, this} |
oops::Parameter< float > | tropo_pole {"tropo_pole", 36000.0f, this} |
oops::Parameter< bool > | convert_p2z {"convert_p2z", false, this} |
oops::Parameter< bool > | save {"save", false, this} |
Two optional parameters permit overriding default tropopause pressure at the equator and poles (linear interp between). The optional save (default=false) option can be used to save calculated tropopause estimate to the output file. By default (convert_p2z=false), the output is tropopause pressure, but this optional argument can convert the answer from pressure to height using the ICAO standard atmosphere approximation.
Definition at line 34 of file TropopauseEstimate.h.
oops::Parameter<bool> ufo::TropopauseEstimateParameters::convert_p2z {"convert_p2z", false, this} |
Definition at line 42 of file TropopauseEstimate.h.
oops::Parameter<bool> ufo::TropopauseEstimateParameters::save {"save", false, this} |
Definition at line 43 of file TropopauseEstimate.h.
oops::Parameter<float> ufo::TropopauseEstimateParameters::tropo_equator {"tropo_equator", 13500.0f, this} |
Default: The tropopause near the equator is located at a constant pressure level (135 hPa) in a belt from 15 S to 15 N and increases linearly to the poles to 360 hPa.
Definition at line 40 of file TropopauseEstimate.h.
oops::Parameter<float> ufo::TropopauseEstimateParameters::tropo_pole {"tropo_pole", 36000.0f, this} |
Definition at line 41 of file TropopauseEstimate.h.