35 TsGenerator(
const std::vector<std::string>& vecArgs,
const std::string& i_algo)
38 bool create(
const size_t& param, std::vector<MeteoData>& vecMeteo);
40 static const double e_snow, e_soil;
bool create(const size_t ¶m, std::vector< MeteoData > &vecMeteo)
Definition: TsGenerator.cc:48
Interface class for the generator models. These models generate data for a specific parameter when al...
Definition: GeneratorAlgorithms.h:110
virtual void parse_args(const std::vector< std::string > &i_vecArgs)
Definition: GeneratorAlgorithms.cc:163
Surface temperature generator. Generate the surface temperature from the outgoing long wave (OLWR)...
Definition: TsGenerator.h:33
bool generate(const size_t ¶m, MeteoData &md)
Definition: TsGenerator.cc:28
A class to represent a singular measurement received from one station at a certain time (represented ...
Definition: MeteoData.h:101
TsGenerator(const std::vector< std::string > &vecArgs, const std::string &i_algo)
Definition: TsGenerator.h:35