f_cal_WaSSI: Calculate WaSSI for each pixel function

Description Usage Arguments Examples

View source: R/dWaSSI_functions.R

Description

Calculate WaSSI for each pixel function

Usage

1
2
f_cal_WaSSI(lin, S_y, E_y, S_y_LAI, E_y_LAI, watershed = F, Q = NA,
  calibrate = NA, y_s = NA, y_e = NA)

Arguments

lin

this is vector data, which includes all main variabels (P, T, E, Q etc.)

S_y, E_y

The start and end year for input climate data

S_y_LAI, E_y_LAI

The start and end year for LAI data

watershed

whether calculate in watershed scale

Q

A dataframe of Q data with c["YEAR","Month","Q"]

calibrate

whether calibrate first

y_s, y_e

the simulate start and end year

pars

A names vector inlcudes "ALT","LAT","LONG",and "VEG" infomation

Examples

1
WaS<-f_cal_WaSSI(lin,S_y,E_y,S_y_LAI,E_y_LAI,watershed=F,Q=NA,calibrate=NA,y_s=NA,y_e=NA)

ln1267/dWaSSI documentation built on Dec. 3, 2019, 4:39 a.m.