Skip to content

Commit

Permalink
Add dimensions via nomenclature.yaml (#53)
Browse files Browse the repository at this point in the history
* Add dimensions via nomenclature.yaml

* Add file link to Readme
  • Loading branch information
danielhuppmann authored Jul 9, 2024
1 parent 6fd00eb commit 9a1b7a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
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

0 comments on commit 9a1b7a6

Please sign in to comment.