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 2528 for trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (13 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90

    • Property svn:eol-style deleted
    r1585 r2528  
    2929#  include "domzgr_substitute.h90" 
    3030   !!---------------------------------------------------------------------- 
    31    !! NEMO/OPA 3.2 , LOCEAN-IPSL (2009)  
     31   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    3232   !! $Id$  
    33    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     33   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    3434   !!---------------------------------------------------------------------- 
    3535 
     
    6969 
    7070      ! w-level of the mixing and mixed layers 
    71       nmln(:,:) = mbathy(:,:)          ! Initialization to the number of w ocean point mbathy 
    72       imld(:,:) = mbathy(:,:) 
     71      nmln(:,:) = mbkt(:,:) + 1        ! Initialization to the number of w ocean point 
     72      imld(:,:) = mbkt(:,:) + 1 
    7373      DO jk = jpkm1, nlb10, -1         ! from the bottom to nlb10 
    7474         DO jj = 1, jpj 
Note: See TracChangeset for help on using the changeset viewer.