SICOPOLIS V3.3
Functions/Subroutines
enth_temp_omega_m Module Reference

Conversion from temperature (temp) and water content (omega) to enthalpy (enth) and vice versa. More...

Functions/Subroutines

subroutine, public calc_c_int_table (c_table, n_tmp_min, n_tmp_max, L_val)
 Computation of the temperature integral of the specific heat of ice as a table (c_int_table). Further, definition of the latent heat of ice. More...
 
subroutine, public calc_c_int_inv_table ()
 Computation of the inverse of the temperature integral of the specific heat of ice as a table (c_int_inv_table). More...
 
real(dp) function, public enth_fct_temp_omega (temp_val, omega_val)
 Enthalpy as a function of temperature and water content. More...
 
real(dp) function, public temp_fct_enth (enth_val, temp_m_val)
 Temperature as a function of enthalpy. More...
 
real(dp) function, public omega_fct_enth (enth_val, temp_m_val)
 Water content as a function of enthalpy. More...
 

Detailed Description

Conversion from temperature (temp) and water content (omega) to enthalpy (enth) and vice versa.

Function/Subroutine Documentation

subroutine, public enth_temp_omega_m::calc_c_int_inv_table ( )

Computation of the inverse of the temperature integral of the specific heat of ice as a table (c_int_inv_table).

Definition at line 142 of file enth_temp_omega_m.F90.

subroutine, public enth_temp_omega_m::calc_c_int_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  L_val 
)

Computation of the temperature integral of the specific heat of ice as a table (c_int_table). Further, definition of the latent heat of ice.

Definition at line 85 of file enth_temp_omega_m.F90.

real(dp) function, public enth_temp_omega_m::enth_fct_temp_omega ( real(dp), intent(in)  temp_val,
real(dp), intent(in)  omega_val 
)

Enthalpy as a function of temperature and water content.

Definition at line 254 of file enth_temp_omega_m.F90.

real(dp) function, public enth_temp_omega_m::omega_fct_enth ( real(dp), intent(in)  enth_val,
real(dp), intent(in)  temp_m_val 
)

Water content as a function of enthalpy.

Definition at line 293 of file enth_temp_omega_m.F90.

real(dp) function, public enth_temp_omega_m::temp_fct_enth ( real(dp), intent(in)  enth_val,
real(dp), intent(in)  temp_m_val 
)

Temperature as a function of enthalpy.

Definition at line 269 of file enth_temp_omega_m.F90.