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 1006 for trunk/NEMO/TOP_SRC/MY_TRC/trcini_my_trc.F90 – NEMO

Ignore:
Timestamp:
2008-05-30T11:49:30+02:00 (16 years ago)
Author:
cetlod
Message:

Update MY_TRC modules to take into account the re-organization of TOP initialization phase, see ticket 169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/MY_TRC/trcini_my_trc.F90

    r932 r1006  
    1313   !!---------------------------------------------------------------------- 
    1414   USE par_trc         ! TOP parameters 
     15   USE trc 
    1516 
    1617   IMPLICIT NONE 
     
    4041      IF(lwp) WRITE(numout,*) ' trc_ini_my_trc: initialisation of MY_TRC model' 
    4142      IF(lwp) WRITE(numout,*) ' ~~~~~~~~~~~~~~' 
     43       
     44      trn(:,:,:,jp_myt0:jp_myt1) = 0. 
     45 
    4246      ! 
    4347   END SUBROUTINE trc_ini_my_trc 
Note: See TracChangeset for help on using the changeset viewer.