Run the model to estimate the health impacts attributable to household air pollution for GCAM scenarios
calc_hap_impacts(
db_path = NULL,
query_path = "./inst/extdata",
db_name = NULL,
prj_name,
scen_name,
queries = "queries_rhap.xml",
final_db_year = 2100,
saveOutput = T,
map = F,
anim = T,
HIA_var = "deaths",
normalized = F,
by_gr = F
)
Path to the GCAM database
Path to the query file
Name of the GCAM database
Name of the rgcam project. This can be an existing project, or, if not, this will be the name
Vector names of the GCAM scenarios to be processed
Name of the GCAM query file. The file by default includes the queries required to run rfasst
Final year in the GCAM database (this allows to process databases with user-defined "stop periods")
Writes the emission files. By default=T
Produce the maps. By default = F
If set to T, produces multi-year animations. By default=T
Health metric to be predicted. c("deaths", "yll", "dalys"). By default = deaths
Transform the output to "normalized" values. By default = F
Estimate damages at group level. Just for illustrative purposes. By default = F
Health impacts attributable to HAP for all the selected years