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/zdfric.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/zdfric.F90

    r3875 r3901  
    4141   LOGICAL, PUBLIC, PARAMETER ::   lk_zdfric = .TRUE.   !: Richardson vertical mixing flag 
    4242 
    43    !                                    !!* Namelist namzdf_ric : Richardson number dependent Kz * 
    44    INTEGER  ::   nn_ric   = 2            ! coefficient of the parameterization 
    45    REAL(wp) ::   rn_avmri = 100.e-4_wp   ! maximum value of the vertical eddy viscosity 
    46    REAL(wp) ::   rn_alp   =   5._wp      ! coefficient of the parameterization 
    47    REAL(wp) ::   rn_ekmfc =   0.7_wp     ! Ekman Factor Coeff 
    48    REAL(wp) ::   rn_mldmin=   1.0_wp     ! minimum mixed layer (ML) depth     
    49    REAL(wp) ::   rn_mldmax=1000.0_wp     ! maximum mixed layer depth 
    50    REAL(wp) ::   rn_wtmix =  10.0_wp     ! Vertical eddy Diff. in the ML 
    51    REAL(wp) ::   rn_wvmix =  10.0_wp     ! Vertical eddy Visc. in the ML 
    52    LOGICAL  ::   ln_mldw  = .TRUE.       ! Use or not the MLD parameters 
     43   !                           !!* Namelist namzdf_ric : Richardson number dependent Kz * 
     44   INTEGER  ::   nn_ric         ! coefficient of the parameterization 
     45   REAL(wp) ::   rn_avmri       ! maximum value of the vertical eddy viscosity 
     46   REAL(wp) ::   rn_alp         ! coefficient of the parameterization 
     47   REAL(wp) ::   rn_ekmfc       ! Ekman Factor Coeff 
     48   REAL(wp) ::   rn_mldmin      ! minimum mixed layer (ML) depth     
     49   REAL(wp) ::   rn_mldmax      ! maximum mixed layer depth 
     50   REAL(wp) ::   rn_wtmix       ! Vertical eddy Diff. in the ML 
     51   REAL(wp) ::   rn_wvmix       ! Vertical eddy Visc. in the ML 
     52   LOGICAL  ::   ln_mldw        ! Use or not the MLD parameters 
    5353 
    5454   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   tmric   !: coef. for the horizontal mean at t-point 
Note: See TracChangeset for help on using the changeset viewer.