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 2132 for branches/devmercator2010_1/CONFIG/ORCA2_LIM/EXP00/namelist – NEMO

Ignore:
Timestamp:
2010-09-29T17:31:36+02:00 (14 years ago)
Author:
cbricaud
Message:

add change from DEV_r1784_GLS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devmercator2010_1/CONFIG/ORCA2_LIM/EXP00/namelist

    r2130 r2132  
    607607   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
    608608/ 
     609----------------------------------------------------------------------- 
     610&namzdf_gls                !   GLS vertical diffusion  ("key_zdfgls") 
     611!----------------------------------------------------------------------- 
     612   rn_emin     =   1.e-6   !  minimum value of e   [m2/s2] 
     613   rn_epsmin   =   1.e-12  !  minimum value of eps [m2/s3] 
     614   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
     615   clim_galp   =   0.53    !  galperin limit 
     616   ln_crban = .TRUE.       !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     617   ln_sigpsi = .TRUE.      !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     618   rn_crban = 100.         !  Craig and Banner 1994 constant for wb tke flux 
     619   rn_charn =  70000.      !  Charnock constant for wb induced roughness length 
     620   nn_tkebc_surf  =   1    !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     621   nn_tkebc_bot   =   1    !  bottom tke condition (0/1=Dir/Neum) 
     622   nn_psibc_surf  =   1    !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     623   nn_psibc_bot   =   1    !  bottom psi condition (0/1=Dir/Neum) 
     624   nn_stab_func   =   2    !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     625   nn_clos        =   1    !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
     626/ 
    609627!----------------------------------------------------------------------- 
    610628&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
Note: See TracChangeset for help on using the changeset viewer.