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/DOM – NEMO

Changeset 708 for trunk/NEMO/OPA_SRC/DOM


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

continue changeset:704, see ticket:5

Location:
trunk/NEMO/OPA_SRC/DOM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domain.F90

    r699 r708  
    1313   USE oce             !  
    1414   USE dom_oce         ! ocean space and time domain 
    15    USE phycst          ! physical constants 
    16    USE in_out_manager  ! I/O manager 
    1715   USE ice_oce         ! ice variables 
    1816   USE blk_oce         ! bulk variables 
    19    USE flxrnf          ! runoffs 
     17   USE sbc_oce         ! surface boundary condition: ocean 
     18   USE phycst          ! physical constants 
    2019   USE daymod          ! calendar 
     20   USE in_out_manager  ! I/O manager 
    2121   USE lib_mpp         ! distributed memory computing library 
    2222 
  • trunk/NEMO/OPA_SRC/DOM/domvvl.F90

    r699 r708  
    1818   USE oce             ! ocean dynamics and tracers 
    1919   USE dom_oce         ! ocean space and time domain 
     20   USE sbc_oce         ! surface boundary condition: ocean 
     21   USE dynspg_oce      ! surface pressure gradient variables 
     22   USE phycst          ! physical constants 
    2023   USE in_out_manager  ! I/O manager 
    2124   USE lib_mpp         ! distributed memory computing library 
    2225   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    23    USE dynspg_oce      ! surface pressure gradient variables 
    24    USE ocesbc          ! ocean surface boundary condition 
    25    USE phycst          ! physical constants 
    2626 
    2727   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.