Skip to content

aemon-j/FLakeR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLakeR

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.

Installation

You can install FLakeR from Github with:

# install.packages("devtools")
devtools::install_github("aemon-j/FLakeR")

Usage

Run

library(FLakeR)
sim_folder <- system.file('extdata', package = 'FLakeR')
run_flake(sim_folder, nml_file = 'Heiligensee80-96.nml')

Output

Suite of tools for working with FLake output coming soon...