getResLsts: Create a list of tcsam02.resLst objects, from a set of model...

View source: R/getResLsts.R

getResLstsR Documentation

Create a list of tcsam02.resLst objects, from a set of model runs

Description

Function to create a list of tcsam02.resLst objects from a set of model runs.

Usage

getResLsts(
  inp.dirs = NULL,
  rep = "tcsam02.rep",
  model = "tcsam02",
  prsType = c("all", "active")
)

Arguments

inp.dirs
  • a dataframe with columns "case" and "path"

rep
  • filename to read for rep object

model
  • name of model executable

prsType
  • type ('all' or 'active') of parameters to read

Details

Uses getResLst to open a folders with model runs listed in inp.dirs.

Value

a list of tcsam02.resLst objects.


wStockhausen/rTCSAM02 documentation built on April 16, 2024, 6:25 a.m.