RMEP_nc: Implementing MEP model with NetCDF format data

Description Usage Arguments Value Examples

View source: R/RMEP.R

Description

Calculate actual evapotranspiration by the MEP model with data of NetCDF format. The dimensions of all inputs must be consistent.

Usage

1
RMEP_nc(Rn, RnL, qs, Ts, I, z, type)

Arguments

Rn

net radiation (unit:W/m2)

RnL

net long-wave radiation (unit:W/m2)

qs

specific humidity (unit:kg/kg)

Ts

surface temperature (unit:Celsius)

I

media thermal inertial (units:TIU)

z

theoretical height above surface (unit:m)

type

1 for bare soil surface or short canopy, 2 for dense canopy and 3 for Water-snow-ice surface

Value

Latent heat flux (unit:W/m2)

Examples

1
RMEP_nc(Rn, RnL, qs, Ts, I, z, type)

Yangyonghust/RMEP documentation built on Nov. 30, 2021, 11:20 a.m.