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.
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.