MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
235 stars 312 forks source link

bug fix for the Thompson parameterization of the cloud fraction #1153

Closed ldfowler58 closed 5 months ago

ldfowler58 commented 5 months ago

This PR is a bug fix when calling the Thompson parameterization of the cloud fraction. This bug was first brought to our attention by Brett Wilt back in February 2022 but never corrected in subsequent bug fix releases.

The input to the Thompson scheme is expecting the grid scale to be in units of km, but in mpas_atmphys_driver_cloudiness.F source, dx_p is in units of meters. The unit of dx_p has been corrected to be kilometers.

ldfowler58 commented 5 months ago

I approve the PR.