-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrunfile.json
78 lines (72 loc) · 2.08 KB
/
runfile.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
{
"common.lib": "RLibrary/common.functions/",
"ds.lib": "RLibrary/DS.library/",
"script.lib": "RLibrary/script/",
"ds.method": "DS.EDQMv2",
"create.ds.output": true,
"create.fit.output": true,
"target.var": "tasmax",
"predictor.vars": [
"tasmax",
"pr",
"tasmin"
],
"hist.target.file": "tasmax_day_GFDL-HIRAM-C360_amip_r1i1p1_US48_19790101-20081231.nc",
"hist.predictor.file": [
"tasmax_day_GFDL-HIRAM-C360-COARSENED_amip_r1i1p1_US48_19790101-20081231.nc",
"pr_day_GFDL-HIRAM-C360-COARSENED_amip_r1i1p1_US48_19790101-20081231.nc",
"tasmin_day_GFDL-HIRAM-C360-COARSENED_amip_r1i1p1_US48_19790101-20081231.nc"
],
"fut.predictor.file": [
"tasmax_day_GFDL-HIRAM-C360-COARSENED_sst2090_r1i1p1_US48_20860101-20951231.nc",
"pr_day_GFDL-HIRAM-C360-COARSENED_sst2090_r1i1p1_US48_20860101-20951231.nc",
"tasmin_day_GFDL-HIRAM-C360-COARSENED_sst2090_r1i1p1_US48_20860101-20951231.nc"
],
"apply.spat.mask": true,
"spat.mask.file": "interior3pt_masks.nc",
"apply.temporal.mask": false,
"create.temporal.mask": false,
"temporal.mask.file": {
},
"temporal.mask.list": [
"hist.target",
"hist.pred",
"fut.pred",
"fut.target"
],
"create.window.mask": true,
"apply.window.mask.name": "monthly",
"supply.window.mask": false,
"window.mask.files": {
},
"create.kfold.mask": false,
"supply.kfold.mask": false,
"kfold.mask.files": {
},
"apply.S3.outer": false,
"s3.outer.list": "PR",
"pr.adj.args.outer": [
"us_trace",
"TRUE",
"TRUE",
"FALSE"
],
"apply.S5.outer": true,
"s5.outer.list": "SBiasCorr",
"apply.S5.wetday.mask": false,
"S5.SBiasCorr": true,
"SBCorr.args": [
-6,
6,
1
],
"apply.S3.inner": false,
"s3.inner.list": {
},
"apply.S5.inner": false,
"s5.inner.list": {
},
"LM.formula": "target ~ tasmax + log(tasmin) + pr",
"transform.target": false,
"transform.function": null
}