Skip to content

Commit

Permalink
Update dispatch example and code where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Jun 18, 2019
1 parent 34bfe1f commit 98a4db7
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 235 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name;type;carrier;tech;capacity;capacity_cost;bus;marginal_cost;profile;output_parameters;carrier;tech
gas;dispatchable;gas;octg;100;;bus1;40;;{"summed_max": 2000};gas;gt
coal;dispatchable;coal;st;100;;bus0;40;;{};coal;st
lignite;dispatchable;lignite;st;50;;bus0;20;;{};lignite;st
name;type;carrier;tech;capacity;capacity_cost;bus;marginal_cost;profile;output_parameters;expandable
gas;dispatchable;gas;gt;100;;bus1;40;1;{"summed_max": 2000};False
coal;dispatchable;coal;st;100;;bus0;40;1;{};False
lignite;dispatchable;lignite;st;50;;bus0;20;1;{};False
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name,carrier,tech,storage_capacity,capacity,capacity_cost,capacity_ratio,storage_capacity_initial,type,bus
el-storage1,lithium,battery,100,10,10,0.2,0.5,storage,bus0
el-storage2,lithium,battery,200,20,15,0.2,0.2,storage,bus0
name,carrier,tech,storage_capacity,capacity,capacity_cost,storage_capacity_initial,type,bus
el-storage1,lithium,battery,100,10,10,0.5,storage,bus0
el-storage2,lithium,battery,200,20,15,0.2,storage,bus0

0 comments on commit 98a4db7

Please sign in to comment.