m1_emissions_rescale: m1_emissions_rescale

View source: R/m1_emissions_rescale.R

m1_emissions_rescaleR Documentation

m1_emissions_rescale

Description

Re-scale emissions from GCAM regions to TM5-FASST regions. The function also completes some additional transformation required such as pollutant transformation (e.g. OC to POM) or unit changes (Tg to Kg).

Usage

m1_emissions_rescale(
  db_path,
  query_path,
  db_name,
  prj_name,
  scen_name,
  queries,
  saveOutput = T,
  map = F,
  mapIndivPol = F,
  anim = T
)

Arguments

db_path

Path to the GCAM database

query_path

Path to the query file

db_name

Name of the GCAM database

prj_name

Name of the rgcam project. This can be an existing project, or, if not, this will be the name

scen_name

Name of the GCAM scenario to be processed

queries

Name of the GCAM query file. The file by default includes the queries required to run rfasst

saveOutput

Writes the emission files. By default=T

map

Produce the maps. By default=F

mapIndivPol

If set to T, it produces the maps for individual pollutants. By default=F

anim

If set to T, produces multi-year animations. By default=T

Value

Emissions per TM5-FASST region (Kg) for all the selected years (all_years). The list of countries that form each region and the full name of the region can be found in Table S2.2 in the TM5-FASST documentation paper: Van Dingenen, R., Dentener, F., Crippa, M., Leitao, J., Marmer, E., Rao, S., Solazzo, E. and Valentini, L., 2018. TM5-FASST: a global atmospheric source-receptor model for rapid impact analysis of emission changes on air quality and short-lived climate pollutants. Atmospheric Chemistry and Physics, 18(21), pp.16173-16211.


jonsampedro/rfasst documentation built on June 2, 2022, 5:14 a.m.