Standard atmospheric pressure generator. Generate a standard atmosphere's pressure, depending on the local elevation.
#include <StdPressGenerator.h>
Public Member Functions | |
| StandardPressureGenerator (const std::vector< std::string > &vecArgs, const std::string &i_algo) | |
| bool | generate (const size_t ¶m, MeteoData &md) |
| bool | create (const size_t ¶m, std::vector< MeteoData > &vecMeteo) |
Public Member Functions inherited from mio::GeneratorAlgorithm | |
| GeneratorAlgorithm (const std::vector< std::string > &, const std::string &i_algo) | |
| virtual | ~GeneratorAlgorithm () |
| std::string | getAlgo () const |
Additional Inherited Members | |
Protected Member Functions inherited from mio::GeneratorAlgorithm | |
| virtual void | parse_args (const std::vector< std::string > &i_vecArgs) |
Protected Attributes inherited from mio::GeneratorAlgorithm | |
| const std::string | algo |
Static Protected Attributes inherited from mio::GeneratorAlgorithm | |
| static const double | soil_albedo = .23 |
| static const double | snow_albedo = .85 |
| static const double | snow_thresh = .1 |
|
inline |
|
virtual |
Implements mio::GeneratorAlgorithm.
|
virtual |
Implements mio::GeneratorAlgorithm.