pypsa-eur/doc/configtables/atlite.csv
2023-02-16 11:50:55 +01:00

1.7 KiB

1UnitValuesDescription
2nprocesses--intNumber of parallel processes in cutout preparation
3show_progressbooltrue/falseWhether progressbar for atlite conversion processes should be shown. False saves time.
4cutouts
5-- {name}--Convention is to name cutouts like ``<region>-<year>-<source>`` (e.g. ``europe-2013-era5``).Name of the cutout netcdf file. The user may specify multiple cutouts under configuration ``atlite: cutouts:``. Reference is used in configuration ``renewable: {technology}: cutout:``. The cutout ``base`` may be used to automatically calculate temporal and spatial bounds of the network.
6-- -- module--Subset 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>`_)
7-- -- x°Float interval within [-180, 180]Range of longitudes to download weather data for. If not defined, it defaults to the spatial bounds of all bus shapes.
8-- -- y°Float interval within [-90, 90]Range of latitudes to download weather data for. If not defined, it defaults to the spatial bounds of all bus shapes.
9-- -- dx°Larger than 0.25Grid resolution for longitude
10-- -- dy°Larger than 0.25Grid resolution for latitude
11-- -- timeTime interval within ['1979', '2018'] (with valid pandas date time strings)Time span to download weather data for. If not defined, it defaults to the time interval spanned by the snapshots.
12-- -- featuresString or list of strings with valid cutout features ('inlfux', 'wind').When freshly building a cutout, retrieve data only for those features. If not defined, it defaults to all available features.