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 trunk/NEMO/LIM_SRC – NEMO

source: trunk/NEMO/LIM_SRC/par_ice.F90 @ 247

Last change on this file since 247 was 247, checked in by opalod, 19 years ago

CL : Add CVS Header and CeCILL licence information

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1MODULE par_ice
2   !!======================================================================
3   !!                       ***  MODULE par_ice   ***
4   !! Sea-Ice model : definition of the parameters
5   !!======================================================================
6   !!----------------------------------------------------------------------
7   !!  LIM 2.0, UCL-LOCEAN-IPSL (2005)
8   !! $Header$
9   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
10   !!----------------------------------------------------------------------
11   !! * Modules used
12   USE par_oce
13
14   IMPLICIT NONE
15   PUBLIC               ! allows par_oce and par_kind to be known in ice modules
16
17   INTEGER, PUBLIC, PARAMETER ::   &  !:
18      jpkmax =  1    ,      &  !: ???
19      jpsmax =  2              !: ???
20
21   INTEGER, PUBLIC, PARAMETER ::   &  !:
22      jplayers   = 2 ,           &  !: number of vertical ice layers
23      jplayersp1 = jplayers + 1     !: ???
24
25   !!======================================================================
26END MODULE par_ice
Note: See TracBrowser for help on using the repository browser.