fix Snakefile and update comments
This commit is contained in:
parent
8febb73bf1
commit
cd28f0bb71
@ -233,7 +233,7 @@ rule add_electricity:
|
|||||||
base_network = "networks/base.nc",
|
base_network = "networks/base.nc",
|
||||||
tech_costs=COSTS,
|
tech_costs=COSTS,
|
||||||
regions="resources/regions_onshore.geojson",
|
regions="resources/regions_onshore.geojson",
|
||||||
line_rating="resources/line_rating.nc" if config['lines'].get('line_rating', False) else None,
|
line_rating="resources/line_rating.nc" if config['lines'].get('line_rating', False) else "networks/base.nc",
|
||||||
powerplants='resources/powerplants.csv',
|
powerplants='resources/powerplants.csv',
|
||||||
hydro_capacities='data/bundle/hydro_capacities.csv',
|
hydro_capacities='data/bundle/hydro_capacities.csv',
|
||||||
geth_hydro_capacities='data/geth2015_hydro_capacities.csv',
|
geth_hydro_capacities='data/geth2015_hydro_capacities.csv',
|
||||||
|
@ -11,8 +11,9 @@ Relevant Settings
|
|||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
lines_t:
|
lines:
|
||||||
s_max_pu
|
cutout:
|
||||||
|
line_rating:
|
||||||
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
@ -26,7 +27,7 @@ Inputs
|
|||||||
Outputs
|
Outputs
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- ``networks/base_with_line_rating.nc``
|
- ``resources/line_rating.nc``
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
Loading…
Reference in New Issue
Block a user