forked from johnrsibert/ADMB_XML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pella-xml.x00
137 lines (137 loc) · 2.38 KB
/
pella-xml.x00
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="ADMB.xsl"?>
<!--a simple comment in the previos node-->
<FIT id="Starting Values">
<nc category="CON">
<title>Catch Data Years</title>
<value>23</value>
</nc>
<Cdata category="CON">
<title>Catch Data</title>
<index>
<nrl>1</nrl>
<nrh>23</nrh>
<ncl>1</ncl>
<nch>2</nch>
</index>
<value> 1967 15.9
1968 25.7
1969 28.5
1970 23.7
1971 25
1972 33.3
1973 28.2
1974 19.7
1975 17.5
1976 19.3
1977 21.6
1978 23.1
1979 22.5
1980 22.5
1981 23.6
1982 29.1
1983 14.4
1984 13.2
1985 28.4
1986 34.6
1987 37.5
1988 25.9
1989 25.3</value>
</Cdata>
<ni category="CON">
<title>Survey Data Years</title>
<value>23</value>
</ni>
<Idata category="CON">
<title>Survey Data</title>
<index>
<nrl>1</nrl>
<nrh>23</nrh>
<ncl>1</ncl>
<nch>2</nch>
</index>
<value> 1967 61.89
1968 78.98
1969 55.59
1970 44.61
1971 56.89
1972 38.27
1973 33.84
1974 36.13
1975 41.95
1976 36.63
1977 36.33
1978 38.82
1979 34.32
1980 37.64
1981 34.01
1982 32.16
1983 26.88
1984 36.61
1985 30.07
1986 30.75
1987 23.36
1988 22.36
1989 21.91</value>
</Idata>
<logr category="VAR">
<title>log growth rate</title>
<value>-1.2</value>
<bounds>
<min>-5</min>
<max>0</max>
</bounds>
<active>0</active>
<phase>1</phase>
</logr>
<logk category="VAR">
<title>log carrying capacity</title>
<value>5.5</value>
<bounds>
<min>3</min>
<max>10</max>
</bounds>
<active>0</active>
<phase>1</phase>
</logk>
<loga category="VAR">
<title>log a</title>
<value>0</value>
<bounds>
<min>-10</min>
<max>2</max>
</bounds>
<active>0</active>
<phase>-1</phase>
</loga>
<logp category="VAR">
<title>log p</title>
<value>0</value>
<bounds>
<min>-30</min>
<max>2</max>
</bounds>
<active>0</active>
<phase>1</phase>
</logp>
<logq category="VAR">
<title>log q</title>
<value>-1.3</value>
<bounds>
<min>-6</min>
<max>1</max>
</bounds>
<active>0</active>
<phase>1</phase>
</logq>
<logsigma category="VAR">
<title>log sigma</title>
<value>-2.2</value>
<bounds>
<min>-5</min>
<max>0</max>
</bounds>
<active>0</active>
<phase>1</phase>
</logsigma>
</FIT>