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 5282 for branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2015-05-18T17:19:50+02:00 (9 years ago)
Author:
diovino
Message:

Dev. branch CMCC4_simplification ticket #1456

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/TOP_SRC/trcnam.F90

    r4990 r5282  
    109109      ENDIF 
    110110 
    111        
    112       rdttrc(:) = rdttra(:) * FLOAT( nn_dttrc )   ! vertical profile of passive tracer time-step 
     111      rdttrc = rdt * FLOAT( nn_dttrc )   !  passive tracer time-step 
    113112   
    114113      IF(lwp) THEN                   ! control print 
    115114        WRITE(numout,*)  
    116         WRITE(numout,*) '    Passive Tracer  time step    rdttrc  = ', rdttrc(1) 
     115        WRITE(numout,*) '    Passive Tracer  time step    rdttrc  = ', rdttrc 
    117116        WRITE(numout,*)  
    118117      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.