CMASSI defines variables related to mass and precipitation See CCPP Ferrier-Aligo microphysics modules for more information.
More...
|
real | cmassi_mod::cn0r0 |
| Constant derived from N0r0.
|
|
real | cmassi_mod::cn0r_dmrmax |
| Maximum (ending) value for rain lookup tables for mean rain drop diameters.
|
|
real | cmassi_mod::cn0r_dmrmin |
| Minimum (starting) value for rain lookup tables for mean rain drop diameters.
|
|
real, parameter | cmassi_mod::deldmr =1.E-6 |
| One-micron interval (Lookup tables store solutions at 1 micron intervals [DelDMR] of mean rain drop diameter.).
|
|
real, parameter | cmassi_mod::dmimax =1.e-3 |
| Maximum mean mass of precipitation ice particles.
|
|
real, parameter | cmassi_mod::dmimin =.05e-3 |
| Minimum mean mass of precipitation ice particles.
|
|
real | cmassi_mod::dmrmax |
| Maximum mean rain drop diameter.
|
|
real, parameter | cmassi_mod::dmrmin =.05E-3 |
| Minimum mean rain drop diameter (0.05 mm).
|
|
real | cmassi_mod::flarge2 |
| Set in MICROINIT.F (no longer used).
|
|
real, dimension(mdimin:mdimax) | cmassi_mod::massi |
| Mean mass of precipitation ice particles as functions of their mean size (in microns).
|
|
integer, parameter | cmassi_mod::mdimax =XMImax |
| Maximum mean diameter of precipitation ice particles.
|
|
integer, parameter | cmassi_mod::mdimin =XMImin |
| Minimum mean diameter of precipitation ice particles.
|
|
integer | cmassi_mod::mdrmax |
| Maximum mean rain drop diameter (in microns).
|
|
integer, parameter | cmassi_mod::mdrmin =XMRmin |
| Minimum mean rain drop diameter (in microns).
|
|
real, parameter | cmassi_mod::n0r0 =8.E6 |
| Assumed intercept (m**-4) of rain drops if drop diameters are between 0.2 and 1.0 mm.
|
|
real, parameter | cmassi_mod::n0rmin =1.e4 |
| Minimum intercept (m**-4) for rain drops.
|
|
real | cmassi_mod::nlimax |
| Maximum number concentrations (m**-3) of large ice (snow/graupel/sleet).
|
|
real | cmassi_mod::rqr_drmax |
| Rain content (kg/m**3) for mean drop diameter of 1.0 mm.
|
|
real | cmassi_mod::rqr_drmin |
| Rain content (kg/m**3) for mean drop diameter of .05 mm.
|
|
real | cmassi_mod::t_ice |
| Temperature (C) threshold at which all remaining liquid water is glaciated to ice.
|
|
real | cmassi_mod::trad_ice |
| Defined as 0.5*T_ICE+TFRZ, or 253.15K, in other routines.
|
|
real, parameter | cmassi_mod::xmimax =1.e6*DMImax |
| Maximum mean mass of precipitation ice particles (in microns).
|
|
real, parameter | cmassi_mod::xmimin =1.e6*DMImin |
| Minimum mean mass of precipitation ice particles (in microns).
|
|
real | cmassi_mod::xmrmax |
| Maximum mean rain drop diameter.
|
|
real, parameter | cmassi_mod::xmrmin =1.E6*DMRmin |
| Minimum mean rain drop diameter (in microns).
|
|
CMASSI defines variables related to mass and precipitation See CCPP Ferrier-Aligo microphysics modules for more information.
Definition in file CMASSI.f.