SICOPOLIS V3.3
Functions/Subroutines
ice_material_properties_m Module Reference

Material properties of ice: Rate factor, heat conductivity, specific heat (heat capacity), creep function, viscosity. More...

Functions/Subroutines

subroutine, public ice_mat_eqs_pars (RF_table, R_T_val, KAPPA_table, C_table, n_tmp_min, n_tmp_max, RHO_I_val, RHO_C_val, KAPPA_C_val, C_C_val)
 Setting of required physical parameters. More...
 
real(dp) function, public ratefac_c (temp_val, temp_m_val)
 Rate factor for cold ice: Linear interpolation of tabulated values in RF(.). More...
 
real(dp) function, public ratefac_t (omega_val)
 Rate factor for temperate ice. More...
 
real(dp) function, public ratefac_c_t (temp_val, omega_val, temp_m_val)
 Rate factor for cold and temperate ice: Combination of ratefac_c and ratefac_t (only for the enthalpy method). More...
 
real(dp) function, public kappa_val (temp_val)
 Heat conductivity of ice: Linear interpolation of tabulated values in KAPPA(.). More...
 
real(dp) function, public c_val (temp_val)
 Specific heat of ice: Linear interpolation of tabulated values in C(.). More...
 
real(dp) function, public creep (sigma_val)
 Creep response function for ice. More...
 
real(dp) function, public viscosity (de_val, temp_val, temp_m_val, omega_val, enh_val, i_flag_cold_temp)
 Ice viscosity as a function of the effective strain rate and the temperature (in cold ice) or the water content (in temperate ice) or both (for the enthalpy method). More...
 

Detailed Description

Material properties of ice: Rate factor, heat conductivity, specific heat (heat capacity), creep function, viscosity.

Function/Subroutine Documentation

real(dp) function, public ice_material_properties_m::c_val ( real(dp), intent(in)  temp_val)

Specific heat of ice: Linear interpolation of tabulated values in C(.).

Definition at line 289 of file ice_material_properties_m.F90.

real(dp) function, public ice_material_properties_m::creep ( real(dp), intent(in)  sigma_val)

Creep response function for ice.

Definition at line 330 of file ice_material_properties_m.F90.

subroutine, public ice_material_properties_m::ice_mat_eqs_pars ( real(dp), dimension(n_tmp_min:n_tmp_max), intent(in)  RF_table,
real(dp), intent(in)  R_T_val,
real(dp), dimension(n_tmp_min:n_tmp_max), intent(in)  KAPPA_table,
real(dp), dimension(n_tmp_min:n_tmp_max), intent(in)  C_table,
integer(i4b), intent(in)  n_tmp_min,
integer(i4b), intent(in)  n_tmp_max,
real(dp), intent(in), optional  RHO_I_val,
real(dp), intent(in), optional  RHO_C_val,
real(dp), intent(in), optional  KAPPA_C_val,
real(dp), intent(in), optional  C_C_val 
)

Setting of required physical parameters.

Definition at line 93 of file ice_material_properties_m.F90.

real(dp) function, public ice_material_properties_m::kappa_val ( real(dp), intent(in)  temp_val)

Heat conductivity of ice: Linear interpolation of tabulated values in KAPPA(.).

Definition at line 247 of file ice_material_properties_m.F90.

real(dp) function, public ice_material_properties_m::ratefac_c ( real(dp), intent(in)  temp_val,
real(dp), intent(in)  temp_m_val 
)

Rate factor for cold ice: Linear interpolation of tabulated values in RF(.).

Definition at line 171 of file ice_material_properties_m.F90.

real(dp) function, public ice_material_properties_m::ratefac_c_t ( real(dp), intent(in)  temp_val,
real(dp), intent(in)  omega_val,
real(dp), intent(in)  temp_m_val 
)

Rate factor for cold and temperate ice: Combination of ratefac_c and ratefac_t (only for the enthalpy method).

Definition at line 217 of file ice_material_properties_m.F90.

real(dp) function, public ice_material_properties_m::ratefac_t ( real(dp), intent(in)  omega_val)

Rate factor for temperate ice.

Definition at line 199 of file ice_material_properties_m.F90.

real(dp) function, public ice_material_properties_m::viscosity ( real(dp), intent(in)  de_val,
real(dp), intent(in)  temp_val,
real(dp), intent(in)  temp_m_val,
real(dp), intent(in)  omega_val,
real(dp), intent(in)  enh_val,
integer(i2b), intent(in)  i_flag_cold_temp 
)

Ice viscosity as a function of the effective strain rate and the temperature (in cold ice) or the water content (in temperate ice) or both (for the enthalpy method).

Definition at line 406 of file ice_material_properties_m.F90.