source: branches/2016/dev_v3.20_2016_gravity_drainage/INPUT/YROSIAE/source_3.20/icephys.param @ 8

Last change on this file since 8 was 4, checked in by vancop, 8 years ago

initial import /Users/ioulianikolskaia/Boulot/CODES/LIM1D/ARCHIVE/TMP/LIM1D_v3.20/

File size: 4.0 KB
Line 
1#
2# icephys.param - ISPOL
3#
4# Parameter file for sea ice physics, source v2.42
5#
6# (c) Martin Vancoppenolle, Oct 2011, Louvain-la-Neuve, Belgium
7#
8#==================================================================================================
9#
10#--------------------------------------------------------------------------------------------------
11# General parameters
12#--------------------------------------------------------------------------------------------------
13#
14# nlay_i        ! number of layers in the ice
1510
16# nlay_s        ! number of layers in the snow
171
18# parsub        ! switch for snow sublimation or not ! should not be used anymore
190.0
20# ln_evap       ! switch for snow summer evaporation or not
21.TRUE.
22# tbq_ano       ! prescribed air temperature anomaly (K)
230.0
24#
25#--------------------------------------------------------------------------------------------------
26# Ice desalination
27#--------------------------------------------------------------------------------------------------
28#
29# ln_grd        ! gravity drainage or not
30.TRUE.
31# ln_flu        ! flushing or not
32.TRUE.
33# ln_flo        ! flooding or not
34.TRUE.
35# flu_beta      ! fraction of meltwater percolating in summer
360.3
37# e_thr_flu     ! permeability threshold for flushing
380.05
39# frtr_si_phy   ! fraction of salt trapped in snow-ice
401.0
41# d_br_mol      ! molecular diffusivity of brine (def:1.0e-9, obs: 6.8e-10)
426.8e-10
43# d_br_tur      ! turbulent diffusivity of brine (def: 1.0e-6) 3.0e-7 1.0e-7
445.0e-7
45# ra_c          ! critical rayleigh number for brine convection (def: 5, obs: 10)
467
47# ra_smooth     ! hyperbolic tangent coefficient for turbulent diffusivity (def:1)
480.6
49# gravdr        ! type of gravity drainage 'CW' for Cox Weeks 88 or 'RA' for Rayleigh-number based
50RA
51# delta_cw      ! CW88 grav. drainage eff.(1.68e-7 for CW88 or 0.588e-7 for V08 value)
521.68e-7
53#
54#--------------------------------------------------------------------------------------------------
55# Radiative transfer (SSL = surface scattering layer)
56#--------------------------------------------------------------------------------------------------
57#
58# emig          ! Surface emissivity (past 0.995)
590.995
60# fpar_fsw      ! Visible energetic ratio (Fpar/Fsw, J/J) = 0.475 (Frouin Pinker 95)
610.475
62# qpar_fsw      ! Quantum energetic ratio (Qpar/Fsw, µE/J) = 2.33 (Vancoppenollet al 2011)
632.33
64# c_rad_scheme  ! use surface transmission parameter ('INOT'), use SSL extinction coefficients ('EXTC')
65INOT
66# c_rad_discr   ! discretization of radiation based on absorption ('ABS') or on transmission ('TRA')
67TRA
68# rad_inot_s_dry ! surface transmission parameter, dry snow, visible range (INOT ONLY) ! 0.22
690.22
70# rad_inot_s_wet ! surface transmission parameter, wet snow, visible range (INOT ONLY) ! 0.22
710.22
72# rad_inot_i_dry ! surface transmission parameter, dry ice, visible range (INOT only).
730.58
74# rad_inot_i_wet ! surface transmission parameter, wet ice, visible range (INOT only).
750.96
76# h_not_s       ! SSL thickness, snow (Perovich 07 0.03 m)
770.03
78# h_not_i       ! SSL thicknes, sea ice (Grenfell Maykut 0.1 m)
790.10
80# rad_kappa_s_su_d ! surface extinction coefficient, dry snow (Jarvinen 73 m-1, Pogson 63.2373)  (EXTC only)
8163.2373
82# rad_kappa_s_su_m ! surface extinction coefficient, melting snow (Jarvinen 51 m-1)              (EXTC only)
8363.2373
84# rad_kappa_i_su_d ! surface extinction coefficient, cold ice (io = 0.30 for 10 cm -> 12.03 m-1) (EXTC only)
8512.03
86# rad_kappa_i_su_m ! surface extinction coefficient, melting ice                                 (EXTC only)
8712.03
88# rad_kappa_s_de_d ! depth extinction coefficient in dry snow (Jarvinen 24 m-1, Pogson 14, Nicolaus-analysis 7.33)
897.33
90# rad_kappa_s_de_m ! depth extinction coefficient in melting snow (Jarvinen 7.8 m-1, Pogson 7.5, Perovich 24.28)
917.33
92# rad_kappa_i_de_d ! attenuation coefficient in cold ice (Light et al., 2008 0.8 for visible radiation, Pogson 1.2, Nicolaus analysis, 0.4)
930.6
94# rad_kappa_i_de_m ! attenuation coefficient in melting ice (Light et al., 2008 0.8 for visible radiation Pogson 0.8)
950.6
96#
Note: See TracBrowser for help on using the repository browser.