UFO
ufo_utils_mod.F90 File Reference

Go to the source code of this file.

Modules

module  ufo_utils_mod
 Fortran module with various useful routines.
 

Functions/Subroutines

subroutine, public ufo_utils_mod::ops_qsat (QS, T, P, npnts)
 Calculate the Saturation Specific Humidity Scheme (Qsat): Vapour to Liquid/Ice. More...
 
subroutine, public ufo_utils_mod::ops_qsatwat (QS, T, P, npnts)
 Saturation Specific Humidity Scheme: Vapour to Liquid. More...
 
subroutine, public ufo_utils_mod::ops_satrad_qsplit (output_type, p, t, qtotal, q, ql, qi, UseQtSplitRain)
 Split the humidity into water vapour, liquid water and ice. More...
 
subroutine, public ufo_utils_mod::ops_cholesky (U, V, N, Q, ErrorCode)
 Do cholesky decomposition. More...
 
integer function, public ufo_utils_mod::ufo_utils_iogetfreeunit ()
 Find a free file unit. More...
 
subroutine, public ufo_utils_mod::invertmatrix (n, m, a, status, matrix)
 
logical function, public ufo_utils_mod::cmp_strings (str1, str2)
 
logical function ufo_utils_mod::cmp_ordered_strings (shorter_str, longer_str)