pressel / pycles

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

Monin-Obukhov Similarity for Surface BC #13

Closed cmkaul closed 9 years ago

cmkaul commented 9 years ago

I am working on implementing surface fluxes using Monin-Obukhov similarity as described in the PyCLES reference Pressel et al. 2015. Instead of creating a SurfaceMO class as we had in earlier versions, I propose to break the steps down into a series of C functions to be called from a case-specific surface class (for example, SurfaceGabls). This allows case-specific features (i.e. time varying SST, dry versus moist thermodynamics) to be handled.

cmkaul commented 9 years ago

A version for the GABLS case seems to be working now.