PartMC 2.1.3
Public Attributes
pmc_condense::condense_rates_outputs_t Type Reference

Internal-use structure for storing the outputs from the rate-calculation function. More...

List of all members.

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}).

Detailed Description

Internal-use structure for storing the outputs from the rate-calculation function.

Definition at line 90 of file condense.F90.


Member Data Documentation

Sensitivity of Ddot to input D (m s^{-1} m^{-1}).

Definition at line 98 of file condense.F90.

Sensitivity of Ddot to input H (m s^{-1}).

Definition at line 100 of file condense.F90.

Change rate of diameter (m s^{-1}).

Definition at line 92 of file condense.F90.

Sensitivity of Hdot_env to input D (s^{-1} m^{-1}).

Definition at line 106 of file condense.F90.

Sensitivity of Hdot_env to input D (s^{-1}).

Definition at line 108 of file condense.F90.

Sensitivity of Hdot_i to input D (s^{-1} m^{-1}).

Definition at line 102 of file condense.F90.

Sensitivity of Hdot_i to input D (s^{-1}).

Definition at line 104 of file condense.F90.

Change rate of relative humidity due to environment changes (s^{-1}).

Definition at line 96 of file condense.F90.

Change rate of relative humidity due to this particle (s^{-1}).

Definition at line 94 of file condense.F90.


The documentation for this type was generated from the following file: