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

Add dimensions via nomenclature.yaml #53

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ This repository is released under the [APACHE 2.0 license](LICENSE).

## Overview

This repository contains the scenario validation workflow
for the [ARIADNE project](https://www.pik-potsdam.de/de/institut/abteilungen/transformationspfade/projekte/ariadne).
This repository contains the scenario validation workflow and codelists (variables,
regions and other dimensions) for the [ARIADNE project](https://www.pik-potsdam.de/de/institut/abteilungen/transformationspfade/projekte/ariadne).

> [!TIP]
> For *users not comfortable working with GitHub repositories and yaml files*,
> the definitions for this project are available for download as an xlsx spreadsheet
> at https://files.ece.iiasa.ac.at/ariadne-intern/ariadne-intern-template.xlsx.


The main entry point is the `workflow.py` script, which has a function
that takes an **pyam.IamDataFrame** as argument and returns a modified instance (if validation is successful)
Expand Down
6 changes: 6 additions & 0 deletions nomenclature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dimensions:
- region
- variable
- scenario
- subannual

Loading