Commit 3f6d870
committed
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).1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| 125 | + | |
| 126 | + | |
122 | 127 | | |
123 | 128 | | |
124 | 129 | | |
| |||
0 commit comments