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

Geothermal loop & soil properties: baseline #1134

Closed
wants to merge 20 commits into from
Closed
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
11 changes: 11 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
run: |
pip install git+https://github.com/NREL/[email protected]

buildstock_local project_national/national_upgrades_gshp.yml

buildstock_local project_national/national_baseline.yml
buildstock_local project_testing/testing_baseline.yml

Expand All @@ -160,6 +162,8 @@ jobs:

- name: Unzip results
run: |
gunzip -v project_national/national_upgrades_gshp/results_csvs/*.csv.gz

gunzip -v project_national/national_baseline/results_csvs/*.csv.gz
gunzip -v project_testing/testing_baseline/results_csvs/*.csv.gz

Expand All @@ -172,6 +176,13 @@ jobs:
tar -xvf project_national/national_upgrades/simulation_output/*.tar.gz -C project_national/national_upgrades/simulation_output --wildcards '*results_timeseries.csv' --wildcards '*.xml' --wildcards '*data_point_out.json' --wildcards '*.osw'
tar -xvf project_testing/testing_upgrades/simulation_output/*.tar.gz -C project_testing/testing_upgrades/simulation_output --wildcards '*results_timeseries.csv' --wildcards '*.xml' --wildcards '*data_point_out.json' --wildcards '*.osw' --wildcards '*in.osm' --wildcards '*in.idf'

- name: Upload gshp results
uses: actions/upload-artifact@v3
with:
path: |
project_national/national_upgrades_gshp/results_csvs/results_up01.csv
name: buildstockbatch_gshp_results_csvs

- name: Process results
run: |
pip install plotly
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Annual Name,Annual Units,Notes
upgrade_costs.depth_geothermal_loop_boreholes_ft,ft,"Depth, Geothermal Loop Boreholes (ft)"
upgrade_costs.door_area_ft_2,ft^2,Door Area
upgrade_costs.duct_unconditioned_surface_area_ft_2,ft^2,Duct Unconditioned Surface Area
upgrade_costs.floor_area_attic_ft_2,ft^2,"Floor Area, Attic"
Expand All @@ -7,7 +8,9 @@ upgrade_costs.floor_area_conditioned_ft_2,ft^2,"Floor Area, Conditioned"
upgrade_costs.floor_area_conditioned_infiltration_reduction_ft_2_delta_ach_50,ft^2 * Delta ACH50,"Floor Area, Conditioned * Infiltration Reduction"
upgrade_costs.floor_area_foundation_ft_2,ft^2,"Floor Area, Foundation"
upgrade_costs.floor_area_lighting_ft_2,ft^2,"Floor Area, Lighting"
upgrade_costs.flow_rate_geothermal_loop_gpm,gpm,"Flow Rate, Geothermal Loop (gpm)"
upgrade_costs.flow_rate_mechanical_ventilation_cfm,cfm,"Flow Rate, Mechanical Ventilation"
upgrade_costs.number_geothermal_loop_boreholes_count,count,"Number, Geothermal Loop Boreholes (count)"
upgrade_costs.rim_joist_area_above_grade_exterior_ft_2,ft^2,"Rim Joist Area, Above-Grade, Exterior"
upgrade_costs.roof_area_ft_2,ft^2,Roof Area
upgrade_costs.size_cooling_system_primary_k_btu_h,kBtu/h,"Size, Cooling System Primary"
Expand Down
Loading
Loading