Last data update: 2014.03.03

R: Checks MAESPA water balance by adding up fluxes for the soil...
checkwatbalR Documentation

Checks MAESPA water balance by adding up fluxes for the soil water balance calculated by MAESPA. Prints the total fluxes (precipitation, transpiration, canopy interception, and so on), and the difference between ingoing and outgoing. This is a debugging/checking tool: if the model has serious problems, there will be a missing sink or source.

Description

Checks MAESPA water balance by adding up fluxes for the soil water balance calculated by MAESPA. Prints the total fluxes (precipitation, transpiration, canopy interception, and so on), and the difference between ingoing and outgoing. This is a debugging/checking tool: if the model has serious problems, there will be a missing sink or source.

Usage

checkwatbal(x = readwatbal(), usemeaset = FALSE)

Arguments

x

A dataframe returned by readwatbal.

usemeaset

Whether to use measured ET from the met file, or simulated (Default).

Author(s)

Remko Duursma

See Also

readwatbal

Results