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

    r1175 r1193  
    125125         DO jn = jp_sms0, jp_sms1 
    126126         !                                                        ! =========== 
    127          ztrcorb = 0.e0   ;   ztrmasb = 0.e0 
    128          ztrcorn = 0.e0   ;   ztrmasn = 0.e0 
    129  
    130 !CDIR COLLAPSE 
    131          IF( l_trdtrc ) THEN 
    132             ztrtrdb(:,:,:) = ptrb(:,:,:,jn)                        ! save input trb for trend computation 
    133             ztrtrdn(:,:,:) = ptrn(:,:,:,jn)                        ! save input trn for trend computation 
    134          ENDIF 
     127            ztrcorb = 0.e0   ;   ztrmasb = 0.e0 
     128            ztrcorn = 0.e0   ;   ztrmasn = 0.e0 
     129 
     130           IF( l_trdtrc ) THEN 
     131              ztrtrdb(:,:,:) = ptrb(:,:,:,jn)                        ! save input trb for trend computation 
     132              ztrtrdn(:,:,:) = ptrn(:,:,:,jn)                        ! save input trn for trend computation 
     133           ENDIF 
    135134 
    136135 
Note: See TracChangeset for help on using the changeset viewer.