Skip to content

Commit

Permalink
Remove handling of ECEMF scenario processing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Feb 19, 2024
1 parent 194dd31 commit 3c060d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 221 deletions.
30 changes: 0 additions & 30 deletions definitions/scenario/README.md

This file was deleted.

186 changes: 0 additions & 186 deletions definitions/scenario/scenarios.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
OE_SUBANNUAL_FORMAT = lambda x: x.strftime("%m-%d %H:%M%z").replace("+0100", "+01:00")


def ecemf(df: pyam.IamDataFrame) -> pyam.IamDataFrame:
"""Entrypoint for ECEMF scenario validation"""
return main(df, dimensions=["scenario", "region", "variable"])


def main(df: pyam.IamDataFrame, dimensions=["region", "variable"]) -> pyam.IamDataFrame:
"""Main function for validation and processing"""
if "subannual" in df.dimensions or df.time_col == "time":
Expand Down

0 comments on commit 3c060d6

Please sign in to comment.