Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex5.c367 PetscScalar wndmix; /* temperature change from wind mixing: wind*Ch */ in sensibleflux() local
370wndmix = 0.0025 + 0.0042 * wind; /* regression equation valid for neutral and… in sensibleflux()
371 *sheat = density * Cp * wndmix * (airtemp - sfctemp); /* calculates sensible heat flux */ in sensibleflux()
380 PetscScalar wndmix; /* temperature change from wind mixing: wind*Ch */ in latentflux() local
389 wndmix = 0.0025 + 0.0042 * wind; /* regression equation valid for neutral BL */ in latentflux()
396 *latentheat = density * wndmix * beta * lhcnst * (q - qs); /* calculates latent heat flux */ in latentflux()