pmc_run_mc::run_mc_opt_t Struct Reference

Options controlling the execution of run_mc(). More...

List of all members.

Public Attributes

integer n_part_max
 Maximum number of particles.
real *8 t_max
 Final time (s).
real *8 t_output
 Output interval (0 disables) (s).
real *8 t_state
 State output intvl (0 disables) (s).
real *8 t_progress
 Progress interval (0 disables) (s).
real *8 del_t
 Timestep for coagulation.
character(len=300) output_prefix
 Prefix for output files.
character(len=300) state_prefix
 Prefix for state files.
logical do_coagulation
 Whether to do coagulation.
logical allow_double
 Allow doubling if needed.
logical do_condensation
 Whether to do condensation.
logical do_mosaic
 Whether to do MOSAIC.
logical do_restart
 Whether to restart from state.
character(len=300) restart_name
 Name of state to restart from.
integer i_loop
 Loop number of run.
integer n_loop
 Total number of loops.
real *8 t_wall_start
 Cpu_time() of start.
real *8 mix_rate
 Mix rate for parallel states (0 to 1).

Detailed Description

Options controlling the execution of run_mc().


Member Data Documentation

Allow doubling if needed.

Timestep for coagulation.

Whether to do coagulation.

Whether to do condensation.

Whether to do MOSAIC.

Whether to restart from state.

Loop number of run.

Mix rate for parallel states (0 to 1).

Total number of loops.

Maximum number of particles.

Prefix for output files.

Name of state to restart from.

Prefix for state files.

Final time (s).

Output interval (0 disables) (s).

Progress interval (0 disables) (s).

State output intvl (0 disables) (s).

Cpu_time() of start.


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

Generated on 29 Mar 2010 for PartMC by  doxygen 1.6.1