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

    • Property svn:keywords changed from Id to Author Date Id Revision
    r708 r719  
    2020   USE oce             ! ocean dynamics and tracers 
    2121   USE dom_oce         ! ocean space and time domain 
    22    USE sbc_oce         ! surface boundary condition: ocean 
    23    USE dynspg_oce      ! surface pressure gradient variables 
    2422   USE phycst          ! physical constants 
    25    USE domvvl          ! variable volume 
     23   USE ocesbc          ! ocean surface boundary condition 
    2624   USE obcdta          ! open boundary condition data      
    2725   USE obcfla          ! Flather open boundary condition   
     
    3230   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    3331   USE prtctl          ! Print control 
     32   USE dynspg_oce      ! surface pressure gradient variables 
    3433   USE in_out_manager  ! I/O manager 
    3534   USE iom 
    3635   USE restart         ! only for lrst_oce 
     36   USE domvvl          ! variable volume 
    3737 
    3838   IMPLICIT NONE 
     
    5151   !!---------------------------------------------------------------------- 
    5252   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    53    !! $Id$ 
     53   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/DYN/dynspg_ts.F90,v 1.16 2007/06/05 10:38:27 opalod Exp $  
    5454   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    5555   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.