PartMC  2.6.1
Public Attributes | List of all members
pmc_condense::condense_rates_outputs_t Type Reference

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}). More...
 
real(kind=dp) hdot_i
 Change rate of relative humidity due to this particle (s^{-1}). More...
 
real(kind=dp) hdot_env
 Change rate of relative humidity due to environment changes (s^{-1}). More...
 
real(kind=dp) dddot_dd
 Sensitivity of Ddot to input D (m s^{-1} m^{-1}). More...
 
real(kind=dp) dddot_dh
 Sensitivity of Ddot to input H (m s^{-1}). More...
 
real(kind=dp) dhdoti_dd
 Sensitivity of Hdot_i to input D (s^{-1} m^{-1}). More...
 
real(kind=dp) dhdoti_dh
 Sensitivity of Hdot_i to input D (s^{-1}). More...
 
real(kind=dp) dhdotenv_dd
 Sensitivity of Hdot_env to input D (s^{-1} m^{-1}). More...
 
real(kind=dp) dhdotenv_dh
 Sensitivity of Hdot_env to input D (s^{-1}). More...
 

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

◆ dddot_dd

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.

◆ dddot_dh

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.

◆ ddot

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.

◆ dhdotenv_dd

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.

◆ dhdotenv_dh

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.

◆ dhdoti_dd

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.

◆ dhdoti_dh

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.

◆ hdot_env

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.

◆ hdot_i

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.


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