2fc1ea0255
* some refactoring and code cleaning * execute pre-commit * pre-commit: limit large files * add license to .pre-commit * add pre-commit to env * solve: tidy memory logger * travis: add conda list for easier debugging * undo config test/tutorial without plotting, rm matplotlibrc, .licenses * remove {networks} wildcard * unadd pre-commit config * add release notes * restore REUSE compliance * fix docs environment python version * env: remove gurobi from dependencies * fix unclean merge block * fix elif to if * lighter rtd style * lighter rtd style II
977 B
977 B
1 | Unit | Values | Description | |
---|---|---|---|---|
2 | types | -- | Values should specify a `line type in PyPSA <https://pypsa.readthedocs.io/en/latest/components.html#line-types>`_. Keys should specify the corresponding voltage level (e.g. 220., 300. and 380. kV) | Specifies line types to assume for the different voltage levels of the ENTSO-E grid extraction. Should normally handle voltage levels 220, 300, and 380 kV |
3 | s_max_pu | -- | Value in [0.,1.] | Correction factor for line capacities (``s_nom``) to approximate :math:`N-1` security and reserve capacity for reactive power flows |
4 | s_nom_max | MW | float | Global upper limit for the maximum capacity of each extendable line. |
5 | length_factor | -- | float | Correction factor to account for the fact that buses are *not* connected by lines through air-line distance. |
6 | under_construction | -- | One of {'zero': set capacity to zero, 'remove': remove completely, 'keep': keep with full capacity} | Specifies how to handle lines which are currently under construction. |