quintel / merit

A system for calculating hourly electricity and heat loads with a merit order
MIT License
3 stars 2 forks source link

Use different curves to assess the sensitivity of outcomes on the dataset #31

Closed ChaelKruip closed 11 years ago

ChaelKruip commented 11 years ago

Curves for demand, wind and solar are available for 2009, 2010 and 2011 in the DropBox folder:

/Dropbox/Merit order/Part Two (EnergieNederland)/Data/Curves

ChaelKruip commented 11 years ago

The curves described above for wind (coastal, inland and offshore), solar and demand have been used to calculate full load hours and production for all merit order participants. The differences between production (PJ) of 2009/2010 and 200/2011 curves have been expressed as a fraction (e.g., fractional_difference = ABS(2009 - 2010) / 2009).

See /Dropbox/Merit order/Part Two (EnergieNederland)/Data/Testing/DifferentCurves/overview.xlsx for details. A snapshot of this Excel sheet is shown below:

As can be seen from the analysis, the energy_power_combined_cycle_gas_power_fuelmix is the primary producer (22% of the total) and shows up to 6% difference in production when comparing 2009 to 2011. This difference results from the fact that this producer is often the price-setting producer and thus sensitive to stochasticity in the demand and volatile curves.

Larger (fractional!) deviations occur for plants with fewer full load hours and thus less production. Their impact is therefore also less important.

My preliminary conclusion is that the results of the MO module seem to be robust against exchanging load profiles.

ChaelKruip commented 11 years ago

@AlexanderWirtz @JAlsem @dennisschoenmakers please have a look at the analysis and let me know if you would like to know more...

dennisquintel commented 11 years ago

Looks okay to me. We could also add more yearly load profiles for technologies to Merit, and then let the user choose which year to use, e.g.

Merit::Order.new(2009)

But I don't think that's worth the effort for now.

ChaelKruip commented 11 years ago

Closing.