PartMC  2.6.1
Data Types | Functions/Subroutines
pmc_run_exact Module Reference

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...
 

Detailed Description

Exact solution simulation.

Function/Subroutine Documentation

◆ run_exact()

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.

Parameters
[in]bin_gridBin grid.
[in]scenarioEnvironment data.
[in,out]env_stateEnvironment state.
[in]aero_dataAerosol data.
[in]aero_dist_initInitial aerosol distribution.
[in]gas_dataGas data.
[in]run_exact_optOptions.

Definition at line 44 of file run_exact.F90.