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.
namdrg_top in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namdrg_top @ 9596

Last change on this file since 9596 was 9355, checked in by nicolasmartin, 6 years ago

Set mime-type SVN property for all namelists for syntax highlighting under Trac

  • Property svn:mime-type set to text/x-fortran
File size: 700 bytes
Line 
1!-----------------------------------------------------------------------
2&namdrg_top        !   TOP friction                                     (ln_isfcav=T)
3!-----------------------------------------------------------------------
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  [-]
11/
Note: See TracBrowser for help on using the repository browser.