Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed May 6, 2019
1 parent 75c632b commit a8b30d3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
29 changes: 21 additions & 8 deletions DATA/8BusTestCase_8gen.dat
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,29 @@ Load_Case_Control_File 8BusControlFile.dat

#GenDataStart
// Name ID atBus FCost a b capL capU InitMoney
GenCo1 1 1 0.0000 15.0000 0.0050 0.0000 3282.4000 1000000.0000
GenCo2 2 2 0.0000 15.0000 0.0050 0.0000 4116.9000 1000000.0000
GenCo3 3 3 0.0000 15.0000 0.0050 0.0000 983.4000 1000000.0000
GenCo4 4 4 0.0000 15.0000 0.0050 0.0000 5538.0000 1000000.0000
GenCo5 5 5 0.0000 15.0000 0.0050 0.0000 3215.2000 1000000.0000
GenCo6 6 6 0.0000 15.0000 0.0050 0.0000 5257.1000 1000000.0000
GenCo7 7 7 0.0000 15.0000 0.0050 0.0000 3353.5000 1000000.0000
GenCo8 8 8 0.0000 15.0000 0.0050 0.0000 8399.3000 1000000.0000
GenCo1 1 1 0.0000 14.0000 0.0050 0.0000 3282.4000 1000000.0000
GenCo2 2 2 0.0000 15.0000 0.0040 0.0000 4116.9000 1000000.0000
GenCo3 3 3 0.0000 17.0000 0.0055 0.0000 983.4000 1000000.0000
GenCo4 4 4 0.0000 17.0000 0.0060 0.0000 5538.0000 1000000.0000
GenCo5 5 5 0.0000 16.0000 0.0030 0.0000 3215.2000 1000000.0000
GenCo6 6 6 0.0000 13.0000 0.0040 0.0000 5257.1000 1000000.0000
GenCo7 7 7 0.0000 13.0000 0.0060 0.0000 3353.5000 1000000.0000
GenCo8 8 8 0.0000 18.0000 0.0050 0.0000 8399.3000 1000000.0000
#GenDataEnd

#GenCostStart
// GenCo No Load Cost Cold Startup Cost Hot Startup Cost Shutdown Cost
GenCo1 400.0000 39575.0140 29612.4926 39575.0140
GenCo2 385.3749 0.0000 0.0000 0.0000
GenCo3 385.3749 0.0000 0.0000 0.0000
GenCo4 3723.0000 57758.0000 31460.0000 31460.0000
GenCo5 4962.6000 40367.0000 29358.0000 29358.0000
GenCo6 4540.4000 17471.0000 8062.1000 8062.1000
GenCo7 9624.9000 250940.0000 122900.0000 122900.0000
GenCo8 400.0000 123284.2623 76439.5316 123284.2623
#GenCostEnd


#ScucInputDataStart
// Name PowerT0 UnitOnT0 MinUpTime MinDownTime NominalRampUp NominalRampDown StartupRampLim ShutdownRampLim Schedule Schedule2
GenCo1 3282.4000 1 0 0 0 0 0 0 1 1
Expand Down
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ The recommended way to install or develop AMES (v4.0) is Eclipse. Other options
![](./images/image3.png)
- Configure the "PATH" variable in Eclipse to match your system "PATH" variable in "Run Configuration".
- This step is important since Eclipse should find Python, psst and the solver of your choice
- On Windows, you can type `path` in a CMD prompt and take the necessary paths from there and paste them into this value
- On Linux, OSX, you can type `echo $PATH` in a terminal and take the necessary paths from there and paste them into this value
![](./images/image4.png)
- Compiling and running AMES requires clicking the "Run" button in Eclipse. Once AMES starts, load the 8 bus test case.
![](./images/image5.png)
Expand Down

0 comments on commit a8b30d3

Please sign in to comment.