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 2236 for branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/DYN/dynzdf.F90 – NEMO

Ignore:
Timestamp:
2010-10-12T20:49:32+02:00 (14 years ago)
Author:
cetlod
Message:

First guess of NEMO_v3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/DYN/dynzdf.F90

    r2104 r2236  
    4141   !! NEMO/OPA 3,3 , LOCEAN-IPSL (2010)  
    4242   !! $Id$ 
    43    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     43   !! Software governed by the CeCILL licence  (NEMOGCM/License_CeCILL.txt) 
    4444   !!---------------------------------------------------------------------- 
    4545 
     
    104104      USE zdftke_old 
    105105      USE zdftke 
     106      USE zdfgls 
    106107      USE zdfkpp 
    107108      !!---------------------------------------------------------------------- 
     
    113114      ! 
    114115      ! Force implicit schemes 
    115       IF( lk_zdftke_old .OR. lk_zdftke .OR. lk_zdfkpp )   nzdf = 1   ! TKE or KPP physics 
    116       IF( ln_dynldf_iso                               )   nzdf = 1   ! iso-neutral lateral physics 
    117       IF( ln_dynldf_hor .AND. ln_sco                  )   nzdf = 1   ! horizontal lateral physics in s-coordinate 
     116      IF( lk_zdftke_old .OR. lk_zdftke .OR. lk_zdfgls .OR. lk_zdfkpp )   nzdf = 1   ! TKE, GLS or KPP physics 
     117      IF( ln_dynldf_iso                                              )   nzdf = 1   ! iso-neutral lateral physics 
     118      IF( ln_dynldf_hor .AND. ln_sco                                 )   nzdf = 1   ! horizontal lateral physics in s-coordinate 
    118119      ! 
    119120      IF( lk_esopa )    nzdf = -1                   ! Esopa key: All schemes used 
Note: See TracChangeset for help on using the changeset viewer.