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 4147 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/LIM_SRC_3/thd_ice.F90 – NEMO

Ignore:
Timestamp:
2013-11-04T12:51:55+01:00 (10 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/LIM_SRC_3/thd_ice.F90

    r3625 r4147  
    1818   !! * Share Module variables 
    1919   !!--------------------------- 
    20    !                                         !!! ** ice-thermo namelist (namicethd) ** 
    21    REAL(wp), PUBLIC ::   hmelt   = -0.15     !: maximum melting at the bottom; active only for one category 
    22    REAL(wp), PUBLIC ::   hicmin  = 0.2       !: (REMOVE) 
    23    REAL(wp), PUBLIC ::   hiclim  = 0.05      !: minimum ice thickness 
    24    REAL(wp), PUBLIC ::   amax    = 0.999     !: maximum lead fraction 
    25    REAL(wp), PUBLIC ::   sbeta   = 1.0       !: numerical scheme for diffusion in ice  (REMOVE) 
    26    REAL(wp), PUBLIC ::   parlat  = 0.0       !: (REMOVE) 
    27    REAL(wp), PUBLIC ::   hakspl  = 0.5       !: (REMOVE) 
    28    REAL(wp), PUBLIC ::   hibspl  = 0.5       !: (REMOVE) 
    29    REAL(wp), PUBLIC ::   exld    = 2.0       !: (REMOVE) 
    30    REAL(wp), PUBLIC ::   hakdif  = 1.0       !: (REMOVE) 
    31    REAL(wp), PUBLIC ::   thth    = 0.2       !: (REMOVE) 
    32    REAL(wp), PUBLIC ::   hnzst   = 0.1       !: thick. of the surf. layer in temp. comp. 
    33    REAL(wp), PUBLIC ::   parsub  = 1.0       !: switch for snow sublimation or not 
    34    REAL(wp), PUBLIC ::   alphs   = 1.0       !: coef. for snow density when snow-ice formation 
    35    REAL(wp), PUBLIC ::   fraz_swi= 1.0       !: use of frazil ice collection in function of wind (1.0) or not (0.0) 
    36    REAL(wp), PUBLIC ::   maxfrazb= 0.7       !: maximum portion of frazil ice collecting at the ice bottom 
    37    REAL(wp), PUBLIC ::   vfrazb  = 0.41667   !: threshold drift speed for collection of bottom frazil ice 
    38    REAL(wp), PUBLIC ::   Cfrazb  = 5.0       !: squeezing coefficient for collection of bottom frazil ice 
    39  
    40    REAL(wp), PUBLIC, DIMENSION(2) ::   hiccrit = (/0.3,0.3/)  !: ice th. for lateral accretion in the NH (SH) (m) 
     20   !                               !!! ** ice-thermo namelist (namicethd) ** 
     21   REAL(wp), PUBLIC ::   hmelt       !: maximum melting at the bottom; active only for one category 
     22   REAL(wp), PUBLIC ::   hicmin      !: (REMOVE) 
     23   REAL(wp), PUBLIC ::   hiclim      !: minimum ice thickness 
     24   REAL(wp), PUBLIC ::   amax        !: maximum lead fraction 
     25   REAL(wp), PUBLIC ::   sbeta       !: numerical scheme for diffusion in ice  (REMOVE) 
     26   REAL(wp), PUBLIC ::   parlat      !: (REMOVE) 
     27   REAL(wp), PUBLIC ::   hakspl      !: (REMOVE) 
     28   REAL(wp), PUBLIC ::   hibspl      !: (REMOVE) 
     29   REAL(wp), PUBLIC ::   exld        !: (REMOVE) 
     30   REAL(wp), PUBLIC ::   hakdif      !: (REMOVE) 
     31   REAL(wp), PUBLIC ::   thth        !: (REMOVE) 
     32   REAL(wp), PUBLIC ::   hnzst       !: thick. of the surf. layer in temp. comp. 
     33   REAL(wp), PUBLIC ::   parsub      !: switch for snow sublimation or not 
     34   REAL(wp), PUBLIC ::   alphs       !: coef. for snow density when snow-ice formation 
     35   REAL(wp), PUBLIC ::   fraz_swi    !: use of frazil ice collection in function of wind (1.0) or not (0.0) 
     36   REAL(wp), PUBLIC ::   maxfrazb    !: maximum portion of frazil ice collecting at the ice bottom 
     37   REAL(wp), PUBLIC ::   vfrazb      !: threshold drift speed for collection of bottom frazil ice 
     38   REAL(wp), PUBLIC ::   Cfrazb      !: squeezing coefficient for collection of bottom frazil ice 
     39 
     40   REAL(wp), PUBLIC, DIMENSION(2) ::   hiccrit   !: ice th. for lateral accretion in the NH (SH) (m) 
    4141 
    4242   !!----------------------------- 
Note: See TracChangeset for help on using the changeset viewer.