helios
is an R package to process heating and cooling degrees for the Global Change Analysis Model (GCAM) from various sources such as WRF and CMIP.
Zhao, M., Khan, Z., Dorheim, K., Vernon, C., (2024). helios: An R package to process heating and cooling degrees for GCAM. Journal of Open Source Software, 9(94), 6033, https://doi.org/10.21105/joss.06033
install.packages("devtools")
devtools::install_github("JGCRI/helios")
or
install.packages("remotes")
remotes::install_github("JGCRI/helios")
Additional steps for UBUNTU from a terminal
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install libudunits2-dev libgdal-dev libgeos-dev libproj-dev libmagick++-dev
Additional steps for MACOSX from a terminal
brew install pkg-config
brew install gdal
helios
is an R package that calculates heating and cooling degrees using high temporal and spatial resolution of climate data and population data. helios
currently supports WRF data and ISIMIP-CMIP data, or same format with any of them. For more details:
helios
to calculate heating and cooling degree-days for 32 global regions in GCAM.helios
to calculate heating and cooling degree-hours for CONUS in GCAM-USA.Whether you find a typo in the documentation, find a bug, or want to develop functionality that you think will make helios
more robust, you are welcome to contribute! The contributing page will walk you through processes to contribute to helios
.