|
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) |
|
|
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 |
|