-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodel.json
58 lines (58 loc) · 1.58 KB
/
model.json
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
{
"name": "red_snapper_model",
"comment":"This is a comment about this model",
"data": {
"structure": "age",
"years": 12,
"seasons": 0,
"ages": 7,
"genders": 1,
"comment":"This is a comment about the data",
"area": {
"name": "area 1",
"polygon": {
"point": {
"x": 0,
"y": 0
},
"point": {
"x": 0,
"y": 20
},
"point": {
"x": 20,
"y": 20
},
"point": {
"x": 20,
"y": 0
}
}
},
"observations": {
"fleet": {
"name": "fleet 1",
"selectivity": "hook",
"areas": "area 1, area 2",
"source": "data/fleet1.dat",
"order": "numbers_at_age,cpue"
},
"survey": {
"name": "survey 1",
"areas": "area 1",
"selectivity": "hook",
"source": "data/survey1.dat",
"order": "numbers_at_age,cpue"
}
},
"population": {
"name":"optional population name",
"growth": "von_bertalanffy",
"recruitment": "ricker",
"immigration": "diffusion",
"emigration": "probability",
"natural_mortality": 0.3,
"initial_area": "area 1"
}
}
}