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 10251 for branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/nameos – NEMO

Ignore:
Timestamp:
2018-10-29T15:20:26+01:00 (5 years ago)
Author:
kingr
Message:

Rolled back to r10247 - i.e., undid merge of pkg br and 3.6_stable br

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/nameos

    r10248 r10251  
    22&nameos        !   ocean physical parameters 
    33!----------------------------------------------------------------------- 
    4    nn_eos      =  -1     !  type of equation of state and Brunt-Vaisala frequency 
    5                                  !  =-1, TEOS-10 
    6                                  !  = 0, EOS-80 
    7                                  !  = 1, S-EOS   (simplified eos) 
    8    ln_useCT    = .true.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
    9    !                             ! 
    10    !                     ! S-EOS coefficients : 
    11    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    12    rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    13    rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
    14    rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
    15    rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
    16    rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
    17    rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
    18    rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
     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) 
    1910/ 
Note: See TracChangeset for help on using the changeset viewer.