-
Notifications
You must be signed in to change notification settings - Fork 57
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
6 tasks
…o restructure-v3-cambium
…824ce e60a20824ce Bugfix. 42821fa8a93 Handle weather files with leap days. 7b779622e68 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into cambium e2106278df3 Ensure defaults have been populated for the reporting measure. 9a010c55070 Merge pull request #940 from NREL/relative-schedules-file-path git-subtree-dir: resources/hpxml-measures git-subtree-split: e60a20824ce4715ae6251a65b39d75691af3a144
joseph-robertson
commented
Jan 3, 2022
Added here and referenced from the readme. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
Updateemissions_folders
argument to accept folders and/or values.Generation And Emissions Assessment Region.tsv
files so we can remove theba_to_gea.csv
mapping. Generation And Emissions Assessment Region.tsv #806Elaina 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):
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:
Checklist
Not all may apply:
project_testing
For more information on how to perform these checklist items, see the documentation's Advanced Tutorial.