ColocatedSupplyStorageTechnology
Package: PowerInvestmentsOpenAPIModels · Source: Investments/Technologies/ColocatedSupplyStorageTechnology.json
Supply technology co-located with storage behind a shared grid connection. The generation and storage portions are referenced by id (supply_technology and storage_technology); the inverter that couples them to the grid carries its own capacity limits, capital and operating costs, and efficiency.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
id | integer | yes | — | ID for individual component. |
name | string | yes | — | Name of the component. |
available | boolean | — | — | Indicator of whether the component is connected and online (true) or disconnected, offline, or down (false). |
power_systems_type | string | yes | — | Corresponding type to be used in PCM modeling. |
region | array of integer | — | — | Location where the component applies. Can be a zone or node. |
financial_data | TechnologyFinancialData | yes | — | Struct containing relevant financial information for a technology. |
supply_technology | integer | yes | — | The ID of the underlying supply technology (e.g., wind or solar) co-located with storage. |
storage_technology | integer | yes | — | The ID of the underlying storage technology co-located with the supply technology. |
inverter_capacity_limits | MinMax | — | MW | Limits on inverter capacity. Units: MW. |
capital_costs_inverter | CapitalCost | yes | — | Capital and interconnection cost for investing in inverter capacity (capital cost in USD/MW). |
operation_costs_inverter | ProductionVariableCostCurve | yes | USD/MWh | Operational costs for using inverter in co-located systems. Units: USD/MWh. |
inverter_efficiency | number | yes | 1 | Efficiency of AC to DC conversion of inverter. Units: 1. |
inverter_supply_ratio | number | yes | 1 | Ratio of generation capacity to grid connection capacity. Units: 1. |