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.
ticket/0687 (diff) – NEMO

Changes between Version 3 and Version 4 of ticket/0687


Ignore:
Timestamp:
2010-09-24T16:50:08+02:00 (14 years ago)
Author:
cbricaud
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0687

    v3 v4  
    4646The is a dedicated bloc for gls scheme in namelist: 
    4747 
    48 ----------------------------------------------------------------------- 
     48!----------------------------------------------------------------------- 
    4949 
    5050&namzdf_gls                !   GLS vertical diffusion  ("key_zdfgls") 
     
    5252!----------------------------------------------------------------------- 
    5353 
    54    rn_emin     =   1.e-6   !  minimum value of e   [m2/s2]|| 
    55    rn_epsmin   =   1.e-12  !  minimum value of eps [m2/s3]|| 
    56    ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988)|| 
    57    clim_galp   =   0.53    !  galperin limit|| 
    58    ln_crban = .TRUE.       !  Use Craig & Banner (1994) surface wave mixing parametrisation|| 
    59    ln_sigpsi = .TRUE.      !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case|| 
    60    rn_crban = 100.         !  Craig and Banner 1994 constant for wb tke flux|| 
    61    rn_charn =  70000.      !  Charnock constant for wb induced roughness length|| 
    62    nn_tkebc_surf  =   1    !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg)|| 
    63    nn_tkebc_bot   =   1    !  bottom tke condition (0/1=Dir/Neum)|| 
    64    nn_psibc_surf  =   1    !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg)|| 
    65    nn_psibc_bot   =   1    !  bottom psi condition (0/1=Dir/Neum)|| 
    66    nn_stab_func   =   2    !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB)|| 
    67    nn_clos        =   1    !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen)|| 
     54   rn_emin     =   1.e-6   !  minimum value of e   [m2/s2] 
     55 
     56   rn_epsmin   =   1.e-12  !  minimum value of eps [m2/s3] 
     57 
     58   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
     59 
     60   clim_galp   =   0.53    !  galperin limit 
     61 
     62   ln_crban = .TRUE.       !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     63 
     64   ln_sigpsi = .TRUE.      !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     65 
     66   rn_crban = 100.         !  Craig and Banner 1994 constant for wb tke flux 
     67 
     68   rn_charn =  70000.      !  Charnock constant for wb induced roughness length 
     69 
     70   nn_tkebc_surf  =   1    !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     71 
     72   nn_tkebc_bot   =   1    !  bottom tke condition (0/1=Dir/Neum) 
     73 
     74   nn_psibc_surf  =   1    !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     75 
     76   nn_psibc_bot   =   1    !  bottom psi condition (0/1=Dir/Neum) 
     77 
     78   nn_stab_func   =   2    !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     79 
     80   nn_clos        =   1    !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
     81 
    6882/ 
    6983!-----------------------------------------------------------------------