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 1228 for trunk/NEMO/LIM_SRC_2/ice_2.F90 – NEMO

Ignore:
Timestamp:
2008-12-01T07:56:13+01:00 (16 years ago)
Author:
smasson
Message:

cleanning related to lim2 namelist, prepare changeset: 1229, see ticket:258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/ice_2.F90

    r1156 r1228  
    2020   PRIVATE 
    2121 
     22   !!* Share parameters namelist (namicerun read in iceini) * 
     23   LOGICAL               , PUBLIC ::   ln_limdyn     = .TRUE.             !: flag for ice dynamics (T) or not (F) 
     24   LOGICAL               , PUBLIC ::   ln_limdmp     = .FALSE.            !: Ice damping 
     25   REAL(wp)              , PUBLIC ::   hsndif        = 0.e0               !: computation of temp. in snow (0) or not (9999) 
     26   REAL(wp)              , PUBLIC ::   hicdif        = 0.e0               !: computation of temp. in ice (0) or not (9999) 
     27   REAL(wp), DIMENSION(2), PUBLIC ::   acrit = (/ 1.e-06 , 1.e-06 /)      !: minimum fraction for leads in  
     28   !                                                                      !: north and south hemisphere 
    2229   !!* ice-dynamic namelist (namicedyn) * 
    2330   INTEGER , PUBLIC ::   nbiter = 1         !: number of sub-time steps for relaxation 
Note: See TracChangeset for help on using the changeset viewer.