Learn R Programming

Maeswrap (version 1.7)

checkwatbal: 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).

See Also

readwatbal