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 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90

    r3875 r3901  
    5252   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:)   ::   hkpp     !: boundary layer depth 
    5353 
    54    !                                        !!* Namelist namzdf_kpp * 
    55    REAL(wp) ::   rn_difmiw  =  1.2e-04_wp    ! constant internal wave viscosity (m2/s) 
    56    REAL(wp) ::   rn_difsiw  =  1.2e-05_wp    ! constant internal wave diffusivity (m2/s) 
    57    REAL(wp) ::   rn_riinfty =  0.8_wp        ! local Richardson Number limit for shear instability 
    58    REAL(wp) ::   rn_difri   =  5.e-03_wp     ! maximum shear mixing at Rig = 0    (m2/s) 
    59    REAL(wp) ::   rn_bvsqcon = -1.e-09_wp     ! Brunt-Vaisala squared (1/s**2) for maximum convection 
    60    REAL(wp) ::   rn_difcon  =  1._wp         ! maximum mixing in interior convection (m2/s) 
    61    INTEGER  ::   nn_ave     =  1             ! = 0/1 flag for horizontal average on avt, avmu, avmv 
     54   !                          !!* Namelist namzdf_kpp * 
     55   REAL(wp) ::   rn_difmiw     ! constant internal wave viscosity (m2/s) 
     56   REAL(wp) ::   rn_difsiw     ! constant internal wave diffusivity (m2/s) 
     57   REAL(wp) ::   rn_riinfty    ! local Richardson Number limit for shear instability 
     58   REAL(wp) ::   rn_difri      ! maximum shear mixing at Rig = 0    (m2/s) 
     59   REAL(wp) ::   rn_bvsqcon    ! Brunt-Vaisala squared (1/s**2) for maximum convection 
     60   REAL(wp) ::   rn_difcon     ! maximum mixing in interior convection (m2/s) 
     61   INTEGER  ::   nn_ave        ! = 0/1 flag for horizontal average on avt, avmu, avmv 
    6262 
    6363#if defined key_zdfddm 
     
    6767   REAL(wp) ::   difsdc  = 1.5e-06_wp        ! maximum diffusive convection mixing 
    6868#endif 
    69    LOGICAL  ::   ln_kpprimix  = .TRUE.       ! Shear instability mixing  
     69   LOGICAL  ::   ln_kpprimix       ! Shear instability mixing  
    7070 
    7171   !                                        !!! ** General constants  ** 
Note: See TracChangeset for help on using the changeset viewer.