From 1a97125e4bcf7e396603b075ac21710e84d47d14 Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Tue, 9 Jul 2024 15:39:01 +0200 Subject: [PATCH] Add file link to Readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8cf556..7072d72 100644 --- a/README.md +++ b/README.md @@ -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)