
** https://Binomial-simulation.com
** from test_038.txt

*Time, 
** start,  end, console out, plot out,  csv out,   unit
       0,  100,       10,      100,    1,    generations
       
*Element
N, 10000, Blue, 
P,     0, Green, 8
NP,    0, lime, h
S1,    0, Orange, s
S2,    0, Yellow, p
S3,    0, magenta, <
T,  5000, deeppink, 1
W, 1.5e5, Black, D
D, 1.5e5, gray, H
E, 1.5e5, red, 3
A,     0,  seagreen, 2

*ElementInOut
** 0:element name, 1:initial number, 2:plot color, 3:marker, 4:type,
** 5:schedule_type(0 or 1 or 2), if type-0 (6:at time, 7:amaunt, 8:at time, 9:amaunt, -> -> ), 
**                               if type-1 (6:interval, 7:amaunt), 
**                               if type-2 (6:const, 7:amplitude, 8:period-time, 9:add-interval)
Q,      270, blue, s, ,    type-0, 10, 300, 40, 100, 50, 50, 60, 500, 70, 500
T-in,     0, blue, h, ,    type-1, 2, 1e2
T-out,  1e5, magenta, 4, , type-1,  2, -5e2
B,        0,  purple, 2, , type-2, 100, 10, 10,  50

*Reaction, 1e10
r1_1, 100,        1, N,           0.02,  1, P
r1_1, 200,        1, P,           0.01,  1, N
r1_+, 300,        0, 0,              1,  5, S1
r1_+, 350,        0, 0,             10, 10, S2
r1_+, 380,        0, 0,            100, 15, S3
r1_-, 400,     1000, D,            100,  0, 0
r1_0, 500,        1, E,           5e-2,   
r2_1, 600,      300, T, 1000, W,   1e7,  1, A
r+-=, 100,        1, N, 1, P,        =, NP

*Plot
** second item is "linear"(default) or "log".
S1, S2, S3, T-in
D, E

*Plot, log
** second item is "linear"(default) or "log".
N, P, T-out, NP
T, W, Q, A, B





