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 1177 for trunk/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2008-09-11T18:27:52+02:00 (16 years ago)
Author:
cetlod
Message:

update modules to take into account new trends organization, see ticket:248

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcini.F90

    r1146 r1177  
    2626   USE trcini_my_trc   ! MY_TRC  initialisation 
    2727   USE trcdta          !  
     28   USE trdmld_trc_oce 
     29   USE trdmld_trc 
     30 
    2831   USE in_out_manager  ! I/O manager 
    2932   USE prtctl_trc      ! Print control passive tracers (prt_ctl_trc_init routine) 
     
    118121      ENDIF 
    119122 
     123      IF( lk_trdmld_trc  )  CALL trd_mld_trc_init     ! trends: Mixed-layer 
     124 
    120125      !                 ! Computation content of all tracers 
    121126      trai = 0.e0 
Note: See TracChangeset for help on using the changeset viewer.