Skip to content

Commit

Permalink
project configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeake committed Jun 9, 2023
1 parent 8b9e267 commit c61bd51
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions national_baseline_comploads.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Project file to produce national-scale component loads results
schema_version: '0.3'
os_version: 3.5.0
os_sha: 7b14ce1588
buildstock_directory: /home/aspeake/buildstock/resstock # Relative to this file or absolute
project_directory: project_national # Relative to buildstock_directory
output_directory: /lustre/eaglefs/projects/abctypol/load_components/national_resstock_v3
# weather_files_url: https://data.nrel.gov/system/files/156/BuildStock_TMY3_FIPS.zip
weather_files_path: /shared-projects/buildstock/weather/BuildStock_TMY3_FIPS.zip

sampler:
type: residential_quota
args:
n_datapoints: 550000

workflow_generator:
type: residential_hpxml
args:
build_existing_model:
simulation_control_timestep: 10
simulation_control_run_period_begin_month: 1
simulation_control_run_period_begin_day_of_month: 1
simulation_control_run_period_end_month: 12
simulation_control_run_period_end_day_of_month: 31
simulation_control_run_period_calendar_year: 2007
add_component_loads: true

simulation_output_report:
timeseries_frequency: none
# include_timeseries_total_consumptions: true
# include_timeseries_fuel_consumptions: true
# include_timeseries_end_use_consumptions: true
# include_timeseries_end_use_consumptions: true
# include_timeseries_component_loads: true
# include_timeseries_emissions: false
# include_timeseries_total_loads: false

server_directory_cleanup:
retain_in_idf: false
retain_schedules_csv: false

baseline:
n_buildings_represented: 136569411 # American Community Survey 2019 5-year, B25001, does not include AK, HI, and territories

eagle:
n_jobs: 1000
minutes_per_sim: 3
account: abctypol
postprocessing:
time: 240
n_workers: 1
sampling:
time: 60

0 comments on commit c61bd51

Please sign in to comment.