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 1194 for trunk/NEMO/TOP_SRC/LOBSTER/trcsed.F90 – NEMO

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

Correction of LOBSTER modules to ensure reproductibility for GYRE_LOBSTER, see ticket:253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/LOBSTER/trcsed.F90

    r1176 r1194  
    8181      IF( l_trdtrc )THEN 
    8282         ALLOCATE( ztrbio(jpi,jpj,jpk) ) 
    83 !CDIR COLLAPSE 
    8483         ztrbio(:,:,:) = tra(:,:,:,jpdet) 
    8584      ENDIF 
     
    117116 
    118117      IF( l_trdtrc ) THEN 
    119 !CDIRR COLLAPSE 
    120118         ztrbio(:,:,:) = tra(:,:,:,jpdet) - ztrbio(:,:,:) 
    121119         jl = 8 
Note: See TracChangeset for help on using the changeset viewer.