Skip to content

Commit

Permalink
Update oemof tabular and provide new example
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Mar 5, 2019
1 parent 18b3c2f commit 4231eb8
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 52 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name;carrier;tech;storage_capacity;capacity;capacity_cost;capacity_ratio;type;bus;tech
el-storage;lithium;battery;;;10;0.2;storage;bus0;battery
el-storage-exist;lithium;battery;10;1;10;0.2;storage;bus0;battery
name;carrier;tech;storage_capacity;capacity;capacity_cost;invest_relation_output_capacity;invest_relation_input_output;type;bus;tech
el-storage;lithium;battery;;;10;0.2;1;storage;bus0;battery
el-storage-exist;lithium;battery;10;1;10;0.2;1;storage;bus0;battery
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,15 @@
"format": "default"
},
{
"name": "capacity_ratio",
"name": "invest_relation_output_capacity",
"type": "number",
"format": "default"
},
{
"name": "invest_relation_input_output",
"type": "number",
"format": "default"
},
{
"name": "type",
"type": "string",
Expand Down

0 comments on commit 4231eb8

Please sign in to comment.