Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Proposal for "M" type topologies #50

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

[WIP] Proposal for "M" type topologies #50

wants to merge 11 commits into from

Conversation

marcosmc
Copy link
Collaborator

@marcosmc marcosmc commented Feb 20, 2025

The changes required to be able to use "M" type topologies in the tool are explained using comments of the type # TODO: (M-topologies):

  • Proposal for the producer model with Zone 1
        #  Expected input example:
        #  Dynawo
        #  ├─── Zone3
        #  │     ├─── Producer.dyd
        #  │     ├─── Producer.par
        #  │     └─── Producer.ini
        #  └─── Zone1
        #        ├─── Producer_G1.dyd
        #        ├─── Producer_G1.par
        #        ├─── Producer_G1.ini
        #        ├─── Producer_G2.dyd
        #        ├─── Producer_G2.par
        #        └─── Producer_G2.ini
  • Proposal for producer/reference curves with Zone 1
        #  Expected input example:
        #  ReferenceCurves
        #  ├── CurvesFiles.ini
        #  ...
        #  ├── PCS_RTE-I16z1.SetPointStep.Voltage.Producer_G1.csv
        #  ├── PCS_RTE-I16z1.SetPointStep.Voltage.Producer_G1.dict
        #  ├── PCS_RTE-I16z1.SetPointStep.Voltage.Producer_G2.csv
        #  ├── PCS_RTE-I16z1.SetPointStep.Voltage.Producer_G2.dict
        #  ...
        #  ├── PCS_RTE-I16z3.PSetPointStep.Dec40.csv
        #  ├── PCS_RTE-I16z3.PSetPointStep.Dec40.dict
        #  ...
  • Reference tracking tests adapt
  • Producer files management
  • Zone1 PCS's by declared Zone1 management
  • Show the producer files used in each test
  • Generate command adapt

@marcosmc marcosmc changed the title Proposal for "M" type topologies [WIP] Proposal for "M" type topologies Feb 20, 2025
@jl-marin
Copy link
Collaborator

Right off the bat, I suggest one change in naming: ProducerA, ProducerB, etc. ==> Producer_G1, Producer_G2, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create examples of multiple generating units ("Multi" topology) Multiple zone 1 tests
2 participants