R package for basic FLake model running. FLakeR
holds the version downloaded from the website on 2019-10-25 and should run virtually on any 32-bit Windows system. This package does not contain the source code for the model, only the executable. This package was inspired by GLMr.
You can install FLakeR from Github with:
# install.packages("devtools")
devtools::install_github("aemon-j/FLakeR")
library(FLakeR)
sim_folder <- system.file('extdata', package = 'FLakeR')
run_flake(sim_folder, nml_file = 'Heiligensee80-96.nml')
Suite of tools for working with FLake output coming soon...