wofost_soil: WOFOST soil parameters

Description Usage Arguments Value See Also Examples

Description

This functions returns a list with parameters describing a soil for the WOFOST model

Usage

1

Arguments

name

character. Either the name of a soil that comes with the package (see examples) or a filename of a similarly formatted file

Value

list

See Also

wofost

Examples

1
2
3
wofost_soil('')
soil <- wofost_soil('ec1')
str(soil)

Example output

[1] "ec1, ec2, ec3, ec4, ec5\nec6, m01, m02, m03, m04\nm05, soil_5, spg002, spg003, spg004\nspg005, spg006, spg007, sr1, sr2\nsr3, sr4 , "
List of 20
 $ SMTAB : num [1:2, 1:10] -1 0.39 1 0.38 1.3 ...
 $ SMW   : num 0.04
 $ SMFCF : num 0.11
 $ SM0   : num 0.39
 $ CRAIRC: num 0.09
 $ CONTAB: num [1:2, 1:13] 0 2 1 1.38 1.3 ...
 $ K0    : num 99.8
 $ SOPE  : num 12.5
 $ KSUB  : num 24
 $ SSMAX : num 0
 $ IZT   : num 0
 $ IFUNRN: num 0
 $ IDRAIN: num 0
 $ WAV   : num 25
 $ ZTI   : num 100
 $ DD    : num 0
 $ RDMSOL: num 110
 $ NOTINF: num 0
 $ SSI   : num 0
 $ SMLIM : num 0.4

Rwofost documentation built on May 2, 2019, 5:48 p.m.