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.
Changeset 1608 for trunk/NEMO/LIM_SRC_3/par_ice.F90 – NEMO

Ignore:
Timestamp:
2009-08-12T10:05:30+02:00 (15 years ago)
Author:
ctlod
Message:

nemo 3.1 LIM3 : remove useless akappa and alambd arrays, plus small cosmetic, see ticket: #400

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/par_ice.F90

    r1471 r1608  
    22   !!====================================================================== 
    33   !!                       ***  MODULE par_ice   *** 
    4    !! Sea-Ice model : definition of the parameters 
     4   !! LIM-3 Sea Ice :   definition of parameters 
    55   !!====================================================================== 
     6   !! History :  3.0  ! 2003-08  (M. Vancoppenolle)  LIM-3 
    67   !!---------------------------------------------------------------------- 
    7    !!  LIM 3.0, UCL-LOCEAN-IPSL (2008) 
    8    !! $Id$ 
    9    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    10    !!---------------------------------------------------------------------- 
    11    !! * Modules used 
    128   USE par_oce 
    139 
    1410   IMPLICIT NONE 
    15    PUBLIC               ! allows par_oce and par_kind to be known in ice modules 
     11   PUBLIC           
    1612 
    17    !ICE THERMODYNAMICS 
    18    INTEGER , PARAMETER ::      &  !: 
    19       jkmax    = 6 ,           &  !: maximum number of ice layers 
    20       nlay_s   = 1                !: number of snow layers 
     13   !                                             !!! ice thermodynamics 
     14   INTEGER, PUBLIC, PARAMETER ::   jkmax    = 6   !: maximum number of ice layers 
     15   INTEGER, PUBLIC, PARAMETER ::   nlay_s   = 1   !: number of snow layers 
    2116 
    22    !ICE MECHANICAL REDISTRIBUTION 
    23    INTEGER , PARAMETER ::      &  !: 
    24       jpl      = 5,            &  !: number of ice categories 
    25       jpm      = 1                !: number of ice types 
     17   !                                             !!! ice mechanical redistribution 
     18   INTEGER, PUBLIC, PARAMETER ::   jpl      = 5   !: number of ice categories 
     19   INTEGER, PUBLIC, PARAMETER ::   jpm      = 1   !: number of ice types 
    2620 
     21   !!---------------------------------------------------------------------- 
     22   !! NEMO/LIM 3.2, UCL-ASTR-LOCEAN-IPSL (2009) 
     23   !! $Id$ 
     24   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    2725   !!====================================================================== 
    2826END MODULE par_ice 
Note: See TracChangeset for help on using the changeset viewer.