setParameters: Set the model parameters.

Description Usage Arguments Value

View source: R/setParameters.R

Description

Set the model parameters.

Usage

1
2
setParameters(firstBin, lastBin, odbcConnection, initTemps = NULL,
  surfaceShade, channelSurfaceArea, channelVolume, binStats)

Arguments

firstBin

numeric. The smallest TSZ in model run.

lastBin

numeric. The largest TSZ in model run.

odbcConnection

RODBC object.

initTemps

dataframe of starting temperatures. The default is initTemps = NULL, which starts all model cells at 1 degree C.

surfaceShade

numeric. Proportion of channel under shade.

channelSurfaceArea

numeric. (m2)

channelVolume

numeric. (m3)

binStats

dataframe from hyporheicBins(). Geometry of Hyporheic Zone.

Value

Does not return anything, check model database to see changes.


skfogg/temptool documentation built on Oct. 23, 2021, 1:22 a.m.