Next: Compute saline contraction coefficient
Up: Module eqstate
Previous: Select an equation of
INTERFACE:
REALTYPE function eos_alpha(S,T,p,g,rho_0)
DESCRIPTION:
Computes the thermal expansion coefficient defined by
 |
(244) |
where
denotes the in-situ buoyancy. The computation is carried
out by a finite difference approximation of (244),
requiring two evaluations of the equation of state.
Note, that comparing (244) with (243) it follows that
dtr0
.
USES:
IMPLICIT NONE
INPUT PARAMETERS:
REALTYPE,intent(in) :: S,T,p
REALTYPE,optional,intent(in) :: g,rho_0
REVISION HISTORY:
Original author(s): Lars Umlauf
Lars Umlauf
2007-12-11