Skip to content

Commit

Permalink
Merge pull request #202 from rl-institut/fix/plw_example
Browse files Browse the repository at this point in the history
add plw significance threshold to simba example
  • Loading branch information
stefansc1 authored Jun 25, 2024
2 parents 67f8810 + 819554d commit db851b4
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 db851b4

Please sign in to comment.