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 13268 for NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-07-08T16:27:49+02:00 (4 years ago)
Author:
clem
Message:

should solve ticket #2435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/namelist_ref

    r13255 r13268  
    673673&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    674674!----------------------------------------------------------------------- 
    675    ln_OFF      = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     675   ln_drg_OFF  = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    676676   ln_lin      = .false.   !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    677677   ln_non_lin  = .false.   !  non-linear  drag: Cd = Cd0 |U| 
     
    681681/ 
    682682!----------------------------------------------------------------------- 
    683 &namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T) 
     683&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T) 
    684684!----------------------------------------------------------------------- 
    685685   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
     
    692692/ 
    693693!----------------------------------------------------------------------- 
    694 &namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F) 
     694&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F) 
    695695!----------------------------------------------------------------------- 
    696696   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
     
    10551055   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F) 
    10561056   rn_mxl0     =   0.04    !  surface  buoyancy lenght scale minimum value 
    1057    ln_drg      = .false.   !  top/bottom friction added as boundary condition of TKE 
    10581057   ln_lc       = .true.    !  Langmuir cell parameterisation (Axell 2002) 
    10591058      rn_lc       =   0.15    !  coef. associated to Langmuir cells 
Note: See TracChangeset for help on using the changeset viewer.