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

Ignore:
Timestamp:
2008-04-11T19:05:03+02:00 (16 years ago)
Author:
ctlod
Message:

merge dev_001_SBC branche with the trunk to include the New Surface Module package, see ticket: #113

File:
1 edited

Legend:

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

    r782 r888  
    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) 
    2329   USE in_out_manager  ! I/O manager 
    2430   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 
    2831   USE prtctl          ! Print control 
    2932   USE agrif_opa_update 
    3033   USE agrif_opa_interp 
    3134 
    32    USE ocesbc          ! ocean surface boundary condition 
    33    USE domvvl          ! variable volume 
    34    USE dynspg_oce      ! surface pressure gradient variables 
    35    USE phycst 
    3635 
    3736   IMPLICIT NONE 
     
    4746   !!---------------------------------------------------------------------- 
    4847   !!   OPA 9.0 , LOCEAN-IPSL (2006)  
    49    !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/TRA/tranxt.F90,v 1.12 2007/05/25 15:51:50 opalod Exp $  
     48   !! $Id$ 
    5049   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    5150   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.