Skip to content

Commit

Permalink
changes to Settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jul 1, 2024
1 parent 2dde660 commit c54cbd4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,17 @@ Install Packages:
example:
```bash
{
"num_nodes": 16,
"pv_nodes": [1, 2, 3, 4, 6, 8, 9, 10],
"battery_nodes": [2, 3, 5, 7, 9, 10, 11, 12],
"cooperative": true,
"cooperative_nodes": [1, 2, 3, 4],
"dt": 0.2,
"simulation_hours": 24
"simulation_parameters": {
"dt": 0.1,
"simulation_hours": 24
},
"grid_parameters": {
"num_nodes": 16,
"pv_nodes": [1, 2, 3, 4, 6, 8, 9, 10],
"battery_nodes": [2, 3, 5, 7, 9, 10, 11, 12],
"cooperative": false,
"cooperative_nodes": [1, 2, 3, 4]
}
}
Expand Down

0 comments on commit c54cbd4

Please sign in to comment.