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

Go to the source code of this file.

Modules

module  atmmoiststab_module
 

Functions/Subroutines

subroutine atmmoiststab_module::cal_atmmoist (Temp_C, Press_hPa, avRh, dectime, lv_J_kg, lvS_J_kg, es_hPa, Ea_hPa, VPd_hpa, VPD_Pa, dq, dens_dry, avcp, air_dens)
 
subroutine atmmoiststab_module::cal_stab (StabilityMethod, zzd, z0m, zdm, avU1, Temp_C, QH_init, avdens, avcp, L_MOD, TStar, UStar, zL)
 
real(kind(1d0)) function atmmoiststab_module::stab_psi_mom (StabilityMethod, ZL)
 
real(kind(1d0)) function atmmoiststab_module::stab_psi_heat (StabilityMethod, ZL)
 
real(kind(1d0)) function atmmoiststab_module::stab_phi_mom (StabilityMethod, ZL)
 
real(kind(1d0)) function atmmoiststab_module::stab_phi_heat (StabilityMethod, ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_mom_j12 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_mom_j12 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_heat_j12 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_heat_j12 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_mom_g00 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_heat_g00 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_mom_g00 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_heat_g00 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_conv (ZL, ax)
 
real(kind(1d0)) function atmmoiststab_module::phi_conv (ZL, ax)
 
real(kind(1d0)) function atmmoiststab_module::dpsi_dzl_g00 (ZL, psiK, phiK, psiC, phiC)
 
real(kind(1d0)) function atmmoiststab_module::psi_cb05 (ZL, k1, k2)
 
real(kind(1d0)) function atmmoiststab_module::psi_mom_cb05 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_heat_cb05 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_cb05 (ZL, k1, k2)
 
real(kind(1d0)) function atmmoiststab_module::phi_mom_cb05 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_heat_cb05 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_mom_k75 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_heat_k75 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_mom_k75 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_heat_k75 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_mom_b71 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::phi_heat_b71 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_mom_b71 (ZL)
 
real(kind(1d0)) function atmmoiststab_module::psi_heat_b71 (ZL)
 

Variables

real(kind(1d0)), parameter atmmoiststab_module::neut_limit = 1.E-2
 
real(kind(1d0)), parameter atmmoiststab_module::k = 0.4
 
real(kind(1d0)), parameter atmmoiststab_module::grav = 9.80665
 
integer, parameter atmmoiststab_module::j12 = 2
 
integer, parameter atmmoiststab_module::k75 = 3
 
integer, parameter atmmoiststab_module::b71 = 4