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 NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/nameos @ 10075

Last change on this file since 10075 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
3!-----------------------------------------------------------------------
4   ln_teos10   = .false.         !  = Use TEOS-10
5   ln_eos80    = .false.         !  = Use EOS80
6   ln_seos     = .false.         !  = Use S-EOS (simplified Eq.)
7                                 !
8   !                     ! S-EOS coefficients (ln_seos=T):
9   !                             !  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
11   rn_b0       =  7.6554e-1      !  saline  expension coefficient
12   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
13   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
14   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
15   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
16   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
17/
Note: See TracBrowser for help on using the repository browser.