Skip to content

Commit

Permalink
Delete extra scenarios; add PDS1, PDS2, PDS3
Browse files Browse the repository at this point in the history
This is one of those changes where you wonder if it was worth the work, but...

To do integrations I will need to conveniently be able to get the right scenarios to work with for each solution.  That could be maintained in a list outside the system, but I decided to go through, and for each solution, assign values PDS1, PDS2 and PDS3 to name the most recent scenario of each type.  This will have to be maintained manually as new scenarios are published, but I figure this it be helpful in other situations as well (like a newcomer trying to get the code working for the first time).

Since I was looking in depth at the scenarios of each and every solution, I decided that would be a good opportunity to remove the "extras" while I was at it.
  • Loading branch information
denised committed Aug 16, 2021
1 parent 4c817b5 commit 3b5fd2f
Show file tree
Hide file tree
Showing 258 changed files with 400 additions and 21,108 deletions.
6 changes: 6 additions & 0 deletions solution/afforestation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@

scenarios = ac.load_scenarios_from_json(directory=THISDIR.joinpath('ac'), vmas=VMAs)

# These are the "default" scenarios to use for each of the drawdown categories.
# They should be set to the most recent "official" set"
PDS1 = "PDS-57p2050-Plausible-cusomPDS-avg-30Jan2020"
PDS2 = "PDS-65p2050-drawdown-customPDS-30Jan2020"
PDS3 = "PDS-65p2050-Drawdown-CustomPDS-high0.5stdv-Jan2020"


class Scenario(scenario.Scenario):
name = name
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3b5fd2f

Please sign in to comment.