lanl / palm_lanl

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

Fix bug in k_offset_mcphee #46

Closed cbegeman closed 5 years ago

cbegeman commented 5 years ago

The depth-limits on the pt and sa inputs to the McPhee MOST method need to span from at least k_offset_mcphee(t-1) - 1 to k_offset_mcphee(t-1) + 1, which is now enforced by this bug fix.

xylar commented 5 years ago

I don't think you need my review on this. You can feel free to merge when you're ready.