Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex5.c634 PetscScalar groundflux; /* flux from conduction of deep ground layer in contact with top soil */ in RhsFunc() local
675 …PetscCall(calc_gflux(sfctemp1, deep_grnd_temp, &groundflux)); /* calculates flux from ea… in RhsFunc()
677 …fsfc1 = fsfc1 + latentheat + sheat + groundflux; /* adds radiative, sensibl… in RhsFunc()