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 5974 for branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/NEMO/OPA_SRC/TRD/trdvor.F90 – NEMO

Ignore:
Timestamp:
2015-12-02T11:52:05+01:00 (8 years ago)
Author:
timgraham
Message:

Upgrade to head of trunk (r5936)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/NEMO/OPA_SRC/TRD/trdvor.F90

    r4990 r5974  
    2020   USE sbc_oce         ! surface boundary condition: ocean 
    2121   USE phycst          ! Define parameters for the routines 
    22    USE ldfdyn_oce      ! ocean active tracers: lateral physics 
     22   USE ldfdyn          ! ocean active tracers: lateral physics 
    2323   USE dianam          ! build the name of file (routine) 
    2424   USE zdfmxl          ! mixed layer depth 
    25    USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     25   ! 
    2626   USE in_out_manager  ! I/O manager 
    2727   USE ioipsl          ! NetCDF library 
     28   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2829   USE lib_mpp         ! MPP library 
    2930   USE wrk_nemo        ! Memory allocation 
     
    5758   !! * Substitutions 
    5859#  include "domzgr_substitute.h90" 
    59 #  include "ldfdyn_substitute.h90" 
    6060#  include "vectopt_loop_substitute.h90" 
    6161   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.