Home
last modified time | relevance | path

Searched refs:latentheat (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tests/
H A Dex5.c375 …lar sfctemp, PetscScalar dewtemp, PetscScalar wind, PetscScalar pressure1, PetscScalar *latentheat) in latentflux() argument
396 *latentheat = density * wndmix * beta * lhcnst * (q - qs); /* calculates latent heat flux */ in latentflux()
633 PetscScalar latentheat; /* latent heat flux */ in RhsFunc() local
674 …PetscCall(latentflux(sfctemp1, dewtemp, wind, pressure1, &latentheat)); /* calculates latent heat … in RhsFunc()
677 …fsfc1 = fsfc1 + latentheat + sheat + groundflux; /* adds radiative, sensibl… in RhsFunc()