PSM.vslite.vslite

Creates a new VSLite PSM object


Syntax



Description

obj = PSM.vslite(phi, T1, T2, M1, M2)

Initializes a new VS-Lite PSM object. Please see the documentatation of “VSLite_v2_3.m” in the VSLite repository for details about the inputs.

obj = PSM.vslite(phi, T1, T2, M1, M2, options)

Provide optional arguments to the VS-Lite model.


Input Arguments

phi

numeric scalar
The latitude of the tree-ring site in decimal degrees

T1

numeric scalar
Lower temperature threshold below which growth is 0. (Celsius)

T2

numeric scalar
Upper temperature threshold above which growth is 1. (Celsius)

M1

numeric scalar
Lower soil moisture threshold below which growth is 0. (v/v)

M2

numeric scalar
Upper soil moisture threshold above which growth is 1. (v/v)

options

cell vector
Optional arguments for the VS-Lite model

Output Arguments

obj

scalar PSM.*vslite* object
The new VS-Lite PSM object