parameters

The module containing all parameters for the scenario table

annualize_capital_costs(overnight_costs, lifetime, p)[source]
Parameters:
  • overnight_costs (float) – Overnight investment costs in EUR/MW or EUR/MW/km
  • lifetime (int) – Number of years in which payments will be made
  • p (float) – Interest rate in p.u.
Returns:

float – Annualized capital costs in EUR/MW/a or EUR/MW/km/a

electricity(scenario)[source]

Returns paramaters of the electricity sector for the selected scenario.

Parameters:scenario (str) – Name of the scenario.
Returns:parameters (dict) – List of parameters of electricity sector
gas(scenario)[source]

Returns paramaters of the gas sector for the selected scenario.

Parameters:scenario (str) – Name of the scenario.
Returns:parameters (dict) – List of parameters of gas sector
global_settings(scenario)[source]

Returns global paramaters for the selected scenario.

Parameters:scenario (str) – Name of the scenario.
Returns:parameters (dict) – List of global parameters
heat(scenario)[source]

Returns paramaters of the heat sector for the selected scenario.

Parameters:scenario (str) – Name of the scenario.
Returns:parameters (dict) – List of parameters of heat sector
mobility(scenario)[source]

Returns parameters of the mobility sector for the selected scenario.

Parameters:scenario (str) – Name of the scenario.
Returns:parameters (dict) – List of parameters of mobility sector

Notes

For a detailed description of the parameters see module egon.data.datasets.emobility.motorized_individual_travel.

read_costs(df, technology, parameter, value_only=True)[source]
read_csv(year)[source]