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

    r1176 r1194  
    7676      IF( l_trdtrc )THEN 
    7777         ALLOCATE( ztrbio(jpi,jpj,jpk) ) 
    78 !CDIR COLLAPSE 
    7978         ztrbio(:,:,:) = tra(:,:,:,jpno3) 
    8079      ENDIF 
     
    175174      ! 
    176175      IF( l_trdtrc ) THEN 
    177 !CDIRR COLLAPSE 
    178176         ztrbio(:,:,:) = tra(:,:,:,jpno3) - ztrbio(:,:,:) 
    179177         jl = 17 
Note: See TracChangeset for help on using the changeset viewer.