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/DYN/dynspg_ts.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/DYN/dynspg_ts.F90

    r800 r888  
    2121   USE oce             ! ocean dynamics and tracers 
    2222   USE dom_oce         ! ocean space and time domain 
     23   USE sbc_oce         ! surface boundary condition: ocean 
     24   USE dynspg_oce      ! surface pressure gradient variables 
    2325   USE phycst          ! physical constants 
    24    USE ocesbc          ! ocean surface boundary condition 
     26   USE domvvl          ! variable volume 
    2527   USE obcdta          ! open boundary condition data      
    2628   USE obcfla          ! Flather open boundary condition   
     
    3133   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    3234   USE prtctl          ! Print control 
    33    USE dynspg_oce      ! surface pressure gradient variables 
    3435   USE in_out_manager  ! I/O manager 
    3536   USE iom 
    3637   USE restart         ! only for lrst_oce 
    37    USE domvvl          ! variable volume 
    3838 
    3939   IMPLICIT NONE 
     
    5252   !!---------------------------------------------------------------------- 
    5353   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    54    !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/DYN/dynspg_ts.F90,v 1.16 2007/06/05 10:38:27 opalod Exp $  
     54   !! $Id$ 
    5555   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    5656   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.