Giter Club home page Giter Club logo

Comments (9)

junglegobs avatar junglegobs commented on August 20, 2024

For day 214, RSL=0.05, infeasibility if the highest reserve level is included in the redispatch, feasible otherwise.

Tried the same for RSL=0.02 and no reserve level redispatch, no reserves are shed. So looking good...

from asosepoc.

junglegobs avatar junglegobs commented on August 20, 2024

Running all the days for RSL=0.02, there seems to be no issue. So cool! I just need to wrap my head around why the network re-dispatch constraints could lead to infeasibilities...

from asosepoc.

junglegobs avatar junglegobs commented on August 20, 2024

I noticed a mistake in my node injection relationship:

@constraint(gep.model, [n=N,l=L⁻,y=Y,p=P,t=T],
    rLInj⁻[n,l,y,p,t] == 
        sum(rL⁻[rpn,l,y,p,t] for rpn in N2RPN[n])
)
# Should have been
@constraint(gep.model, [n=N,l=L⁻,y=Y,p=P,t=T],
    rLInj⁻[n,l,y,p,t] == 
        sum(rL⁻[rpn,l,y,p,t] for rpn in N2RPN[n])
        + rsL⁻[n,l,y,p,t]
)

This has now been fixed, however I am a little confused as to how this would have led to infeasibilities.

from asosepoc.

junglegobs avatar junglegobs commented on August 20, 2024

I think there's actually something fundamentally wrong in my formulation... The sum of the additional injections over the network, rLInj⁻ or rLInj+, should be equal to 0, not to D- or D+.

image

I think the issue is that I need to define an additional free variable which is some realisation of the net load forecast error on a particular node. So.... I should do that :D

from asosepoc.

junglegobs avatar junglegobs commented on August 20, 2024

My new formulation appears to work for day 214, RSL=0.06 and L=1:10, woooo! Needs more investigation, but let's see.

from asosepoc.

junglegobs avatar junglegobs commented on August 20, 2024
[ Info: Running GEPM (save path is /home/gobs/Desktop/ASoSEPOC/data/sims/DUCPR_reserve_shedding_sensitivity/309/RSL=0.0_L=1:10)...
...
Optimal solution found (tolerance 1.00e-04)
Best objective 2.448973798967e+06, best bound 2.448827141540e+06, gap 0.0060%

Wooo! This is the day with the most scarcity I should add.

from asosepoc.

junglegobs avatar junglegobs commented on August 20, 2024

However, no reserves appear to be shed anymore, at least for this day, and this is whether or not I include the levels in the redispatch.

from asosepoc.

junglegobs avatar junglegobs commented on August 20, 2024

I think the current formulation (see the .pdf in papers) (almost) makes sense, however I need to be careful with my signs for my downwards reserves.

from asosepoc.

junglegobs avatar junglegobs commented on August 20, 2024

I think I can close this as I fixed the issue

from asosepoc.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.