PartMC 2.1.2
|
The pmc_mosaic module. More...
Go to the source code of this file.
Modules | |
module | pmc_mosaic |
Interface to the MOSAIC aerosol and gas phase chemistry code. | |
Functions/Subroutines | |
logical | pmc_mosaic::mosaic_support () |
Whether MOSAIC support is compiled in. | |
subroutine | pmc_mosaic::mosaic_init (bin_grid, env_state, del_t, do_optical) |
Initialize all MOSAIC data-structures. | |
subroutine | pmc_mosaic::mosaic_cleanup () |
Clean-up after running MOSAIC, deallocating memory. | |
subroutine | pmc_mosaic::mosaic_from_partmc (bin_grid, env_state, aero_data, aero_weight, aero_state, gas_data, gas_state) |
Map all data PartMC -> MOSAIC. | |
subroutine | pmc_mosaic::mosaic_to_partmc (bin_grid, env_state, aero_data, aero_weight, aero_state, gas_data, gas_state) |
Map all data MOSAIC -> PartMC. | |
subroutine | pmc_mosaic::mosaic_timestep (bin_grid, env_state, aero_data, aero_weight, aero_state, gas_data, gas_state, do_optical) |
Do one timestep with MOSAIC. | |
subroutine | pmc_mosaic::mosaic_aero_optical (bin_grid, env_state, aero_data, aero_state, gas_data, gas_state) |
Compute the optical properties of each aerosol particle. FIXME: currently disabled. |
The pmc_mosaic module.
Definition in file mosaic.F90.