lanl / palm_lanl

LANL Contributions to PArallelized Large-eddy simulation Model (PALM)
2 stars 5 forks source link

Depth-dependent stability functions for surface fluxes #55

Closed cbegeman closed 4 years ago

cbegeman commented 4 years ago

This PR adds additional options for surface fluxes, namely:

The main namelist parameters controlling surface flux parameterizations are

cbegeman commented 4 years ago

@xylar This is ready for your review. Our default option will likely be most_method='mcphee', drag_law='businger', gamma_z_dependent=True. The 'businger' modification to scalar fluxes further reduces the turbulent component.

cbegeman commented 4 years ago

@xylar Thanks for looking this over. I moved the stability check outside of loops as you suggested.