PartMC 2.1.2
Data Types | Modules | Functions/Subroutines | Variables
aero_info.F90 File Reference

The pmc_aero_info module. More...

Go to the source code of this file.

Data Types

type  pmc_aero_info::aero_info_t
 Information about removed particles describing the sink. More...

Modules

module  pmc_aero_info
 

The aero_info_t structure and associated subroutines.


Functions/Subroutines

subroutine pmc_aero_info::aero_info_allocate (aero_info)
 Allocates and initializes.
subroutine pmc_aero_info::aero_info_deallocate (aero_info)
 Deallocates.
subroutine pmc_aero_info::aero_info_copy (aero_info_from, aero_info_to)
 Copies aero_info_from to aero_info_to, both of which must already be allocated.
subroutine pmc_aero_info::aero_info_zero (aero_info)
 Resets an aero_info to contain zero particles.
integer pmc_aero_info::pmc_mpi_pack_size_aero_info (val)
 Determines the number of bytes required to pack the given value.
subroutine pmc_aero_info::pmc_mpi_pack_aero_info (buffer, position, val)
 Packs the given value into the buffer, advancing position.
subroutine pmc_aero_info::pmc_mpi_unpack_aero_info (buffer, position, val)
 Unpacks the given value from the buffer, advancing position.

Variables

integer, parameter pmc_aero_info::AERO_INFO_NONE = 0
 No information.
integer, parameter pmc_aero_info::AERO_INFO_DILUTION = 1
 Particle was removed due to dilution with outside air.
integer, parameter pmc_aero_info::AERO_INFO_COAG = 2
 Particle was removed due to coagulation.
integer, parameter pmc_aero_info::AERO_INFO_HALVED = 3
 Particle was removed due to halving of the aerosol population.
integer, parameter pmc_aero_info::AERO_INFO_WEIGHT = 4
 Particle was removed due to adjustments in the particle's weighting function.

Detailed Description

The pmc_aero_info module.

Definition in file aero_info.F90.