run_simstrat: Run the Simstrat model

run_simstratR Documentation

Run the Simstrat model

Description

This runs the Simstrat model on the specific simulation stored in sim_folder. The specified sim_folder must contain a valid .par file.

Usage

run_simstrat(sim_folder = ".", par_file = "simstrat.par", verbose = FALSE)

Arguments

sim_folder

the directory where simulation files are contained

par_file

the parameter file that needs to be run

verbose

Save output as character vector. Defaults to FALSE

Author(s)

Jorrit Mesman, Tadhg Moore

Examples

sim_folder <- system.file("extdata", package = "SimstratR")
run_simstrat(sim_folder, par_file = "simstrat.par")

aemon-j/SimstratR documentation built on March 29, 2022, 5:33 p.m.