UFO
|
Fortran module for thermodynamic computations and conversions for use in UFO. More...
Functions/Subroutines | |
subroutine | calc_theta (t_in, p_in, t_out) |
subroutine | gsi_tp_to_qs (t, p, es, qs) |
Fortran module for thermodynamic computations and conversions for use in UFO.
subroutine thermo_utils_mod::calc_theta | ( | real(kind_real), intent(in) | t_in, |
real(kind_real), intent(in) | p_in, | ||
real(kind_real), intent(out) | t_out | ||
) |
subroutine thermo_utils_mod::gsi_tp_to_qs | ( | real(kind_real), intent(in) | t, |
real(kind_real), intent(in) | p, | ||
real(kind_real), intent(out) | es, | ||
real(kind_real), intent(out) | qs | ||
) |