A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

rfasst

Estimation of a consistent range of adverse health and agricultural effects attributable to air pollution for a GCAM scenario.
https://github.com/JGCRI/rfasst

Category: Natural Resources
Sub Category: Air Quality

Keywords from Contributors

climate human-earth-system gcam

Last synced: about 24 hours ago
JSON representation

Repository metadata

Estimation of a consistent range of adverse health and agricultural effects attributable to air pollution for a GCAM scenario

README.md

build
docs
codecov
test_coverage
DOI
DOI

Contents

Key Links

Back to Contents

Introduction

Back to Contents

rfasst reports a consistent range of adverse health and agricultural effects attributable to air pollution for any scenario run by the Global Change Analysis Model (GCAM), by replicating the calculations of the air quality reduced-form model TM5-FASST.

Citation

Back to Contents

Sampedro, J., Khan, Z., Vernon, C.R., Smith, S.J., Waldhoff, S. and Van Dingenen, R., 2022. rfasst: An R tool to estimate air pollution impacts on health and agriculture. Journal of Open Source Software, 7(69), p.3820.

Installation Guide

Back to Contents

  1. Download and install:

  2. Open R studio:

install.packages("devtools")
devtools::install_github("JGCRI/rfasst")

(Optional)

To clone the repository to the local machine: Git bash in the working directory (right click "Git Bash Here") -> In the Git console type:

git clone https://github.com/JGCRI/rfasst.git

Then, open the Rproject (rfasst.Rproj): In the Rstudio menu, click "Build -> Install and restart" (Ctrl+Shift+B)

How to guides

Back to Contents

The package consists of a set of functions divided in four different modules:

  • Module 1. Emissions re-scaling: Process emissions by GCAM-region and re-scale them to TM5-FASST regions, and make some additional pollutant-related adjustments. More details in the Module1 emissions page.
  • Module 2. Concentration: Estimate fine particulate matter (PM2.5) and ozone (O3) concentration levels (measured by different indicators) for each region. More details in the Module2 concentration page.
  • Module 3. Health: Report adverse health effects attributable to exposure to fine particulate matter (PM2.5) and ozone (O3; M6M). More details in the Module3 health page.
  • Module 4. Agriculture: Estimate adverse agricultural impacts associated to ozone exposure, including relative yield losses (RYLs) and production and revenue losses. More details in the Module4 agriculture page.

In addition, the package includes some default input files (.Rda), that are read by the different functions. These can be changed by the user. Some of these constants include:

  • GCAM crop categories to be included in the analysis
  • Shares to allocate emissions between Russia Eastern (RUE) and Russia Western (RUS)
  • Coefficients and/or counterfactual values for exposure-response functions applied to estimate adverse health and agricultural impacts.
  • Baseline moratlity rates.
  • Median values for the health impact economic assessment (Value of Statistical Life)
  • Other

Publications

Back to Contents

Previous to the development of this package, different studies have combined the use of GCAM and TM5-FASST:

  • Sampedro, J., Smith, S.J., Arto, I., González-Eguino, M., Markandya, A., Mulvaney, K.M., Pizarro-Irizar, C. and Van Dingenen, R., 2020. Health co-benefits and mitigation costs as per the Paris Agreement under different technological pathways for energy supply. Environment international, 136, p.105513.

  • Markandya, A., Sampedro, J., Smith, S.J., Van Dingenen, R., Pizarro-Irizar, C., Arto, I. and González-Eguino, M., 2018. Health co-benefits from air pollution and mitigation costs of the Paris Agreement: a modelling study. The Lancet Planetary Health, 2(3), pp.e126-e133.

  • Sampedro, J., Waldhoff, S.T., Van de Ven, D.J., Pardo, G., Van Dingenen, R., Arto, I., Del Prado, A. and Sanz, M.J., 2020. Future impacts of ozone driven damages on agricultural systems. Atmospheric Environment, 231, p.117538.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 5 days ago

Total Commits: 165
Total Committers: 5
Avg Commits per committer: 33.0
Development Distribution Score (DDS): 0.285

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
samp699 j****o@p****v 118
Jon Sampedro j****o@b****t 37
Zarrar Khan z****n@p****v 6
Nan-Hung Hsieh n****3@h****m 3
crvernon c****n@g****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 4
Total pull requests: 82
Average time to close issues: 17 days
Average time to close pull requests: about 2 hours
Total issue authors: 4
Total pull request authors: 2
Average comments per issue: 5.5
Average comments per pull request: 0.02
Merged pull request: 81
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/JGCRI/rfasst

Top Issue Authors

  • XiangLiu-github (1)
  • ibarraespinosa (1)
  • EngFatemeh (1)
  • nanhung (1)

Top Pull Request Authors

  • jonsampedro (79)
  • nanhung (3)

Top Issue Labels

Top Pull Request Labels


Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • dplyr >= 1.0.0 imports
  • gcamdata * imports
  • magrittr * imports
  • rgcam * imports
  • rmap * imports
  • rpackageutils * imports
  • rprojroot * imports
  • testthat * imports
  • tibble * imports
  • tidyr * imports
  • knitr * suggests
  • markdown * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/build.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2-branch composite
  • r-lib/actions/setup-r v2-branch composite
  • r-lib/actions/setup-tinytex v2-branch composite
.github/workflows/pkgdown.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/test_coverage.yml actions
  • actions/checkout v1 composite
  • r-lib/actions/setup-pandoc v2-branch composite
  • r-lib/actions/setup-r v2-branch composite
  • r-lib/actions/setup-tinytex v2-branch composite

Score: 4.007333185232471