Commit 4909e7f
committed
Update the MPAS-A Kain-Fritsch CPS to WRF 4.4.1
This EPA_KF commit will update the MPAS-A release version of the KF
convection parameterization scheme to a kfeta module based on the latest
version included with WRF 4.4.1, thereby adding a convective trigger
option, subgrid-scale cloud feedbacks (utilizing cloud fraction, and
water and ice condensates) to RRTMG SW and LW radiation, and a dynamic
convective time scale (see references below for more details). Other KF
enhancements include extending the KF look-up table (to prevent "OUT OF
BOUNDS" errors being written to fort.98 file) and improving the DQEVAP
and QICE calculations. This version of module_cu_kfeta.F has also been
generalized to work with either MPAS or WRF.
Modified files:
Makefile
src/core_atmosphere/Registry.xml
src/core_atmosphere/physics/mpas_atmphys_driver.F
src/core_atmosphere/physics/mpas_atmphys_driver_cloudiness.F
src/core_atmosphere/physics/mpas_atmphys_driver_convection.F
src/core_atmosphere/physics/mpas_atmphys_driver_radiation_lw.F
src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F
src/core_atmosphere/physics/mpas_atmphys_vars.F
src/core_atmosphere/physics/physics_wrf/module_cu_kfeta.F
src/core_atmosphere/physics/physics_wrf/module_ra_rrtmg_sw.F
These EPA_KF code changes to MPAS-A are based on the 22 August 2022
"develop" branch of MPAS v7.3.
References:
Bullock, O. R., K. Alapaty, J. A. Herwehe, and J. S. Kain, 2015: A
dynamically computed convective time scale for the KainFritsch
convective parameterization scheme. Monthly Weather Review, 143,
2105-2120. https://doi.org/10.1175/MWR-D-14-00251.1
Herwehe, J. A., K. Alapaty, T. L. Spero, and C. G. Nolte, 2014:
Increasing the credibility of regional climate simulations by
introducing subgrid-scale cloud-radiation interactions. Journal of
Geophysical Research: Atmospheres, 119, 5317-5330.
https://doi.org/10.1002/2014JD021504
Alapaty, K., J. A. Herwehe, T. L. Otte, C. G. Nolte, O. R. Bullock, M.
S. Mallard, J. S. Kain, and J. Dudhia, 2012: Introducing subgrid-
scale cloud feedbacks to radiation for regional meteorological and
climate modeling. Geophysical Research Letters, 39, L24808.
https://doi.org/10.1029/2012GL0540311 parent a0323b9 commit 4909e7f
10 files changed
Lines changed: 1079 additions & 304 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
| 663 | + | |
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
| 878 | + | |
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
| 658 | + | |
658 | 659 | | |
| 660 | + | |
659 | 661 | | |
660 | 662 | | |
661 | 663 | | |
| |||
788 | 790 | | |
789 | 791 | | |
790 | 792 | | |
| 793 | + | |
| 794 | + | |
791 | 795 | | |
792 | 796 | | |
793 | 797 | | |
| |||
943 | 947 | | |
944 | 948 | | |
945 | 949 | | |
| 950 | + | |
946 | 951 | | |
947 | 952 | | |
948 | 953 | | |
949 | 954 | | |
| 955 | + | |
950 | 956 | | |
951 | 957 | | |
952 | 958 | | |
| |||
2016 | 2022 | | |
2017 | 2023 | | |
2018 | 2024 | | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
2019 | 2035 | | |
2020 | 2036 | | |
2021 | 2037 | | |
| |||
2232 | 2248 | | |
2233 | 2249 | | |
2234 | 2250 | | |
| 2251 | + | |
| 2252 | + | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
| 2256 | + | |
| 2257 | + | |
| 2258 | + | |
| 2259 | + | |
| 2260 | + | |
| 2261 | + | |
| 2262 | + | |
| 2263 | + | |
| 2264 | + | |
| 2265 | + | |
| 2266 | + | |
2235 | 2267 | | |
2236 | 2268 | | |
2237 | 2269 | | |
| |||
2258 | 2290 | | |
2259 | 2291 | | |
2260 | 2292 | | |
2261 | | - | |
2262 | | - | |
2263 | | - | |
2264 | | - | |
2265 | | - | |
2266 | | - | |
2267 | | - | |
2268 | | - | |
2269 | 2293 | | |
2270 | 2294 | | |
2271 | 2295 | | |
| |||
2276 | 2300 | | |
2277 | 2301 | | |
2278 | 2302 | | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
2279 | 2311 | | |
2280 | 2312 | | |
2281 | 2313 | | |
| |||
2780 | 2812 | | |
2781 | 2813 | | |
2782 | 2814 | | |
2783 | | - | |
| 2815 | + | |
| 2816 | + | |
| 2817 | + | |
| 2818 | + | |
2784 | 2819 | | |
2785 | 2820 | | |
2786 | 2821 | | |
| |||
2937 | 2972 | | |
2938 | 2973 | | |
2939 | 2974 | | |
| 2975 | + | |
| 2976 | + | |
| 2977 | + | |
| 2978 | + | |
2940 | 2979 | | |
2941 | 2980 | | |
2942 | 2981 | | |
| |||
2948 | 2987 | | |
2949 | 2988 | | |
2950 | 2989 | | |
2951 | | - | |
2952 | | - | |
2953 | | - | |
2954 | | - | |
2955 | 2990 | | |
2956 | 2991 | | |
2957 | 2992 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
94 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments