|
10 | 10 |
|
11 | 11 | AREA_LABEL_CELL_METHODS_MAPPER = CellMethodsSubStringMapperOrdered.from_unordered( |
12 | 12 | { |
13 | | - "area: mean (over land and sea ice)": "lsi", |
14 | | - "where air": "air", |
15 | | - "where cloud": "cl", |
16 | | - "where convective_cloud": "ccl", |
17 | | - "where crops": "crp", |
18 | | - "where floating_ice_shelf": "fis", |
19 | | - "where grounded_ice_sheet": "gis", |
20 | | - "where ice_free_sea": "ifs", |
21 | | - "where ice_sheet": "is", |
22 | | - "where land": "lnd", |
23 | | - "where land_ice": "li", |
24 | | - "where natural_grasses": "ng", |
25 | | - "where pastures": "pst", |
26 | | - "where sea": "sea", |
27 | | - "where sea_ice": "si", |
28 | | - "where sea_ice_melt_pond": "simp", |
29 | | - "where sea_ice_ridges": "sir", |
30 | | - "where sector": "multi", |
31 | | - "where shrubs": "shb", |
32 | | - "where snow": "sn", |
33 | | - "where stratiform_cloud": "scl", |
34 | | - "where trees": "tree", |
35 | | - "where unfrozen_soil": "ufs", |
36 | | - "where vegetation": "veg", |
37 | | - "where wetland": "wl", |
| 13 | + "over land and sea ice": "lsi", |
| 14 | + "air": "air", |
| 15 | + "cloud": "cl", |
| 16 | + "convective_cloud": "ccl", |
| 17 | + "crops": "crp", |
| 18 | + "floating_ice_shelf": "fis", |
| 19 | + "grounded_ice_sheet": "gis", |
| 20 | + "ice_free_sea": "ifs", |
| 21 | + "ice_sheet": "is", |
| 22 | + "land": "lnd", |
| 23 | + "land_ice": "li", |
| 24 | + "natural_grasses": "ng", |
| 25 | + "pastures": "pst", |
| 26 | + "sea": "sea", |
| 27 | + "sea_ice": "si", |
| 28 | + "sea_ice_melt_pond": "simp", |
| 29 | + "sea_ice_ridges": "sir", |
| 30 | + "sector": "multi", |
| 31 | + "shrubs": "shb", |
| 32 | + "snow": "sn", |
| 33 | + "stratiform_cloud": "scl", |
| 34 | + "trees": "tree", |
| 35 | + "unfrozen_soil": "ufs", |
| 36 | + "vegetation": "veg", |
| 37 | + "wetland": "wl", |
38 | 38 | } |
39 | 39 | ) |
40 | 40 | """ |
|
0 commit comments