-
Notifications
You must be signed in to change notification settings - Fork 0
/
sim_remote_sensing.json
69 lines (59 loc) · 1.55 KB
/
sim_remote_sensing.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
{
"__note__": "01/2020 : Final version for simulations of hitoric plant growth. There is a different version for future plant growth because of different headers.",
"crop.json": "crop.json",
"site.json": "site.json",
"climate.csv": "",
"climate.csv-options": {
"no-of-climate-file-header-lines": 2,
"csv-separator": ","
},
"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": [
"crop", [
["CM-count", "FIRST"],
["Year", "LAST"],
["Crop", "FIRST"],
["Yield", "LAST"]
],
{"start": "xxxx-04-01", "end": "xxxx-07-31"}, [
"CM-count",
"Date",
"Year",
"Crop",
"LAI",
"Act_ET"
]
]
},
"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
}