Skip to content

Storage scenarios: parameter assignment is ambigous (two possible locations for assigning capacity) #68

Description

@uschilt

Capacity assignment in storage scenarios is now done in a new dict (see below). This is confusing, as it ignores the parameters in the tech dict (e.g., 'tes_decentralised'). Either create a separate scenario dict where all parameters are defined (incl. scenario activation), or use the parameters from the respective tech dicts. There should be no duplicates.

'thermal_energy_storage_scenario': {
    'capacity_kWh': 0,
    'initial_charge': 0.5,
},

'battery_energy_storage_scenario': {
    'capacity_kWh': 1e4,
    'initial_charge': 0.5,
},

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions