Last change
on this file since 5048 was
5048,
checked in by vancop, 6 years ago
|
new itd boundaries, namelist changes, mono-category and comments
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | MODULE par_ice |
---|
2 | !!====================================================================== |
---|
3 | !! *** MODULE par_ice *** |
---|
4 | !! LIM-3 Sea Ice : definition of parameters |
---|
5 | !!====================================================================== |
---|
6 | !! History : 3.0 ! 2003-08 (M. Vancoppenolle) LIM-3 |
---|
7 | !!---------------------------------------------------------------------- |
---|
8 | USE par_oce |
---|
9 | |
---|
10 | IMPLICIT NONE |
---|
11 | PUBLIC |
---|
12 | |
---|
13 | ! !!! ice thermodynamics |
---|
14 | INTEGER, PUBLIC, PARAMETER :: nlay_i = 2 !: number of ice layers |
---|
15 | INTEGER, PUBLIC, PARAMETER :: nlay_s = 1 !: number of snow layers |
---|
16 | |
---|
17 | ! !!! ice mechanical redistribution |
---|
18 | INTEGER, PUBLIC, PARAMETER :: jpl = 5 !: number of ice categories |
---|
19 | |
---|
20 | !!---------------------------------------------------------------------- |
---|
21 | !! NEMO/LIM3 3.3 , UCL - NEMO Consortium (2010) |
---|
22 | !! $Id$ |
---|
23 | !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) |
---|
24 | !!====================================================================== |
---|
25 | END MODULE par_ice |
---|
Note: See
TracBrowser
for help on using the repository browser.