New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
nameos in trunk/NEMO/DOC/BETA/Namelist – NEMO

source: trunk/NEMO/DOC/BETA/Namelist/nameos @ 707

Last change on this file since 707 was 707, checked in by smasson, 17 years ago

error during changeset:705... related to ticket:1

  • Property svn:executable set to *
File size: 685 bytes
Line 
1!-----------------------------------------------------------------------
2&nameos   !   ocean physical parameters
3!-----------------------------------------------------------------------
4   neos   =      0         !  type of equation of state and Brunt-Vaisala frequency
5                           !     = 0, 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   ralpha =  2.e-4         !  thermal expension coefficient (neos= 1 or 2)
9   rbeta  =  0.001         !  saline  expension coefficient (neos= 2)
10/
Note: See TracBrowser for help on using the repository browser.