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 7624 for branches/2016/dev_merge_2016/NEMOGCM/CONFIG/OVERFLOW/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-01-31T12:37:24+01:00 (7 years ago)
Author:
flavoni
Message:

update test lock and overflow with dev_merge_2016

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/OVERFLOW/EXP00/namelist_cfg

    r7239 r7624  
    4848                          !     (also = the frequency of sea-ice & iceberg model call) 
    4949  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
     50  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    5051  nn_ice      = 0         !  =0 no ice boundary condition    
    5152  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr ) 
     
    7778&nameos        !   ocean physical parameters 
    7879!----------------------------------------------------------------------- 
    79     nn_eos      =  1     !  type of equation of state and Brunt-Vaisala frequency 
    80                               !  =-1, TEOS-10 
    81                               !  = 0, EOS-80 
    82                               !  = 1, S-EOS   (simplified eos) 
    83    !                     ! S-EOS coefficients (nn_eos=1): 
    84    !                          !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     80   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     81   ln_eos80    = .true.          !  = Use EOS80 equation of state 
     82   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    8583   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
    8684   rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1) 
Note: See TracChangeset for help on using the changeset viewer.