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.
Ticket Comment Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #1503, comment 6


Ignore:
Timestamp:
2017-09-18T12:30:24+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1503, comment 6

    initial v1  
    22I found in several places (trcadv, trczdf,...) this trick to set the tracer time step: 
    33 
    4 {{{ 
     4{{{#!f 
    55         IF( neuler == 0 .AND. kt == nittrc000 ) THEN     ! at nittrc000 
    66            r2dt(:) =  rdttrc(:)           ! = rdttrc (restarting with Euler time stepping) 
     
    1313One should rather have: 
    1414 
    15 {{{ 
     15{{{#!f 
    1616 ELSEIF( kt <= nittrc000 + nn_dttrc ) THEN 
    1717    r2dt(:) = 2. * rdttrc(:)