Skip to content

Commit 0519a5f

Browse files
authored
Merge pull request #47 from ClimateImpactLab/climate_bugfix
Climate bugfix
2 parents e548a53 + 1c43246 commit 0519a5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
8+
### Fixed
9+
- Fix issue [#45](https://github.com/ClimateImpactLab/dscim/issues/45) by allowing for `emission_scenario` to be `None`. ([PR #46](https://github.com/ClimateImpactLab/dscim/pull/46), [PR #47](https://github.com/ClimateImpactLab/dscim/pull/47), [@JMGilbert](https://github.com/JMGilbert))
910

1011
## [0.2.0] - 2022-09-16
1112
### Changed

src/dscim/menu/simple_storage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ class Climate:
3838
emission_scenarios: list or None, optional
3939
List of emission scenarios for which SCC will be calculated. Default
4040
is (), which gets set to ["ssp119", "ssp126", "ssp245", "ssp460", "ssp370", "ssp585"].
41+
Use `None` when RCP emission scenarios are not the climate projections,
42+
such as with RFF-SP projections.
4143
gases: list or None, optional
4244
List of greenhouse gases for which SCC will be calculated. Default is
4345
["CO2_Fossil", "CH4", "N2O"].

0 commit comments

Comments
 (0)