EnergySystemsModellingLab / MUSE_2.0

Welcome to the MUSE 2.0 repository
GNU General Public License v3.0
1 stars 0 forks source link

Provide example of reading data in #145

Open alexdewar opened 1 month ago

alexdewar commented 1 month ago

The aim is to provide some exemplar code showing how to work with the data structures produced by the input layer. Ideally it should somewhat resemble the way in which data will be used by the dispatch optimisation, though it will only be a very simple example.

alexdewar commented 1 month ago

@ahawkes You mentioned you had some pseudo-code for the dispatch optimisation... would you mind sharing that here?

ahawkes commented 1 month ago

Here it is. One attachment is an attempt at pseudo-code, the other is a more complete formulation that describes the intention in a little more detail.

Pseudo-code for Dispatch Optimization.docx

Dispatch Optimisation.docx

alexdewar commented 1 month ago

Thanks!