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_jki.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_jki.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r708 r719  
    1414   USE oce             ! ocean dynamics and tracers 
    1515   USE dom_oce         ! ocean space and time domain 
    16    USE sbc_oce         ! surface boundary condition: ocean 
    17    USE obc_oce         ! Lateral open boundary condition 
    18    USE obc_par         ! open boundary condition parameters 
    19    USE dynspg_oce      ! surface pressure gradient variables 
    20    USE dynspg_ts       ! surface pressure gradient 
    2116   USE phycst          ! physical constants 
     17   USE ocesbc          ! ocean surface boundary condition 
    2218   USE obcdta          ! open boundary condition data      
    2319   USE obcfla          ! Flather open boundary condition   
    2420   USE dynvor          ! vorticity term 
     21   USE obc_oce         ! Lateral open boundary condition 
     22   USE obc_par         ! open boundary condition parameters 
    2523   USE lib_mpp         ! distributed memory computing library 
    2624   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2725   USE prtctl          ! Print control 
     26   USE dynspg_oce      ! surface pressure gradient variables 
     27   USE dynspg_ts       ! surface pressure gradient 
    2828   USE in_out_manager  ! I/O manager 
    2929   USE iom             ! I/O library 
     
    4141   !!---------------------------------------------------------------------- 
    4242   !!   OPA 9.0 , LODYC-IPSL  (2005) 
    43    !! $Id$ 
     43   !! $Header$  
    4444   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    4545   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.