Skip to content

Commit

Permalink
Merge branch 'master' into multi-topo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmc committed Feb 26, 2025
2 parents 8c51652 + b9f98cc commit d632a42
Show file tree
Hide file tree
Showing 82 changed files with 121 additions and 26 deletions.
3 changes: 2 additions & 1 deletion docs/manual/source/usage/inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ the user if there are any errors in it.
# u_nom is the nominal voltage in the PDR Bus (in kV)
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom =
# s_nom is the nominal apparent power of the generator unit (in MVA)
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom =
# q_max is the maximum reactive power of the generator unit (in MVar)
q_max =
Expand Down
6 changes: 4 additions & 2 deletions docs/tutorial/3_preparing_inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ Dynawo
# u_nom is the nominal voltage in the PDR Bus (in kV)
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of the generator unit (in MVA)
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of the generator unit (in MVar)
q_max = 40
Expand Down Expand Up @@ -663,7 +664,8 @@ p_max =
# u_nom is the nominal voltage in the PDR Bus (in kV)
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom =
# s_nom is the nominal apparent power of the generator unit (in MVA)
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom =
# q_max is the maximum reactive power of the generator unit (in MVar)
q_max =
Expand Down
1 change: 1 addition & 0 deletions examples/Model/BESS/WECC/Dynawo/Zone1/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/BESS/WECC/Dynawo/Zone3/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/BESS/WECC/ProducerCurves/Zone1/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/BESS/WECC/ProducerCurves/Zone3/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/IECA2015/Dynawo/Zone1/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/IECA2015/Dynawo/Zone3/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/IECA2020/Dynawo/Zone1/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/IECA2020/Dynawo/Zone3/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/IECB2015/Dynawo/Zone1/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/IECB2015/Dynawo/Zone3/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/IECB2020/Dynawo/Zone1/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/IECB2020/Dynawo/Zone3/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/WECCA/Dynawo/Zone1/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/WECCA/Dynawo/Zone3/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/WECCB/Dynawo/Zone1/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
1 change: 1 addition & 0 deletions examples/Model/Wind/WECCB/Dynawo/Zone3/Producer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ p_max = 75
# Allowed values: 400, 225, 150, 90, 63 (land) and 132, 66 (offshore)
u_nom = 225
# s_nom is the nominal apparent power of all generating units (in MVA)
# This is the value that will be used for the base conversion in the PDR bus active/reactive power
s_nom = 100
# q_max is the maximum reactive power of all generating units (in MVar)
q_max = 40
Expand Down
Loading

0 comments on commit d632a42

Please sign in to comment.