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

Ignore:
Timestamp:
2010-10-09T00:08:28+02:00 (14 years ago)
Author:
cetlod
Message:

ensure restartability of PISCES

File:
1 edited

Legend:

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

    r2124 r2194  
    6767      IF( kt == nit000 )   CALL trc_adv_ctl          ! initialisation & control of options 
    6868 
     69#if ! defined key_pisces 
    6970      IF( neuler == 0 .AND. kt == nit000 ) THEN     ! at nit000 
    7071         r2dt(:) =  rdttra(:) * FLOAT(nn_dttrc)          ! = rdtra (restarting with Euler time stepping) 
     
    7273         r2dt(:) = 2. * rdttra(:) * FLOAT(nn_dttrc)      ! = 2 rdttra (leapfrog) 
    7374      ENDIF 
     75#else 
     76      r2dt(:) =  rdttra(:) * FLOAT(nn_dttrc)          ! = rdtra (restarting with Euler time stepping) 
     77#endif 
    7478 
    7579      !                                                   ! effective transport 
Note: See TracChangeset for help on using the changeset viewer.