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 2132 for branches/devmercator2010_1/NEMO/OPA_SRC/TRA/trazdf.F90 – NEMO

Ignore:
Timestamp:
2010-09-29T17:31:36+02:00 (14 years ago)
Author:
cbricaud
Message:

add change from DEV_r1784_GLS

File:
1 edited

Legend:

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

    r1533 r2132  
    125125      USE zdftke_old 
    126126      USE zdftke 
     127      USE zdfgls 
    127128      USE zdfkpp 
    128129      !!---------------------------------------------------------------------- 
     
    139140 
    140141      ! Force implicit schemes 
    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 
     142      IF( lk_zdftke_old .OR. lk_zdftke .OR. lk_zdfgls .OR. lk_zdfkpp )   nzdf = 1      ! TKE, GLS or KPP physics 
     143      IF( ln_traldf_iso                                              )   nzdf = 1      ! iso-neutral lateral physics 
     144      IF( ln_traldf_hor .AND. ln_sco                                 )   nzdf = 1      ! horizontal lateral physics in s-coordinate 
    144145 
    145146      IF( ln_zdfexp .AND. nzdf == 1 )   THEN 
Note: See TracChangeset for help on using the changeset viewer.