** Binomial Number mechanics
** 2021.11.14

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

*Element
** 0:element name, 1:initial number, 2:plot color, 3:real name, 4:type, 5:volume , 6: volume unit
N, 100, Blue
P, 50, Green
S, 100, Orange

*End 

*Reaction, 2000000, random
r1_1, 100, 1, N, 0.01, 1, P
r1_1, 200, 1, P, 0.001, 1, N
r0_1, 300, 1, 0, 0.01, 10, S

*End 

*Plot
** second item is "linear" or "log".
N, P,
S
*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 

