rte-i / Antares_Simulator

Antares-Simulator is an Open Source power system simulator to quantify the adequacy or the economic performance of interconnected energy systems, at short or remote time horizons.
https://antares-simulator.org
Other
1 stars 0 forks source link

NTC constraints management #8

Closed Milos-RTEi closed 2 years ago

Milos-RTEi commented 2 years ago

Set NTC to zero or local values depending on the type of the area (adequacy area type) and user defined options

Milos-RTEi commented 2 years ago

@hugo-antoine-rtei did you get the feedback from RTE/Jean-Marc where should we put the UI options for NTC. Optimization preferences or advanced parameters?

Milos-RTEi commented 2 years ago

The function "SetNTCForAdequacyFirstStep" somehow does not belong to "opt_gestion_des_bornes_cas_lineaire.cpp". I thought of moving it to "math.h" but only pure math functions are in this file. So still wondering where is the best place. If anybody has a suggestion feel free..

rtei-pw commented 2 years ago

The function "SetNTCForAdequacyFirstStep" somehow does not belong to "opt_gestion_des_bornes_cas_lineaire.cpp". I thought of moving it to "math.h" but only pure math functions are in this file. So still wondering where is the best place. If anybody has a suggestion feel free..

Create a new file, like adequacy_patch.cpp

hugo-antoine-rtei commented 2 years ago

@hugo-antoine-rtei did you get the feedback from RTE/Jean-Marc where should we put the UI options for NTC. Optimization preferences or advanced parameters?

Jean-Marc told me it could be in any of the two. I guess since we put the Adequacy patch switch inside the Optimization preferences, it would make sense to have these two other options next to the Adequacy patch box.