StorageTechnology
Package: PowerInvestmentsOpenAPIModels · Source: Investments/Technologies/StorageTechnology.json
Candidate storage technology in a region. Charge capacity, discharge capacity, and energy capacity are added independently, each with its own capital cost, unit size, and capacity limits; charge and discharge efficiency, self-discharge losses, and limits on the ratio of energy to discharge capacity complete the description.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
id | integer | yes | — | ID for individual component. |
name | string | yes | — | Name of the component. |
available | boolean | yes | — | Indicator of whether the component is connected and online (true) or disconnected, offline, or down (false). |
region | array of integer | — | — | Location where the component applies. Can be a zone or node. |
power_systems_type | string | yes | — | Corresponding type to be used in PCM modeling. |
min_discharge_fraction | number | — | 1 | Minimum discharge as a fraction of total discharge capacity. Units: 1. |
prime_mover_type | string (PrimeMovers) | — | — | Prime mover for generator. |
storage_tech | string (StorageTech) | yes | — | Storage Technology Type. |
capital_costs | StorageCapitalCost | — | — | Capital and interconnection cost for investing in a storage technology’s charge, discharge, and energy capacity (charge and discharge in USD/MW, energy in USD/MWh). |
operation_costs | StorageCost | — | USD/MWh | Fixed and variable O&M costs for a storage technology. Units: USD/MWh. |
unit_size_discharge | number | — | MW | Used for discrete investment decisions. Size of each unit of discharging capacity being built. Units: MW. |
unit_size_charge | number | — | MW | Used for discrete investment decisions. Unit size of charging capacity. Units: MW. |
unit_size_energy | number | — | MWh | Used for discrete investment decisions. Size of each unit of energy capacity being built. Units: MWh. |
capacity_limits_charge | MinMax or MinMaxByKey | — | MW | Allowable installed power capacity for charging of a storage technology, given either as a single bound applied to all capacity or as a mapping from a float key (stringified) to the bound that applies at that key. Units: MW. |
capacity_limits_discharge | MinMax or MinMaxByKey | — | MW | Allowable installed power capacity for discharging of a storage technology, given either as a single bound applied to all capacity or as a mapping from a float key (stringified) to the bound that applies at that key. Units: MW. |
capacity_limits_energy | MinMax or MinMaxByKey | — | MWh | Allowable installed energy capacity for a storage technology, given either as a single bound applied to all capacity or as a mapping from a float key (stringified) to the bound that applies at that key. Units: MWh. |
duration_limits | MinMax | — | min | Minimum and maximum duration limits (energy to discharge capacity ratio) for a storage technology (minutes). Units: min. |
efficiency | InOut | — | 1 | Efficiency of charging storage, fraction of total charge (in) and discharge (out) capacity. Units: 1. |
losses | number | — | 1 | Self-discharge of storage (fraction of energy stored per hour). Units: 1. |
lifetime | integer | — | yr | Maximum number of years a technology can be active once installed. Units: yr. |
financial_data | TechnologyFinancialData | yes | — | Struct containing relevant financial information for a technology. |