Classes | |
struct | run_exact_opt_t |
Options controlling the execution of run_exact(). More... | |
Functions | |
subroutine | run_exact (bin_grid, env_data, env_state, aero_data, exact_opt, soln) |
Run an exact 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, | |||
soln | ||||
) |
Run an exact simulation.
FIXME: num_conc 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. |