-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust validate_orderbook for BB (#195)
- Loading branch information
Johanna Adams
authored
Sep 18, 2023
1 parent
40e6cac
commit 118b9db
Showing
10 changed files
with
35,147 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
dam: | ||
start_date: 2019-01-01 00:00 | ||
end_date: 2019-04-01 00:00 | ||
time_step: 1h | ||
save_frequency_hours: 24 | ||
markets_config: | ||
EOM: | ||
operator: EOM_operator | ||
product_type: energy | ||
products: | ||
- duration: 1h | ||
count: 24 | ||
first_delivery: 1h | ||
opening_frequency: 24h | ||
opening_duration: 24h | ||
volume_unit: MWh | ||
maximum_bid_volume: 100000 | ||
maximum_bid_price: 3000 | ||
minimum_bid_price: -500 | ||
price_unit: EUR/MWh | ||
market_mechanism: pay_as_clear | ||
|
||
dam_with_complex_clearing: | ||
start_date: 2019-01-01 00:00 | ||
end_date: 2019-04-01 00:00 | ||
time_step: 1h | ||
save_frequency_hours: 24 | ||
markets_config: | ||
EOM: | ||
operator: EOM_operator | ||
product_type: energy | ||
products: | ||
- duration: 1h | ||
count: 24 | ||
first_delivery: 1h | ||
opening_frequency: 24h | ||
opening_duration: 24h | ||
volume_unit: MWh | ||
maximum_bid_volume: 100000 | ||
maximum_bid_price: 3000 | ||
minimum_bid_price: -500 | ||
price_unit: EUR/MWh | ||
market_mechanism: pay_as_clear_complex | ||
additional_fields: | ||
- bid_type | ||
- min_acceptance_ratio |
Oops, something went wrong.