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 708 for trunk/NEMO/OPA_SRC/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2007-10-10T15:11:42+02:00 (17 years ago)
Author:
smasson
Message:

continue changeset:704, see ticket:5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r699 r708  
    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 
    2224   USE phycst          ! physical constants 
    23    USE ocesbc          ! ocean surface boundary condition 
     25   USE domvvl          ! variable volume 
    2426   USE obcdta          ! open boundary condition data      
    2527   USE obcfla          ! Flather open boundary condition   
     
    3032   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    3133   USE prtctl          ! Print control 
    32    USE dynspg_oce      ! surface pressure gradient variables 
    3334   USE in_out_manager  ! I/O manager 
    3435   USE iom 
    3536   USE restart         ! only for lrst_oce 
    36    USE domvvl          ! variable volume 
    3737 
    3838   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.