RunSortie: Run the SORTIE model

runSortieR Documentation

Run the SORTIE model

Description

runSortie() passes a parameter file to SORTIE to start a simulation.

Usage

runSortie(fname, sortie_loc = 0)

Arguments

fname

character() File path and name of SORTIE parameter file to be run

sortie_loc

Location of SORTIE program

Details

default location for sortie_loc = 0: "C:/Program Files (x86)/SORTIE/bin/coremodel.exe/", if the program is installed else, use sortie_loc = 1 and specify the location of coremodel.exe, end the character string of the core model location after coremodel.exe (i.e don't add a final forward slash)

Examples

# MySortieLoc <- "C:/Program Files/SORTIE/bin/coremodel.exe"
#(runSortie(samplebasexml,0))


aclason/rsortie documentation built on Sept. 14, 2022, 8:06 p.m.