-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding demo for agnostic validation & calculation
- Loading branch information
Showing
17 changed files
with
8,492 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
# Define path and file names | ||
path_to_dataset: '../data/incite_dataset' | ||
database_file_name: 'demo_kpi_validation_calculation.db' | ||
brick_model_file_name: "incite.ttl" | ||
updated_brick_model_file_name: "incite_with_data.ttl" | ||
|
||
# Define the scenarios (csv file names) to analyse as baseline and flexible scenarios | ||
baseline_scenario: 'Ref_Cool' | ||
flexible_scenario: 'RBC_Cost_Cool' | ||
|
||
# Define a start and end time for the evaluation period | ||
evaluation_timestamps: | ||
start: '2016-08-07 00:00:00' | ||
end: '2016-10-07 23:59:59' | ||
|
||
# Define input parameters not available in the Brick model | ||
price_signal_file_name: "Ref_Cool.csv" | ||
timestamp_identifier: 'Timestamp' | ||
price_signal_identifier: 'Price' | ||
shift_window: 2 # Set the number of hours for shift period | ||
rebound_window: 2 # Set the number of hours for rebound period | ||
|
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,23 @@ | ||
# multizone_office_simple_air_peak_heat_day_dynamic | ||
|
||
# Define path and file names | ||
path_to_dataset: '../data/boptest_dataset' | ||
database_file_name: 'demo_kpi_validation_calculation.db' | ||
brick_model_file_name: "multizone_office_simple_air.ttl" | ||
updated_brick_model_file_name: "multizone_office_simple_air_with_data.ttl" | ||
|
||
# Define the scenarios (csv file names) to analyse as baseline and flexible scenarios | ||
baseline_scenario: 'baseline_dataset' | ||
flexible_scenario: 'flexible_dataset' | ||
|
||
# Define a start and end time for the evaluation period | ||
evaluation_timestamps: | ||
start: '1970-01-20 00:00:00' | ||
end: '1970-02-02 23:59:59' | ||
|
||
# Define input parameters not available in the Brick model | ||
price_signal_file_name: "scheduleData_dataset.csv" | ||
timestamp_identifier: 'time' | ||
price_signal_identifier: 'PriceElectricPowerHighlyDynamic' | ||
shift_window: 2 # Set the number of hours for shift period | ||
#rebound_window: 2 # Set the number of hours for rebound period |
Oops, something went wrong.