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 2038 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/MY_TRC/trcsms_my_trc.F90 – NEMO

Ignore:
Timestamp:
2010-08-02T12:57:40+02:00 (14 years ago)
Author:
cetlod
Message:

Apply the merge to passive tracers, see ticket:693

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/MY_TRC/trcsms_my_trc.F90

    r1255 r2038  
    1515   USE oce_trc         ! Ocean variables 
    1616   USE trc             ! TOP variables 
    17    USE trdmld_trc_oce 
    18    USE trdmld_trc 
     17   USE trdmod_oce 
     18   USE trdmod_trc 
    1919 
    2020   IMPLICIT NONE 
     
    6464          DO jn = jp_myt0, jp_myt1 
    6565            ztrmyt(:,:,:) = tra(:,:,:,jn) 
    66             CALL trd_mod_trc( ztrmyt, jn, jptrc_trd_sms, kt )   ! save trends 
     66            CALL trd_mod_trc( ztrmyt, jn, jptra_trd_sms, kt )   ! save trends 
    6767          END DO 
    6868      END IF 
Note: See TracChangeset for help on using the changeset viewer.