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 1884 for branches/TAM_V3_0/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2010-05-27T11:26:52+02:00 (14 years ago)
Author:
rblod
Message:

Light adaptation of NEMO direct model routine to handle TAM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/NEMO/OPA_SRC/opa.F90

    r1146 r1884  
    6767   USE diaptr          ! poleward transports           (dia_ptr_init routine) 
    6868 
     69   USE tamtrj          ! writing out state trajectory  
     70 
    6971   USE step            ! OPA time-stepping                  (stp     routine) 
    7072#if defined key_oasis3 
     
    302304      CALL dia_ptr_init                     ! Poleward TRansports initialization 
    303305 
     306      CALL tam_trj_ini 
     307      IF(lwp) WRITE(numout,*)'Euler time step switch is ', neuler 
    304308      !                                     ! =============== ! 
    305309      !                                     !  time stepping  ! 
Note: See TracChangeset for help on using the changeset viewer.