SICOPOLIS V3.3
Modules | Functions/Subroutines
ice_material_properties_m.F90 File Reference

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

Go to the source code of this file.

Modules

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

Functions/Subroutines

subroutine, public ice_material_properties_m::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 ice_material_properties_m::ratefac_c (temp_val, temp_m_val)
 Rate factor for cold ice: Linear interpolation of tabulated values in RF(.). More...
 
real(dp) function, public ice_material_properties_m::ratefac_t (omega_val)
 Rate factor for temperate ice. More...
 
real(dp) function, public ice_material_properties_m::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 ice_material_properties_m::kappa_val (temp_val)
 Heat conductivity of ice: Linear interpolation of tabulated values in KAPPA(.). More...
 
real(dp) function, public ice_material_properties_m::c_val (temp_val)
 Specific heat of ice: Linear interpolation of tabulated values in C(.). More...
 
real(dp) function, public ice_material_properties_m::creep (sigma_val)
 Creep response function for ice. More...
 
real(dp) function, public ice_material_properties_m::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.

Copyright

Copyright 2009-2017 Ralf Greve

License

This file is part of SICOPOLIS.

SICOPOLIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SICOPOLIS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SICOPOLIS. If not, see http://www.gnu.org/licenses/.

Definition in file ice_material_properties_m.F90.