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

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

Public Member Functions

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.

Definition at line 37 of file enth_temp_omega.F90.

Member Function/Subroutine Documentation

subroutine, public enth_temp_omega::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 141 of file enth_temp_omega.F90.

subroutine, public enth_temp_omega::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 84 of file enth_temp_omega.F90.

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

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

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


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