Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mp_thompson_cldfra' into hotfix-v8.0.2 (PR #1153)
This merge fixes a bug when calling the Thompson parameterization of the cloud fraction. The input to the Thompson scheme expects the grid scale to be in units of km, but in the mpas_atmphys_driver_cloudiness module, dx_p was in units of meters. The unit of dx_p has been corrected to be in kilometers. Acknowledgements: Thanks to Brett Wilt for first identifying the bug in the units of dx_p in the call to the Thompson cloud fraction scheme. * mp_thompson_cldfra: * In ./src/core_atmosphere/physics/mpas_atmphys_driver_cloudiness.F, corrected the units of the variable dx_p from meters to kilometers (dx_p is used in the Thompson parameterization of the cloud fraction).
- Loading branch information