PartMC
2.2.0
|
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 89 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 97 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 99 of file condense.F90.
real(kind=dp) pmc_condense::condense_rates_outputs_t::Ddot |
Change rate of diameter (m s^{-1}).
Definition at line 91 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 105 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 107 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 101 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 103 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 95 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 93 of file condense.F90.