psim Function

public function psim(zeta, mp, CPI_C) result(r)

Purpose

Evaluates the integrated similarity function for momentum transfer, .

Method

Uses the Businger-Dyer form for unstable conditions () and the Beljaars-Holtslag form for stable conditions ().

This function is used in the evaluation of the friction velocity in comp_friction_vel.

References

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(mp) :: zeta

current value of stability parameter (-)

integer, intent(in) :: mp

size of cable vector of land points (-)

real, intent(in) :: CPI_C

(-)

Return Value real, DIMENSION(mp)