R package for basic PCLake model running. This package does not contain the source code for the model, only the executable. This package was inspired by GLMr.
You can install PCLakeR from Github with:
# install.packages("devtools")
devtools::install_github("aemon-j/PCLakeR")
Compatible with Linux (tested on Ubuntu 18.04.3 LTS).
library(PCLakeR)
sim_folder <- system.file('extdata', package = 'PCLakeR')
run_pclake(sim_folder, par_file = 'langtjern.par')