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 1712 for trunk/CONFIG/GYRE – NEMO

Changeset 1712 for trunk/CONFIG/GYRE


Ignore:
Timestamp:
2009-11-04T17:13:35+01:00 (15 years ago)
Author:
rblod
Message:

Update namelists for bottom friction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE/EXP00/namelist

    r1705 r1712  
    340340&nambfr        !   bottom friction 
    341341!----------------------------------------------------------------------- 
    342    nn_bfr      =    2      !  type of bottom friction :   = 0 : no   slip,  = 2 : nonlinear friction 
    343                            !                              = 3 : free slip,  = 1 :    linear friction 
     342   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
     343                           !                              = 2 : nonlinear friction 
    344344   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    345345   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    346346   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
     347   ln_bfr2d    =   .false. !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
     348   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
    347349/ 
    348350!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.