pressel / pycles

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

Irreversible entropy source for SGS diffusion of water #14

Closed pressel closed 9 years ago

pressel commented 9 years ago

I am implementing equation (56) of Pressel et al. 2015 in ScalarDiffusion.pyx. Doing so will add the irreversible entropy source arising from the SGS diffusion of water. This was not needed in for the results in Pressel et al. 2015.

latexit-drag

Files likely to be modified include ScalarDiffusion.pyx and ScalarDiffusion.pxd.

pressel commented 9 years ago

The source term is now implemented in ScalarDiffusion.pyx.