PET_PM: Potential Evapotranspiration with Pennmann-Monteith equation....

View source: R/PET.R

PET_PMR Documentation

Potential Evapotranspiration with Pennmann-Monteith equation. PET_PM

Description

Potential Evapotranspiration with Pennmann-Monteith equation. PET_PM

Usage

PET_PM(
  Wind,
  Temp,
  RH,
  RadNet,
  Press,
  WindHeight = 10,
  Veg_height = 0.12,
  albedo = 0.23,
  Res_surf = 70,
  Elevation = NULL
)

Arguments

Wind

Windspeed [m s-1]

Temp

Air temperature, [C]

RH

Relative Humidity [-] 0~1.

RadNet

Net Solar Radiation [w m-2]

Press

Pressure [kPa]

WindHeight

Height that wind was measured [m]

Veg_height

Height of vegetation [m]

albedo

Albedo [-]

Res_surf

Aerodynamic surface resistance [s m-1]

Elevation

Elevation [m]

Value

PET at [mm m-2 s-1] or [kg m-2 s-1]


SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.