-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwps.json
69 lines (69 loc) · 2.49 KB
/
wps.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
{
"wps" : { "identifier" : "climexp" ,
"title" : "Climate Exmplorer KNMI",
"abstract" : "KNMI Diagnostic Tool Climate Explorer",
"version" : "1.0.0",
"storeSupported" : true,
"statusSupported": true,
"grassLocation" : false
} ,
"inputs" : { "netcdf_source1": {
"default": "~/climexp/DATA/cru_ts3.22.1901.2013.pre.dat.nc",
"abstract": "application/netcdf",
"identifier": "netcdf_source1",
"values": null,
"type" : "String",
"title": "Copy input: Input 1 netCDF opendap."
},
"netcdf_source2": {
"default": "~/climexp/DATA/nino3.nc",
"abstract": "application/netcdf",
"identifier": "netcdf_source2",
"values": null,
"type" : "String",
"title": "Copy input: Input 2 netCDF opendap."
},
"ratio": {
"default": "1:12",
"identifier": "ratio",
"values": null,
"type" : "String",
"title": "Ratio"
},
"netcdf_target": {
"default": "out.nc",
"identifier": "netcdf_target",
"values": null,
"type" : "String",
"title": "Output netCDF."
},
"average": {
"default": "ave",
"identifier": "average",
"values": null,
"type" : "String",
"title": "Average"
},
"tags": {
"default": "c3s-422-Lot2",
"identifier": "tags",
"values": null,
"type" : "String",
"title": "User Defined Tags CLIPC user tags."
},
"frequency": {
"default": "mon",
"identifier": "frequency",
"values": null,
"type" : "String",
"title": "Frequency"
},
"var": {
"default": "3",
"identifier": "var",
"values": null,
"type" : "String",
"title": "var"
}
}
}