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 2082 for branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/TRA/trazdf_imp.F90 – NEMO

Ignore:
Timestamp:
2010-09-10T12:32:58+02:00 (14 years ago)
Author:
cetlod
Message:

Improve the merge of TRA-TRC, see ticket #717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/OPA_SRC/TRA/trazdf_imp.F90

    r2052 r2082  
    3131   USE domvvl          ! variable volume 
    3232   USE ldftra          ! lateral mixing type 
     33   USE trc_oce         ! share passive tracers/Ocean variables 
    3334 
    3435   IMPLICIT NONE 
     
    105106      !!--------------------------------------------------------------------- 
    106107 
    107       IF( kt == nit000 ) THEN 
     108      IF( ( cdtype == 'TRA' .AND. kt == nit000 ) .OR. ( cdtype == 'TRC' .AND. kt == nittrc000 ) ) THEN 
    108109         IF(lwp)WRITE(numout,*) 
    109          IF(lwp)WRITE(numout,*) 'tra_zdf_imp : implicit vertical mixing' 
     110         IF(lwp)WRITE(numout,*) 'tra_zdf_imp : implicit vertical mixing on ', cdtype 
    110111         IF(lwp)WRITE(numout,*) '~~~~~~~~~~~ ' 
    111112         zavi = 0.e0      ! avoid warning at compilation phase when lk_ldfslp=F 
Note: See TracChangeset for help on using the changeset viewer.