-
Notifications
You must be signed in to change notification settings - Fork 16
/
sample.json
77 lines (77 loc) · 2.02 KB
/
sample.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
{
"name": "example",
"workDir": "work/unity",
"templateDir": "data/templates",
"weatherDir": "data/weathers",
"threads": 8,
"cores": 16,
"sample": 10,
"ghr_root": "data/base/eGHR",
"plugins": [
{
"plugin": "weather_forecast_simple",
"params": {
"start_date": "2018-01-01",
"end_date": "2018-04-30:",
"wsta": "SSUF"
}
}
],
"default_setup": {
"template": "SORG8433.SNX",
"include": [
"data/includes/MZCER047.CUL"
],
"sites": "xy_from_vector::data/shapes/unity_sites.shp",
"startYear": 1984,
"icin": 5,
"icsw%": 0.25,
"icrt": 5,
"icres": 10,
"icren": 0.8,
"sdate": "1984-01-01",
"pfrst": "1984-03-01",
"plast": "1984-05-20",
"id_soil": "lookup_ghr::raster::data/rasters/unity_ghr.tif",
"wsta": "lookup_wth::SSUD::vector::data/shapes/unity_sites.shp::CellID",
"ic_layers": "generate_ic_layers::$id_soil",
"ramt": 0,
"fen_tot": 100.0,
"fertilizers": "split_fert_dap_percent::$fe",
"population": "raster::data/rasters/population.tif"
},
"dssat": {
"executable": "/usr/local/dssat47/dscsm047"
},
"default_analytics": {
"per_pixel_prefix": "pp",
"singleOutput": true,
"calculatedColumns": {
"VNAM": "subtract::$cnam::$gnam",
"VWAM": "subtract::$cwam::$pwam"
},
"columns": [
"LATITUDE",
"LONGITUDE",
"HARVEST_AREA",
"POPULATION",
"RUN_NAME",
"CR",
"PDAT",
"MDAT",
"HDAT",
"HWAH",
"GNAM",
"CWAM",
"PRCP",
"VNAM",
"VWAM"
]
},
"runs": [
{
"name": "sorghum",
"harvestArea": "raster::data/rasters/unity_spam_harvest_sorghum.tif"
}
]
}