pypsa-eur/doc/configtables/toplevel.csv
Fabian Neumann 2fc1ea0255
some refactoring and code cleaning (#190)
* 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
2020-12-03 19:50:53 +01:00

2.4 KiB

1UnitValuesDescription
2version--0.x.xVersion of PyPSA-Eur
3tutorialbool{true, false}Switch to retrieve the tutorial data set instead of the full data set.
4logging
5-- level--Any of {'INFO', 'WARNING', 'ERROR'}Restrict console outputs to all infos, warning or errors only
6-- format--Custom format for log messages. See `LogRecord <https://docs.python.org/3/library/logging.html#logging.LogRecord>`_ attributes.
7summary_dir--e.g. 'results'Directory into which results are written.
8countries--Subset of {'AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK'}European countries defined by their `Two-letter country codes (ISO 3166-1) <https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2>`_ which should be included in the energy system model.
9focus_weights--Keys should be two-digit country codes (e.g. DE) and values should range between 0 and 1Ratio of total clusters for particular countries. the remaining weight is distributed according to mean load. An example: ``focus_weights: DE: 0.6 FR: 0.2``.
10enable
11-- prepare_links_p_nombool{true, false}Switch to retrieve current HVDC projects from `Wikipedia <https://en.wikipedia.org/wiki/List_of_HVDC_projects>`_
12-- retrieve_databundlebool{true, false}Switch to retrieve databundle from zenodo via the rule :mod:`retrieve_databundle` or whether to keep a custom databundle located in the corresponding folder.
13-- build_cutoutbool{true, false}Switch to enable the building of cutouts via the rule :mod:`build_cutout`.
14-- retrieve_cutoutbool{true, false}Switch to enable the retrieval of cutouts from zenodo with :mod:`retrieve_cutout`.
15-- build_natura_rasterbool{true, false}Switch to enable the creation of the raster ``natura.tiff`` via the rule :mod:`build_natura_raster`.
16-- retrieve_natura_rasterbool{true, false}Switch to enable the retrieval of ``natura.tiff`` from zenodo with :mod:`retrieve_natura_raster`.
17-- custom_busmapbool{true, false}Switch to enable the use of custom busmaps in rule :mod:`cluster_network`. If activated the rule looks for provided busmaps at ``data/custom_busmap_elec_s{simpl}_{clusters}.csv`` which should have the same format as ``resources/busmap_elec_s{simpl}_{clusters}.csv``, i.e. the index should contain the buses of ``networks/elec_s{simpl}.nc``.