Skip to content

Commit

Permalink
adding demo for agnostic validation & calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
flaand committed Nov 12, 2023
1 parent bf8dca8 commit 3b5b57e
Show file tree
Hide file tree
Showing 17 changed files with 8,492 additions and 0 deletions.
23 changes: 23 additions & 0 deletions examples/config_file_incite.yaml
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

23 changes: 23 additions & 0 deletions examples/config_file_multizone_office_simple_air.yaml
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
Loading

0 comments on commit 3b5b57e

Please sign in to comment.