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

    r800 r888  
    2525   USE dom_oce         ! ocean space and time domain  
    2626   USE zdf_oce         ! ocean vertical physics 
     27   USE sbc_oce         ! surface boundary condition: ocean 
     28   USE obc_oce         ! Lateral open boundary condition 
     29   USE sol_oce         ! ocean elliptic solver 
    2730   USE phycst          ! physical constants 
    28    USE ocesbc          ! ocean surface boundary condition 
    29    USE flxrnf          ! ocean runoffs 
    30    USE sol_oce         ! ocean elliptic solver 
     31   USE domvvl          ! variable volume 
    3132   USE solver          ! solver initialization 
    3233   USE solpcg          ! preconditionned conjugate gradient solver 
    3334   USE solsor          ! Successive Over-relaxation solver 
    3435   USE solfet          ! FETI solver 
    35    USE obc_oce         ! Lateral open boundary condition 
    3636   USE obcdyn          ! ocean open boundary condition (obc_dyn routines) 
    3737   USE obcvol          ! ocean open boundary condition (obc_vol routines) 
     38   USE cla_dynspg      ! cross land advection 
     39   USE in_out_manager  ! I/O manager 
    3840   USE lib_mpp         ! distributed memory computing library 
    3941   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    40    USE cla_dynspg      ! cross land advection 
    4142   USE prtctl          ! Print control 
    4243   USE solmat          ! matrix construction for elliptic solvers 
    4344   USE agrif_opa_interp 
    44    USE in_out_manager  ! I/O manager 
    4545   USE iom 
    4646   USE restart         ! only for lrst_oce 
    47    USE domvvl          ! variable volume 
    4847 
    4948   IMPLICIT NONE 
     
    5857   !!---------------------------------------------------------------------- 
    5958   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    60    !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/DYN/dynspg_flt.F90,v 1.14 2007/06/05 10:38:27 opalod Exp $  
     59   !! $Id$ 
    6160   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)  
    6261   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.