quintel / merit

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

Import & export should become participants #133

Closed ChaelKruip closed 8 years ago

ChaelKruip commented 8 years ago

Part of quintel/etmodel#1868

The capacity of import and export are set by sliders (see https://github.com/quintel/etmodel/issues/1967, https://github.com/quintel/etmodel/issues/1968 and https://github.com/quintel/etmodel/issues/1969)

The rules are:

antw commented 8 years ago

Import has been completed, but there is a slight problem. It is possible to create a scenario where there are too few producers and insufficient import capacity to meet demand. When this happened in the past, the full deficit would be assigned to import, and Merit's LOLE calculation would be used to show the user that there will be a loss-of-load.

Now, as we also assign the import demand, it is possible that demand and supply in the HV net will disagree.

screen shot 2016-02-08 at 14 48 31

Here, a scenario demands 360B, but receives only 184B.

To be honest, I'm not exactly sure what effect this will have. So far I haven't seen anything which is obviously broken, but it does mean that energy is going to appear out of nowhere; the HV net is taking in 184B but outputting 360B.

jorisberkhout commented 8 years ago

Export has been implemented. We decided to leave the interconnector capacity for import unlimited for now as we don't fully oversee the technical implications of limiting it.

I wrote the actionable items regarding import in separate issues (https://github.com/quintel/etmodel/issues/2057 and https://github.com/quintel/etmodel/issues/2058).

Closing this issue.

ChaelKruip commented 8 years ago

Export has been implemented. We decided to leave the interconnector capacity for import unlimited for now as we don't fully oversee the technical implications of limiting it.

Is there an issue for this @jorisberkhout? If not could you make one please?

jorisberkhout commented 8 years ago

If not could you make one please?

Done, #139.