pypsa-eur/doc/configtables/atlite.csv
2024-08-30 18:06:26 +02:00

1.8 KiB

1UnitValuesDescription
2default_cutout--strDefines a default cutout.
3nprocesses--intNumber of parallel processes in cutout preparation
4show_progressbooltrue/falseWhether progressbar for atlite conversion processes should be shown. False saves time.
5cutouts
6-- {name}--Convention is to name cutouts like ``<region>-<year>-<source>`` (e.g. ``europe-2013-sarah3-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.
7-- -- 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-3 <https://wui.cmsaf.eu/safira/action/viewDoiDetails?acronym=SARAH_V002>`_)
8-- -- 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.
9-- -- 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.
10-- -- dx°Larger than 0.25Grid resolution for longitude
11-- -- dy°Larger than 0.25Grid resolution for latitude
12-- -- 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.
13-- -- 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.