TRIPLEX_CW_Flux {rTRIPLEXCWFlux} | R Documentation |
Runs a TRIPLEX-CW-Flux model simulation
Description
Runs the TRIPLEX-CW-Flux model. For more details on input variables and parameters and structure of input visit data
.
Usage
TRIPLEX_CW_Flux(Input_variable, Input_parameter, overyear = FALSE)
Arguments
Input_variable |
A table as described in |
Input_parameter |
A table as described in |
overyear |
If overyear is 'TRUE', this means that the input data is more than one year. The outputs of the TRIPLEX_CW_Flux function are a long format dataframe and charts of simulated result for net ecosystem productivity (NEP) and evapotranspiration (ET) at 30 min scale, and monthly variation of the input environmental factors. |
Value
A list with class "result" containing the simulated results and charts for NEP and ET at 30 min scale, and monthly variation of the input environmental factors
References
Evaporation and Environment. Symposia of the Society for Experimental Biology, 19, 205-234. Available at the following web site: https://www.semanticscholar.org/paper/Evaporation-and-environment.-Monteith/428f880c29b7af69e305a2bf73e425dfb9d14ec8 Zhou, X.L., Peng, C.H., Dang, Q.L., Sun, J.F., Wu, H.B., &Hua, D. (2008). Simulating carbon exchange in Canadian Boreal forests: I. Model structure, validation, and sensitivity analysis. Ecological Modelling,219(3-4), 287-299. doi: 10.1016/j.ecolmodel.2008.07.011
Examples
library(rTRIPLEXCWFlux)
TRIPLEX_CW_Flux (Input_variable=onemonth_exam,Input_parameter=Inputpara,overyear=FALSE)