Skip to content

Commit 9594fa5

Browse files
authored
Update simple_storage.py
1 parent 1b46a1b commit 9594fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dscim/menu/simple_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Climate:
3737
Period for rebasing FAIR temperature anomalies. This should match the CIL projection system's base period.
3838
emission_scenarios: list or None, optional
3939
List of emission scenarios for which SCC will be calculated. Default
40-
is ["ssp119", "ssp126", "ssp245", "ssp460", "ssp370", "ssp585"].
40+
is (), which gets set to ["ssp119", "ssp126", "ssp245", "ssp460", "ssp370", "ssp585"].
4141
gases: list or None, optional
4242
List of greenhouse gases for which SCC will be calculated. Default is
4343
["CO2_Fossil", "CH4", "N2O"].

0 commit comments

Comments
 (0)