pypsa-eur/doc/configtables/hydro.csv
2024-07-24 11:01:00 +02:00

1.8 KiB

1UnitValuesDescription
2cutout--Must be 'europe-2013-sarah3-era5'Specifies the directory where the relevant weather data ist stored.
3carriers--Any subset of {'ror', 'PHS', 'hydro'}Specifies the types of hydro power plants to build per-unit availability time series for. 'ror' stands for run-of-river plants, 'PHS' represents pumped-hydro storage, and 'hydro' stands for hydroelectric dams.
4PHS_max_hourshfloatMaximum state of charge capacity of the pumped-hydro storage (PHS) in terms of hours at full output capacity ``p_nom``. Cf. `PyPSA documentation <https://pypsa.readthedocs.io/en/latest/components.html#storage-unit>`_.
5hydro_max_hourshAny of {float, 'energy_capacity_totals_by_country', 'estimate_by_large_installations'}Maximum state of charge capacity of the pumped-hydro storage (PHS) in terms of hours at full output capacity ``p_nom`` or heuristically determined. Cf. `PyPSA documentation <https://pypsa.readthedocs.io/en/latest/components.html#storage-unit>`_.
6flatten_dispatchbool{true, false}Consider an upper limit for the hydro dispatch. The limit is given by the average capacity factor plus the buffer given in ``flatten_dispatch_buffer``
7flatten_dispatch_buffer--floatIf ``flatten_dispatch`` is true, specify the value added above the average capacity factor.
8clip_min_inflowMWfloatTo avoid too small values in the inflow time series, values below this threshold are set to zero.
9eia_norm_year--Year in EIA hydro generation dataset; or False to disableTo specify a specific year by which hydro inflow is normed that deviates from the snapshots' year
10eia_correct_by_capacity--booleanCorrect EIA annual hydro generation data by installed capacity.
11eia_approximate_missing--booleanApproximate hydro generation data for years not included in EIA dataset through a regression based on annual runoff.