-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Zone name can be any string, not just integers * Don't include startup_cost or p_cost. Include startup_fuel, p_fuel, and non_fuel_startup_cost instead. * More flexibility in how startup fuel is specified when you have fewer than 3 points. It no longer matters which of the 3 startup fuel columns you leave blank in this case, as long as the provided data is consistent (cold is longer than hot, for example). * More flexibility in how p_fuel fuel curves are specified. You can have any number of columns (up to 50). For a fuel curve with N valid points, you only have to fill in the first N fuel curve columns and leave the rest blank. The number of points in the fuel curve can be different for each generator. * Omit several properties that were in the original RTS-GMLC parser but have no meaning to Egret. * Some optional properties are now left out of the JSON if the corresponding cells in the csv are left blank
- Loading branch information
1 parent
4316c9c
commit 17226fa
Showing
1 changed file
with
38 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters