-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I want to modify the time horizon of the social cost of carbon to 2500.
If I was to accomplish this, what files would I have to change?
From my understanding so far, two files need to be changed: main_recipe.py and simple_storage.py.
main_recipe.py
- line 92: ext_end_year=2300
- line 850: if 2300in self.gdp.year:
simple_storage.py
- line 123: temps = temps.sel(year=slice(self.pulse_year, 2300))
- line 194: year=slice(self.pulse_year, 2300)
- line 389: if 2300 in self.econ_vars.econ_vars.year:
- line 391 raw = self.cut(self.econ_vars.econ_vars, end_year=2300)
Are there any other changes that must be made?
Metadata
Metadata
Assignees
Labels
No labels