Skip to content

Modify Time Horizon #363

Description

@austinrwg

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions