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 7304 – NEMO

Changeset 7304


Ignore:
Timestamp:
2016-11-22T14:41:49+01:00 (7 years ago)
Author:
flavoni
Message:

update for nameos

Location:
branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r7280 r7304  
    145145   ln_eos80    = .true.         !  = Use EOS80 equation of state 
    146146   !                             ! 
    147    !                      ! S-EOS coefficients : 
    148    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    149    rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    150    rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
    151    rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
    152    rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
    153    rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
    154    rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
    155    rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
    156147!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
    157148!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r7280 r7304  
    134134!----------------------------------------------------------------------- 
    135135   ln_eos80    = .true.         !  = Use EOS80 equation of state 
    136    !                             ! 
    137    !                      ! S-EOS coefficients : 
    138    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    139    rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    140    rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
    141    rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
    142    rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
    143    rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
    144    rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
    145    rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
    146 !!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
    147 !!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    148 !!org  caution  now a0 = alpha / rau0   with rau0 = 1026 
    149136/ 
    150137!----------------------------------------------------------------------- 
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg

    r7220 r7304  
    204204&nameos        !   ocean physical parameters 
    205205!----------------------------------------------------------------------- 
    206    nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency 
    207                                  !  =-1, TEOS-10  
    208                                  !  = 0, EOS-80  
    209                                  !  = 1, S-EOS   (simplified eos) 
    210    ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
    211    !                             ! 
    212    !                      ! S-EOS coefficients : 
     206   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    213207   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    214    rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    215    rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
    216    rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
    217    rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
    218    rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
    219    rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
    220    rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
    221 !!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
    222 !!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    223 !!org  caution  now a0 = alpha / rau0   with rau0 = 1026 
    224208/ 
    225209!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.