-
Notifications
You must be signed in to change notification settings - Fork 0
/
sim_bgr.json
74 lines (64 loc) · 1.77 KB
/
sim_bgr.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"crop.json": "crop.json",
"site.json": "site.json",
"climate.csv": "",
"climate.csv-options": {
"no-of-climate-file-header-lines": 2,
"csv-separator": ",",
"header-to-acd-names": {
"windspeed": "wind"
}
},
"debug?": false,
"path-to-output": "./",
"include-file-base-path": "data/params/",
"output": {
"write-file?": false,
"file-name": "out.csv",
"csv-options": {
"include-header-row": true,
"include-units-row": false,
"csv-separator": ","
},
"obj-outputs?": false,
"events": [
"monthly", [
"Year|Year",
"Month|Month",
["Crop|Crop_last", "LAST"],
["Yield|Yield_max", "MAX"],
["Precip|Precip_sum", "SUM"],
["Globrad|Globrad_sum", "SUM"],
["Tmin|Tmin_min", "MIN"],
["Tavg|Tavg_avg", "AVG"],
["Tmax|Tmax_max", "MAX"],
["Wind|Wind_avg", "AVG"],
["Relhumid|Relhumid_avg", "AVG"],
["Mois|BF_avg_0-30_sum", [1, 3, "SUM"], "AVG"],
["Mois|BF_avg_30-200_sum", [4, 20, "SUM"], "AVG"],
["STemp|BT_avg_0-30_avg", [1, 3, "AVG"], "AVG"],
["STemp|BT_avg_30-200_avg", [4, 20, "AVG"], "AVG"]
]
]
},
"NumberOfLayers": 20,
"LayerThickness": [0.1, "m"],
"UseSecondaryYields": false,
"NitrogenResponseOn": true,
"WaterDeficitResponseOn": true,
"EmergenceMoistureControlOn": false,
"EmergenceFloodingControlOn": false,
"UseAutomaticIrrigation": false,
"AutoIrrigationParams": {
"irrigationParameters": {
"nitrateConcentration": [0, "mg dm-3"],
"sulfateConcentration": [0, "mg dm-3"]
},
"amount": [0, "mm"],
"threshold": 0.9
},
"UseNMinMineralFertilisingMethod": true,
"NMinUserParams": { "min": 40, "max": 120, "delayInDays": 10 },
"NMinFertiliserPartition": ["include-from-file", "mineral-fertilisers/AN.json"],
"JulianDayAutomaticFertilising": 89
}