Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Time Horizon #29

Open
austinrwg opened this issue Dec 30, 2024 · 0 comments
Open

Modify Time Horizon #29

austinrwg opened this issue Dec 30, 2024 · 0 comments

Comments

@austinrwg
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant