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 12110 for NEMO/branches/2019/dev_r12072_TOP-01_ENHANCE-11_CEthe/src/TOP/trcdta.F90 – NEMO

Ignore:
Timestamp:
2019-12-07T12:44:31+01:00 (4 years ago)
Author:
cetlod
Message:

merge dev_r11219_TOP-01_cethe_PISCES_LBC onto dev_r12072_TOP-01_ENHANCE-11_CEthe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_TOP-01_ENHANCE-11_CEthe/src/TOP/trcdta.F90

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