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 8882 for branches/2017/dev_CNRS_2017/DOC/Namelists/nameos – NEMO

Ignore:
Timestamp:
2017-12-01T18:44:09+01:00 (6 years ago)
Author:
flavoni
Message:

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/DOC/Namelists/nameos

    r6997 r8882  
    11!----------------------------------------------------------------------- 
    2 &nameos        !   ocean physical parameters 
     2&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    33!----------------------------------------------------------------------- 
    4    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    5    ln_eos80    = .false.         !  = Use EOS80 equation of state 
    6    ln_seos     = .false.         !  = Use simplified equation of state (S-EOS) 
     4   ln_teos10   = .false.         !  = Use TEOS-10 
     5   ln_eos80    = .false.         !  = Use EOS80 
     6   ln_seos     = .false.         !  = Use S-EOS (simplified Eq.) 
    77                                 ! 
    88   !                     ! S-EOS coefficients (ln_seos=T): 
    99   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    10    rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    11    rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     10   rn_a0       =  1.6550e-1      !  thermal expension coefficient 
     11   rn_b0       =  7.6554e-1      !  saline  expension coefficient 
    1212   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
    1313   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
Note: See TracChangeset for help on using the changeset viewer.