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

    r1175 r1193  
    103103         DO jn = 1, jptra                                        ! tracer loop 
    104104            !                                                    ! =========== 
    105 !CDIR COLLAPSE 
    106105            IF( l_trdtrc )  ztrtrd(:,:,:) = tra(:,:,:,jn)  ! save trends 
    107106 
     
    120119             
    121120            IF( l_trdtrc ) THEN 
    122 !CDIR COLLAPSE 
    123121               ztrtrd(:,:,:) = tra(:,:,:,jn) - ztrtrd(:,:,:) 
    124122               IF (luttrd(jn)) CALL trd_mod_trc(ztrtrd, jn, jptrc_trd_bbc, kt) 
Note: See TracChangeset for help on using the changeset viewer.