TYPE: new feature
commitaeee838f78adeb52fe76014290f58f43291bbb85
authorMing Chen <chenming@ucar.edu>
Fri, 13 Nov 2015 22:38:00 +0000 (13 22:38 +0000)
committerMing Chen <chenming@ucar.edu>
Fri, 13 Nov 2015 22:38:00 +0000 (13 22:38 +0000)
tree4b4a048d04396176249177ef483fdc6030f15ad9
parentd640f69cd2e6c953b800708cfa49d022604453a3
parent199ed3bb02b39177dd157f2733ac4b976f1697d1
TYPE: new feature

KEYWORDS: updraft and downdraft detrainment/entrainment rates, KF cumulus scheme

SOURCE: external (Jeremiah Johnson, Envrioncorp)

PURPOSE: add a namelist controlled package that turns on the output of updraft and downdraft detrainment/entrainment rates when the Kain-Fritsch scheme (cu_physics=1,11,99) is selected. These extra variables will be output when kf_edrates==1 in namelist.input.

DESCRIPTION OF CHANGES:
Five new variables (udr_kf, ddr_kf, uer_kf, der_kf, snd timec_kf) are added to represent the updraft and downdraft detrainment/entrainment rates and convective time scale for the Kain-Fritsch scheme. A new namelist option (kf_edrates) is added to control the output of these new variables. README.namelist is updated to include this namelist entry and a short description of what it does.

LIST OF MODIFIED FILES:
M       Registry/Registry.EM_COMMON
M       Registry/Registry.NMM
M       dyn_em/module_first_rk_step_part1.F
M       dyn_nmm/module_PHYSICS_CALLS.F
M       phys/module_cu_kf.F
M       phys/module_cu_kfeta.F
M       phys/module_cu_mskf.F
M       phys/module_cumulus_driver.F
M       run/README.namelist
M       share/module_check_a_mundo.F

TESTS CONDUCTED:
1. regression test OK

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/trunk@8804 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
Registry/Registry.EM_COMMON
Registry/Registry.NMM
dyn_em/module_first_rk_step_part1.F
dyn_nmm/module_PHYSICS_CALLS.F
phys/module_cu_kf.F
phys/module_cu_kfeta.F
phys/module_cu_mskf.F
phys/module_cumulus_driver.F
share/module_check_a_mundo.F