Skip to content

Commit

Permalink
add plw significance threshold to simba example
Browse files Browse the repository at this point in the history
  • Loading branch information
j-brendel committed Jun 24, 2024
1 parent 67f8810 commit 819554d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/examples/cost_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,27 @@
"battery": 0,
"unit": "ct/kWh",
"info": "remuneration for power fed into the grid by PV power plants or electric vehicles"
},
"strategy_related": {
"peak_load_window": {
"significance_threshold": {
"eHV": 5,
"eHV/HV": 10,
"HV": 10,
"HV/MV": 20,
"MV": 20,
"MV/LV": 30,
"LV": 30,
"unit": "%",
"info": "significance threshold between overall peak power and peak power inside time window to see if cost calculation for strategy can be applied"
}
},
"balanced_market": {
"low_tariff_factor": 0.68,
"medium_tariff_factor": 1,
"unit": "-",
"info": "factor sets commodity charge for low and medium tariff window by being multiplied with the commodity charge in the price sheet"
}
}
}
}

0 comments on commit 819554d

Please sign in to comment.