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

Ignore:
Timestamp:
2009-02-03T14:15:21+01:00 (15 years ago)
Author:
cetlod
Message:

Initialization of biological trends variable name, see ticket:312

File:
1 edited

Legend:

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

    r1255 r1283  
    5454      TYPE(DIAG) , DIMENSION(jp_lobster_3d) :: lobdia3d 
    5555#endif 
    56 #if defined key_trc_diabio 
     56#if defined key_trc_diabio || defined key_trdmld_trc 
    5757      INTEGER :: js, jd 
    5858      ! definition of additional diagnostic as a structure 
     
    8181      NAMELIST/namlobdia/nwritedia, lobdia3d, lobdia2d     ! additional diagnostics 
    8282#endif 
    83 #if defined key_trc_diabio 
     83#if defined key_trc_diabio || defined key_trdmld_trc 
    8484      NAMELIST/namlobdbi/nwritebio, lobdiabio 
    8585#endif 
     
    341341#endif 
    342342 
    343 #if defined key_trc_diabio 
    344  
     343#if defined key_trc_diabio || defined key_trdmld_trc 
    345344      ! namlobdbi : bio diagnostics 
    346345      nwritebio = 10                     ! default values 
Note: See TracChangeset for help on using the changeset viewer.