quintel / merit

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

Stubs should reflect the region #116

Closed ChaelKruip closed 10 years ago

ChaelKruip commented 10 years ago

Currently, a stub does not refer to a specific region. Therefore, the Merit module in stand-alone mode will always select the demand profile for NL.

@antw perhaps we could specify the region in the stub?

ChaelKruip commented 10 years ago

Part of #104

antw commented 10 years ago

A new ETEngine Rake task – merit:archive – will produce data to run the merit-convergence project. The dump looks like this and includes the total consumption for the region, and YAML files to set up the producers.

# Examples:
#
#   # Export a default NL scenario:
#   rake merit:archive
#
#   # Export a default DE scenario:
#   rake merit:archive AREA=de
#
#   # Export data for a specific scenario in the database:
#   rake merit:archive SCENARIO=23548
ChaelKruip commented 10 years ago

:+1: Nice!