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 – NEMO

Changeset 1594


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

Location:
trunk/NEMO/OPA_SRC
Files:
2 deleted
2 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 
  • trunk/NEMO/OPA_SRC/step.F90

    r1565 r1594  
    4444   USE cpl_oasis3, ONLY : lk_cpl 
    4545 
     46#if defined key_top 
    4647   USE trcstp          ! passive tracer time-stepping      (trc_stp routine) 
     48#endif 
    4749 
    4850   USE traqsr          ! solar radiation penetration      (tra_qsr routine) 
Note: See TracChangeset for help on using the changeset viewer.