!----------------------------------------------------------------------- &nameos ! ocean physical parameters !----------------------------------------------------------------------- neos = 0 ! type of equation of state and Brunt-Vaisala frequency ! = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) ) ! = 1, linear: rho(T) = rau0 * ( 1.028 - ralpha * T ) ! = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T ) ralpha = 2.e-4 ! thermal expension coefficient (neos= 1 or 2) rbeta = 0.001 ! saline expension coefficient (neos= 2) /