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 12193 for NEMO/branches/2019/dev_r11943_MERGE_2019/src/TOP/trcdta.F90 – NEMO

Ignore:
Timestamp:
2019-12-11T17:15:54+01:00 (4 years ago)
Author:
davestorkey
Message:

2019/dev_r11943_MERGE_2019: Merge in dev_r12072_TOP-01_ENHANCE-11_cethe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src/TOP/trcdta.F90

    r11960 r12193  
    177177      ! 
    178178      IF( ln_timing )   CALL timing_start('trc_dta') 
     179      ! 
     180      IF( kt == nit000 .AND. lwp) THEN 
     181         WRITE(numout,*) 
     182         WRITE(numout,*) 'trc_dta : passive tracers data for IC' 
     183         WRITE(numout,*) '~~~~~~~ ' 
     184      ENDIF 
    179185      ! 
    180186      IF( nb_trcdta > 0 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.