** Binomial Number mechanics
** 2021.11.14
** inp_geneticDrift_001.txt
** inp_geneticDrift_032.txt
** inp_Lotka-Volterra_003.txt

*Time, 
** start,  end, console out, plot out,  csv out,  unit
       0, 10000,  2000,  2000, 1000, generations
*End 

*Element
** 0:element name, 1:initial number, 2:plot color, 3:real name, 4:type, 5:volume, 6: volume unit
N, 10000, Blue
P, 500, Green
PD, 0, Orange
PC, 0, Red
*End 

*Reaction, 2000000, random
r1_1, 100, 1, N, 0.02, 2, N
r2_1, 200, 1, P, 10, N, 10, 1, PD
r1_2, 300, 1, PD, 2, 1, P, 1, PC
r1_1, 400, 1, PC, 2, 1, P
r1_0, 500, 1, P, 0.015
*End 

*Plot, log
** second item is "linear" or "log".
N, P
PD, PC
*End

*Parameter
element, N, 100, 200, 300
element, P, 100, 200
element, S, 10000, 500000
reaction, r2_1_100, 0.002
reaction, r2_1_200, 0.003
reaction, r1_1_400, 0.004
*End 

