aemon-j / FLakeR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About


Languages

Language:R 100.0%