Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex5.c402 PetscScalar kdry; /* poisson constant for dry atmosphere */ in potential_temperature() local
411 kdry = 0.2854; in potential_temperature()
415 *pottemp = temp * (PetscPowScalar(pressure1 / pavg, kdry)); /* calculates potential temperature */ in potential_temperature()