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/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/nameos @ 6140

Last change on this file since 6140 was 6140, checked in by timgraham, 8 years ago

Merge of branches/2015/dev_merge_2015 back into trunk. Merge excludes NEMOGCM/TOOLS/OBSTOOLS/ for now due to issues with the change of file type. Will sort these manually with further commits.

Branch merged as follows:
In the working copy of branch ran:
svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk@HEAD
Small conflicts due to bug fixes applied to trunk since the dev_merge_2015 was copied. Bug fixes were applied to the branch as well so these were easy to resolve.
Branch committed at this stage

In working copy run:
svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
to switch working copy

Run:
svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_merge_2015
to merge the branch into the trunk and then commit - no conflicts at this stage.

File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&nameos        !   ocean physical parameters
3!-----------------------------------------------------------------------
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)
19/
Note: See TracBrowser for help on using the repository browser.