From 906d02af5dd9bbc81bcd84d14c1049d3d0722c79 Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Mon, 19 Feb 2024 11:53:00 +0100 Subject: [PATCH] Add openENTRANCE workflow repository as dependency (#1) --- .gitignore | 3 +++ definitions/region/.gitkeep | 0 definitions/region/common.yaml | 2 -- definitions/variable/.gitkeep | 0 definitions/variable/variable.yaml | 3 --- nomenclature.yaml | 8 ++++++++ 6 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 definitions/region/.gitkeep delete mode 100644 definitions/region/common.yaml create mode 100644 definitions/variable/.gitkeep delete mode 100644 definitions/variable/variable.yaml create mode 100644 nomenclature.yaml diff --git a/.gitignore b/.gitignore index 6d93874..80c9b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +#### nomenclature import +openENTRANCE + ### IntelliJ PyCharm ### .idea/ diff --git a/definitions/region/.gitkeep b/definitions/region/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/definitions/region/common.yaml b/definitions/region/common.yaml deleted file mode 100644 index aef9c53..0000000 --- a/definitions/region/common.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- common: - - World diff --git a/definitions/variable/.gitkeep b/definitions/variable/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/definitions/variable/variable.yaml b/definitions/variable/variable.yaml deleted file mode 100644 index e5a870e..0000000 --- a/definitions/variable/variable.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- Primary Energy: - description: Total primary energy consumption (direct equivalent) - unit: EJ/yr diff --git a/nomenclature.yaml b/nomenclature.yaml new file mode 100644 index 0000000..0b8e3a5 --- /dev/null +++ b/nomenclature.yaml @@ -0,0 +1,8 @@ +repositories: + openENTRANCE: + url: https://github.com/openENTRANCE/openentrance +definitions: + variable: + repository: openENTRANCE + region: + repository: openENTRANCE