PartMC 2.1.2
|
Exact solution simulation. More...
Data Types | |
type | run_exact_opt_t |
Options controlling the execution of run_exact(). More... | |
Functions/Subroutines | |
subroutine | run_exact (bin_grid, env_data, env_state, aero_data, aero_dist_init, run_exact_opt) |
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(aero_dist_t),intent(in) | aero_dist_init, | ||
type(run_exact_opt_t),intent(in) | run_exact_opt | ||
) |
Run an exact simulation.
bin_grid | Bin grid. |
env_data | Environment data. |
env_state | Environment state. |
aero_data | Aerosol data. |
aero_dist_init | Initial aerosol distribution. |
run_exact_opt | Options. |
Definition at line 44 of file run_exact.F90.