Cost, financing, and subsidy parameters
These parameters define costs for technologies, scenario-wide financial assumptions, and subsidies. Costs for storage are described in Storage parameters; costs for transmission lines are part of the transmission line dimension.
Capital cost
Cost to build a unit of capacity for the specified technology.
Scenario database
Table: CapitalCost
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
t | text | Technology |
y | text | Year |
val | real | Cost (scenario's cost unit / region's power unit) |
Depreciation method
Method for calculating the salvage value of technology, storage, and transmission line capacity existing at the end of the modeling period.
1: Sinking fund depreciation (assuming the applicable discount rate is not 0; if it is, straight line depreciation is used instead)
2: Straight line depreciation
Scenario database
Table: DepreciationMethod
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
val | real | Depreciation method (1 or 2) |
Discount rate
Rate used to discount costs in a region.
Scenario database
Table: DiscountRate
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
val | real | Rate (0 to 1) |
Fixed cost
Fixed operation and maintenance costs for a technology.
Scenario database
Table: FixedCost
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
t | text | Technology |
y | text | Year |
val | real | Cost (scenario's cost unit / region's power unit) |
Interest rate technology
Interest rate used to calculate financing costs for endogenously built technology capacity.
Scenario database
Table: InterestRateTechnology
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
t | text | Technology |
y | text | Year |
val | real | Rate (0 to 1) |
Maximum subsidies per technology
Maximum subsidies that can be disbursed for a technology in a region and year. Subsidies can be applied to new endogenously built technology capacity if the TechnologySubsidy parameter is defined. They function like a discount on capital costs, lowering capital investment and financing requirements.
Scenario database
Table: MaxSubsidyPerTechnology
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
t | text | Technology |
y | text | Year |
val | real | Maximum subsidies (scenario's cost unit) |
Maximum subsidies per technology group
Maximum subsidies that can be disbursed for a technology group in a region and year. Subsidies can be applied to new endogenously built technology capacity if the TechnologySubsidy parameter is defined. They function like a discount on capital costs, lowering capital investment and financing requirements.
Scenario database
Table: MaxSubsidyPerTechnologyGroup
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
tg | text | Technology group |
y | text | Year |
val | real | Maximum subsidies (scenario's cost unit) |
Maximum subsidies per region
Maximum technology subsidies that can be disbursed in a region and year. Subsidies can be applied to new endogenously built technology capacity if the TechnologySubsidy parameter is defined. They function like a discount on capital costs, lowering capital investment and financing requirements.
Scenario database
Table: MaxSubsidyPerRegion
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
y | text | Year |
val | real | Maximum technology subsidies (scenario's cost unit) |
Technology subsidy
Maximum permissible subsidy amount per unit of endogenously built technology capacity. Subsidies function like a discount on technology capital costs, lowering capital investment and financing requirements.
Scenario database
Table: TechnologySubsidy
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
t | text | Technology |
y | text | Year |
val | real | Maximum permissible subsidy (scenario's cost unit / region's power unit) |
Variable cost
Running cost for a technology, defined in terms of cost per unit of nominal energy produced. Nominal energy is calculated by multiplying dispatched capacity by the length of time it is dispatched.
Scenario database
Table: VariableCost
| Name | Type | Description |
|---|---|---|
id | integer | Unique identifier for row |
r | text | Region |
t | text | Technology |
m | text | Mode of operation |
y | text | Year |
val | real | Cost (scenario's cost unit / region's energy unit) |