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 2303 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/trazdf.F90 – NEMO

Ignore:
Timestamp:
2010-10-22T16:51:08+02:00 (14 years ago)
Author:
rblod
Message:

Suppress old TKE see ticket #742

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/trazdf.F90

    r2287 r2303  
    119119      !!      the implicit scheme is required. 
    120120      !!---------------------------------------------------------------------- 
    121       USE zdftke_old 
    122121      USE zdftke 
    123122      USE zdfgls 
     
    131130 
    132131      ! Force implicit schemes 
    133       IF( lk_zdftke_old .OR. lk_zdftke .OR. lk_zdfgls .OR. lk_zdfkpp )   nzdf = 1      ! TKE, GLS or KPP physics 
    134       IF( ln_traldf_iso                                              )   nzdf = 1      ! iso-neutral lateral physics 
    135       IF( ln_traldf_hor .AND. ln_sco                                 )   nzdf = 1      ! horizontal lateral physics in s-coordinate 
     132      IF( lk_zdftke .OR. lk_zdfgls .OR. lk_zdfkpp )   nzdf = 1      ! TKE, GLS or KPP physics 
     133      IF( ln_traldf_iso                           )   nzdf = 1      ! iso-neutral lateral physics 
     134      IF( ln_traldf_hor .AND. ln_sco              )   nzdf = 1      ! horizontal lateral physics in s-coordinate 
    136135      IF( ln_zdfexp .AND. nzdf == 1 )   CALL ctl_stop( 'tra_zdf : If using the rotation of lateral mixing operator',   & 
    137136            &                         ' TKE or KPP scheme, the implicit scheme is required, set ln_zdfexp = .false.' ) 
Note: See TracChangeset for help on using the changeset viewer.