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
|
- {
- "geos_fp_variables": [
- {
- "name": "GEOSFPPM25",
- "collection": "tavg3_2d_aer_Nx",
- "variables": [
- {
- "name": "DUSMASS25",
- "weight": 1.0e9
- },
- {
- "name": "SSSMASS25",
- "weight": 1.0e9
- },
- {
- "name": "OCSMASS",
- "weight": 1.0e9
- },
- {
- "name": "BCSMASS",
- "weight": 1.0e9
- },
- {
- "name": "SO4SMASS",
- "weight": 1.375e9
- }
- ],
- "attributes": {
- "units": "micrograms/cubic meter",
- "long_name": "geos_fp_surface_pm2.5"
- }
- },
- {
- "name": "PBLH",
- "collection": "tavg1_2d_flx_Nx",
- "variables": [
- {
- "name": "PBLH",
- "weight": 1.0e-3
- }
- ],
- "attributes": {
- "units": "km",
- "long_name": "planetary_boundary_layer_height"
- }
- }
- ],
- "epa_variables": [
- {
- "name": "PM25",
- "variables": [
- {
- "name": "Sample Measurement",
- "weight": 1.0
- }
- ],
- "attributes": {
- "units": "micrograms/cubic meter",
- "long_name": "surface_pm2.5"
- }
- }
- ],
- "file_exprs": [
- "GEOS.fp.asm.tavg3_2d_aer_Nx.%Y%m%d.V01.SUB.nc4",
- "GEOS.fp.asm.tavg1_2d_flx_Nx.%Y%m%d.V01.SUB.nc4",
- "EPA_PM25_%Y%m%d.nc"
- ],
- "bounds": {
- "time": ["2015-01-01", "2022-12-31"],
- "lat": [23.0, 50.0],
- "lon": [-126.0, -62.0]
- }
- }
|