SoilEvapo: Soil Evaporation

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Calculates soil evaporation

Usage

1
2
  SoilEvapo(LAI, k, AirTemp, IRad, awc, FieldC, WiltP,
    winds, RelH)

Arguments

LAI

Leaf Area Index.

k

~~Describe k here~~

AirTemp

Air temperature.

IRad

Incident radiation.

awc

Available water content.

FieldC

Field capacity.

WiltP

Wilting point.

winds

Wind speed.

RelH

Relative humidty.

Details

The style of the code is C like because this is a prototype for the underlying C (like so many other functions in this package). I leave it here for future development.

Value

Returns a single value of soil Evaporation in Mg H20 per hectare.

Author(s)

Fernando Miguez

See Also

Source code :)

Examples

1
SoilEvapo(LAI=3,k=0.68,AirTemp=20,IRad=1000,awc=0.3,FieldC=0.4,WiltP=0.2,winds=3,RelH=0.8)

serbinsh/biocro documentation built on May 29, 2019, 6:57 p.m.