From 86121036fdd5fcff78927e852b084767903f6823 Mon Sep 17 00:00:00 2001 From: Alex Axthelm Date: Tue, 29 Oct 2024 15:07:47 +0100 Subject: [PATCH 1/4] Add build config for sectoral reports --- .github/workflows/build-Docker-image-triggers.yml | 1 + build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json diff --git a/.github/workflows/build-Docker-image-triggers.yml b/.github/workflows/build-Docker-image-triggers.yml index adeb17eb..838644c6 100644 --- a/.github/workflows/build-Docker-image-triggers.yml +++ b/.github/workflows/build-Docker-image-triggers.yml @@ -37,6 +37,7 @@ jobs: matrix: image-name: - rmi_pacta_2023q4_pa2024ch + - rmi_pacta_2023q4_pa2024ch_sectoral - rmi_pacta_2022q4_general - rmi_pacta_2023q4_general uses: ./.github/workflows/build-push-private.yml diff --git a/build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json b/build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json new file mode 100644 index 00000000..9fe68bbb --- /dev/null +++ b/build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json @@ -0,0 +1,12 @@ +{ + "data_share_path": "2023Q4_20240718T150252Z", + "pacta_data_quarter": "2023Q4", + "project_code": "PA2024CH_sectoral", + "templates_ref": "add-sectoral-report", + "test_matrix": { + "language": ["EN", "DE", "FR"], + "peer_group": ["other"] + }, + "resultsDestinationURL": "https://pactadatadev.blob.core.windows.net/ghactions-workflow-transition-monitor-results-full", + "reportsDestinationURL": "https://pactadatadev.blob.core.windows.net/ghactions-workflow-transition-monitor-results-reports" +} From 699d5eeab48f9c733be1e19dd83c7da537c671f6 Mon Sep 17 00:00:00 2001 From: Alex Axthelm Date: Tue, 29 Oct 2024 15:45:27 +0100 Subject: [PATCH 2/4] Add Parameter file --- .../ProjectParameters_PA2024CH_sectoral.yml | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 parameter_files/ProjectParameters_PA2024CH_sectoral.yml diff --git a/parameter_files/ProjectParameters_PA2024CH_sectoral.yml b/parameter_files/ProjectParameters_PA2024CH_sectoral.yml new file mode 100644 index 00000000..d4ccba2f --- /dev/null +++ b/parameter_files/ProjectParameters_PA2024CH_sectoral.yml @@ -0,0 +1,58 @@ +default: + + paths: + data_location_ext: ../pacta-data/2023Q4/ + + reporting: + project_report_name: PA2024CH + display_currency: CHF + currency_exchange_value: 1.190405 + + parameters: + start_year: 2023 + horizon_year: 5 + select_scenario: WEO2023_NZE_2050 + scenario_other: WEO2023_NZE_2050 + portfolio_allocation_method: portfolio_weight + scenario_geography: Global + + methodology: + has_map: TRUE + has_revenue: FALSE + has_credit: FALSE + inc_emissionfactors: TRUE + + sectors: + tech_roadmap_sectors: + - Power + - Automotive + - Oil&Gas + - Coal + pacta_sectors_not_analysed: + - Steel + - Aviation + - Cement + green_techs: + - RenewablesCap + - HydroCap + - NuclearCap + - Hybrid + - Electric + - FuelCell + - Electric Arc Furnace + + scenario_sources_list: + - GECO2023 + - ISF2023 + - WEO2023 + + scenario_geography_list: + - Global + - GlobalAggregate + - NonOECD + - OECD + + equity_market_list: + - GlobalMarket + - DevelopedMarket + - EmergingMarket From 813f09f3f498bffc4de9698b3e548225542a4f2e Mon Sep 17 00:00:00 2001 From: Alex Axthelm Date: Tue, 29 Oct 2024 17:50:17 +0100 Subject: [PATCH 3/4] Update Project report name (used for template selection) --- parameter_files/ProjectParameters_PA2024CH_sectoral.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parameter_files/ProjectParameters_PA2024CH_sectoral.yml b/parameter_files/ProjectParameters_PA2024CH_sectoral.yml index d4ccba2f..a01beb4f 100644 --- a/parameter_files/ProjectParameters_PA2024CH_sectoral.yml +++ b/parameter_files/ProjectParameters_PA2024CH_sectoral.yml @@ -4,7 +4,7 @@ default: data_location_ext: ../pacta-data/2023Q4/ reporting: - project_report_name: PA2024CH + project_report_name: PA2024CH_sectoral display_currency: CHF currency_exchange_value: 1.190405 From 1abdbb6b9051872b8f9d4f5c67c72cf14bca8789 Mon Sep 17 00:00:00 2001 From: Alex Axthelm Date: Wed, 30 Oct 2024 16:58:00 +0100 Subject: [PATCH 4/4] Use default branch for templates --- build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json b/build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json index 9fe68bbb..a806c863 100644 --- a/build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json +++ b/build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json @@ -2,7 +2,7 @@ "data_share_path": "2023Q4_20240718T150252Z", "pacta_data_quarter": "2023Q4", "project_code": "PA2024CH_sectoral", - "templates_ref": "add-sectoral-report", + "templates_ref": "", "test_matrix": { "language": ["EN", "DE", "FR"], "peer_group": ["other"]