pypsa-eur/doc/configtables/atlite.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

957 B

1UnitValuesDescription
2nprocesses--intNumber of parallel processes in cutout preparation
3cutouts
4-- {name}--Convention is to name cutouts like ``<region>-<year>-<source>`` (e.g. ``europe-2013-era5``).Directory to write cutout data to. The user may specify multiple cutouts under configuration ``atlite: cutouts:``. Reference is used in configuration ``renewable: {technology}: cutout:``
5-- -- module--One of {'era5','sarah'}Source of the reanalysis weather dataset (e.g. `ERA5 <https://www.ecmwf.int/en/forecasts/datasets/reanalysis-datasets/era5>`_ or `SARAH-2 <https://wui.cmsaf.eu/safira/action/viewDoiDetails?acronym=SARAH_V002>`_)
6-- -- xs°Float interval within [-180, 180]Range of longitudes to download weather data for.
7-- -- ys°Float interval within [-90, 90]Range of latitudes to download weather data for.
8-- -- years--Integer interval within [1979,2018]Range of years to download weather data for.