XAJ {VIC5}R Documentation

Run Xinanjiang (XAJ) model (three sources, lumped).

Description

An R implementation of three-source Xinanjiang model by Renjun Zhao, used for daily streamflow simulation.

Usage

XAJ(PREC, EVAP, params, area = dt * 3.6, dt = 24, full.UH = FALSE)

Arguments

PREC

Time series of precipitation (daily)

EVAP

Time series of pan evaporation or potential evapotranspiration (daily), length must equal to PREC

params

parameters XAJ.param.range()

area

Basin area (km^2).

dt

time step (in hour) of the simulation

full.UH

Use the unit hydrograph defined by user, rather than the instantaneous unit hydrograph (IUH) of Nash, for routing of surface runoff. Default FALSE.

Value

This function returns a data frame of some common variables of the XAJ model at each time step, such as evaporation, soil moisture, surface and underground runoff.

The variables of the table including:

References

Zhao and Liu, 1995. The Xinanjiang model, Computer Models of Watershed Hydrology, Water Resources Publication, Highlands Ranch, CO (1995), pp. 215-232


[Package VIC5 version 0.2.6 Index]