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 2517 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2010-12-23T17:34:46+01:00 (14 years ago)
Author:
cetlod
Message:

v3.3beta:Ensure restartability of ORCA2_OFF_PISCES & define lk_offline flag for OFFLINE mode

File:
1 edited

Legend:

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

    r2287 r2517  
    129129      ENDIF 
    130130 
     131      rdttrc(:) = rdttra(:) * FLOAT( nn_dttrc )   ! vertical profile of passive tracer time-step 
     132   
     133      IF(lwp) WRITE(numout,*)  
     134      IF(lwp) WRITE(numout,*) '    Passive Tracer  time step    rdttrc  = ', rdttrc(1) 
     135      IF(lwp) WRITE(numout,*)  
     136 
    131137#if defined key_trdmld_trc || defined key_trdtrc 
    132138      nn_trd_trc  = 20 
Note: See TracChangeset for help on using the changeset viewer.