Skip to content

rangeexp_cylinder

Yurii Kotsar edited this page Sep 16, 2025 · 1 revision

(n_gens_burnin=DEF_N_GENS_BURNIN, n_gens_exp=DEF_N_GENS_EXP; r_max_burnin=DEF_R_MAX_BURNIN, r_max_exp=DEF_R_MAX_EXP, migr_mode=DEF_MIGR_MODE, startfill_range=NaN, z_max_burnin=DEF_X_MAX_BURNIN, z_max_exp=DEF_X_MAX_EXP, max_burnin=(NaN, NaN, z_max_burnin), max_exp=(NaN, NaN, z_max_exp), max=(r_max_exp * 2 + 1, r_max_exp * 2 + 1, z_max_exp), data_to_generate=DEF_DATA_TO_GENERATE, wld_ms1=NaN, wld_ms2=NaN, wld_stats=NaN, name=Dates.format(Dates.now(), dateformat"yyyy-mm-dd_HH-MM-SS"), bottleneck=NaN)

Simulates a 3D range expansion, in which a population expands in the positive z direction, as well as radially from the z axis, and is bound by a cylinder.

Changes from rangeexp:

r_max_burnin: XY radius of a cylinder that bounds migration during burn-in
r_max_exp: XY radius of a cylinder that bounds migration during expansion
z_max_burnin: the outward z-coordinate bound for migration during burn-in
z_max_exp: the outward z-coordinate bound for migration during the expansion

Clone this wiki locally