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 10126 for NEMO/branches/2018/dev_r10057_ENHANCE03_ZTILDE/doc/namelists/namdrg_top – NEMO

Ignore:
Timestamp:
2018-09-13T16:59:46+02:00 (6 years ago)
Author:
jchanut
Message:

Merge with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10057_ENHANCE03_ZTILDE/doc/namelists/namdrg_top

    r9355 r10126  
    11!----------------------------------------------------------------------- 
    2 &namdrg_top        !   TOP friction                                     (ln_isfcav=T) 
     2&namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T) 
    33!----------------------------------------------------------------------- 
    4    rn_Cd0     =  1.e-3     !  drag coefficient [-] 
    5    rn_Uc0     =  0.4       !  ref. velocity [m/s] (linear drag=Cd0*Uc0)  
    6    rn_Cdmax   =  0.1       !  drag value maximum [-] (logarithmic drag) 
    7    rn_ke0     =  2.5e-3    !  background kinetic energy  [m2/s2] (non-linear cases) 
    8    rn_z0      =  3.0e-3    !  roughness [m] (ln_loglayer=T) 
    9    ln_boost   = .false.    !  =T regional boost of Cd0 ; =F constant 
    10       rn_boost=  50.          !  local boost factor  [-] 
     4   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
     5   rn_Uc0      =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)  
     6   rn_Cdmax    =  0.1      !  drag value maximum [-] (logarithmic drag) 
     7   rn_ke0      =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases) 
     8   rn_z0       =  3.0e-3   !  roughness [m] (ln_loglayer=T) 
     9   ln_boost    = .false.   !  =T regional boost of Cd0 ; =F constant 
     10      rn_boost =  50.         !  local boost factor  [-] 
    1111/ 
Note: See TracChangeset for help on using the changeset viewer.