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 786 for branches/dev_001_GM/NEMO/OPA_SRC/TRA/tranpc.F90 – NEMO

Ignore:
Timestamp:
2008-01-10T18:11:23+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - merge TRC-TRA on OPA only, trabbl & zpshde not done and trdmld not OK - compilation OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/OPA_SRC/TRA/tranpc.F90

    r719 r786  
    202202            ztrdt(:,:,:) = tn(:,:,:) - ztrdt(:,:,:) 
    203203            ztrds(:,:,:) = sn(:,:,:) - ztrds(:,:,:) 
    204             CALL trd_mod(ztrdt, ztrds, jptra_trd_npc, 'TRA', kt) 
     204            CALL trd_tra( kt, jp_tem, jpt_trd_ldf, 'TRA', ptrd3d=ztrdt) 
     205            CALL trd_tra( kt, jp_sal, jpt_trd_ldf, 'TRA', ptrd3d=ztrds) 
    205206         ENDIF 
     207 
    206208       
    207209         ! Lateral boundary conditions on ( tn, sn )   ( Unchanged sign) 
Note: See TracChangeset for help on using the changeset viewer.