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 8143 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-06-06T15:55:44+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09) - step-7: top/bottom drag computed at T-points, zdfbfr.F90 replaced by zdfdrg.F90 + changes in namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg

    r8017 r8143  
    55&namusr_def    !   ISOMIP user defined namelist   
    66!----------------------------------------------------------------------- 
     7   ln_zco      = .false.      ! z-coordinate 
    78   ln_zps      = .true.       ! z-partial-step coordinate 
     9   ln_sco      = .false.      ! s-coordinate 
    810   rn_lam0     =   0.0        !  longitude of first raw and column T-point (jphgr_msh = 1) 
    911   rn_phi0     = -80.0        ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     
    179181/ 
    180182!----------------------------------------------------------------------- 
    181 &nambfr        !   bottom friction 
    182 !----------------------------------------------------------------------- 
    183    nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
    184                            !                              = 2 : nonlinear friction 
    185    rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    186    rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
    187    rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    188    rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    189    rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T 
    190    ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    191    rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
    192    rn_tfri1    =    4.e-4  !  top drag coefficient (linear case) 
    193    rn_tfri2    =    2.5e-3 !  top drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
    194    rn_tfri2_max =   1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T) 
    195    rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2) 
    196    rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T 
    197    ln_tfr2d    = .false.   !  horizontal variation of the top friction coef (read a 2D mask file ) 
    198    rn_tfrien   =    50.    !  local multiplying factor of tfr (ln_tfr2d=T) 
    199  
    200    ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
    201    ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
     183&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     184!----------------------------------------------------------------------- 
     185   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
     186/ 
     187!----------------------------------------------------------------------- 
     188&namdrg_top        !   TOP friction                                     (ln_isfcav=T) 
     189!----------------------------------------------------------------------- 
     190   rn_Cd0     =  2.5e-3    !  drag coefficient [-] 
     191   rn_Uc0     =  1.6       !  ref. velocity [m/s] (linear drag=Cd0*Uc0)  
     192   rn_Cdmax   =  0.1       !  drag value maximum [-] (logarithmic drag) 
     193   rn_ke0     =  0.0e-0    !  background kinetic energy  [m2/s2] (non-linear cases) 
     194   rn_z0      =  3.0e-3    !  roughness [m] (ln_loglayer=T) 
     195   ln_boost   = .false.    !  =T regional boost of Cd0 ; =F constant 
     196      rn_boost=  50.          !  local boost factor  [-] 
    202197/ 
    203198!----------------------------------------------------------------------- 
     
    215210&nameos        !   ocean physical parameters 
    216211!----------------------------------------------------------------------- 
    217    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    218212   ln_eos80    = .true.          !  = Use EOS80 equation of state 
    219    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    220213/ 
    221214!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.