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 10955 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/ZDF/zdftke.F90 – NEMO

Ignore:
Timestamp:
2019-05-10T11:15:50+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert ZDF modules and all knock on effects of these conversions. SETTE tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/ZDF/zdftke.F90

    r10883 r10955  
    630630 
    631631 
    632    SUBROUTINE zdf_tke_init 
     632   SUBROUTINE zdf_tke_init( Kmm ) 
    633633      !!---------------------------------------------------------------------- 
    634634      !!                  ***  ROUTINE zdf_tke_init  *** 
     
    646646      USE zdf_oce , ONLY : ln_zdfiwm   ! Internal Wave Mixing flag 
    647647      !! 
    648       INTEGER ::   ji, jj, jk   ! dummy loop indices 
    649       INTEGER ::   ios 
     648      INTEGER, INTENT(in) ::   Kmm          ! time level index 
     649      INTEGER             ::   ji, jj, jk   ! dummy loop indices 
     650      INTEGER             ::   ios 
    650651      !! 
    651652      NAMELIST/namzdf_tke/ rn_ediff, rn_ediss , rn_ebb , rn_emin  ,          & 
     
    724725      ENDIF 
    725726       
    726       IF( nn_etau == 2  )   CALL zdf_mxl( nit000 )      ! Initialization of nmln  
     727      IF( nn_etau == 2  )   CALL zdf_mxl( nit000, Kmm )      ! Initialization of nmln  
    727728 
    728729      !                               !* depth of penetration of surface tke 
Note: See TracChangeset for help on using the changeset viewer.