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 719 for trunk/NEMO/OPA_SRC/TRA/tranxt.F90 – NEMO

Ignore:
Timestamp:
2007-10-16T16:59:56+02:00 (17 years ago)
Author:
ctlod
Message:

get back to the nemo_v2_3 version for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/tranxt.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r708 r719  
    2121   USE dom_oce         ! ocean space and time domain variables  
    2222   USE zdf_oce         ! ??? 
    23    USE dynspg_oce      ! surface pressure gradient variables 
    24    USE trdmod_oce      ! ocean variables trends 
    25    USE trdmod          ! ocean active tracers trends  
    26    USE phycst 
    27    USE domvvl          ! variable volume 
    28    USE obctra          ! open boundary condition (obc_tra routine) 
    2923   USE in_out_manager  ! I/O manager 
    3024   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     25   USE obctra          ! open boundary condition (obc_tra routine) 
     26   USE trdmod          ! ocean active tracers trends  
     27   USE trdmod_oce      ! ocean variables trends 
    3128   USE prtctl          ! Print control 
    3229   USE agrif_opa_update 
    3330   USE agrif_opa_interp 
    3431 
     32   USE ocesbc          ! ocean surface boundary condition 
     33   USE domvvl          ! variable volume 
     34   USE dynspg_oce      ! surface pressure gradient variables 
     35   USE phycst 
    3536 
    3637   IMPLICIT NONE 
     
    4647   !!---------------------------------------------------------------------- 
    4748   !!   OPA 9.0 , LOCEAN-IPSL (2006)  
    48    !! $Id$ 
     49   !! $Header$  
    4950   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    5051   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.