Other thermal fleet CCS#
Technology ID: OTHER_THERMAL_FLEET_CCS
Output energy interface, with default energy:
SYNC_RESERVE_DOWN: syncResDown
MFRR_DOWN: mfrrResDown
CO2: co2
CO2_CAPTURED_PRODUCTION: co2_captured
SYNC_RESERVE_UP: syncResUp
MFRR_UP: mfrrResUp
PRODUCTION: electricity
Technology behaviors:
OPTIM_PATHWAY
MUST_RUN
OPTIM_PMAX
RESERVE
RETROFIT_CCS
Technology parameters:
ID |
Label |
Unit |
Behaviors |
Description |
---|---|---|---|---|
RATIO_CC |
Carbon capture ratio |
% |
Carbon capture ratio |
|
CONV_CAPACITY |
Capacity conversion |
RETROFIT_CCS or RETROFIT_H2 |
CCS Capacity conversion |
|
SYNC_RESERVE_UP_MAX_SHARE |
Max share to upward sync. reserve |
% |
RESERVE |
Maximal share of upward sync. reserve in running capacity |
SYNC_RESERVE_DOWN_MAX_SHARE |
Max share to downward sync. reserve |
% |
RESERVE |
Maximal share of downward sync. reserve in running capacity |
MFRR_UP_MAX_SHARE |
Max share to upward reserve |
% |
RESERVE |
Maximal share of upward mFRR and sync. reserve in running capacity |
MFRR_DOWN_MAX_SHARE |
Max share to downward reserve |
% |
RESERVE |
Maximal share of downward mFRR and sync. reserve in running capacity |
SYNC_RESERVE_UP_COST |
Op. cost of the upward sync. reserve |
Euro/MW |
RESERVE |
Operating cost of the upward sync. reserve< |
SYNC_RESERVE_DOWN_COST |
Op. cost of the downward sync. reserve |
Euro/MW |
RESERVE |
Operating cost of the downward sync. reserve |
MFRR_UP_COST |
Op. cost of upward mFRR |
Euro/MW |
RESERVE |
Operating cost of upward mFRR |
MFRR_DOWN_COST |
Op. cost of downward mFRR |
Euro/MW |
RESERVE |
Operating cost of downward mFRR |
CAPEX_OVERNIGHT |
CAPEX Overnight |
Euro/MW |
-Overall capital expenditure (only used for pathway optimization) |
|
DEINVEST_COST |
Deinvest cost |
Euro/MW |
Deinvest cost (only used for pathway optimization) |
|
LIFETIME |
Lifetime |
Lifetime of the asset (only used for pathway optimization) |
||
YIELD_INVEST |
Yield of investment |
% |
Yield associated with investment |
|
INSTALL_MAX |
Max installation |
MW |
OPTIM_PATHWAY |
Max installation (only used for pathway optimization) |
DECOMM_MAX |
Max decommissioning |
MW |
OPTIM_PATHWAY |
Max decommissioning (only used for pathway optimization) |
CAPEX |
CAPEX |
Euro/MW/Year |
Capital expenditure (only used for capacity optimization) |
|
FOC |
Fixed Operating Costs |
Euro/MW/Year |
Fixed Operating Costs (only used for capacity optimization) |
|
PMAX |
Pmax |
MW |
(not OPTIM_PMAX) and (not OPTIM_PATHWAY) |
Installed power capacity |
PMAXMIN |
Min Pmax |
MW |
OPTIM_PMAX or OPTIM_PATHWAY |
Installed capacity lower bound for capacity optimization |
PMAXMAX |
Max Pmax |
MW |
OPTIM_PMAX or OPTIM_PATHWAY |
Installed capacity upper bound for capacity optimization |
AVAILABILITY |
Availability |
% |
Available capacity, expressed as a percentage of the installed capacity |
|
PRODUCTION_COST |
Production cost |
Euro/MW.h |
Production cost (emission cost excluded) |
|
CO2_CONTENT |
CO2 emissions |
t/MW.h |
Yield between the CO2 emissions and the production |
|
Model code:
stateON = AssetState('ON')
addCo2Production(asset, stateON)
addEnergyProduction(asset, stateON)
addReserveProduction(asset, stateON, isFleetModeEnabled=True)
finalize(stateON)