-
Notifications
You must be signed in to change notification settings - Fork 0
/
sim.json
77 lines (66 loc) · 1.86 KB
/
sim.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
75
76
77
{
"__note__": "09/2023 : Version for simulations of historic and current plant growth. There is a different version for historic plant growth because of different headers.",
"crop.json": "crop.json",
"site.json": "site.json",
"climate.csv": "",
"climate.csv-options": {
"_start-date": "1991-01-01",
"_end-date": "2017-12-31",
"no-of-climate-file-header-lines": 1,
"csv-separator": "\t",
"header-to-acd-names": {
"Date": "iso-date",
"TempMin": "tmin",
"TempMean": "tavg",
"TempMax": "tmax",
"Precipitation": "precip",
"RelHumCalc": ["relhumid", "*", 100.0],
"Radiation": ["globrad", "/", 1000.0],
"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?": true,
"events": [
"crop", [
["CM-count", "FIRST"],
["Year", "LAST"],
["Crop", "FIRST"],
["Yield", "LAST"],
["Evapotranspiration", "SUM"],
["Act_ET", "SUM"],
["Pot_ET", "SUM"]
]
]
},
"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
}