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/traldf_iso.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/traldf_iso.F90

    r2034 r2082  
    2828   USE ldfslp          ! iso-neutral slopes 
    2929   USE diaptr          ! poleward transport diagnostics 
     30   USE trc_oce         ! share passive tracers/Ocean variables 
    3031#if defined key_diaar5 
    3132   USE phycst          ! physical constants 
     
    116117      !!---------------------------------------------------------------------- 
    117118 
    118       IF( kt == nit000 ) THEN 
     119      IF( ( cdtype == 'TRA' .AND. kt == nit000 ) .OR. ( cdtype == 'TRC' .AND. kt == nittrc000 ) ) THEN 
    119120         IF(lwp) WRITE(numout,*) 
    120          IF(lwp) WRITE(numout,*) 'tra_ldf_iso : rotated laplacian diffusion operator' 
     121         IF(lwp) WRITE(numout,*) 'tra_ldf_iso : rotated laplacian diffusion operator on ', cdtype 
    121122         IF(lwp) WRITE(numout,*) '~~~~~~~~~~~' 
    122123      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.