PartMC 2.1.3
|
Internal-use structure for storing the outputs from the rate-calculation function. More...
Public Attributes | |
real(kind=dp) | Ddot |
Change rate of diameter (m s^{-1}). | |
real(kind=dp) | Hdot_i |
Change rate of relative humidity due to this particle (s^{-1}). | |
real(kind=dp) | Hdot_env |
Change rate of relative humidity due to environment changes (s^{-1}). | |
real(kind=dp) | dDdot_dD |
Sensitivity of Ddot to input D (m s^{-1} m^{-1}). | |
real(kind=dp) | dDdot_dH |
Sensitivity of Ddot to input H (m s^{-1}). | |
real(kind=dp) | dHdoti_dD |
Sensitivity of Hdot_i to input D (s^{-1} m^{-1}). | |
real(kind=dp) | dHdoti_dH |
Sensitivity of Hdot_i to input D (s^{-1}). | |
real(kind=dp) | dHdotenv_dD |
Sensitivity of Hdot_env to input D (s^{-1} m^{-1}). | |
real(kind=dp) | dHdotenv_dH |
Sensitivity of Hdot_env to input D (s^{-1}). |
Internal-use structure for storing the outputs from the rate-calculation function.
Definition at line 90 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::dDdot_dD |
Sensitivity of Ddot
to input D
(m s^{-1} m^{-1}).
Definition at line 98 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::dDdot_dH |
Sensitivity of Ddot
to input H
(m s^{-1}).
Definition at line 100 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::Ddot |
Change rate of diameter (m s^{-1}).
Definition at line 92 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::dHdotenv_dD |
Sensitivity of Hdot_env
to input D
(s^{-1} m^{-1}).
Definition at line 106 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::dHdotenv_dH |
Sensitivity of Hdot_env
to input D
(s^{-1}).
Definition at line 108 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::dHdoti_dD |
Sensitivity of Hdot_i
to input D
(s^{-1} m^{-1}).
Definition at line 102 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::dHdoti_dH |
Sensitivity of Hdot_i
to input D
(s^{-1}).
Definition at line 104 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::Hdot_env |
Change rate of relative humidity due to environment changes (s^{-1}).
Definition at line 96 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::Hdot_i |
Change rate of relative humidity due to this particle (s^{-1}).
Definition at line 94 of file condense.F90.