SUEWS API Site
Documentation of SUEWS source code
Modules | Functions/Subroutines | Variables
suews_util_meteo.f95 File Reference

Go to the source code of this file.

Modules

module  meteo
 

Functions/Subroutines

real(kind(1d0)) function meteo::sat_vap_press (tk, p)
 
real(kind(1d0)) function meteo::sos_dryair (tk)
 
real(kind(1d0)) function meteo::potential_temp (tk, p)
 
real(kind(1d0)) function meteo::latentheat_v (tk)
 
real(kind(1d0)) function meteo::latentheat_m (tk)
 
real(kind(1d0)) function meteo::spec_heat_dryair (tk)
 
real(kind(1d0)) function meteo::spec_heat_vapor (tk, rh)
 
real(kind(1d0)) function meteo::heatcapacity_air (tk, rh, p)
 
real(kind(1d0)) function meteo::density_moist (tvk, p)
 
real(kind(1d0)) function meteo::density_vapor (tk, rh, p)
 
real(kind(1d0)) function meteo::density_dryair (tk, p)
 
real(kind(1d0)) function meteo::density_gas (tk, pp, molmass)
 
real(kind(1d0)) function meteo::partial_pressure (tk, n)
 
real(kind(1d0)) function meteo::scale_height (tk)
 
real(kind(1d0)) function meteo::vaisala_brunt_f (tk)
 
real(kind(1d0)) function meteo::sat_vap_press_x (temp_c, press_hpa, from, dectime)
 
real(kind(1d0)) function meteo::sat_vap_pressice (temp_c, press_hpa, from, dectime)
 
real(kind(1d0)) function meteo::spec_hum_def (vpd_hpa, press_hpa)
 
real(kind(1d0)) function meteo::spec_heat_beer (temp_c, rh, rho_v, rho_d)
 
real(kind(1d0)) function meteo::lat_vap (temp_c, ea_hpa, press_hpa, cp, dectime)
 
real(kind(1d0)) function meteo::lat_vapsublim (temp_c, ea_hpa, press_hpa, cp)
 
real(kind(1d0)) function meteo::psyc_const (cp, press_hpa, lv_j_kg)
 
real(kind(1d0)) function meteo::dewpoint (ea_hpa)
 
real(kind(1d0)) function meteo::slope_svp (temp_c)
 
real(kind(1d0)) function meteo::slopeice_svp (temp_c)
 
real(kind(1d0)) function meteo::qsatf (t, pmb)
 
real(kind(1d0)) function meteo::rh2qa (rh_dec, pres_hpa, ta_degc)
 
real(kind(1d0)) function meteo::qa2rh (qa_gkg, pres_hpa, ta_degc)
 

Variables

real(kind(1d0)), parameter meteo::rad2deg = 57.29577951
 
real(kind(1d0)), parameter meteo::deg2rad = 0.017453292
 
real(kind(1d0)), parameter meteo::molmass_air = 0.028965
 
real(kind(1d0)), parameter meteo::molmass_co2 = 0.04401
 
real(kind(1d0)), parameter meteo::molmass_h2o = 0.0180153
 
real(kind(1d0)), parameter meteo::mu_h2o = MOLMASS_AIR/MOLMASS_H2O
 
real(kind(1d0)), parameter meteo::mu_co2 = MOLMASS_AIR/MOLMASS_CO2
 
real(kind(1d0)), parameter meteo::r_dry_mol = 8.31451
 
real(kind(1d0)), parameter meteo::r_dry_mass = R_DRY_MOL/MOLMASS_AIR
 
real(kind(1d0)), parameter meteo::epsil = 0.62197
 
real(kind(1d0)), parameter meteo::kb = 1.3807E-25
 
real(kind(1d0)), parameter meteo::avogadro = 6.02252E23