-
Notifications
You must be signed in to change notification settings - Fork 1
/
inputs_local.json
52 lines (52 loc) · 1.18 KB
/
inputs_local.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
{
"netcdf_source1": {
"default": "~/climexp/DATA/cru_ts3.22.1901.2013.pre.dat.nc",
"abstract": "application/netcdf",
"identifier": "netcdf_source1",
"values": null,
"title": "Copy input: Input 1 netCDF opendap."
},
"netcdf_source2": {
"default": "~/climexp/DATA/nino3.nc",
"abstract": "application/netcdf",
"identifier": "netcdf_source2",
"values": null,
"title": "Copy input: Input 2 netCDF opendap."
},
"ratio": {
"default": "1:12",
"identifier": "ratio",
"values": null,
"title": "Ratio"
},
"netcdf_target": {
"default": "out.nc",
"identifier": "netcdf_target",
"values": null,
"title": "Output netCDF."
},
"average": {
"default": "ave",
"identifier": "average",
"values": null,
"title": "Average"
},
"tags": {
"default": "c3s-422-Lot2",
"identifier": "tags",
"values": null,
"title": "User Defined Tags CLIPC user tags."
},
"frequency": {
"default": "mon",
"identifier": "frequency",
"values": null,
"title": "Frequency"
},
"var": {
"default": "3",
"identifier": "var",
"values": null,
"title": "var"
}
}