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 16 for trunk/NEMO/OPA_SRC/ZDF/zdftke.F90 – NEMO

Ignore:
Timestamp:
2004-02-17T09:06:15+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE001 : First major NEMO update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/ZDF/zdftke.F90

    r3 r16  
    2828 
    2929   !! * Share Module variables 
    30    LOGICAL, PUBLIC, PARAMETER ::   lk_zdftke = .TRUE.   !: TKE vertical mixing flag 
    31    LOGICAL, PUBLIC ::         & !!! ** tke namelist (namtke) ** 
     30   LOGICAL, PUBLIC, PARAMETER ::   lk_zdftke = .TRUE.    !: TKE vertical mixing flag 
     31   LOGICAL, PUBLIC ::         & !!: ** tke namelist (namtke) ** 
    3232     ln_rstke = .FALSE.          !: =T restart with tke from a run without tke with  
    3333     !                           !  a none zero initial value for en 
    34    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   & 
     34   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   &   !: 
    3535      en                         !: now turbulent kinetic energy 
    3636 
     
    9292      !!         d(en)/dt = eboost eav (d(u)/dz)**2       ! shear production 
    9393      !!                  + d( efave eav d(en)/dz )/dz    ! diffusion of tke 
    94       !!                  + g/rau0 pdl eav d(rau)/dz      ! stratif. destruc. 
     94      !!                  + grav/rau0 pdl eav d(rau)/dz   ! stratif. destruc. 
    9595      !!                  - ediss / emxl en**(2/3)        ! dissipation 
    9696      !!      with the boundary conditions: 
     
    791791   !!   Dummy module :                                        NO TKE scheme 
    792792   !!---------------------------------------------------------------------- 
    793    LOGICAL, PUBLIC, PARAMETER ::   lk_zdftke = .FALSE.   ! TKE flag 
     793   LOGICAL, PUBLIC, PARAMETER ::   lk_zdftke = .FALSE.   !: TKE flag 
    794794CONTAINS 
    795795   SUBROUTINE zdf_tke( kt )          ! Empty routine 
    796       WRITE(*,*) kt                     ! no compilation warning 
     796      WRITE(*,*) 'zdf_tke: You should not have seen this print! error?', kt 
    797797   END SUBROUTINE zdf_tke 
    798798#endif 
Note: See TracChangeset for help on using the changeset viewer.