You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue suggest to add options in PyPSA-Eur to use the custom electricity demand profiles of TYNDP. This feature is expected to create new rules and modify a set of rules (see bellow).
Having a lot of small switches is probably better to contribute some sections upstream and merge code from upstream. On the other hand, too much switches can make it hard to maintain. An option could be to have a new default configuration file. Another could be to have a configuration file specific to the project on top of the default configuration file.
Considering the fact that most of the heat demand is included in the profiles provided (except HHP), loops on HeatSystem are set to [] when TYNDP load is used
district heating is set exogenously in supply tool
waste heat ?
do we need a new function only for HHP ? As HHP will not be expanded, make sense to only add existing in add_existing_baseyear
Industry:
Shipping and aviation are included over here (e-kerosene, e-diesel)
electricity_demand.csv from PyPSA-Eur is a CSV file with hourly resolution data as rows and countries as columns. Electricity demand profiles of TYNDP have climatic years as column and tabs for each nodes. This means that the configuration has to take CY into account if TYNDP data is used.
Shape files per bidding zones
GDP and population data are available at NUTS3 level
The text was updated successfully, but these errors were encountered:
Description
This issue suggest to add options in PyPSA-Eur to use the custom electricity demand profiles of TYNDP. This feature is expected to create new rules and modify a set of rules (see bellow).
Having a lot of small switches is probably better to contribute some sections upstream and merge code from upstream. On the other hand, too much switches can make it hard to maintain. An option could be to have a new default configuration file. Another could be to have a configuration file specific to the project on top of the default configuration file.
Tasks
add_electricity
andprepare_sector_network
by @tgilonWorkflow
build_shapes
retrieve_tyndp_databundle
build_tyndp_data
build_electricity_demand
(electricity) andprepare_sector_network
(other carriers)build_electricity_demand
data/electricity_demand_raw.csv
(OPSD data) anddata/load_synthetic_raw.csv
(demand calculator)build_electricity_demand_base
cluster_network
add_electricity
prepare_sector_network
add_storage_and_grids
HeatSystem
are set to[]
when TYNDP load is usedadd_existing_baseyear
add_existing_baseyear
Notes
electricity_demand.csv
from PyPSA-Eur is a CSV file with hourly resolution data as rows and countries as columns. Electricity demand profiles of TYNDP have climatic years as column and tabs for each nodes. This means that the configuration has to take CY into account if TYNDP data is used.The text was updated successfully, but these errors were encountered: