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

    r1176 r1194  
    100100      IF( l_trdtrc )THEN 
    101101         ALLOCATE( ztrbio(jpi,jpj,jpk,jp_lobster_trd) ) 
    102 !CDIR COLLAPSE 
    103102         ztrbio(:,:,:,:) = 0. 
    104103      ENDIF 
     
    430429      ! 
    431430      IF( l_trdtrc ) THEN 
    432 !CDIRR COLLAPSE 
    433431         DO jl = 1, jp_lobster_trd 
    434432            CALL trd_mod_trc( ztrbio(:,:,:,jl), jl, kt )   ! handle the trend 
Note: See TracChangeset for help on using the changeset viewer.