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

Ignore:
Timestamp:
2010-09-10T14:49:11+02:00 (14 years ago)
Author:
cetlod
Message:

correction of minor bugs

File:
1 edited

Legend:

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

    r2082 r2083  
    187187         !                                 ! trend diagnostics (contribution of upstream fluxes) 
    188188         IF( l_trd ) THEN 
    189              CALL trd_tra( kt, cdtype, jn, jpt_trd_xad, zwx, pun, ptn(:,:,:,jn) ) 
    190              CALL trd_tra( kt, cdtype, jn, jpt_trd_yad, zwy, pvn, ptn(:,:,:,jn) ) 
     189             CALL trd_tra( kt, cdtype, jn, jptra_trd_xad, zwx, pun, ptn(:,:,:,jn) ) 
     190             CALL trd_tra( kt, cdtype, jn, jptra_trd_yad, zwy, pvn, ptn(:,:,:,jn) ) 
    191191         END IF 
    192192         !                                 ! "Poleward" heat and salt transports (contribution of upstream fluxes) 
     
    279279               END DO 
    280280            END DO 
    281             CALL trd_tra( kt, cdtype, jn, jpt_trd_zad, zltv ) 
     281            CALL trd_tra( kt, cdtype, jn, jptra_trd_zad, zltv ) 
    282282         ENDIF 
    283283         ! 
Note: See TracChangeset for help on using the changeset viewer.