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/PISCES/trcsms_pisces.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/PISCES/trcsms_pisces.F90

    r1753 r2038  
    2626   USE p4zflx          !  
    2727 
    28    USE trdmld_trc_oce 
    29    USE trdmld_trc 
     28   USE trdmod_oce 
     29   USE trdmod_trc 
    3030 
    3131   USE sedmodel 
     
    9494          DO jn = jp_pcs0, jp_pcs1 
    9595            ztrpis(:,:,:) = tra(:,:,:,jn) 
    96             CALL trd_mod_trc( ztrpis, jn, jptrc_trd_sms, kt )   ! save trends 
     96            CALL trd_mod_trc( ztrpis, jn, jptra_trd_sms, kt )   ! save trends 
    9797          END DO 
    9898      END IF 
Note: See TracChangeset for help on using the changeset viewer.