Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop market simulation #160

Draft
wants to merge 27 commits into
base: develop
Choose a base branch
from
Draft
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