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_muscl.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_muscl.F90

    r1175 r1193  
    238238         ! 3. Save the horizontal advective trends for diagnostics 
    239239         ! ------------------------------------------------------- 
    240 !CDIR BEGIN COLLAPSE 
    241240         TRDTRC_XY : IF( l_trdtrc ) THEN 
    242241 
     
    282281 
    283282         ENDIF TRDTRC_XY 
    284 !CDIR END 
    285283 
    286284      ENDDO 
     
    375373         ! 3. Save the vertical advective trends for diagnostic 
    376374         ! ---------------------------------------------------- 
    377 !CDIR BEGIN COLLAPSE 
    378375         TRDTRC_Z : IF( l_trdtrc )THEN 
    379376 
     
    394391 
    395392         END IF TRDTRC_Z 
    396 !CDIR END 
    397393      END DO 
    398394 
Note: See TracChangeset for help on using the changeset viewer.