Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions gridlabd/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Vista Basalt Model
------------------


This folder contains a GridLAB-D model of the Vista Basalt project TESS-1 system.

Run command:

~~~
gridlabd [-D NHOMES=4] [-D FEEDER=60] [-D USETMY={yes,no}] vista.glm
~~~

Options:

- `NHOMES`: the number of homes to include in the model
- `FEEDER`: the feeder TESS capacity in kW
- `USETMY`: flag to indicate whether to use TMY or actual weather data

Input files:

- `caiso.csv`: CAISO wholesale energy price in 2020 (proxy for EIM price)
- `vista.glm`: The Vista system model
- `weather.csv`: local weather in Basalt CO in 2020.

Output files:

- `auction.csv`: TESS market clearing data
- `auction.png`: plot of market clearing data
- `transactions.csv`: TESS transaction log
Loading