calc_Ef_to_Eu_exiobase | R Documentation |
Calculates the final energy to useful energy multipliers
calc_Ef_to_Eu_exiobase(
eta_fu_Y_EIOU_mats,
eta_fu_Y_EIOU_agg,
years_exiobase,
full_list_exiobase_flows,
country_concordance_table_df,
useful_energy_flow = "Useful.energy.flow",
exiobase_flow = "Exiobase.Flow",
pfu_code = "PFU.code",
pfu_flow = "PFU.flow",
iea_country_name = "IEA.country.name",
iea_country_name_accented = "IEA.name.accented",
phi = "phi",
matnames = "matnames",
colnames = "colnames",
matvals = "matvals",
rowtypes = "rowtypes",
coltypes = "coltypes",
energy_type_E = IEATools::energy_types$e,
country = IEATools::iea_cols$country,
product = IEATools::iea_cols$product,
year = IEATools::iea_cols$year,
flow = IEATools::iea_cols$flow,
method = IEATools::iea_cols$method,
energy_type = IEATools::iea_cols$energy_type,
last_stage = IEATools::iea_cols$last_stage,
eta_p_eiou = "eta_p_eiou",
eta_p_eiou_y = "eta_p_eiou_y",
eta_fu_Y_E = "eta_fu_Y_E",
eta_fu_EIOU_E = "eta_fu_EIOU_E",
eta = "eta"
)
eta_fu_Y_EIOU_mats |
The input data frame containing matrices with all the efficiencies by final demand sector and energy industry |
eta_fu_Y_EIOU_agg |
The input data frame containing matrices with the economy-wide efficiencies by energy product |
years_exiobase |
The years for which the coefficients are provided to the Exiobase team |
full_list_exiobase_flows |
The full list of energy flows used in the Exiobase pipeline led by KR |
country_concordance_table_df |
A data frame containing the country concordance table |
useful_energy_flow |
The name of the column stating whether a flow is a final energy flow or not |
exiobase_flow |
The name of the column stating the name of the Exiobase flow |
pfu_code |
The name of the column containing the PFU country name |
pfu_flow |
The name of the column containing the PFU flow names |
iea_country_name |
The name of the column containing the IEA country name |
iea_country_name_accented |
The name of the column containing the IEA country name with accents |
phi |
The name of the column containing the phi values |
matnames |
The name of the column containing matrices names after unpacking the matrices |
colnames |
The name of the column containing the column names after unpacking the matrices |
matvals |
The name of the column containing matrices values after unpacking the matrices |
rowtypes |
The name of the column containing the matrices row types names after unpacking the matrices |
coltypes |
The name of the column containing matrices column types after unpacking the matrices |
energy_type_E |
The letter standing for energy as energy type. |
country, year, product, flow, method, energy_type, last_stage |
See |
eta_p_eiou |
The name of the column containing the efficiencies for products used in EIOU |
eta_p_eiou_y |
The name of the column containing the efficiencies for products used in final demand. |
eta_fu_Y_E |
The name of the the column containing the efficiencies of products when used as part of final demand. |
eta_fu_EIOU_E |
The name of the column containing the efficiencies of products when used as part of the EIOU matrix. |
eta |
The name of the column containing the efficiencies. |
A dataframe of the final energy to useful energy multipliers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.