build_par: Write .par file for input to rhem

Description Usage Arguments Details Value Examples

Description

Write .par file for input to rhem

Usage

1

Arguments

...

named arguments. see details

Details

the complete list of input parameters may be found via the par_defaults function. Parameters include:

scenarioname

(defaults to as.numeric(Sys.time()))

units

'Metric' or 'English'

soiltexture

see texture_df

moisturecontent

Initial moisture content % saturation ( default = 25)

bunchgrasscanopycover

integer (%)

forbscanopycover

integer (%)

shrubscanopycover

integer (%)

sodgrasscanopycover

integer (%)

rockcover

integer (%)

basalcover

integer (%)

littercover

integer (%)

cryptogamscover

integer (%)

slopelength

integer (m)

slopeshape

"uniform", "convex", "concave" or "s-shaped"

slopesteepness

integer (%)

version

character (currently no effect)

OUTPUT_FOLDER

place to save .par file. Defaults to '.'

Value

list of inputs for .par file

Examples

1
2
3
a <- build_par() # defaults
a
unlink(a$handle)

fickse/RHEM documentation built on May 24, 2019, 5:05 a.m.