Searched refs:sheat (Results 1 – 1 of 1) sorted by relevance
363 …orCode sensibleflux(PetscScalar sfctemp, PetscScalar airtemp, PetscScalar wind, PetscScalar *sheat) in sensibleflux() argument371 *sheat = density * Cp * wndmix * (airtemp - sfctemp); /* calculates sensible heat flux */ in sensibleflux()632 PetscScalar sheat; /* sensible heat flux */ in RhsFunc() local673 …PetscCall(sensibleflux(sfctemp1, airtemp, wind, &sheat)); /* calculate sensible heat… in RhsFunc()677 …fsfc1 = fsfc1 + latentheat + sheat + groundflux; /* adds radiative, sensibl… in RhsFunc()