Internal-use structure for storing the inputs for the rate-calculation function. More...
Public Attributes | |
real(kind=dp) | T |
Temperature (K). | |
real(kind=dp) | Tdot |
Rate of change of temperature (K s^{-1}). | |
real(kind=dp) | H |
Relative humidity (1). | |
real(kind=dp) | p |
Pressure (Pa). | |
real(kind=dp) | V_comp |
Computational volume (m^3). | |
real(kind=dp) | D |
Particle diameter (m). | |
real(kind=dp) | D_dry |
Particle dry diameter (m). | |
real(kind=dp) | kappa |
Kappa parameter (1). |
Internal-use structure for storing the inputs for the rate-calculation function.
real(kind=dp) pmc_condense::condense_rates_inputs_t::D |
Particle diameter (m).
real(kind=dp) pmc_condense::condense_rates_inputs_t::D_dry |
Particle dry diameter (m).
real(kind=dp) pmc_condense::condense_rates_inputs_t::H |
Relative humidity (1).
real(kind=dp) pmc_condense::condense_rates_inputs_t::kappa |
Kappa parameter (1).
real(kind=dp) pmc_condense::condense_rates_inputs_t::p |
Pressure (Pa).
real(kind=dp) pmc_condense::condense_rates_inputs_t::T |
Temperature (K).
real(kind=dp) pmc_condense::condense_rates_inputs_t::Tdot |
Rate of change of temperature (K s^{-1}).
real(kind=dp) pmc_condense::condense_rates_inputs_t::V_comp |
Computational volume (m^3).