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 5836 for trunk/NEMOGCM/NEMO/OPA_SRC/TRD/trdmxl.F90 – NEMO

Ignore:
Timestamp:
2015-10-26T15:49:40+01:00 (9 years ago)
Author:
cetlod
Message:

merge the simplification branch onto the trunk, see ticket #1612

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/TRD/trdmxl.F90

    r5656 r5836  
    2222   USE trd_oce         ! trends: ocean variables 
    2323   USE trdmxl_oce      ! ocean variables trends 
    24    USE ldftra_oce      ! ocean active tracers lateral physics 
     24   USE ldftra          ! lateral diffusion: eddy diffusivity & EIV coeff. 
    2525   USE zdf_oce         ! ocean vertical physics 
    26    USE in_out_manager  ! I/O manager 
    2726   USE phycst          ! Define parameters for the routines 
    2827   USE dianam          ! build the name of file (routine) 
     
    3029   USE zdfmxl          ! mixed layer depth 
    3130   USE zdfddm          ! ocean vertical physics: double diffusion 
    32    USE ioipsl          ! NetCDF library 
    3331   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    3432   USE diadimg         ! dimg direct access file format output 
    3533   USE trdmxl_rst      ! restart for diagnosing the ML trends 
     34   ! 
     35   USE in_out_manager  ! I/O manager 
     36   USE ioipsl          ! NetCDF library 
    3637   USE prtctl          ! Print control 
    3738   USE restart         ! for lrst_oce 
     
    7374   !! * Substitutions 
    7475#  include "domzgr_substitute.h90" 
    75 #  include "ldftra_substitute.h90" 
    7676#  include "zdfddm_substitute.h90" 
    7777   !!---------------------------------------------------------------------- 
     
    801801      END IF 
    802802 
    803       IF( nn_cla == 1 )   CALL ctl_warn( '      You set n_cla = 1. Note that the Mixed-Layer diagnostics  ',   & 
    804          &                               '      are not exact along the corresponding straits.            ') 
    805  
    806803      !                                   ! allocate trdmxl arrays 
    807804      IF( trd_mxl_alloc()    /= 0 )   CALL ctl_stop( 'STOP', 'trd_mxl_init : unable to allocate trdmxl     arrays' ) 
     
    810807 
    811808 
    812  
    813        nkstp     = nit000 - 1              ! current time step indicator initialization 
     809      nkstp     = nit000 - 1              ! current time step indicator initialization 
    814810 
    815811 
Note: See TracChangeset for help on using the changeset viewer.