[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-03-15 16:01:09 +00:00
parent 55395c5465
commit 23c92ca436
8 changed files with 10 additions and 13 deletions

View File

@ -13,4 +13,4 @@ solver,,,
-- name,--,"One of {'gurobi', 'cplex', 'cbc', 'glpk', 'ipopt'}; potentially more possible","Solver to use for optimisation problems in the workflow; e.g. clustering and linear optimal power flow."
-- options,--,"Key listed under ``solver_options``.","Link to specific parameter settings."
solver_options,,"dict","Dictionaries with solver-specific parameter settings."
mem,MB,"int","Estimated maximum memory requirement for solving networks."
mem,MB,"int","Estimated maximum memory requirement for solving networks."

1 Unit Values Description
13 -- name -- One of {'gurobi', 'cplex', 'cbc', 'glpk', 'ipopt'}; potentially more possible Solver to use for optimisation problems in the workflow; e.g. clustering and linear optimal power flow.
14 -- options -- Key listed under ``solver_options``. Link to specific parameter settings.
15 solver_options dict Dictionaries with solver-specific parameter settings.
16 mem MB int Estimated maximum memory requirement for solving networks.

View File

@ -55,4 +55,3 @@ set in the ``config.yaml`` (cf. Section :ref:`costs_cf` in
.. literalinclude:: ../Snakefile
:start-at: COSTS
:end-at: COSTS

View File

@ -187,6 +187,7 @@ The included ``.nc`` files are PyPSA network files which can be imported with Py
.. code:: python
import pypsa
filename = "elec_s_1024_ec.nc" # example
n = pypsa.Network(filename)
@ -242,4 +243,4 @@ The included ``.nc`` files are PyPSA network files which can be imported with Py
release_notes
licenses
limitations
contributing
contributing

View File

@ -78,4 +78,3 @@ improving the approximations.
- **Demand sufficiency:** Further measures of demand reduction may be
possible beyond the assumptions made here.

View File

@ -16,7 +16,7 @@ Upcoming Release
PyPSA-Eur 0.8.0 (TBA)
=====================
.. note::
.. note::
This is the first release of PyPSA-Eur which incorporates its sector-coupled extension PyPSA-Eur-Sec.
* The solver configurations in ``config.default.yaml`` are now modularized. To

View File

@ -141,5 +141,3 @@ Rule ``retrieve_sector_databundle``
In addition to the databundle required for electricity-only studies,
another databundle is required for modelling sector-coupled systems.
The size of this data bundle is around 640 MB.

View File

@ -274,7 +274,7 @@ successfully.
29 -> 47
8 -> 49
3 -> 49
}
}
|
@ -284,7 +284,7 @@ Myopic Foresight Scenarios
Configuration
-------------
In the myopic foresight mode,
In the myopic foresight mode,
.. literalinclude:: ../test/config.myopic.yaml
:language: yaml
@ -497,7 +497,7 @@ implemented in the workflow:
43 -> 46
3 -> 47
8 -> 47
}
}
|
@ -521,4 +521,4 @@ configuration file.
commit to a run:
.. code:: bash
snakemake -call all -n
snakemake -call all -n

View File

@ -107,7 +107,7 @@ currently:
.. csv-table::
:header-rows: 1
:widths: 10,20,10,10
:widths: 10,20,10,10
:file: configtables/opts.csv
.. _sector_opts:
@ -122,7 +122,7 @@ The ``{sector_opts}`` wildcard is only used for sector-coupling studies.
.. csv-table::
:header-rows: 1
:widths: 10,20,10,10
:widths: 10,20,10,10
:file: configtables/sector-opts.csv
.. _scope: