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

ResStock-HPXML: Emissions calculations (e.g., CO2) #791

Merged
merged 83 commits into from
Feb 1, 2022

Conversation

joseph-robertson
Copy link
Contributor

@joseph-robertson joseph-robertson commented Dec 20, 2021

Resolves #790.

Pull Request Description

Add arguments to the BuildExistingModel measure:

  • emissions_scenario_names
  • emissions_types
  • emissions_electricity_folders
  • emissions_natural_gas_values
  • emissions_propane_values
  • emissions_fuel_oil_values
  • emissions_wood_values

Checklist:

Elaina says: "camium.nrel.gov -> cambium 2021"

From cambium.nrel.gov, you can download various time resolutions (e.g., annual, hourly) files for various scenarios (e.g., Mid-case, Low Renewable Energy Cost) across location types (ordered by # of enums):

  • national
  • generation and emission assessment
  • states
  • balancing areas

We are interested in columns:

  • aer_load_*_c (required; stock/load profile stuff)
  • lrmer_*_c (required; savings shapes/electrification/new construction)
  • srmer_*_c (optional)

Eric's proposal:

  • Use all 5 scenarios at 15 and 30 evaluation period (for 10 scenarios/folders) from Cambium21_LRMER_GEAregions.xlsx
  • Eric to provide Joe the data

Checklist

Not all may apply:

  • Unit tests have been added or updated
  • All rake tasks have been run, and pass
  • Documentation has been modified appropriately
  • Any new options are added to project_testing
  • No unexpected regression test changes
  • All tests are passing
  • The changelog has been updated appropriately
  • This branch is up-to-date with develop

For more information on how to perform these checklist items, see the documentation's Advanced Tutorial.

…89fcb

e5cb4289fcb Update test.
ad9b8ed27b6 Ensure CO2 emissions results are included in the CI results.
954c8fe0670 Switch to MidCase AER 2022 values from the Cambium 2021 dataset.
d58ca285dd5 Accommodate simulation run periods that are less than a year. Improve EPvalidator.xml.
f593d383000 Fix for daily or monthly timeseries frequency request. Fix unit test.
83834b661fc Merge branch 'cambium' of https://github.com/NREL/OpenStudio-HPXML into cambium
2cffe5f261b Merge branch 'relative-schedules-file-path' of https://github.com/NREL/OpenStudio-HPXML into cambium
8bdb92fae06 Allow timeseries output to be requested for CO2 emissions.
6d54baebbe7 Fixes use of relative file paths for schedules to be relative to the HPXML file instead of the working directory.
c35c6f2855f Latest results.
6ac54a6397d Merge branch 'timeseries_elec_net' of https://github.com/NREL/OpenStudio-HPXML into cambium
46e8f3984e7 Allow fossil fuel values to be entered. Allow units to be specified. Clean up terminology and generalize inputs.
82749cbf5ca First pass on implementing carbon calculations.
62343317f9f Merge branch 'reorg_resources' of https://github.com/NREL/OpenStudio-HPXML into cambium
62a46ccfe29 Add data needed for RESNET CO2 Rating Index.

git-subtree-dir: resources/hpxml-measures
git-subtree-split: e5cb4289fcb5fd1b13b86bcc09e82a48c9298075
@joseph-robertson joseph-robertson self-assigned this Dec 20, 2021
@joseph-robertson joseph-robertson linked an issue Dec 20, 2021 that may be closed by this pull request
6 tasks
@nmerket
Copy link
Member

nmerket commented Jan 3, 2022 via email

@shorowit
Copy link
Contributor

image

@joseph-robertson
Copy link
Contributor Author

image

Added here and referenced from the readme.

@joseph-robertson joseph-robertson merged commit 359171b into restructure-v3 Feb 1, 2022
@joseph-robertson joseph-robertson deleted the restructure-v3-cambium branch February 1, 2022 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResStock-HPXML: CO2 Emissions calculations
3 participants