PartMC  2.9.0
Public Attributes | List of all members
pmc_run_modal::run_modal_opt_t Type Reference

Options controlling the operation of run_modal() More...

Public Attributes

real(kind=dp) t_max
 Final time (s). More...
 
real(kind=dp) del_t
 Timestep (s). More...
 
real(kind=dp) t_output
 Output interval (0 disables) (s). More...
 
real(kind=dp) t_progress
 Progress interval (0 disables) (s). More...
 
character(len=300) prefix
 Output prefix. More...
 
logical do_camp_chem
 Whether to run CAMP. More...
 
logical do_tchem
 Whether to run TChem. More...
 
logical do_coagulation
 Whether to do coagulation. More...
 
logical do_condensation
 Whether to do condensation. More...
 
logical do_mosaic
 Whether to run MOSAIC. More...
 
logical do_optical
 Whether to compute optical properties. More...
 
logical do_nucleation
 Whether to do nucleation. More...
 
logical do_immersion_freezing
 Whether to do immersion freezing. More...
 
character(len=pmc_uuid_len) uuid
 UUID of the simulation. More...
 

Detailed Description

Options controlling the operation of run_modal()

Definition at line 21 of file run_modal.F90.

Member Data Documentation

◆ del_t

real(kind=dp) pmc_run_modal::run_modal_opt_t::del_t

Timestep (s).

Definition at line 25 of file run_modal.F90.

◆ do_camp_chem

logical pmc_run_modal::run_modal_opt_t::do_camp_chem

Whether to run CAMP.

Definition at line 33 of file run_modal.F90.

◆ do_coagulation

logical pmc_run_modal::run_modal_opt_t::do_coagulation

Whether to do coagulation.

Definition at line 37 of file run_modal.F90.

◆ do_condensation

logical pmc_run_modal::run_modal_opt_t::do_condensation

Whether to do condensation.

Definition at line 39 of file run_modal.F90.

◆ do_immersion_freezing

logical pmc_run_modal::run_modal_opt_t::do_immersion_freezing

Whether to do immersion freezing.

Definition at line 47 of file run_modal.F90.

◆ do_mosaic

logical pmc_run_modal::run_modal_opt_t::do_mosaic

Whether to run MOSAIC.

Definition at line 41 of file run_modal.F90.

◆ do_nucleation

logical pmc_run_modal::run_modal_opt_t::do_nucleation

Whether to do nucleation.

Definition at line 45 of file run_modal.F90.

◆ do_optical

logical pmc_run_modal::run_modal_opt_t::do_optical

Whether to compute optical properties.

Definition at line 43 of file run_modal.F90.

◆ do_tchem

logical pmc_run_modal::run_modal_opt_t::do_tchem

Whether to run TChem.

Definition at line 35 of file run_modal.F90.

◆ prefix

character(len=300) pmc_run_modal::run_modal_opt_t::prefix

Output prefix.

Definition at line 31 of file run_modal.F90.

◆ t_max

real(kind=dp) pmc_run_modal::run_modal_opt_t::t_max

Final time (s).

Definition at line 23 of file run_modal.F90.

◆ t_output

real(kind=dp) pmc_run_modal::run_modal_opt_t::t_output

Output interval (0 disables) (s).

Definition at line 27 of file run_modal.F90.

◆ t_progress

real(kind=dp) pmc_run_modal::run_modal_opt_t::t_progress

Progress interval (0 disables) (s).

Definition at line 29 of file run_modal.F90.

◆ uuid

character(len=pmc_uuid_len) pmc_run_modal::run_modal_opt_t::uuid

UUID of the simulation.

Definition at line 49 of file run_modal.F90.


The documentation for this type was generated from the following file: