genTolerances: Calculation Tolerances

View source: R/genTolerances.R

genTolerancesR Documentation

Calculation Tolerances

Description

Generate a data frame defining calculation tolerances.

Usage

genTolerances(Tol.Z = 2.5, Tol.L = 10, Tol.Zo = 5, Tol.sUu = 10, Tol.sVu = 10, 
  Tol.sWu = 5, Tol.Zero = FALSE)

Arguments

Tol.Z

Tolerance (in %) of sensor height when checking existing touchdown catalogs.

Tol.L

Tolerance (in %) of Obukhov-Length when checking existing touchdown catalogs.

Tol.Zo

Tolerance (in %) of roughness height when checking existing touchdown catalogs.

Tol.sUu

Tolerance (in %) of sigmaU/ustar when checking existing touchdown catalogs.

Tol.sVu

Tolerance (in %) of sigmaV/ustar when checking existing touchdown catalogs.

Tol.sWu

Tolerance (in %) of sigmaW/ustar (at sensor height) when checking existing touchdown catalogs.

Tol.Zero

logical. If TRUE, all touchdown catalog selection tolerances will be set to zero.

Author(s)

Christoph Haeni

See Also

genInputList, genInterval, genSensors, genSources, genModel, runbLS, bLSmodelR-package.

Examples

## Not run: 
## default:
genTolerances()

## Zero tolerances:
genTolerances(Tol.Zero=TRUE)

## End(Not run)

ChHaeni/bLSmodelR documentation built on Dec. 5, 2024, 8:47 a.m.