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 11855 for NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/TDE/tide_mod.F90 – NEMO

Ignore:
Timestamp:
2019-11-05T13:49:47+01:00 (4 years ago)
Author:
smueller
Message:

Restriction and removal of use statements included in module tide_mod (ticket #2194)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/src/OCE/TDE/tide_mod.F90

    r11854 r11855  
    66   !! History :  1.0  !  2007  (O. Le Galloudec)  Original code 
    77   !!---------------------------------------------------------------------- 
    8    USE oce            ! ocean dynamics and tracers variables 
    9    USE dom_oce        ! ocean space and time domain 
    10    USE phycst         ! physical constant 
    11    USE daymod         ! calendar 
    12    ! 
    13    USE in_out_manager ! I/O units 
    14    USE iom            ! xIOs server 
    15    USE ioipsl         ! NetCDF IPSL library 
    16    USE lbclnk         ! ocean lateral boundary conditions (or mpp link) 
     8   USE oce, ONLY : sshn       ! sea-surface height 
     9   USE par_oce                ! ocean parameters 
     10   USE phycst, ONLY : rpi     ! pi 
     11   USE daymod, ONLY : ndt05   ! half-length of time step 
     12   USE in_out_manager         ! I/O units 
     13   USE iom                    ! xIOs server 
    1714 
    1815   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.