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

Changeset 1002


Ignore:
Timestamp:
2008-05-30T11:35:36+02:00 (16 years ago)
Author:
cetlod
Message:

update routines to take into account the re-organization of passive tracers initialization phase, see ticket 166

Location:
trunk/NEMO/OPA_SRC
Files:
1 added
1 edited

Legend:

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

    r923 r1002  
    8181   USE step_c1d        ! Time stepping loop for the 1D configuration 
    8282 
    83    USE initrc          ! Initialization of the passive tracers 
     83   USE trcini          ! Initialization of the passive tracers 
    8484 
    8585   IMPLICIT NONE 
     
    292292 
    293293#if defined key_top 
    294       CALL ini_trc                           ! Passive tracers 
     294      CALL trc_ini                           ! Passive tracers 
    295295#endif 
    296296 
Note: See TracChangeset for help on using the changeset viewer.