Skip to content

Commit

Permalink
Add status2023 ref timestamp to PV rooftop for lifetime calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jan 12, 2024
1 parent 9693153 commit ce3bca5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
SCENARIOS = config.settings()["egon-data"]["--scenarios"]
SCENARIO_TIMESTAMP = {
"status2019": pd.Timestamp("2020-01-01", tz="UTC"),
"status2023": pd.Timestamp("2024-01-01", tz="UTC"),
"eGon2035": pd.Timestamp("2035-01-01", tz="UTC"),
"eGon100RE": pd.Timestamp("2050-01-01", tz="UTC"),
}
Expand Down

0 comments on commit ce3bca5

Please sign in to comment.