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 490 for trunk/NEMO/TOP_SRC/TRP/trczdf_exp.F90 – NEMO

Ignore:
Timestamp:
2006-09-01T15:50:43+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_053:CE+RB: enable use of ndttrc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trczdf_exp.F90

    r349 r490  
    9797         IF( neuler == 0 .AND. kt == nittrc000 ) THEN 
    9898            rdttrc(:) =  rdttra(:) * FLOAT(ndttrc)             ! restarting with Euler time stepping 
    99          ELSEIF( kt <= nittrc000 + 1 ) THEN 
     99         ELSEIF( kt <= nittrc000 + ndttrc ) THEN 
    100100            rdttrc(:) = 2. * rdttra(:) * FLOAT(ndttrc)         ! leapfrog 
    101101         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.