From fb6983cfb8d3b32e512bbacf667513c4d7f6839d Mon Sep 17 00:00:00 2001 From: Lisah Ligono Date: Fri, 7 Feb 2025 11:53:28 +0100 Subject: [PATCH] Add region and model clean up yaml files --- migration/R5_clean_up.yaml | 7 +++++++ migration/model_clean_up.yaml | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 migration/R5_clean_up.yaml create mode 100644 migration/model_clean_up.yaml diff --git a/migration/R5_clean_up.yaml b/migration/R5_clean_up.yaml new file mode 100644 index 0000000..3b8c67d --- /dev/null +++ b/migration/R5_clean_up.yaml @@ -0,0 +1,7 @@ +dimension: region +rename: + - R5ASIA: Asia (R5) + - R5LAM: Latin America (R5) + - R5MAF: Middle East & Africa (R5) + - R5OECD90+EU: OECD & EU (R5) + - R5REF: Reforming Economies (R5) \ No newline at end of file diff --git a/migration/model_clean_up.yaml b/migration/model_clean_up.yaml new file mode 100644 index 0000000..099f721 --- /dev/null +++ b/migration/model_clean_up.yaml @@ -0,0 +1,4 @@ +dimension: model +rename: + - MESSAGEix-GLOBIOM_1.1 : MESSAGEix-GLOBIOM 1.1 + - MESSAGEix-GLOBIOM_1.2 : MESSAGEix-GLOBIOM 1.2 \ No newline at end of file