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 345 for trunk/NEMO/TOP_SRC – NEMO

Changeset 345 for trunk/NEMO/TOP_SRC


Ignore:
Timestamp:
2005-11-16T17:30:06+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_030:RB: small correction in step when calling passive tracers,

add control print at tracers initialization

File:
1 edited

Legend:

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

    r340 r345  
    2424   USE trcdtr 
    2525   USE trcini 
     26   USE prtctl_trc      ! Print control passive tracers (prt_ctl_trc_init routine) 
    2627    
    2728   IMPLICIT NONE 
     
    5253      !!      original  : 91-03 () 
    5354      !!      additions : 92-01 (C. Levy) 
    54       !!     05-03 (O. Aumont and A. El Moussaoui) F90 
     55      !!                  05-03 (O. Aumont and A. El Moussaoui) F90 
     56      !!                  05-10 (C. Ethe ) print control initialization  
    5557      !!---------------------------------------------------------------------- 
    5658 
     
    9799      ENDIF 
    98100 
     101      ! 5. Print control 
     102      !------------------ 
     103 
     104      IF( ln_ctl )    CALL prt_ctl_trc_init 
     105 
    99106   END SUBROUTINE ini_trc 
    100107 
Note: See TracChangeset for help on using the changeset viewer.