source: vendor/nemo/v3.4_r_3499_dev_r3406_LOCEAN4_XIOS/DOC/TexFiles/Namelist/nameos @ 53

Last change on this file since 53 was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

File size: 720 bytes
Line 
1!-----------------------------------------------------------------------
2&nameos        !   ocean physical parameters
3!-----------------------------------------------------------------------
4   nn_eos      =   0       !  type of equation of state and Brunt-Vaisala frequency
5                           !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) )
6                           !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T )
7                           !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T )
8   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
9   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
10/
Note: See TracBrowser for help on using the repository browser.