PartMC 2.1.4
|
Exact solutions for various simulations. More...
Functions/Subroutines | |
subroutine | exact_soln (bin_grid, aero_data, do_coagulation, coag_kernel_type, aero_dist_init, env_data, env_state, time, aero_binned) |
Exact solutions for various simulations.
subroutine pmc_exact_soln::exact_soln | ( | type(bin_grid_t),intent(in) | bin_grid, |
type(aero_data_t),intent(in) | aero_data, | ||
logical,intent(in) | do_coagulation, | ||
integer,intent(in) | coag_kernel_type, | ||
type(aero_dist_t),intent(in) | aero_dist_init, | ||
type(env_data_t),intent(in) | env_data, | ||
type(env_state_t),intent(in) | env_state, | ||
real(kind=dp),intent(in) | time, | ||
type(aero_binned_t),intent(inout) | aero_binned | ||
) |
bin_grid | Bin grid. |
aero_data | Aerosol data. |
do_coagulation | Whether to do coagulation. |
coag_kernel_type | Coagulation kernel type. |
aero_dist_init | Initial distribution. |
env_data | Environment data. |
env_state | Environment state. |
time | Current time (s). |
aero_binned | Output state. |
Definition at line 28 of file exact_soln.F90.