** Binomial Number mechanics
** 2021.10.16
** inp_geneticDrift_001.txt

*Time, 
** start, end, console out interval, plot out interval, csv out, unit
0, 30000, 1000, 10000, 10000, generation
*End

*Element
** 0:element name, 1:initial number, 2:plot color, 3:real name, 4:type, 5:volume , 6: volume unit
A, 10000, Blue
B, 1, Green
S, 1e8, gray
*End 

*Reaction, 1e9, random, constant
r2_1, 100, 1, A, 1, S, 0.1, 2, A
r2_1, 200, 1, B, 1, S, 0.2, 2, B
r1_1, 500, 1, A, 0.01, 1, S
r1_1, 600, 1, B, 0.01, 1, S
*End 

*Plot, log
** second item is "linear" or "log".
A, B, S
*End 
