Skip to content

Commit

Permalink
update EMISSIONS_DECREASE_DEFAULTS
Browse files Browse the repository at this point in the history
  • Loading branch information
adfarth committed Dec 12, 2024
1 parent da6abda commit 0f30a79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Classify the change according to the following categories:
### Patches

## gridRE
### Minor Updates
### Major Updates
### Added
- Added the following inputs to account for the clean or renewable energy fraction of grid-purchased electricity:
- ElectricUtility **cambium_cef_metric** to utilize clean energy data from NREL's Cambium database
Expand Down
8 changes: 4 additions & 4 deletions reoptjl/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ class MACRS_YEARS_CHOICES(models.IntegerChoices):
}

EMISSIONS_DECREASE_DEFAULTS = { # year over year decrease in grid emissions rate
"CO2e" : 0.02163,
"NOx" : 0.02163,
"SO2" : 0.02163,
"PM25" : 0.02163
"CO2e" : 0.0459,
"NOx" : 0.0459,
"SO2" : 0.0459,
"PM25" : 0.0459
}

WIND_COST_DEFAULTS = { # size_class_to_installed_cost
Expand Down

0 comments on commit 0f30a79

Please sign in to comment.