Incoming or reflected short wave generator.
Generate the incoming short wave radiation from the reflected short wave radiation or the opposite. The albedo is either a grassy soil albedo or a snow albedo depending on the snow height. It has the following optional arguments:
- FORCE: If no snow height is available, the generator will simply return unless the "FORCE" argument is set to TRUE
[Generators]
ISWR::generator1 = ISWR_ALBEDO
|
| IswrAlbedoGenerator (const std::vector< std::pair< std::string, std::string > > &vecArgs, const std::string &i_algo, const std::string &i_section, const double &TZ) |
|
bool | generate (const size_t ¶m, MeteoData &md, const std::vector< MeteoData > &vecMeteo) override |
|
bool | create (const size_t ¶m, const size_t &ii_min, const size_t &ii_max, std::vector< MeteoData > &vecMeteo) override |
| Fill one time series of MeteoData for one station. More...
|
|
virtual | ~GeneratorAlgorithm () |
|
virtual bool | generate (const size_t ¶m, MeteoData &md, const std::vector< MeteoData > &vecMeteo)=0 |
|
virtual bool | create (const size_t ¶m, const size_t &ii_min, const size_t &ii_max, std::vector< MeteoData > &vecMeteo)=0 |
| Fill one time series of MeteoData for one station. More...
|
|
bool | skipStation (const std::string &station_id) const |
| Should this station be skipped, based on user-provided station ID restrictions? More...
|
|
bool | skipTimeStep (const Date &dt) const |
| Should this timestep be skipped, based on user-provided time restrictions? More...
|
|
bool | skipHeight (const double &height) const |
|
std::vector< DateRange > | getTimeRestrictions () const |
|
std::string | getAlgo () const |
|