Skip to content

Commit

Permalink
Update example to avoid confusion in dispatch example
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Jun 19, 2019
1 parent 1557700 commit 9667d99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 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;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
name;type;carrier;tech;capacity;bus;marginal_cost;profile;output_parameters
gas;dispatchable;gas;gt;100;bus1;40;1;{"summed_max": 2000}
coal;dispatchable;coal;st;100;bus0;40;1;{}
lignite;dispatchable;lignite;st;50;bus0;20;1;{}
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@
"type": "integer",
"format": "default"
},
{
"name": "capacity_cost",
"type": "string",
"format": "default"
},
{
"name": "bus",
"type": "string",
Expand All @@ -217,11 +212,6 @@
"name": "output_parameters",
"type": "object",
"format": "default"
},
{
"name": "expandable",
"type": "boolean",
"format": "default"
}
],
"missingValues": [
Expand Down Expand Up @@ -443,4 +433,4 @@
}
}
]
}
}

0 comments on commit 9667d99

Please sign in to comment.