junglegobs / ASoSEPOC

Interaction betwen resource adequacy and security of supply task in the EPOC project.
1 stars 0 forks source link

ASoSEPOC

This code base is using the Julia Language and DrWatson to make a reproducible scientific project named

ASoSEPOC

It is authored by Sebastian Gonzato.

To (locally) reproduce this project, do the following:

  1. Download this code base. Notice that raw data are typically not included in the git-history and may need to be downloaded independently.
  2. Open a Julia console and do:
julia> using Pkg
julia> Pkg.add("DrWatson") # install globally, for using `quickactivate`
julia> include("path/to/this/project/instantiate.jl")

This will install all necessary packages for you to be able to run the scripts and everything should work out of the box, including correctly finding local paths.

Code description

For the scripts:

General description

Model

The Deterministic Unit Commitment with Probabilistic (Operating) Reserves (DUC-PR) model is described in papers/main.pdf. In brief:

Data

Download

Input data can be found here.

Description

Grid, load, renewables and capacity mix data come from this paper. Brief description:

More information can be found in papers/main.pdf.

Model runs

Questions to be answered in preliminary investigation

Table below outlines this better. Acronyms are:

UC DA Net. PSCD OR RANet AbsImb ConvImb L1.5
x
x x
x x x
x x
x x x
x x x x
x x x x x
x x x x x x
x x x x x x x
x x x x x x x x

All this for just one of the days selected for investigation.

Trade-off between load shedding and reserve shedding

There should be a tradeoff between shedding load in the day ahead stage and shedding reserves which would jeopardise real-time operational security (since there are fewer reserves available to deal with unforeseen situations). The DUC-PR model can make this tradeoff coarsely, hence the real-time operational security is then analysed using a Quasi Steady State Simulator (QSSS) developed by ULiege. This verifies how well the DUC-PR model can perform this trade-off (if at all).