pressel / pycles

A python based infrastructure for cloud large eddy simulation.
GNU General Public License v3.0
93 stars 69 forks source link

TKE SGS Model and 2D (i.e. Surface) Diagnostic Variables #20

Closed cmkaul closed 9 years ago

cmkaul commented 9 years ago

Changes in my version: addition of TKE SGS model. This also requires some modifications in: --Initialization: some cases have prescribed IC of TKE --Scalar Diffusion: TKE diffuses with diffusivity 2*nu_t, not D_t of other scalars addition of 2d diagnostic variables (for now, used for surface quantities for output and conveyance to TKE model) addition of windspeed and wind angle calculation in Kinematics.pyx. At present, these values are only computed at output time. Thus windspeed calculation is still required in surface schemes.

pressel commented 9 years ago

Thanks for the contributions!