Exact solution simulation. More...
Classes | |
struct | run_exact_opt_t |
Options controlling the execution of run_exact(). More... | |
interface | run_exact__interface |
Functions | |
subroutine | run_exact (bin_grid, env_data, env_state, aero_data, exact_opt, soln, process_spec_list) |
Run an exact simulation. |
Exact solution simulation.
subroutine pmc_run_exact::run_exact | ( | type(bin_grid_t),intent(in) | bin_grid, | |
type(env_data_t),intent(in) | env_data, | |||
type(env_state_t),intent(inout) | env_state, | |||
type(aero_data_t),intent(in) | aero_data, | |||
type(run_exact_opt_t),intent(in) | exact_opt, | |||
pmc_run_exact::run_exact__interface | soln, | |||
type(process_spec_t),dimension(:),intent(in) | process_spec_list | |||
) |
Run an exact simulation.
FIXME: num_den and mean_radius are really parameters for the initial value of the particle distribution. They should be replaced by a n_param, params() pair.
bin_grid | Bin grid. | |
env_data | Environment data. | |
env_state | Environment state. | |
aero_data | Aerosol data. | |
exact_opt | Options. | |
process_spec_list | Processing spec. |