Skip to content

Commit

Permalink
Fix ABE scenario input files
Browse files Browse the repository at this point in the history
  • Loading branch information
ursulaelmir committed Aug 31, 2020
1 parent 5dead83 commit 09e81de
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
,unit,transformer_station_in,inverter,rectifier
age_installed,year,5,0,0
development_costs,currency,0,0,0
specific_costs,currency/kW,0,0,0
efficiency,factor,0.96,0.95,0.95
inflow_direction,str,Electricity (DSO),battery,Electricity
installedCap,kW,1250,1000,1000
maximumCap,kW,None,None,None
label,str,Transformer station (DSO) consumption,inverter,rectifier
lifetime,year,30,20,20
specific_costs_om,currency/kW/year,0,0,0
dispatch_price,currency/kWh,0,0,0
optimizeCap,bool,False,False,False
outflow_direction,str,Electricity,Electricity,battery
energyVector,str,Electricity,Electricity,Electricity
type_oemof,str,transformer,transformer,transformer
unit,str,kVA,kW,kW
,unit,transformer_station_in
age_installed,year,5
development_costs,currency,0
specific_costs,currency/kW,0
efficiency,factor,0.96
inflow_direction,str,Electricity (DSO)
installedCap,kW,1250
maximumCap,kW,None
label,str,Transformer station (DSO) consumption
lifetime,year,30
specific_costs_om,currency/kW/year,0
dispatch_price,currency/kWh,0
optimizeCap,bool,False
outflow_direction,str,Electricity
energyVector,str,Electricity
type_oemof,str,transformer
unit,str,kVA
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lifetime,year,30
specific_costs_om,currency/unit/year,0
dispatch_price,currency/kWh,0
optimizeCap,bool,False
outflow_direction,str,battery
outflow_direction,str,Electricity
type_oemof,str,source
unit,str,kWp
energyVector,str,Electricity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
,unit,storage_01
inflow_direction,str,battery
inflow_direction,str,Electricity
label,str,battery
optimizeCap,bool,False
outflow_direction,str,battery
outflow_direction,str,Electricity
type_oemof,str,storage
storage_filename,str,storage_1.csv
energyVector,str,Electricity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
,unit,storage capacity,input power,output power
age_installed,year,0,0,0
development_costs,currency,0,0,0
specific_costs,currency/unit,4000,0,0
c_rate,factor of total capacity (kWh),NA,1,1
efficiency,factor,0,0.95,0.95
installedCap,unit,1000,0,0
specific_costs,currency/unit,200,0,0
c_rate,factor of total capacity (kWh),NA,0.2,1
efficiency,factor,0.001,0.8,0.8
installedCap,unit,500,100,500
label,str,storage capacity,input power,output power
lifetime,year,10,10,10
specific_costs_om,currency/unit/year,0,0,0
Expand Down

0 comments on commit 09e81de

Please sign in to comment.