defaultControl {medfate}R Documentation

Control parameters for simulation models

Description

Creates a list control parameters default values for simulations

Usage

defaultControl(transpirationMode = "Granier", soilDomains = "buckets")

Arguments

transpirationMode

Transpiration model (either 'Granier', 'Sperry' or 'Sureau'). See spwbInput.

soilDomains

Soil hydrology model (either 'buckets', 'single' or 'dual'). See hydrology_soilWaterBalance.

Details

The function returns a list with default parameters. Users can change those defaults that need to be set to other values and use the list as input for model functions. The relevant parameters are different for each model function.

Value

A list, with the following options (default values in brackets):

General:

Water balance (functions spwb, pwb or spwb_day):

Water balance (functions spwb, pwb or spwb_day when traspirationMode = "Granier" only):

Water balance (functions spwb, pwb or spwb_day when traspirationMode = "Sperry" or traspirationMode = "Sureau"):

Water balance (functions spwb, pwb or spwb_day when traspirationMode = "Sperry" only):

Water balance (functions spwb, pwb or spwb_day when traspirationMode = "Sureau" only):

Forest growth (functions growth or growth_day):

Forest dynamics (function fordyn):

Author(s)

Miquel De Cáceres Ainsa, CREAF

See Also

spwbInput, spwb, growth, fordyn


[Package medfate version 4.4.0 Index]