Title: | Helper functions for EDGE transport calculations |
---|---|
Description: | This package is highly specialized and created solely to not duplicate helper functions. |
Authors: | Alois Dirnaichner [aut, cre], Marianna Rottoli [aut] |
Maintainer: | Alois Dirnaichner <[email protected]> |
License: | GPL-3 |
Version: | 1.6.3 |
Built: | 2024-11-21 03:36:00 UTC |
Source: | https://github.com/pik-piam/edgeTrpLib |
Creates RDS files for iterative REMIND-EDGE runs from csv input files. Existing files are overwritten silently. Does not return anything.
createRDS(input_path, data_path, SSP_scenario, EDGE_scenario)
createRDS(input_path, data_path, SSP_scenario, EDGE_scenario)
input_path |
the path to the folder containing the input (csv-) files |
data_path |
the path to the output folder |
SSP_scenario |
the SSP dimension, usually this refers to the GDP scenario in REMIND |
EDGE_scenario |
the EDGE-T scenario dimension |
Merge REMIND-derived fuel prices with non-fuel costs.
merge_prices( gdx, REMINDmapping, REMINDyears, intensity_data, nonfuel_costs, module = "edge_esm" )
merge_prices( gdx, REMINDmapping, REMINDyears, intensity_data, nonfuel_costs, module = "edge_esm" )
gdx |
path to REMIND binary output, gdx format |
REMINDmapping |
mapping of REMIND regions to ISO3 country codes |
REMINDyears |
range of REMIND timesteps |
intensity_data |
logit level intensity data |
nonfuel_costs |
logti level non-fuel costs |
module |
GDX input is based on old "complex" module or new "edge_esm" module |