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.
Changeset 2540 for trunk/DOC/TexFiles/Namelist/nameos – NEMO

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: phasing of the DOC and trunk namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/nameos

    r2282 r2540  
    22&nameos        !   ocean physical parameters 
    33!----------------------------------------------------------------------- 
    4    nn_eos      =    0      !  type of equation of state and Brunt-Vaisala frequency 
     4   nn_eos      =   0       !  type of equation of state and Brunt-Vaisala frequency 
    55                           !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) ) 
    66                           !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T ) 
    77                           !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T ) 
    8    rn_alpha    =    2.e-4  !  thermal expension coefficient (neos= 1 or 2) 
    9    rn_beta     =    0.001  !  saline  expension coefficient (neos= 2) 
     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) 
    1010/ 
Note: See TracChangeset for help on using the changeset viewer.