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_2.F90 in trunk/NEMO/LIM_SRC_2 – NEMO

source: trunk/NEMO/LIM_SRC_2/par_ice_2.F90 @ 888

Last change on this file since 888 was 888, checked in by ctlod, 16 years ago

merge dev_001_SBC branche with the trunk to include the New Surface Module package, see ticket: #113

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