11asset_type , asset_category , energy_vector , mvs_type , asset_fields , unit , ports
2- dso , energy_provider , Electricity , source , " [name,energy_price,feedin_tariff,peak_demand_pricing,peak_demand_pricing_period,renewable_share,feedin_cap]" ,, " {'output_1': ['to_bus ','Electricity']}"
3- gas_dso , energy_provider , Gas , source , " [name,energy_price,feedin_tariff,peak_demand_pricing,peak_demand_pricing_period,renewable_share,feedin_cap]" ,, " {'output_1': ['to_bus ','Gas']}"
4- h2_dso , energy_provider , H2 , source , " [name,energy_price,feedin_tariff,peak_demand_pricing,peak_demand_pricing_period,renewable_share,feedin_cap]" ,, " {'output_1': ['to_bus ','H2']}"
5- heat_dso , energy_provider , Heat , source , " [name,energy_price,feedin_tariff,peak_demand_pricing,peak_demand_pricing_period,renewable_share,feedin_cap]" ,, " {'output_1': ['to_bus ','Heat']}"
6- demand , energy_consumption , Electricity , sink , " [name,input_timeseries]" , kWh , " {'input_1':['from_bus ','Electricity']}"
2+ dso , energy_provider , Electricity , source , " [name,energy_price,feedin_tariff,peak_demand_pricing,peak_demand_pricing_period,renewable_share,feedin_cap]" ,, " {'output_1': ['bus_electricity ','Electricity']}"
3+ gas_dso , energy_provider , Gas , source , " [name,energy_price,feedin_tariff,peak_demand_pricing,peak_demand_pricing_period,renewable_share,feedin_cap]" ,, " {'output_1': ['bus_gas ','Gas']}"
4+ h2_dso , energy_provider , H2 , source , " [name,energy_price,feedin_tariff,peak_demand_pricing,peak_demand_pricing_period,renewable_share,feedin_cap]" ,, " {'output_1': ['bus_h2 ','H2']}"
5+ heat_dso , energy_provider , Heat , source , " [name,energy_price,feedin_tariff,peak_demand_pricing,peak_demand_pricing_period,renewable_share,feedin_cap]" ,, " {'output_1': ['bus_heat ','Heat']}"
6+ demand , energy_consumption , Electricity , sink , " [name,input_timeseries]" , kWh , " {'input_1':['bus_in_electricity ','Electricity']}"
77gas_demand , energy_consumption , Gas , sink , " [name,input_timeseries]" ,, " {'input_1':['from_bus','Gas']}"
88h2_demand , energy_consumption , H2 , sink , " [name,input_timeseries]" ,, " {'input_1':['from_bus','H2']}"
99heat_demand , energy_consumption , Heat , sink , " [name,input_timeseries]" ,, " {'input_1':['from_bus','Heat']}"
@@ -17,15 +17,15 @@ fuel_cell,energy_conversion,Electricity,transformer,"[name,age_installed,install
1717gas_boiler , energy_conversion , Gas , transformer , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,efficiency]" , kW , " {'input_1':['from_bus','Gas'],'output_1': ['to_bus','Heat']}"
1818electrolyzer , energy_conversion , H2 , transformer , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,efficiency,efficiency_multiple]" , kVA , " {'input_1':['el_bus','Electricity'],'output_1': ['heat_bus','Heat'], 'output_2': ['h2_bus','H2']}"
1919heat_pump , energy_conversion , Heat , transformer , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_var,opex_fix,lifetime,optimize_cap,maximum_capacity,efficiency]" , kVA , " {'input_1':['electricity_bus','Electricity'], 'input_2': ['heat_bus','Heat'],'output_1': ['to_bus','Heat']}"
20- pv_plant , energy_production , Electricity , source , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,renewable_asset,input_timeseries]" , kWp , " {'output_1': ['to_bus ','Electricity']}"
21- wind_plant , energy_production , Electricity , source , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,renewable_asset,input_timeseries]" , kW , " {'output_1': ['to_bus ','Electricity']}"
20+ pv_plant , energy_production , Electricity , source , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,renewable_asset,input_timeseries]" , kWp , " {'output_1': ['bus_out_electricity ','Electricity']}"
21+ wind_plant , energy_production , Electricity , source , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,renewable_asset,input_timeseries]" , kW , " {'output_1': ['bus_out_electricity ','Electricity']}"
2222biogas_plant , energy_production , Gas , source , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,renewable_asset,input_timeseries]" ,, " {'output_1': ['to_bus','Gas']}"
2323geothermal_conversion , energy_production , Electricity , source , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,renewable_asset,input_timeseries]" , kWh , " {'output_1': ['to_bus','Heat']}"
2424solar_thermal_plant , energy_production , Heat , source , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,renewable_asset,input_timeseries]" , m³ , " {'output_1': ['to_bus','Heat']}"
2525charging_power , energy_storage , Electricity , storage , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,crate,efficiency,dispatchable]" , kW , " {'input_1':['charge','Electricity'],'output_1': ['discharge','Electricity']}"
2626discharging_power , energy_storage , Electricity , storage , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,crate,efficiency,dispatchable]" , kW , " {'input_1':['charge','Electricity'],'output_1': ['discharge','Electricity']}"
2727capacity , energy_storage , Electricity , storage , " [name,age_installed,installed_capacity,capex_fix,capex_var,opex_fix,opex_var,lifetime,optimize_cap,maximum_capacity,efficiency,soc_max,soc_min,crate,dispatchable,thermal_loss_rate,fixed_thermal_losses_relative,fixed_thermal_losses_absolute]" , kWh , " {'input_1':['charge','Electricity'],'output_1': ['discharge','Electricity']}"
28- bess , energy_storage , Electricity , storage , [name] , kW (el) , " {'input_1':['charge ','Electricity'],'output_1': ['discharge ','Electricity']}"
28+ bess , energy_storage , Electricity , storage , [name] , kW (el) , " {'input_1':['bus_in_electricity ','Electricity'],'output_1': ['bus_out_electricity ','Electricity']}"
2929gess , energy_storage , Gas , storage , [name] , l , " {'input_1':['charge','Gas'],'output_1': ['discharge','Gas']}"
3030h2ess , energy_storage , H2 , storage , [name] , kgH2 , " {'input_1':['charge','H2'],'output_1': ['discharge','H2']}"
3131hess , energy_storage , Heat , storage , [name] , kW (therm) , " {'input_1':['charge','Heat'],'output_1': ['discharge','Heat']}"
0 commit comments