You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: