wetbulb.solver: Solver Function for Wet-Bulb Temperature

View source: R/meteorological_variables.r

wetbulb.solverR Documentation

Solver Function for Wet-Bulb Temperature

Description

Solver function used in wetbulb.temp()

Usage

wetbulb.solver(
  ea,
  Tair,
  gamma,
  accuracy,
  Esat.formula,
  constants = bigleaf.constants()
)

Arguments

ea

Air vapor pressure (kPa)

Tair

Air temperature (degC)

gamma

Psychrometric constant (kPa K-1)

accuracy

Accuracy of the result (degC)

Esat.formula

Optional: formula to be used for the calculation of esat and the slope of esat. One of "Sonntag_1990" (Default), "Alduchov_1996", or "Allen_1998". See Esat.slope.

constants

Pa2kPa - conversion pascal (Pa) to kilopascal (kPa) Le067 - Lewis number for water vapor to the power of 0.67

Note

Arguments accuracy and Esat.formula are passed to this function by wetbulb.temp().


bigleaf documentation built on Aug. 22, 2022, 9:09 a.m.