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_bilapg.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_bilapg.F90

    r2034 r2082  
    2424   USE lbclnk          ! ocean lateral boundary condition (or mpp link) 
    2525   USE diaptr          ! poleward transport diagnostics  
     26   USE trc_oce         ! share passive tracers/Ocean variables 
    2627 
    2728   IMPLICIT NONE 
     
    8081      !!---------------------------------------------------------------------- 
    8182 
    82       IF( kt == nit000 ) THEN 
     83      IF( ( cdtype == 'TRA' .AND. kt == nit000 ) .OR. ( cdtype == 'TRC' .AND. kt == nittrc000 ) ) THEN 
    8384         IF(lwp) WRITE(numout,*) 
    84          IF(lwp) WRITE(numout,*) 'tra_ldf_bilapg : horizontal biharmonic operator in s-coordinate' 
     85         IF(lwp) WRITE(numout,*) 'tra_ldf_bilapg : horizontal biharmonic operator in s-coordinate on ', cdtype 
    8586         IF(lwp) WRITE(numout,*) '~~~~~~~~~~~~~~' 
    8687      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.