Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build config for sectoral reports #375

Merged
merged 5 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-Docker-image-triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions build/config/rmi_pacta_2023q4_pa2024ch_sectoral.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"data_share_path": "2023Q4_20240718T150252Z",
"pacta_data_quarter": "2023Q4",
"project_code": "PA2024CH_sectoral",
"templates_ref": "",
"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"
}
58 changes: 58 additions & 0 deletions parameter_files/ProjectParameters_PA2024CH_sectoral.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
default:

paths:
data_location_ext: ../pacta-data/2023Q4/

reporting:
project_report_name: PA2024CH_sectoral
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
Loading