Skip to content

Commit

Permalink
update file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Feb 20, 2024
1 parent 1c1eca3 commit 943bec9
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions main.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@ geco2022_raw_path <- fs::path(scenario_preparation_inputs_path, "GECO2022")
# /Users/antoinelalechere/RMI Dropbox/Antoine Lalechere/PACTA Dropbox/Portcheck_v2/00_Data/RawScenarioData/GECO2022/processed_data/where_calculation_are_made
geco_2022_automotive_filepath <- fs::path(
geco2022_raw_path,
"processed_data/used_in_pacta.scenario.preparation",
"processed_data",
"used_in_pacta.scenario.preparation",
geco_2022_automotive_filename
)

#processed data, calculation are made in:
#/Users/antoinelalechere/RMI Dropbox/Antoine Lalechere/PACTA Dropbox/Portcheck_v2/00_Data/RawScenarioData/GECO2022/processed_data/where_calculation_are_made
geco_2022_aviation_filepath <- fs::path(
geco2022_raw_path,
"processed_data/used_in_pacta.scenario.preparation",
"processed_data",
"used_in_pacta.scenario.preparation",
geco_2022_aviation_filename
)

Expand All @@ -68,19 +70,22 @@ geco_2022_aviation_filepath <- fs::path(
# Next file is a csv formatting of sheet "Fossil Fuel Extraction"
geco_2022_fossil_fuels_15c_filepath <- fs::path(
geco2022_raw_path,
"formatted_from_raw_data/used",
"formatted_from_raw_data",
"used",
geco_2022_fossil_fuels_15c_filename
)

geco_2022_fossil_fuels_ndc_filepath <- fs::path(
geco2022_raw_path,
"formatted_from_raw_data/used",
"formatted_from_raw_data",
"used",
geco_2022_fossil_fuels_ndc_filename
)

geco_2022_fossil_fuels_ref_filepath <- fs::path(
geco2022_raw_path,
"formatted_from_raw_data/used",
"formatted_from_raw_data",
"used",
geco_2022_fossil_fuels_ref_filename
)

Expand All @@ -89,19 +94,22 @@ geco_2022_fossil_fuels_ref_filepath <- fs::path(
# Next file is a csv formatting of sheet "Capacity"
geco_2022_power_15c_filepath <- fs::path(
geco2022_raw_path,
"formatted_from_raw_data/used",
"formatted_from_raw_data",
"used",
geco_2022_power_15c_filename
)

geco_2022_power_ndc_filepath <- fs::path(
geco2022_raw_path,
"formatted_from_raw_data/used",
"formatted_from_raw_data",
"used",
geco_2022_power_ndc_filename
)

geco_2022_power_ref_filepath <- fs::path(
geco2022_raw_path,
"formatted_from_raw_data/used",
"formatted_from_raw_data",
"used",
geco_2022_power_ref_filename
)

Expand All @@ -113,7 +121,8 @@ geco_2022_power_ref_filepath <- fs::path(
# GECO2022_Steel_processed_data.xlsx
geco_2022_steel_filepath <- fs::path(
geco2022_raw_path,
"processed_data/used_in_pacta.scenario.preparation",
"processed_data",
"used_in_pacta.scenario.preparation",
geco_2022_steel_filename
)

Expand Down

0 comments on commit 943bec9

Please sign in to comment.