18 #ifndef CLEARSKYSWGENERATOR_H
19 #define CLEARSKYSWGENERATOR_H
46 bool create(
const size_t& param, std::vector<MeteoData>& vecMeteo);
48 void parse_args(
const std::vector<std::string>& vecArgs);
ClearSkySWGenerator(const std::vector< std::string > &vecArgs, const std::string &i_algo)
Definition: ClearSkySWGenerator.h:43
Interface class for the generator models. These models generate data for a specific parameter when al...
Definition: GeneratorAlgorithms.h:110
ISWR clear sky parametrization.
Definition: ClearSkySWGenerator.h:41
bool create(const size_t ¶m, std::vector< MeteoData > &vecMeteo)
Definition: ClearSkySWGenerator.cc:79
bool generate(const size_t ¶m, MeteoData &md)
Definition: ClearSkySWGenerator.cc:33
A class to calculate Solar radiation characteristics This is largely based on M. Iqbal, "An introduction to solar radiation", 1983, Academic Press, ISBN: 0-12-373750-8. The Sun's position is provided by the SunTrajectory class (currently the only implemented algorithm is Meeus). All units are SI. See http://www.meteoexploration.com/products/solarcalc.php for a validation calculator.
Definition: Sun.h:35
A class to represent a singular measurement received from one station at a certain time (represented ...
Definition: MeteoData.h:101