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 13952 for NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/tests/OVERFLOW/EXPREF/AGRIF/namelist_cfg – NEMO

Ignore:
Timestamp:
2020-12-01T19:19:12+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, make new tests namelists compliant with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/tests/OVERFLOW/EXPREF/AGRIF/namelist_cfg

    r13936 r13952  
    7575&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
    7676!----------------------------------------------------------------------- 
    77    ln_OFF    = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
     77   ln_drg_OFF = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot 
    7878   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    7979   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U| 
    80    ln_loglayer = .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
     80   ln_loglayer = .false.   !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
    8181   ! 
    8282   ln_drgimp  = .true.     !  implicit top/bottom friction flag 
Note: See TracChangeset for help on using the changeset viewer.