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

    r3875 r3901  
    3737   REAL(wp), PUBLIC, SAVE, ALLOCATABLE, DIMENSION(:,:,:) ::   rrau   !: heat/salt buoyancy flux ratio 
    3838 
    39    !                                  !!* Namelist namzdf_ddm : double diffusive mixing * 
    40    REAL(wp) ::   rn_avts  = 1.e-4_wp  ! maximum value of avs for salt fingering 
    41    REAL(wp) ::   rn_hsbfr = 1.6_wp    ! heat/salt buoyancy flux ratio 
     39   !                      !!* Namelist namzdf_ddm : double diffusive mixing * 
     40   REAL(wp) ::   rn_avts  ! maximum value of avs for salt fingering 
     41   REAL(wp) ::   rn_hsbfr ! heat/salt buoyancy flux ratio 
    4242 
    4343   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.