Skip to content

Commit

Permalink
Try a 10k national baseline run with 1 month run period.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Aug 7, 2023
1 parent bb7105c commit 8025e3b
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
run: |
pip install git+https://github.com/NREL/buildstockbatch.git@v2023.06.0
buildstock_local project_national/national_baseline2.yml
buildstock_local project_national/national_baseline.yml
buildstock_local project_testing/testing_baseline.yml
Expand Down
68 changes: 68 additions & 0 deletions project_national/national_baseline2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
schema_version: '0.3'
os_version: 3.6.1
os_sha: bb9481519e
buildstock_directory: ../ # Relative to this file or absolute
project_directory: project_national # Relative to buildstock_directory
output_directory: national_baseline
weather_files_url: https://data.nrel.gov/system/files/156/BuildStock_TMY3_FIPS.zip
# weather_files_path: c:/OpenStudio/BuildStock_TMY3_FIPS.zip

sampler:
type: residential_quota
args:
n_datapoints: 10000

workflow_generator:
type: residential_hpxml
args:
build_existing_model:
simulation_control_timestep: 60
simulation_control_run_period_begin_month: 1
simulation_control_run_period_begin_day_of_month: 1
simulation_control_run_period_end_month: 1
simulation_control_run_period_end_day_of_month: 31
simulation_control_run_period_calendar_year: 2007

emissions:
- scenario_name: LRMER_MidCase_15
type: CO2e
elec_folder: data/cambium/2022/LRMER_MidCase_15

utility_bills:
- scenario_name: Bills

simulation_output_report:
timeseries_frequency: hourly
include_timeseries_total_consumptions: true
include_timeseries_fuel_consumptions: true
include_timeseries_end_use_consumptions: true
include_timeseries_emissions: true
include_timeseries_emission_fuels: true
include_timeseries_emission_end_uses: true
include_timeseries_hot_water_uses: true
include_timeseries_total_loads: true
include_timeseries_component_loads: true
include_timeseries_unmet_hours: true
include_timeseries_zone_temperatures: true
include_timeseries_airflows: true
include_timeseries_weather: true

reporting_measures:
- measure_dir_name: QOIReport

server_directory_cleanup:
retain_in_idf: false
retain_schedules_csv: false

baseline:
n_buildings_represented: 139647020 # American Community Survey 2021 5-year, B25001, does not include territories

eagle:
n_jobs: 3
minutes_per_sim: 30
account: <account you are authorized to use>
postprocessing:
time: 20
n_workers: 1
sampling:
time: 5

0 comments on commit 8025e3b

Please sign in to comment.