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

    r1457 r2038  
    1010   !! * Modules used 
    1111   USE oce_trc          ! ocean dynamics and active tracers variables 
    12    USE trp_trc 
     12   USE trc 
    1313   USE trctrp           ! passive tracers transport 
    1414   USE trcsms           ! passive tracers sources and sinks 
     
    1717   USE trcwri 
    1818   USE trcrst 
    19    USE trdmld_trc_oce 
     19   USE trdmod_trc_oce 
    2020   USE trdmld_trc 
    2121   USE iom 
     
    5252      CHARACTER (len=25)    ::  charout 
    5353 
    54       ! this ROUTINE is called only every ndttrc time step 
    55       IF( MOD( kt , ndttrc ) /= 0 ) RETURN 
     54      ! this ROUTINE is called only every nn_dttrc time step 
     55      IF( MOD( kt , nn_dttrc ) /= 0 ) RETURN 
    5656 
    5757      IF(ln_ctl) THEN 
     
    5959         CALL prt_ctl_trc_info(charout) 
    6060      ENDIF 
     61 
     62      tra(:,:,:,:) = 0. 
    6163 
    6264      IF( kt == nittrc000 .AND. lk_trdmld_trc  )  & 
Note: See TracChangeset for help on using the changeset viewer.