[WORK IN PROGRESS]
Docs: https://energyrt.github.io/CEPRO/
This R-package is a reproduction of CEPRO model, developed in the study [1] to evaluate energy transition options for China’s electric power sector by the mid-century . The current version CEPRO2.0 is an improved with finer resolution of renewable energy, and is adjusted to the new developments of energyRt modeling package [2].
You can install the development version of CEPRO from GitHub with:
# install.packages("devtools")
devtools::install_github("energyRt/energyRt", ref = "dev")
devtools::install_github("energyRt/CEPRO")
This is a basic example which shows you how to solve a common problem:
library(energyRt)
library(CEPRO)
## basic example code
[tbc…]
1. Lugovoy O, Gao S, Gao J, et al. (2021) Feasibility study of china’s electric power sector transition to zero emissions by 2050. Energy Economics 96: 105176.
2. Lugovoy O, Potashnikov V (2022) energyRt: Energy systems modeling toolbox in r, development version.