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 3804 for branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfevd.F90 – NEMO

Ignore:
Timestamp:
2013-02-12T14:16:51+01:00 (11 years ago)
Author:
cbricaud
Message:

add same modifications than TKE to have any impact of evd,tmx,ddm on the turbulent closure solution ; see ticket 954

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfevd.F90

    r3294 r3804  
    1919   USE zdf_oce         ! ocean vertical physics variables 
    2020   USE zdfkpp          ! KPP vertical mixing 
     21   USE zdfgls          ! GLS vertical mixing 
    2122   USE in_out_manager  ! I/O manager 
    2223   USE iom             ! for iom_put 
     
    6768         IF(lwp) WRITE(numout,*) '~~~~~~~ ' 
    6869         IF(lwp) WRITE(numout,*) 
     70         ! 
     71         IF(lwp .AND. lk_zdfgls )   CALL ctl_warn(' No need zdf_evd with GLS closures ') 
     72         ! 
    6973      ENDIF 
    7074 
Note: See TracChangeset for help on using the changeset viewer.