Skip to content
Snippets Groups Projects
Commit e86237e5 authored by Armin Co's avatar Armin Co
Browse files

Update to modell stats

parent e2a64961
Branches
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ void SmartGridModel::next_hour()
void SmartGridModel::update_sun()
{
m_sun = sunnshine_percentage[m_time];
m_sun = sunnshine_percentage[m_time] + 3;
}
......
......@@ -100,8 +100,8 @@ private:
double calc_excess_power();
double m_solar_size{30}; ///< scale for solar power production
double m_windpark_size{5.0}; ///< scale the power production by wind
double m_solar_size{15}; ///< scale for solar power production
double m_windpark_size{3.0}; ///< scale the power production by wind
double m_village_size{10}; ///< scale how much power is used by the village
int m_time{0};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment