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 – NEMO

Changeset 1194


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

Location:
trunk/NEMO/TOP_SRC/LOBSTER
Files:
3 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 
  • 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 
  • 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.