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

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

Go to the source code of this file.

Modules

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

Functions/Subroutines

subroutine, public enth_temp_omega_m::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 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). More...
 
real(dp) function, public enth_temp_omega_m::enth_fct_temp_omega (temp_val, omega_val)
 Enthalpy as a function of temperature and water content. More...
 
real(dp) function, public enth_temp_omega_m::temp_fct_enth (enth_val, temp_m_val)
 Temperature as a function of enthalpy. More...
 
real(dp) function, public enth_temp_omega_m::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.

Copyright

Copyright 2013-2017 Ralf Greve, Heinz Blatter

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 enth_temp_omega_m.F90.