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 5046 – NEMO

Changeset 5046


Ignore:
Timestamp:
2015-01-29T14:06:48+01:00 (9 years ago)
Author:
vancop
Message:

first step of namelist cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r4990 r5046  
    1818   ln_limdyn     = .true.          !  ice dynamics (T) or thermodynamics only (F) 
    1919   amax          = 0.999           !  maximum ice concentration 
    20    cai           = 1.40e-3         !  atmospheric drag over sea ice (clio) 
    21    cao           = 1.00e-3         !  atmospheric drag over ocean   (clio) 
    2220   ln_nicep      = .false.         !  Ice points output for debug (yes or no) 
    2321   ln_limdiahsb  = .false.          !  check the heat and salt budgets (T) or not (F) 
     
    3129   hts_ini_n   =  0.3      !  initial snow thickness in the north 
    3230   hts_ini_s   =  0.3      !        "            "          south 
    33    hti_ini_n   =  1.0      !  initial ice thickness in the north 
     31   hti_ini_n   =  3.0      !  initial ice thickness in the north 
    3432   hti_ini_s   =  1.0      !        "            "         south 
    3533   ati_ini_n   =  0.9      !  initial ice concentration in the north 
    3634   ati_ini_s   =  0.9      !        "            "             south 
    37    smi_ini_n   =  6.301    !  initial ice salinity in the north 
    38    smi_ini_s   =  6.301    !        "            "    south 
     35   smi_ini_n   =  6.3      !  initial ice salinity in the north 
     36   smi_ini_s   =  6.3      !        "            "    south 
    3937   tmi_ini_n   =  270.     !  initial ice/snw temp in the north 
    4038   tmi_ini_s   =  270.     !  initial ice/snw temp in the south 
     
    4341&namicedyn     !   ice dynamic 
    4442!----------------------------------------------------------------------- 
    45    epsd        =   1.0e-20 !  tolerance parameter 
    46    om          =   0.5     !  relaxation constant  
    4743   cw          =   5.0e-03 !  drag coefficient for oceanic stress 
    4844   pstar       =   2.0e+04 !  1st bulk-rheology parameter 
     
    5046   creepl      =   1.0e-12 !  creep limit 
    5147   ecc         =   2.0     !  eccentricity of the elliptical yield curve 
    52    ahi0        = 350.e0    !  horizontal eddy diffusivity coefficient for sea-ice [m2/s] 
     48   ahi0        = 350.e0    !  horizontal eddy diffusivity coefficient for sea-ice [m2/s] ! depends on resolution 
    5349   nevp        = 120       !  number of iterations for subcycling in EVP 
    5450   relast      = 0.333     !  ratio of elastic timescale over ice time step (1/3 if nevp=120 ; 1/9 if nevp=300) 
    55    alphaevp    =   1.0     !  coefficient for the solution of internal ice stresses 
    5651   hminrhg     =   0.001   !  ice volume (a*h in m) below which ice velocity equal ocean velocity 
    5752/ 
     
    5954&namicethd     !   ice thermodynamic 
    6055!----------------------------------------------------------------------- 
    61    hmelt       = -0.15     !  maximum melting at the bottom 
    6256   hiccrit     = 0.1       !  ice thickness for lateral accretion  
    6357                           !         caution 1.0, 1.0 best value to be used!!! (gilles G.)  ???? 
     
    6660   vfrazb      = 0.4166667 !  thresold drift speed for frazil ice collecting at the ice bottom 
    6761   Cfrazb      = 5.0       !  squeezing coefficient for frazil ice collecting at the ice bottom 
    68    hiclim      = 0.10      !  minimum ice thickness 
    69    hnzst       = 0.1       !  thickness of the surf. layer in temp. computation 
    70    parsub      = 1.0       !  switch for snow sublimation or not 
     62   hiclim      = 0.10      !  minimum thickness of the first thickness category, must be smaller than hiccrit 
    7163   betas       = 0.6       !  exponent in lead-ice fractionation of snow precipitation 0.66 
    7264                           !        betas = 1 -> equipartition, betas < 1 -> more on leads 
     
    9183   s_i_max     = 20.0      !  Maximum salinity  
    9284   s_i_min     =  0.1      !  Minimum tolerated ice salinity 
    93    s_i_0       =  3.5      !  1st salinity for salinity profile 
    94    s_i_1       =  4.5      !  2nd salinity for salinity profile 
    9585/ 
    9686!----------------------------------------------------------------------- 
     
    111101   partfun_swi      =   1    !  participation function linear, TH75 (0) or exponential Letal07 (1) 
    112102   brinstren_swi    =   0    !  (1) use brine volume to diminish ice strength 
    113 / 
    114 !----------------------------------------------------------------------- 
    115 &namicedia     !   ice diagnostics 
    116 !----------------------------------------------------------------------- 
    117    fmtinf      ='1PE13.5 ' !  format of the output values 
    118    nfrinf      = 4         !  number of variables written in one line 
    119    ntmoy       = 1         !  instantaneous values of ice evolution or averaging 
    120    ninfo       = 1         !  frequency of ouputs on file ice_evolu in case of averaging 
    121 / 
    122 !!----------------------------------------------------------------------- 
    123 !&namicehsb       !  Heat and salt budgets  
    124 !!----------------------------------------------------------------------- 
    125 !/ 
    126  
Note: See TracChangeset for help on using the changeset viewer.