-
Notifications
You must be signed in to change notification settings - Fork 0
/
crop.json
59 lines (56 loc) · 1.38 KB
/
crop.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
59
{
"crops": {
"WW": {
"is-winter-crop": false,
"residueParams": ["include-from-file", "monica-parameters/crop-residues/wheat.json"],
"cropParams": {
"cultivar": ["include-from-file", "monica-parameters/crops/wheat/winter-wheat_1_2.json"],
"species": ["include-from-file", "monica-parameters/crops/wheat_2.json"]
}
}
},
"fert_template": {
"date": "0001-04-03",
"type": "MineralFertilization",
"amount": [40.0, "kg N"],
"partition": {
"Carbamid":0,
"NH4":0.5,
"NO3":0.5
}
},
"irrig_template": {
"date": "0001-05-05",
"type": "Irrigation",
"amount": [1.0, "mm"],
"parameters": {
"nitrateConcentration": [0.0, "mg dm-3"],
"sulfateConcentration": [334, "mg dm-3"]
}
},
"cropRotation": [
{
"worksteps": [
{
"type": "Sowing",
"crop": ["ref", "crops", "WW"],
"date": "0000-09-01",
"PlantDensity": 320
},
{
"type": "AutomaticHarvest",
"latest-date": "0001-12-31",
"min-%-asw": 0,
"max-%-asw": 40,
"max-3d-precip-sum": 4,
"max-curr-day-precip": 0.1,
"harvest-time": "maturity"
}
]
}
],
"CropParameters": {
"=": ["include-from-file", "monica-parameters/general/crop.json"],
"TimeUnderAnoxiaThreshold": [4,4,4,4,4,4]
}
}