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 3487 for branches/2012/dev_r3452_NOCL06_LOGLAYER/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-10-03T18:48:01+02:00 (12 years ago)
Author:
hliu
Message:

Log Layer bottom friction option is added. The two relevant parameters to activate this option has been added in the AMM12 namelist file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3452_NOCL06_LOGLAYER/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3309 r3487  
    475475   rn_bfri2    =    2.5e-3 !  bottom drag coefficient (non linear case) 
    476476   rn_bfeb2    =    0.0e0  !  bottom turbulent kinetic energy background  (m2/s2) 
     477   rn_bfrz0    =    0.003  !  bottom roughness (only effect when ln_loglayer = .true.) 
    477478   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    478479   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
    479480   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
     481   ln_loglayer = .true.    !  loglayer bottom friction (only effect when nn_bfr = 2) 
    480482/ 
    481483!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.