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/ZDF – NEMO

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

Suppress old TKE see ticket #742

Location:
branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/ZDF
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfini.F90

    r2287 r2303  
    1818   USE zdf_oce         ! TKE vertical mixing           
    1919   USE lib_mpp         ! distribued memory computing 
    20    USE zdftke_old      ! TKE vertical mixing  (old scheme) 
    2120   USE zdftke          ! TKE vertical mixing 
    2221   USE zdfgls          ! GLS vertical mixing 
     
    9998         ioptio = ioptio+1 
    10099      ENDIF 
    101       IF( lk_zdftke_old ) THEN 
    102          IF(lwp) WRITE(numout,*) '      TKE dependent eddy coefficients' 
    103          ioptio = ioptio+1 
    104       ENDIF 
    105100      IF( lk_zdftke ) THEN 
    106101         IF(lwp) WRITE(numout,*) '      TKE dependent eddy coefficients' 
     
    130125         ioptio = ioptio+1 
    131126      ENDIF 
    132       IF( lk_zdftke_old .OR. lk_zdftke ) THEN 
     127      IF( lk_zdftke ) THEN 
    133128         IF(lwp) WRITE(numout,*) '      use the 1.5 turbulent closure' 
    134129      ENDIF 
     
    144139      ENDIF 
    145140      IF ( ioptio > 1 .AND. .NOT. lk_esopa )   CALL ctl_stop( ' chose between ln_zdfnpc and ln_zdfevd' ) 
    146       IF( ioptio == 0 .AND. .NOT.( lk_zdftke_old .OR. lk_zdftke .OR. lk_zdfgls .OR. lk_zdfkpp ) ) & 
     141      IF( ioptio == 0 .AND. .NOT.( lk_zdftke .OR. lk_zdfgls .OR. lk_zdfkpp ) ) & 
    147142         CALL ctl_stop( ' except for TKE, GLS or KPP physics, a convection scheme is', & 
    148143         &              ' required: ln_zdfevd or ln_zdfnpc logicals' ) 
Note: See TracChangeset for help on using the changeset viewer.