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 1193 for trunk/NEMO/TOP_SRC/TRP/trcadv_cen2.F90 – NEMO

Ignore:
Timestamp:
2008-09-18T14:45:43+02:00 (16 years ago)
Author:
cetlod
Message:

Correction of transport module to ensure reproductibility for TOP configurations, see ticket:253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trcadv_cen2.F90

    r1175 r1193  
    284284         ! 3. Save the horizontal advective trends for diagnostics 
    285285         ! ------------------------------------------------------- 
    286 !CDIR BEGIN COLLAPSE 
    287286         TRDTRC_XY : IF( l_trdtrc )THEN 
    288287 
     
    342341 
    343342         ENDIF TRDTRC_XY 
    344 !CDIR END 
    345343         !                                                    ! =========== 
    346344      END DO                                                  ! tracer loop 
     
    415413         ! ---------------------------------------------------- 
    416414 
    417 !CDIR BEGIN COLLAPSE 
    418415         TRDTRC_Z : IF( l_trdtrc )THEN 
    419416            ztrtrd(:,:,:) = 0.e0 
     
    435432 
    436433         ENDIF TRDTRC_Z 
    437 !CDIR END 
    438434         !                                                    ! =========== 
    439435      END DO                                                  ! tracer loop 
Note: See TracChangeset for help on using the changeset viewer.