Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhanwei-Liu committed Jun 29, 2024
1 parent a2e274f commit d355213
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"general_parameters": {
"input_folder": "singapore",
"input_folder": "southeast_asia",
"output_folder": "output",
"output_filename": "year",
"hour": 8760,
"hour": 288,
"month": 1,
"dt": 1,
"hours_in_year": 8760,
"price": 0.01,

"isinflow": false,
"isinflow": true,
"error_threshold": 0.001,
"iteration_number": 1,
"fixed_head": true
},
"solver_parameters": {
"solver": "highs",
"solver_path": "/Users/energy/miniconda3/envs/prep-shot/lib/python3.9/site-packages/highsbox/highs_dist/lib/libhighs.1.7.dylib"
"solver": "gurobi"
},
"data_parameters":{
"historical_capacity": {
Expand Down

0 comments on commit d355213

Please sign in to comment.