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

    r2082 r2083  
    149149            ztrds(:,:,jk) = ( tsb(:,:,jk,jp_sal) - ztrds(:,:,jk) ) * zfact 
    150150         END DO 
    151          CALL trd_tra( kt, 'TRA', jp_tem, jpt_trd_atf, ztrdt ) 
    152          CALL trd_tra( kt, 'TRA', jp_sal, jpt_trd_atf, ztrds ) 
     151         CALL trd_tra( kt, 'TRA', jp_tem, jptra_trd_atf, ztrdt ) 
     152         CALL trd_tra( kt, 'TRA', jp_sal, jptra_trd_atf, ztrds ) 
    153153         DEALLOCATE( ztrdt )      ;     DEALLOCATE( ztrds )  
    154154      END IF 
Note: See TracChangeset for help on using the changeset viewer.