ie3-institute / simona

simona is an agent-based discrete-event power system simulation model developed @ie3-institute
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

Make passing a `refSystem` via the configuration optional #769

Closed t-ober closed 2 months ago

t-ober commented 4 months ago

Currently we need to pass a refSystem explicitly via the configuration:

  gridConfig {
    refSystems = [
      {
        sNom = "60 MVA"
        vNom = "10 kV"
        voltLvls = [
          {
            id = "MS"
            vNom = "10 kV"
          }
        ]
      }

I don't see why we can't make that optional and use sensible standard values so the user do not have to care about that if they don't want to.