|
PartMC
2.8.0
|
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, scenario, env_state, aero_data, aero_dist_init, gas_data, run_exact_opt) |
| Run an exact simulation. More... | |
| subroutine | spec_file_read_run_exact (file, run_exact_opt, aero_data, bin_grid, gas_data, env_state, aero_dist_init, scenario) |
| Read the specification for a run_exact simulation from a spec file. More... | |
Exact solution simulation.
| subroutine pmc_run_exact::run_exact | ( | type(bin_grid_t), intent(in) | bin_grid, |
| type(scenario_t), intent(in) | scenario, | ||
| 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(gas_data_t), intent(in) | gas_data, | ||
| type(run_exact_opt_t), intent(in) | run_exact_opt | ||
| ) |
Run an exact simulation.
| [in] | bin_grid | Bin grid. |
| [in] | scenario | Environment data. |
| [in,out] | env_state | Environment state. |
| [in] | aero_data | Aerosol data. |
| [in] | aero_dist_init | Initial aerosol distribution. |
| [in] | gas_data | Gas data. |
| [in] | run_exact_opt | Options. |
Definition at line 44 of file run_exact.F90.
| subroutine pmc_run_exact::spec_file_read_run_exact | ( | type(spec_file_t), intent(inout) | file, |
| type(run_exact_opt_t), intent(inout) | run_exact_opt, | ||
| type(aero_data_t), intent(out) | aero_data, | ||
| type(bin_grid_t), intent(out) | bin_grid, | ||
| type(gas_data_t), intent(out) | gas_data, | ||
| type(env_state_t), intent(out) | env_state, | ||
| type(aero_dist_t), intent(out) | aero_dist_init, | ||
| type(scenario_t), intent(out) | scenario | ||
| ) |
Read the specification for a run_exact simulation from a spec file.
| [in,out] | file | Spec file. |
| [in,out] | run_exact_opt | Options controlling the operation of run_exact(). |
| [out] | aero_data | Aerosol data. |
| [out] | bin_grid | Bin grid. |
| [out] | aero_dist_init | Initial aerosol state. |
| [out] | scenario | Scenario data. |
| [out] | env_state | Environmental state. |
| [out] | gas_data | Gas data. |
Definition at line 90 of file run_exact.F90.