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

Ignore:
Timestamp:
2009-01-13T11:20:17+01:00 (15 years ago)
Author:
cetlod
Message:

minor modifications in all top models, see ticket:299

File:
1 edited

Legend:

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

    r1146 r1255  
    3333      !! ** Purpose :   control the cpp options, namelist and files  
    3434      !!---------------------------------------------------------------------- 
    35       INTEGER :: jn 
     35      INTEGER :: jl, jn 
    3636 
    3737      IF(lwp) WRITE(numout,*) 
     
    7878            WRITE (numout,*) ' =======   ============= ' 
    7979            WRITE (numout,*) ' we force tracer names' 
    80             DO jn = jp_lob0, jp_lob1 
     80            DO jl = 1, jp_lobster 
     81               jn = jp_lob0 + jl - 1 
    8182               WRITE(numout,*) ' tracer nb: ',jn,' name = ',ctrcnm(jn), ctrcnl(jn) 
    8283            END DO 
     
    8687 
    8788      ! Check tracer units 
    88       DO jn = jp_lob0, jp_lob1 
     89      DO jl = 1, jp_lobster 
     90         jn = jp_lob0 + jl - 1 
    8991         IF( ctrcun(jn) /= 'mmole-N/m3') THEN 
    9092            ctrcun(jn) = 'mmole-N/m3' 
Note: See TracChangeset for help on using the changeset viewer.