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.
par_ice.F90 in branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/LIM_SRC_3 – NEMO

source: branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/LIM_SRC_3/par_ice.F90 @ 4924

Last change on this file since 4924 was 4924, checked in by mathiot, 9 years ago

UKM02_ice_shelves merged and SETTE tested with revision 4879 of trunk

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1MODULE 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   = 5   !: 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   !!======================================================================
25END MODULE par_ice
Note: See TracBrowser for help on using the repository browser.