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 5760 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/OPA_SRC/DYN – NEMO

Ignore:
Timestamp:
2015-09-24T10:00:39+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.1: phasing the improvements/simplifications of diffusive trend: suppression of KPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/OPA_SRC/DYN/dynzdf.F90

    r4990 r5760  
    114114      USE zdftke 
    115115      USE zdfgls 
    116       USE zdfkpp 
    117116      !!---------------------------------------------------------------------- 
    118117      ! 
     
    123122      ! 
    124123      ! Force implicit schemes 
    125       IF( lk_zdftke .OR. lk_zdfgls .OR. lk_zdfkpp )   nzdf = 1   ! TKE, GLS or KPP physics 
    126       IF( ln_dynldf_iso                           )   nzdf = 1   ! iso-neutral lateral physics 
    127       IF( ln_dynldf_hor .AND. ln_sco              )   nzdf = 1   ! horizontal lateral physics in s-coordinate 
     124      IF( lk_zdftke .OR. lk_zdfgls   )   nzdf = 1   ! TKE or GLS physics 
     125      IF( ln_dynldf_iso              )   nzdf = 1   ! iso-neutral lateral physics 
     126      IF( ln_dynldf_hor .AND. ln_sco )   nzdf = 1   ! horizontal lateral physics in s-coordinate 
    128127      ! 
    129128      IF( lk_esopa )    nzdf = -1                   ! Esopa key: All schemes used 
Note: See TracChangeset for help on using the changeset viewer.