-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWCRP-universe_frequency.json
98 lines (98 loc) · 2.77 KB
/
WCRP-universe_frequency.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"1hr": {
"description": "sampled hourly",
"label": "1hr",
"long_name": "1 Hourly Frequency",
"unit": "hour"
},
"1hrCM": {
"description": "monthly-mean diurnal cycle resolving each day into 1-hour means",
"label": "1hrCM",
"long_name": "1 Hour Climatology Monthly",
"unit": "hour"
},
"1hrPt": {
"description": "sampled hourly, at specified time point within an hour",
"label": "1hrPt",
"long_name": "1 Hour Point",
"unit": "hour"
},
"3hr": {
"description": "3 hourly mean samples",
"label": "3hr",
"long_name": "3 Hourly Frequency",
"unit": "hour"
},
"3hrPt": {
"description": "sampled 3 hourly, at specified time point within the time period",
"label": "3hrPt",
"long_name": "3 Hour Point",
"unit": "hour"
},
"6hr": {
"description": "6 hourly mean samples",
"label": "6hr",
"long_name": "6 Hourly Frequency",
"unit": "hour"
},
"6hrPt": {
"description": "sampled 6 hourly, at specified time point within the time period",
"label": "6hrPt",
"long_name": "6 Hour Point",
"unit": "hour"
},
"day": {
"description": "daily mean samples",
"label": "day",
"long_name": "Daily Frequency",
"unit": "day"
},
"dec": {
"description": "decadal mean samples",
"label": "dec",
"long_name": "Decadal Frequency",
"unit": "decade"
},
"fx": {
"description": "fixed (time invariant) field",
"label": "fx",
"long_name": "Fixed Frequency",
"unit": "none"
},
"mon": {
"description": "monthly mean samples",
"label": "mon",
"long_name": "Monthly Frequency",
"unit": "month"
},
"monC": {
"description": "monthly climatology computed from monthly mean samples",
"label": "monC",
"long_name": "Monthly Climatology",
"unit": "month"
},
"monPt": {
"description": "sampled monthly, at specified time point within the time period",
"label": "monPt",
"long_name": "Monthly Point",
"unit": "month"
},
"subhrPt": {
"description": "sampled sub-hourly, at specified time point within an hour",
"label": "subhrPt",
"long_name": "Sub-Hourly Point",
"unit": "minute"
},
"yr": {
"description": "annual mean samples",
"label": "yr",
"long_name": "Yearly Frequency",
"unit": "year"
},
"yrPt": {
"description": "sampled yearly, at specified time point within the time period",
"label": "yrPt",
"long_name": "Yearly Point",
"unit": "year"
}
}