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 493 for trunk/NEMO/TOP_SRC/trcdtr.F90 – NEMO

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

nemo_v1_bugfix_056:CE+RB: change key_trc_dta to key_dtatrc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcdtr.F90

    r433 r493  
    250250#endif 
    251251 
    252 #if defined key_trc_dta 
     252#if defined key_dtatrc 
    253253!!   Initialization of tracer from a file 
    254254!!   that may also be used for damping 
    255       CALL dta_trc( nit000 ) 
     255      CALL dta_trc( nittrc000 ) 
    256256      DO  jk = 1, jptra 
    257257        IF( lutini(jk) ) THEN  
Note: See TracChangeset for help on using the changeset viewer.