Skip to content

Commit 0b13488

Browse files
committed
Add new mapping configurations: Mappings_CMIP6_CFday.json, Mappings_CMIP6_Eday.json, and Mappings_CMIP6_day.json
1 parent 79c1670 commit 0b13488

3 files changed

Lines changed: 616 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"rldscs": {
3+
"CF standard Name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky",
4+
"dimensions": {
5+
"time": "time",
6+
"lat": "lat",
7+
"lon": "lon"
8+
},
9+
"units": "W m-2",
10+
"positive": "down",
11+
"model_variables": [
12+
"fld_s02i208"
13+
],
14+
"calculation": {
15+
"type": "direct",
16+
"formula": "fld_s02i208"
17+
}
18+
},
19+
"rlutcs": {
20+
"CF standard Name": "toa_outgoing_longwave_flux_assuming_clear_sky",
21+
"dimensions": {
22+
"time": "time",
23+
"lat": "lat",
24+
"lon": "lon"
25+
},
26+
"units": "W m-2",
27+
"positive": "up",
28+
"model_variables": [
29+
"fld_s02i206"
30+
],
31+
"calculation": {
32+
"type": "direct",
33+
"formula": "fld_s02i206"
34+
}
35+
}
36+
}
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
{
2+
"hus": {
3+
"CF standard Name": "specific_humidity",
4+
"dimensions": {
5+
"time": "time",
6+
"pressure": "plev",
7+
"lat": "lat",
8+
"lon": "lon"
9+
},
10+
"units": "1",
11+
"positive": null,
12+
"model_variables": [
13+
"fld_s30i295"
14+
],
15+
"calculation": {
16+
"type": "direct",
17+
"formula": "fld_s30i295"
18+
}
19+
},
20+
"prrc": {
21+
"CF standard Name": "convective_rainfall_flux",
22+
"dimensions": {
23+
"time": "time",
24+
"lat": "lat",
25+
"lon": "lon"
26+
},
27+
"units": "kg m-2 s-1",
28+
"positive": null,
29+
"model_variables": [
30+
"fld_s05i205"
31+
],
32+
"calculation": {
33+
"type": "direct",
34+
"formula": "fld_s05i205"
35+
}
36+
},
37+
"prsnc": {
38+
"CF standard Name": "convective_snowfall_flux",
39+
"dimensions": {
40+
"time": "time",
41+
"lat": "lat",
42+
"lon": "lon"
43+
},
44+
"units": "kg m-2 s-1",
45+
"positive": null,
46+
"model_variables": [
47+
"fld_s05i206"
48+
],
49+
"calculation": {
50+
"type": "direct",
51+
"formula": "fld_s05i206"
52+
}
53+
},
54+
"ta": {
55+
"CF standard Name": "air_temperature",
56+
"dimensions": {
57+
"time": "time",
58+
"pressure": "plev",
59+
"lat": "lat",
60+
"lon": "lon"
61+
},
62+
"units": "K",
63+
"positive": null,
64+
"model_variables": [
65+
"fld_s30i294"
66+
],
67+
"calculation": {
68+
"type": "direct",
69+
"formula": "fld_s30i294"
70+
}
71+
},
72+
"ua": {
73+
"CF standard Name": "eastward_wind",
74+
"dimensions": {
75+
"time": "time",
76+
"pressure": "plev",
77+
"lat_v": "lat",
78+
"lon_u": "lon"
79+
},
80+
"units": "m s-1",
81+
"positive": null,
82+
"model_variables": [
83+
"fld_s30i201"
84+
],
85+
"calculation": {
86+
"type": "direct",
87+
"formula": "fld_s30i201"
88+
}
89+
},
90+
"va": {
91+
"CF standard Name": "northward_wind",
92+
"dimensions": {
93+
"time": "time",
94+
"pressure": "plev",
95+
"lat_v": "lat",
96+
"lon_u": "lon"
97+
},
98+
"units": "m s-1",
99+
"positive": null,
100+
"model_variables": [
101+
"fld_s30i202"
102+
],
103+
"calculation": {
104+
"type": "direct",
105+
"formula": "fld_s30i202"
106+
}
107+
},
108+
"wap": {
109+
"CF standard Name": "lagrangian_tendency_of_air_pressure",
110+
"dimensions": {
111+
"time": "time",
112+
"pressure": "plev",
113+
"lat": "lat",
114+
"lon": "lon"
115+
},
116+
"units": "Pa s-1",
117+
"positive": null,
118+
"model_variables": [
119+
"fld_s30i298"
120+
],
121+
"calculation": {
122+
"type": "direct",
123+
"formula": "fld_s30i298"
124+
}
125+
},
126+
"zg": {
127+
"CF standard Name": "geopotential_height",
128+
"dimensions": {
129+
"time": "time",
130+
"pressure": "plev",
131+
"lat": "lat",
132+
"lon": "lon"
133+
},
134+
"units": "m",
135+
"positive": null,
136+
"model_variables": [
137+
"fld_s30i297"
138+
],
139+
"calculation": {
140+
"type": "direct",
141+
"formula": "fld_s30i297"
142+
}
143+
}
144+
}

0 commit comments

Comments
 (0)