View source: R/genTolerances.R
genTolerances | R Documentation |
Generate a data frame
defining calculation tolerances.
genTolerances(Tol.Z = 2.5, Tol.L = 10, Tol.Zo = 5, Tol.sUu = 10, Tol.sVu = 10,
Tol.sWu = 5, Tol.Zero = FALSE)
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 |
Christoph Haeni
genInputList
, genInterval
, genSensors
, genSources
, genModel
, runbLS
, bLSmodelR-package
.
## Not run:
## default:
genTolerances()
## Zero tolerances:
genTolerances(Tol.Zero=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.