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 1531 for trunk/NEMO/OPA_SRC/TRA/trazdf.F90 – NEMO

Ignore:
Timestamp:
2009-07-24T08:48:42+02:00 (15 years ago)
Author:
ctlod
Message:

change TKE cpp key names, see ticket: #485

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trazdf.F90

    r1438 r1531  
    139139 
    140140      ! Force implicit schemes 
    141       IF( lk_zdftke .OR. lk_zdftke2 .OR. lk_zdfkpp   ) nzdf = 1      ! TKE or KPP physics 
    142       IF( ln_traldf_iso              )                 nzdf = 1      ! iso-neutral lateral physics 
    143       IF( ln_traldf_hor .AND. ln_sco )                 nzdf = 1      ! horizontal lateral physics in s-coordinate 
     141      IF( lk_zdftke_old .OR. lk_zdftke .OR. lk_zdfkpp )  nzdf = 1      ! TKE or KPP physics 
     142      IF( ln_traldf_iso                               )   nzdf = 1      ! iso-neutral lateral physics 
     143      IF( ln_traldf_hor .AND. ln_sco                  )   nzdf = 1      ! horizontal lateral physics in s-coordinate 
    144144 
    145145      IF( ln_zdfexp .AND. nzdf == 1 )   THEN 
Note: See TracChangeset for help on using the changeset viewer.