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 1594 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2009-08-06T18:20:04+02:00 (15 years ago)
Author:
smasson
Message:

remove trcini and trcstp from OPA_SRC, see ticket:522

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r1593 r1594  
    6464   USE dyncor_c1d      ! Coriolis factor at T-point 
    6565   USE step_c1d        ! Time stepping loop for the 1D configuration 
     66#if defined key_top 
    6667   USE trcini          ! passive tracer initialisation 
     68#endif 
    6769    
    6870   USE iom 
     
    259261      CALL zdf_init                             ! Vertical ocean physics 
    260262 
     263#if defined key_top 
    261264      CALL trc_ini                          ! Passive tracers 
     265#endif 
    262266 
    263267      !                                     ! diagnostics 
Note: See TracChangeset for help on using the changeset viewer.