fms_Mod
Diag_Manager_Mod
Time_Manager_Mod
Constants_Mod
Monin_Obukhov_Mod
call STABLE_BL_TURB (is, js, Time, temp, qv, ql, qi, um, vm, zhalf, zfull, u_star, b_star, lat, akm, akh, vspblcap, kbot )
is | Starting integer for longitude window (used for diagnostics) [integer] |
js | Starting integer for latitude window (used for diagnostics) [integer] |
Time | Time type variable (for diagnostics) [time_type] |
temp | Temperature (K) [real] |
qv | Water vapor specific humidity (kg/kg) [real] |
ql | Cloud liquid water specific humidity (kg/kg) [real] |
qi | Cloud ice water specific humidity (kg/kg) [real] |
um | Zonal wind velocity (m/s) [real] |
vm | Meridional wind velocity (m/s) [real] |
zhalf | Geopotential height of half levels (m) [real] |
zfull | Geopotential height of full levels (m) [real] |
u_star | Surface friction velocity (m/s) [real] |
b_star | Surface buoyancy scale (m/s2) [real] |
lat | Latitude (radians) [real] |
vspblcap | Cap to height of very stable enhanced PBL mixing, coming
from any other module (m)
In usual application this might be entrain_mod. This is also an optional argument. [real] |
kbot | Integer indicating the lowest level above ground (integer)
This optional argument is used only for eta coordinate model. [integer] |
akm | Momentum vertical diffusion coefficient (m2/s) [real] |
akh | Heat/Tracer vertical diffusion coefficient (m2/s) [real] |
call STABLE_BL_TURB_INIT ( axes, Time )
axes | Vector of axes integers [integer] |
Time | Time variable [time_type] |
call STABLE_BL_TURB_END