Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | ldelta | = | .false. | ||
logical, | public | :: | lmason | = | .false. | ||
logical, | public | :: | lsmagorinsky | = | .false. | ||
logical, | public | :: | lvreman | = | .false. | ||
logical, | public | :: | lbuoycorr | = | .false. | ||
logical, | public | :: | loneeqn | = | .false. | ||
real, | public | :: | cf | = | 2.5 | ||
real, | public | :: | Rigc | = | 0.25 | ||
real, | public | :: | Prandtl | = | 0.333 | ||
real, | public | :: | prandtli | ||||
real, | public | :: | cm | = | 0.12 | ||
real, | public | :: | cn | = | 0.76 | ||
real, | public | :: | ch1 | = | 1. | ||
real, | public | :: | ch2 | = | 2. | ||
real, | public | :: | ce1 | = | 0.19 | ||
real, | public | :: | ce2 | = | 0.51 | ||
real, | public | :: | cs | = | -1. | ||
real, | public | :: | nmason | = | 2. | ||
real, | public | :: | alpha_kolm | = | 1.5 | ||
real, | public | :: | beta_kolm | = | 1. | ||
real, | public | :: | dampmin | = | 1e-10 | ||
real, | public | :: | c_vreman | = | 0.07 | ||
real, | public, | allocatable | :: | ekm(:,:,:) | |||
real, | public, | allocatable | :: | ekh(:,:,:) | |||
real, | public, | allocatable | :: | sbdiss(:,:,:) | |||
real, | public, | allocatable | :: | sbshr(:,:,:) | |||
real, | public, | allocatable | :: | sbbuo(:,:,:) | |||
real, | public, | allocatable | :: | zlt(:,:,:) | |||
real, | public, | allocatable | :: | csz(:,:) | |||
real, | public, | allocatable | :: | damp(:,:,:) |