MODULE par_ice !!====================================================================== !! *** MODULE par_ice *** !! LIM-3 Sea Ice : definition of parameters !!====================================================================== !! History : 3.0 ! 2003-08 (M. Vancoppenolle) LIM-3 !!---------------------------------------------------------------------- USE par_oce IMPLICIT NONE PUBLIC ! !!! ice thermodynamics INTEGER, PUBLIC, PARAMETER :: jkmax = 6 !: maximum number of ice layers INTEGER, PUBLIC, PARAMETER :: nlay_s = 1 !: number of snow layers ! !!! ice mechanical redistribution INTEGER, PUBLIC, PARAMETER :: jpl = 5 !: number of ice categories INTEGER, PUBLIC, PARAMETER :: jpm = 1 !: number of ice types !!---------------------------------------------------------------------- !! NEMO/LIM 3.2, UCL-ASTR-LOCEAN-IPSL (2009) !! $Id$ !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) !!====================================================================== END MODULE par_ice