Skip to content

Commit

Permalink
Update parameters in json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Mar 21, 2024
1 parent 08815b3 commit 95bd638
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions etrago/args.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"db": "egon-data",
"gridversion": null,
"method": {
"type": "lopf",
"method": {
"type": "lopf",
"n_iter": 4,
"pyomo": true,
"market_zones": "status_quo"
"formulation": "linopy",
"market_optimization":
{
"active": true,
"market_zones": "status_quo",
"rolling_horizon": {
"planning_horizon": 168,
"overlap": 120
}
}
},
"pf_post_lopf": {
"active": false,
Expand Down

0 comments on commit 95bd638

Please sign in to comment.