SUEWS API Site
Documentation of SUEWS source code
Variables
mod_k Module Reference

Variables

real(kind(1d0)) k = 0.4
 
real(kind(1d0)) k2 = 0.16
 
real(kind(1d0)) neut_limit = 0.001000
 

Variable Documentation

◆ k

real(kind(1d0)) mod_k::k = 0.4

Definition at line 1276 of file suews_ctrl_const.f95.

Referenced by bluews_module::cbl_initial().

1276  REAL(KIND(1d0)) :: k = 0.4, & !Von Karman's contant
1277  k2 = 0.16, & !Power of Van Karman's contant
1278  neut_limit = 0.001000 !Limit for neutral stability
real(kind(1d0)) k
real(kind(1d0)) k2
real(kind(1d0)) neut_limit

◆ k2

real(kind(1d0)) mod_k::k2 = 0.16

Definition at line 1276 of file suews_ctrl_const.f95.

◆ neut_limit

real(kind(1d0)) mod_k::neut_limit = 0.001000

Definition at line 1276 of file suews_ctrl_const.f95.