-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefaults.sample.json
More file actions
54 lines (54 loc) · 1.33 KB
/
defaults.sample.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
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
{
"fgmOptions": {
"maxAccTs": "PT0H02M",
"distanceResolution": 2.0,
"perimeterResolution": 2.0,
"minimumSpreadingRos": 1.0,
"stopAtGridEnd": false,
"breaching": false,
"dynamicSpatialThreshold": false,
"spotting": false,
"purgeNonDisplayable": true,
"dx": 0.0,
"dy": 0.0,
"dt": "PT0H",
"growthPercentileApplied": false,
"growthPercentile": 0.1
},
"fbpOptions": {
"windEffect": false,
"greenUp": false,
"terrainEffect": true
},
"fmcOptions": {
"noDataElev": 3000.0,
"percentOverride": 0.5,
"terrain": false
},
"fwiOptions": {
"fwiSpatialInterpolation": true,
"fwiFromSpatialWeather": true,
"historyOnEffectedFwi": true,
"burningConditionsOn": false,
"fwiTemporalInterpolation": false
},
"summaryFileDefaults": {
"inputSummary": true,
"elevationInfo": true,
"location": true,
"gridInfo": true,
"timeToExecute": true
},
"vectorFileMetadata": {
"perimeterUnit": "METRES",
"areaUnits": "KILOMETRES_SQUARE",
"activePerimeter": true,
"totalPerimeter": true,
"fireSize": true,
"simulationDate": true,
"ignitionName": true,
"jobName": true,
"scenarioName": true,
"psaasVersion": true
}
}