TYPE: enhancement
commite8802db3b933cf7949131f61a435cceb6b787789
authorMing Chen <chenming@ucar.edu>
Fri, 18 Mar 2016 18:24:53 +0000 (18 18:24 +0000)
committerMing Chen <chenming@ucar.edu>
Fri, 18 Mar 2016 18:24:53 +0000 (18 18:24 +0000)
treee72c37e743b20168639db3a8634bd4bdb1978233
parent00bdcf4939b888ee712ccf0f4c646a5c6ea6d1d2
TYPE:  enhancement

KEYWORDS: NSSL microphysics

SOURCE:  external ( Ted Mansell, NOAA)

PURPOSE:  modification of NSSL microphsycis

DESCRIPTION OF CHANGES:

(1) Helped performance in sedimentation with flag "do_accurate_sedimentation" to control recalculation of fall speeds when more than one sub-time step is needed (often happens with large time steps and small dz near the ground):
        = .true. : recalculates fall speed after each substep (more accurate)
        = .false. : (default) reuses fall speeds calculated on the first substep (typical for most schemes), theoretically could cause an occasional glitch, but none seen in practice
(2) Increased maximum mean droplet radius from 40 to 60 microns, which alleviates spurious number concentration increases at low CCN concentration.

LIST OF MODIFIED FILES :
Index: phys/module_mp_nssl_2mom.F

TESTS CONDUCTED:  regtest

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/trunk@9248 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
phys/module_mp_nssl_2mom.F