SICOPOLIS V3.2
 All Classes Files Functions Variables Macros
Public Member Functions | List of all members
ice_material_quantities Module Reference

Material quantities of ice: Rate factor, heat conductivity, specific heat (heat capacity). More...

Public Member Functions

subroutine, public ice_mat_eqs_pars (RF_table, R_T_val, KAPPA_table, C_table, n_temp_min, n_temp_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...
 

Detailed Description

Material quantities of ice: Rate factor, heat conductivity, specific heat (heat capacity).

Definition at line 37 of file ice_material_quantities.F90.

Member Function/Subroutine Documentation

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

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

Definition at line 254 of file ice_material_quantities.F90.

subroutine, public ice_material_quantities::ice_mat_eqs_pars ( real(dp), dimension(n_temp_min:n_temp_max), intent(in)  RF_table,
real(dp), intent(in)  R_T_val,
real(dp), dimension(n_temp_min:n_temp_max), intent(in)  KAPPA_table,
real(dp), dimension(n_temp_min:n_temp_max), intent(in)  C_table,
integer(i4b), intent(in)  n_temp_min,
integer(i4b), intent(in)  n_temp_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 74 of file ice_material_quantities.F90.

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

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

Definition at line 217 of file ice_material_quantities.F90.

real(dp) function, public ice_material_quantities::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 151 of file ice_material_quantities.F90.

real(dp) function, public ice_material_quantities::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 192 of file ice_material_quantities.F90.

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

Rate factor for temperate ice.

Definition at line 174 of file ice_material_quantities.F90.


The documentation for this module was generated from the following file: