Changeset 2528 for trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90
- Timestamp:
- 2010-12-27T18:33:53+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl.F90
- Property svn:eol-style deleted
r1585 r2528 29 29 # include "domzgr_substitute.h90" 30 30 !!---------------------------------------------------------------------- 31 !! NEMO/OPA 3. 2 , LOCEAN-IPSL (2009)31 !! NEMO/OPA 3.3 , NEMO Consortium (2010) 32 32 !! $Id$ 33 !! Software governed by the CeCILL licence ( modipsl/doc/NEMO_CeCILL.txt)33 !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 34 34 !!---------------------------------------------------------------------- 35 35 … … 69 69 70 70 ! w-level of the mixing and mixed layers 71 nmln(:,:) = mb athy(:,:) ! Initialization to the number of w ocean point mbathy72 imld(:,:) = mb athy(:,:)71 nmln(:,:) = mbkt(:,:) + 1 ! Initialization to the number of w ocean point 72 imld(:,:) = mbkt(:,:) + 1 73 73 DO jk = jpkm1, nlb10, -1 ! from the bottom to nlb10 74 74 DO jj = 1, jpj
Note: See TracChangeset
for help on using the changeset viewer.