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 2124 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/TRP/trcadv.F90 – NEMO

Ignore:
Timestamp:
2010-09-25T12:11:49+02:00 (14 years ago)
Author:
cetlod
Message:

removed useless variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/TRP/trcadv.F90

    r2082 r2124  
    6565      !!---------------------------------------------------------------------- 
    6666 
    67       IF( kt == nittrc000 )   CALL trc_adv_ctl          ! initialisation & control of options 
     67      IF( kt == nit000 )   CALL trc_adv_ctl          ! initialisation & control of options 
    6868 
    69       IF( neuler == 0 .AND. kt == nittrc000 ) THEN     ! at nit000 
     69      IF( neuler == 0 .AND. kt == nit000 ) THEN     ! at nit000 
    7070         r2dt(:) =  rdttra(:) * FLOAT(nn_dttrc)          ! = rdtra (restarting with Euler time stepping) 
    71       ELSEIF( kt <= nittrc000 + nn_dttrc ) THEN          ! at nit000 or nit000+1 
     71      ELSEIF( kt <= nit000 + nn_dttrc ) THEN          ! at nit000 or nit000+1 
    7272         r2dt(:) = 2. * rdttra(:) * FLOAT(nn_dttrc)      ! = 2 rdttra (leapfrog) 
    7373      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.