source: branches/2016/dev_v3.20_2016_platelet/INPUT/N_ICE_RL/source_3.20/icephys.param @ 63

Last change on this file since 63 was 63, checked in by vancop, 7 years ago

initial import N_ICE_INPUT files

File size: 4.6 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 (7 for diffusion; 1.01 for advection)
467.
47# ra_smooth     ! hyperbolic tangent coefficient for turbulent diffusivity (def:1)
480.6
49# c_gravdr      ! gravity drainage: 'CW' = Cox Weeks 1988; 'RA' for eddy diffusive (Vetal10) or 'AD' for Advection-based (new)
50RA
51# c_sbr         ! computation of brine salinity for salt transport: linear ('LIN'), Weast 71 (WEA), Notz 05 (NTZ)
52LIN
53# c_perm        ! permeability of Freitag ('FRE') or Rees Jones and Worster ('RJW')
54FRE
55# c_permeff     ! form of effective permeability : minimum ('MIN') or harmonic mean ('HAR')
56MIN
57# alpha_GN      ! gravity drainage strength parameter (Griewank and Notz 2013 parameterization, kg.m-3.s-1)
581.56e-3
59# delta_cw      ! CW88 grav. drainage eff.(1.68e-7 for CW88 or 0.588e-7 for V08 value)
601.68e-7
61# rn_e_newice   ! Liquid fraction in new ice (max fraction due to flottability of ice)
620.75
63# nn_thcond     ! Type of thermal conductivity (1- Pringle et al 2007; 2- Mushy layer)
642
65#
66#--------------------------------------------------------------------------------------------------
67# Radiative transfer (SSL = surface scattering layer)
68#--------------------------------------------------------------------------------------------------
69#
70# emig          ! Surface emissivity (past 0.995)
710.995
72# fpar_fsw      ! Visible energetic ratio (Fpar/Fsw, J/J) = 0.475 (Frouin Pinker 95)
730.475
74# qpar_fsw      ! Quantum energetic ratio (Qpar/Fsw, µE/J) = 2.33 (Vancoppenollet al 2011)
752.33
76# c_rad_scheme  ! use surface transmission parameter ('INOT'), use SSL extinction coefficients ('EXTC')
77INOT
78# c_rad_discr   ! discretization of radiation based on absorption ('ABS') or on transmission ('TRA')
79TRA
80# rad_inot_s_dry ! surface transmission parameter, dry snow, visible range (INOT ONLY) ! 0.22
810.22
82# rad_inot_s_wet ! surface transmission parameter, wet snow, visible range (INOT ONLY) ! 0.22
830.22
84# rad_inot_i_dry ! surface transmission parameter, dry ice, visible range (INOT only).
850.58
86# rad_inot_i_wet ! surface transmission parameter, wet ice, visible range (INOT only).
870.96
88# h_not_s       ! SSL thickness, snow (Perovich 07 0.03 m)
890.03
90# h_not_i       ! SSL thicknes, sea ice (Grenfell Maykut 0.1 m)
910.10
92# rad_kappa_s_su_d ! surface extinction coefficient, dry snow (Jarvinen 73 m-1, Pogson 63.2373)  (EXTC only)
9363.2373
94# rad_kappa_s_su_m ! surface extinction coefficient, melting snow (Jarvinen 51 m-1)              (EXTC only)
9563.2373
96# rad_kappa_i_su_d ! surface extinction coefficient, cold ice (io = 0.30 for 10 cm -> 12.03 m-1) (EXTC only)
9712.03
98# rad_kappa_i_su_m ! surface extinction coefficient, melting ice                                 (EXTC only)
9912.03
100# rad_kappa_s_de_d ! depth extinction coefficient in dry snow (Jarvinen 24 m-1, Pogson 14, Nicolaus-analysis 7.33)
1017.33
102# rad_kappa_s_de_m ! depth extinction coefficient in melting snow (Jarvinen 7.8 m-1, Pogson 7.5, Perovich 24.28)
1037.33
104# 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)
1050.6
106# rad_kappa_i_de_m ! attenuation coefficient in melting ice (Light et al., 2008 0.8 for visible radiation Pogson 0.8)
1070.6
108#
Note: See TracBrowser for help on using the repository browser.