-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
59 lines (48 loc) · 2.9 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************
The code can be used to reproduce time series and bifurcation diagrams shown in Figs. 4 and 5.
Time series (obtained from time_series.ode):
a.) time series for ‘par vle=720’:
- parameter specification from line 33
b.) time series for ‘par vle=3700’:
- parameter specification from line 34
Bifurcation diagrams (obtained from continuatons.ode)
c.) bifurcation diagram for ‘par vle=720’:
- initial conditions from line 64-68 (instead of line 72-76)
- parameter specification from line 87 (instead of line 88)
- change ‘PARMIN=-250’ to ‘PARMIN=-50’ in line 201
- change ‘XAUTOMIN=-250’ to ‘XAUTOMIN=-50’ in line 202
- forward and backward continuation as described in the general instructions 1-8.) given below
d.) upper branch of bifurcation diagram for ‘par vle=3700’:
- initial conditions from line 72-76
- parameter specification from line 88
- default values for ‘PARMIN’ and ‘XAUTOMIN’ in lines 201-202
- forward and backward continuation as described in the general instructions 1-8.) given below
d.) lower branch of bifurcation diagram for ‘par vle=3700’:
- initial conditions from line 64-68
- parameter specification from line 88
- default values for ‘PARMIN’ and ‘XAUTOMIN’ in lines 201-202
- forward and backward continuation as described in the general instructions 1-8.) given below
The fixed point curves from Figs. 4 and 5 can be obtained as follows:
1.) open file with XPPAUT
2.) run simulation twice to make sure the system is in its fixed point:
click "Initialconds" + "(G)o"; "Initialconds" + "(L)ast"
(keyboard shortcuts: "I" + "G", "I" + “L")
3.) open AUTO interface:
click "File" + "Auto"
(keyboard shortcut: "F" + “A")
4.) run 'forward' fixed point continuation:
click "Run" + "Steady state"
(keyboard shortcut: "R" + “S")
5.) grab point to start 'backward' continuation if desired:
click “Grab”, then navigate along the curve with "tab” key, press
"enter" to choose point
6.) set continuation step size to negative:
click "Numerics” and change 'Ds:0.002' to 'Ds:-0.002’, click "Ok"
7.) run backward coninuation by clicking "Run"
8.) save the fixed point curves and bifurcation information:
click "File" + "All info”, choose a filename and click "Ok"
**************************************************************************************************
**************************************************************************************************
**************************************************************************************************