Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update options lookup for EUSS df load shift measure #125

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions national/housing_characteristics/options_lookup.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -5030,11 +5030,11 @@ thermostat_control_load_shed shed_part_year_15min_3cspa upgrade_df_thermostat_co
thermostat_control_load_shed shed_full_baseline_15min_3hpeak upgrade_df_thermostat_control_load_shed peak_len=3 rebound_len=2 sp_adjustment=2.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shed shed_full_baseline_15min_norebound upgrade_df_thermostat_control_load_shed peak_len=4 rebound_len=0 sp_adjustment=2.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shed shed_full_baseline_15min_3cspa upgrade_df_thermostat_control_load_shed peak_len=4 rebound_len=2 sp_adjustment=3.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=1 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_60min upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=1 sp_adjustment=1.0 num_timesteps_in_hr=1 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_3hpeak upgrade_df_thermostat_control_load_shift peak_len=3 prepeak_len=1 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_2hprepeak upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=2 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_2cspa upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=1 sp_adjustment=2.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=2 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_60min upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=2 sp_adjustment=1.0 num_timesteps_in_hr=1 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_3hpeak upgrade_df_thermostat_control_load_shift peak_len=3 prepeak_len=2 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_1hprepeak upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=1 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_2cspa upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=2 sp_adjustment=2.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
state_id *
energy_code_compliance_during_original_building_construction *
energy_code_compliance_interior_lighting *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def arguments(model)

prepeak_len = OpenStudio::Measure::OSArgument.makeIntegerArgument('prepeak_len', true)
prepeak_len.setDisplayName("Length of pre-peak period before dispatch window (hour)")
prepeak_len.setDefaultValue(1)
prepeak_len.setDefaultValue(2)
args << prepeak_len

sp_adjustment = OpenStudio::Measure::OSArgument.makeDoubleArgument('sp_adjustment', true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<type>Integer</type>
<required>true</required>
<model_dependent>false</model_dependent>
<default_value>1</default_value>
<default_value>2</default_value>
</argument>
<argument>
<name>sp_adjustment</name>
Expand Down
10 changes: 5 additions & 5 deletions resources/options_lookup.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -5030,11 +5030,11 @@ thermostat_control_load_shed shed_part_year_15min_3cspa upgrade_df_thermostat_co
thermostat_control_load_shed shed_full_baseline_15min_3hpeak upgrade_df_thermostat_control_load_shed peak_len=3 rebound_len=2 sp_adjustment=2.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shed shed_full_baseline_15min_norebound upgrade_df_thermostat_control_load_shed peak_len=4 rebound_len=0 sp_adjustment=2.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shed shed_full_baseline_15min_3cspa upgrade_df_thermostat_control_load_shed peak_len=4 rebound_len=2 sp_adjustment=3.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=1 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_60min upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=1 sp_adjustment=1.0 num_timesteps_in_hr=1 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_3hpeak upgrade_df_thermostat_control_load_shift peak_len=3 prepeak_len=1 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_2hprepeak upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=2 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_2cspa upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=1 sp_adjustment=2.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=2 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_60min upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=2 sp_adjustment=1.0 num_timesteps_in_hr=1 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_3hpeak upgrade_df_thermostat_control_load_shift peak_len=3 prepeak_len=2 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_1hprepeak upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=1 sp_adjustment=1.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
thermostat_control_load_shift shift_full_baseline_15min_2cspa upgrade_df_thermostat_control_load_shift peak_len=4 prepeak_len=2 sp_adjustment=2.0 num_timesteps_in_hr=4 load_prediction_method=full baseline
state_id *
energy_code_compliance_during_original_building_construction *
energy_code_compliance_interior_lighting *
Expand Down