Class: ResourceStartupCost
_To model the startup costs of a generation resource. _
__
classDiagram
class ResourceStartupCost
ResourceStartupCost : fuel_cold_startup
ResourceStartupCost : fuel_hot_startup
ResourceStartupCost : fuel_intermediate_startup
ResourceStartupCost : fuel_low_sustained_limit
ResourceStartupCost : gas_percent_cold_startup
ResourceStartupCost --> PerCent : gas_percent_cold_startup
ResourceStartupCost : gas_percent_hot_startup
ResourceStartupCost --> PerCent : gas_percent_hot_startup
ResourceStartupCost : gas_percent_intermediate_startup
ResourceStartupCost --> PerCent : gas_percent_intermediate_startup
ResourceStartupCost : gas_percent_low_sustained_limit
ResourceStartupCost --> PerCent : gas_percent_low_sustained_limit
ResourceStartupCost : oil_percent_cold_startup
ResourceStartupCost --> PerCent : oil_percent_cold_startup
ResourceStartupCost : oil_percent_hot_startup
ResourceStartupCost --> PerCent : oil_percent_hot_startup
ResourceStartupCost : oil_percent_intermediate_startup
ResourceStartupCost --> PerCent : oil_percent_intermediate_startup
ResourceStartupCost : oil_percent_low_sustained_limit
ResourceStartupCost --> PerCent : oil_percent_low_sustained_limit
ResourceStartupCost : resource_verifiable_costs
ResourceStartupCost --> ResourceVerifiableCosts : resource_verifiable_costs
ResourceStartupCost : solidfuel_percent_cold_startup
ResourceStartupCost --> PerCent : solidfuel_percent_cold_startup
ResourceStartupCost : solidfuel_percent_hot_startup
ResourceStartupCost --> PerCent : solidfuel_percent_hot_startup
ResourceStartupCost : solidfuel_percent_intermediate_startup
ResourceStartupCost --> PerCent : solidfuel_percent_intermediate_startup
ResourceStartupCost : solidfuel_percent_low_sustained_limit
ResourceStartupCost --> PerCent : solidfuel_percent_low_sustained_limit
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| fuel_cold_startup | 0..1 Float |
Verifiable Cold Start Up Fuel (MMBtu per start) | |
| direct | |||
| fuel_hot_startup | 0..1 Float |
Verifiable Hot Start Up Fuel (MMBtu per start) | |
| direct | |||
| fuel_intermediate_startup | 0..1 Float |
Verifiable Intermediate Start Up Fuel (MMBtu per start) | |
| direct | |||
| fuel_low_sustained_limit | 0..1 Float |
Minimum-Energy fuel, MMBtu/MWh | |
| direct | |||
| gas_percent_cold_startup | 0..1 PerCent |
Percentage of Fuel Index Price (gas) for cold startup | |
| direct | |||
| gas_percent_hot_startup | 0..1 PerCent |
Percentage of Fuel Index Price (gas) for hot startup | |
| direct | |||
| gas_percent_intermediate_startup | 0..1 PerCent |
Percentage of Fuel Index Price (gas) for intermediate startup | |
| direct | |||
| gas_percent_low_sustained_limit | 0..1 PerCent |
Percentage of FIP (gas) for operating at LSL | |
| direct | |||
| oil_percent_cold_startup | 0..1 PerCent |
Percentage of Fuel Oil Price (FOP) for cold startup | |
| direct | |||
| oil_percent_hot_startup | 0..1 PerCent |
Percentage of Fuel Oil Price (FOP) for hot startup | |
| direct | |||
| oil_percent_intermediate_startup | 0..1 PerCent |
Percentage of Fuel Oil Price (FOP) for intermediate startup | |
| direct | |||
| oil_percent_low_sustained_limit | 0..1 PerCent |
Percentage of FOP (oil) for operating at LSL | |
| direct | |||
| solidfuel_percent_cold_startup | 0..1 PerCent |
Percentage of Solid Fuel for cold startup | |
| direct | |||
| solidfuel_percent_hot_startup | 0..1 PerCent |
Percentage of Solid Fuel for hot startup | |
| direct | |||
| solidfuel_percent_intermediate_startup | 0..1 PerCent |
Percentage of Solid Fuel for intermedite startup | |
| direct | |||
| solidfuel_percent_low_sustained_limit | 0..1 PerCent |
Percentage of Solid Fuel for operating at LSL | |
| direct | |||
| resource_verifiable_costs | 1..1 ResourceVerifiableCosts |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ResourceVerifiableCosts | resource_startup_cost | range | ResourceStartupCost |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:ResourceStartupCost |
| native | cim:ResourceStartupCost |
LinkML Source
Direct
name: ResourceStartupCost
description: "To model the startup costs of a generation resource.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
fuel_cold_startup:
name: fuel_cold_startup
description: "Verifiable Cold Start Up Fuel (MMBtu per start)\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.fuelColdStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: float
required: false
fuel_hot_startup:
name: fuel_hot_startup
description: "Verifiable Hot Start Up Fuel (MMBtu per start)\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.fuelHotStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: float
required: false
fuel_intermediate_startup:
name: fuel_intermediate_startup
description: "Verifiable Intermediate Start Up Fuel (MMBtu per start)\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.fuelIntermediateStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: float
required: false
fuel_low_sustained_limit:
name: fuel_low_sustained_limit
description: "Minimum-Energy fuel, MMBtu/MWh\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.fuelLowSustainedLimit
multivalued: false
domain_of:
- ResourceStartupCost
range: float
required: false
gas_percent_cold_startup:
name: gas_percent_cold_startup
description: "Percentage of Fuel Index Price (gas) for cold startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.gasPercentColdStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
gas_percent_hot_startup:
name: gas_percent_hot_startup
description: "Percentage of Fuel Index Price (gas) for hot startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.gasPercentHotStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
gas_percent_intermediate_startup:
name: gas_percent_intermediate_startup
description: "Percentage of Fuel Index Price (gas) for intermediate startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.gasPercentIntermediateStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
gas_percent_low_sustained_limit:
name: gas_percent_low_sustained_limit
description: "Percentage of FIP (gas) for operating at LSL\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.gasPercentLowSustainedLimit
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
oil_percent_cold_startup:
name: oil_percent_cold_startup
description: "Percentage of Fuel Oil Price (FOP) for cold startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.oilPercentColdStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
oil_percent_hot_startup:
name: oil_percent_hot_startup
description: "Percentage of Fuel Oil Price (FOP) for hot startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.oilPercentHotStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
oil_percent_intermediate_startup:
name: oil_percent_intermediate_startup
description: "Percentage of Fuel Oil Price (FOP) for intermediate startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.oilPercentIntermediateStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
oil_percent_low_sustained_limit:
name: oil_percent_low_sustained_limit
description: "Percentage of FOP (oil) for operating at LSL\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.oilPercentLowSustainedLimit
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
solidfuel_percent_cold_startup:
name: solidfuel_percent_cold_startup
description: "Percentage of Solid Fuel for cold startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.solidfuelPercentColdStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
solidfuel_percent_hot_startup:
name: solidfuel_percent_hot_startup
description: "Percentage of Solid Fuel for hot startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.solidfuelPercentHotStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
solidfuel_percent_intermediate_startup:
name: solidfuel_percent_intermediate_startup
description: "Percentage of Solid Fuel for intermedite startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.solidfuelPercentIntermediateStartup
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
solidfuel_percent_low_sustained_limit:
name: solidfuel_percent_low_sustained_limit
description: "Percentage of Solid Fuel for operating at LSL\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.solidfuelPercentLowSustainedLimit
multivalued: false
domain_of:
- ResourceStartupCost
range: PerCent
required: false
resource_verifiable_costs:
name: resource_verifiable_costs
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:ResourceStartupCost.ResourceVerifiableCosts
multivalued: false
domain_of:
- RegisteredResource
- MktHeatRateCurve
- ResourceStartupCost
- ResourceOperationMaintenanceCost
range: ResourceVerifiableCosts
required: true
class_uri: cim:ResourceStartupCost
Induced
name: ResourceStartupCost
description: "To model the startup costs of a generation resource.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
fuel_cold_startup:
name: fuel_cold_startup
description: "Verifiable Cold Start Up Fuel (MMBtu per start)\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.fuelColdStartup
multivalued: false
alias: fuel_cold_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: float
required: false
fuel_hot_startup:
name: fuel_hot_startup
description: "Verifiable Hot Start Up Fuel (MMBtu per start)\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.fuelHotStartup
multivalued: false
alias: fuel_hot_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: float
required: false
fuel_intermediate_startup:
name: fuel_intermediate_startup
description: "Verifiable Intermediate Start Up Fuel (MMBtu per start)\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.fuelIntermediateStartup
multivalued: false
alias: fuel_intermediate_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: float
required: false
fuel_low_sustained_limit:
name: fuel_low_sustained_limit
description: "Minimum-Energy fuel, MMBtu/MWh\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.fuelLowSustainedLimit
multivalued: false
alias: fuel_low_sustained_limit
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: float
required: false
gas_percent_cold_startup:
name: gas_percent_cold_startup
description: "Percentage of Fuel Index Price (gas) for cold startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.gasPercentColdStartup
multivalued: false
alias: gas_percent_cold_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
gas_percent_hot_startup:
name: gas_percent_hot_startup
description: "Percentage of Fuel Index Price (gas) for hot startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.gasPercentHotStartup
multivalued: false
alias: gas_percent_hot_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
gas_percent_intermediate_startup:
name: gas_percent_intermediate_startup
description: "Percentage of Fuel Index Price (gas) for intermediate startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.gasPercentIntermediateStartup
multivalued: false
alias: gas_percent_intermediate_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
gas_percent_low_sustained_limit:
name: gas_percent_low_sustained_limit
description: "Percentage of FIP (gas) for operating at LSL\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.gasPercentLowSustainedLimit
multivalued: false
alias: gas_percent_low_sustained_limit
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
oil_percent_cold_startup:
name: oil_percent_cold_startup
description: "Percentage of Fuel Oil Price (FOP) for cold startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.oilPercentColdStartup
multivalued: false
alias: oil_percent_cold_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
oil_percent_hot_startup:
name: oil_percent_hot_startup
description: "Percentage of Fuel Oil Price (FOP) for hot startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.oilPercentHotStartup
multivalued: false
alias: oil_percent_hot_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
oil_percent_intermediate_startup:
name: oil_percent_intermediate_startup
description: "Percentage of Fuel Oil Price (FOP) for intermediate startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.oilPercentIntermediateStartup
multivalued: false
alias: oil_percent_intermediate_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
oil_percent_low_sustained_limit:
name: oil_percent_low_sustained_limit
description: "Percentage of FOP (oil) for operating at LSL\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.oilPercentLowSustainedLimit
multivalued: false
alias: oil_percent_low_sustained_limit
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
solidfuel_percent_cold_startup:
name: solidfuel_percent_cold_startup
description: "Percentage of Solid Fuel for cold startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.solidfuelPercentColdStartup
multivalued: false
alias: solidfuel_percent_cold_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
solidfuel_percent_hot_startup:
name: solidfuel_percent_hot_startup
description: "Percentage of Solid Fuel for hot startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.solidfuelPercentHotStartup
multivalued: false
alias: solidfuel_percent_hot_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
solidfuel_percent_intermediate_startup:
name: solidfuel_percent_intermediate_startup
description: "Percentage of Solid Fuel for intermedite startup\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.solidfuelPercentIntermediateStartup
multivalued: false
alias: solidfuel_percent_intermediate_startup
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
solidfuel_percent_low_sustained_limit:
name: solidfuel_percent_low_sustained_limit
description: "Percentage of Solid Fuel for operating at LSL\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:ResourceStartupCost.solidfuelPercentLowSustainedLimit
multivalued: false
alias: solidfuel_percent_low_sustained_limit
owner: ResourceStartupCost
domain_of:
- ResourceStartupCost
range: PerCent
required: false
resource_verifiable_costs:
name: resource_verifiable_costs
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:ResourceStartupCost.ResourceVerifiableCosts
multivalued: false
alias: resource_verifiable_costs
owner: ResourceStartupCost
domain_of:
- RegisteredResource
- MktHeatRateCurve
- ResourceStartupCost
- ResourceOperationMaintenanceCost
range: ResourceVerifiableCosts
required: true
class_uri: cim:ResourceStartupCost