PartMC 2.1.3
Public Attributes
pmc_condense::condense_rates_inputs_t Type Reference

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

List of all members.

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

Detailed Description

Internal-use structure for storing the inputs for the rate-calculation function.

Definition at line 69 of file condense.F90.


Member Data Documentation

Particle diameter (m).

Definition at line 81 of file condense.F90.

Particle dry diameter (m).

Definition at line 83 of file condense.F90.

Relative humidity (1).

Definition at line 75 of file condense.F90.

Kappa parameter (1).

Definition at line 85 of file condense.F90.

Pressure (Pa).

Definition at line 77 of file condense.F90.

Temperature (K).

Definition at line 71 of file condense.F90.

Rate of change of temperature (K s^{-1}).

Definition at line 73 of file condense.F90.

Computational volume (m^3).

Definition at line 79 of file condense.F90.


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