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/1_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/1_namelist_cfg

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