subroutine module_mp_fer_hires::egcp01column_hr | ( | real, intent(inout) | arain, |
real, intent(inout) | asnow, | ||
real, intent(in) | dtph, | ||
real, dimension(lm), intent(inout) | rhc_col, | ||
integer, intent(in) | i_index, | ||
integer, intent(in) | j_index, | ||
integer, intent(in) | lsfc, | ||
real, dimension(lm), intent(inout) | p_col, | ||
real, dimension(lm), intent(inout) | qi_col, | ||
real, dimension(lm), intent(inout) | qr_col, | ||
real, dimension(lm), intent(inout) | q_col, | ||
real, dimension(lm), intent(inout) | qw_col, | ||
real, dimension(lm), intent(inout) | rimef_col, | ||
real, dimension(lm), intent(inout) | t_col, | ||
real, dimension(lm), intent(inout) | thick_col, | ||
real, dimension(lm), intent(inout) | wc_col, | ||
integer, intent(in) | lm, | ||
real, dimension(lm), intent(inout) | pcond1d, | ||
real, dimension(lm), intent(inout) | pidep1d, | ||
real, dimension(lm), intent(inout) | piacw1d, | ||
real, dimension(lm), intent(inout) | piacwi1d, | ||
real, dimension(lm), intent(inout) | piacwr1d, | ||
real, dimension(lm), intent(inout) | piacr1d, | ||
real, dimension(lm), intent(inout) | picnd1d, | ||
real, dimension(lm), intent(inout) | pievp1d, | ||
real, dimension(lm), intent(inout) | pimlt1d, | ||
real, dimension(lm), intent(inout) | praut1d, | ||
real, dimension(lm), intent(inout) | pracw1d, | ||
real, dimension(lm), intent(inout) | prevp1d, | ||
real, dimension(lm), intent(inout) | pisub1d, | ||
real, dimension(lm), intent(inout) | pevap1d, | ||
real, dimension(lm), intent(inout) | dbz_col, | ||
real, dimension(lm), intent(inout) | nr_col, | ||
real, dimension(lm), intent(inout) | ns_col, | ||
real, dimension(lm), intent(inout) | vsnow1d, | ||
real, dimension(lm), intent(inout) | vrain11d, | ||
real, dimension(lm), intent(inout) | vrain21d, | ||
real, dimension(lm), intent(inout) | vci1d, | ||
real, dimension(lm), intent(inout) | nsmice1d, | ||
real, dimension(lm), intent(inout) | indexs1d, | ||
real, dimension(lm), intent(inout) | indexr1d, | ||
real, dimension(lm), intent(inout) | rflag1d, | ||
integer, intent(in) | dx1 ) |
arain | accumulated rainfall at the surface (kg) |
asnow | accumulated snowfall at the surface (kg) |
dtph | physics time step (s) |
rhc_col | vertical column of threshold relative humidity for onset of condensation (ratio) |
i_index | i index |
j_index | j index |
lsfc | Eta level of level above surface, ground |
p_col | vertical column of model pressure (Pa) |
qi_col | vertical column of model ice mixing ratio (kg/kg) |
qr_col | vertical column of model rain ratio (kg/kg) |
q_col | vertical column of model water vapor specific humidity (kg/kg) |
qw_col | vertical column of model cloud water mixing ratio (kg/kg) |
rimef_col | vertical column of rime factor for ice in model (ratio, defined below) |
t_col | vertical column of model temperature (deg K) |
thick_col | vertical column of model mass thickness (density*height increment) |
wc_col | vertical column of model mixing ratio of total condensate (kg/kg) |
lm | vertical dimension |
pcond1d | net cloud water condensation (>0) or evaporation (<0) (kg/kg) |
pidep1d | net ice deposition (>0) or sublimation (<0) (kg/kg) |
piacw1d | cloud water collection by precipitation ice (kg/kg) |
piacwi1d | cloud water riming onto precipitation ice at <0 (kg/kg) |
piacwr1d | accreted cloud water shed to form rain at >0 (kg/kg) |
piacr1d | freezing of supercooled rain to precipitation ice (kg/kg) |
picnd1d | condensation onto wet, melting ice (kg/kg) |
pievp1d | evaporation from wet, melting ice (kg/kg) |
pimlt1d | melting of precipitation ice to form rain (kg/kg) |
praut1d | droplet self_collection (autoconversion) to form rain (kg/kg) |
pracw1d | cloud water collection (accretion) by rain (kg/kg) |
prevp1d | rain evaporation (kg/kg) |
pisub1d | |
pevap1d | |
DBZ_col | vertical column of radar reflectivity (dBZ) |
NR_col | vertical column of rain number concentration (m^-3) |
NS_col | vertical column of snow number concentration (m^-3) |
vsnow1d | fall speed of rimed snow w/ air resistance correction |
vrain11d | fall speed of rain into grid from above (m/s) |
vrain21d | fall speed of rain out of grid box to the level below (m/s) |
vci1d | Fall speed of 50-micron ice crystals w/ air resistance correction |
NSmICE1d | number concentration of small ice crystals at current level |
INDEXS1d | |
INDEXR1d | |
RFlag1d | |
DX1 |
Definition at line 662 of file module_MP_FER_HIRES.F90.
References condense(), and deposit().
Referenced by fer_hires().