Skip to content

Commit 93365f9

Browse files
committed
Stop for now
1 parent c688fc2 commit 93365f9

File tree

72 files changed

+2243
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2243
-12
lines changed

src-data/cell-method/amni-fx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "amni-fx",
3-
"validation-key": "amni-fx",
4-
"ui-label": "Fixed Area Mean over Ice Sheets",
5-
"description": "area: mean where ice_sheet",
3+
"validation-key": "area: mean where ice_sheet",
4+
"ui-label": "Spatial sum over ice sheets",
5+
"description": "Integral (sum) over space where there is ice sheets (for details, see https://cfconventions.org/Data/area-type-table/current/build/area-type-table.html).",
66
"mask": "",
77
"@context": "_context_",
88
"type": [
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"id": "amns-tmin",
3+
"validation-key": "area: mean where sea time: minimum",
4+
"ui-label": "Spatial mean over sea, time minimum",
5+
"description": "Average (mean) over the area where there is sea (for details, see https://cfconventions.org/Data/area-type-table/current/build/area-type-table.html). The value in each cell is the minimum over the time represented by the cell.",
6+
"mask": "",
7+
"@context": "_context_",
8+
"type": [
9+
"wcrp:cell-method",
10+
"variable"
11+
]
12+
}
13+

src-data/cell-method/asmi-tmn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "asmi-tmn",
3-
"validation-key": "asmi-tmn",
4-
"ui-label": "Time Mean of Area Sum on Ice Sheet",
5-
"description": "area: sum where ice_sheet time: mean",
3+
"validation-key": "area: sum where ice_sheet time: mean",
4+
"ui-label": "Spatial sum over ice sheets and time mean",
5+
"description": "Integral (sum) over space where there is ice sheets (for details, see https://cfconventions.org/Data/area-type-table/current/build/area-type-table.html) and average (mean) over time.",
66
"mask": "",
77
"@context": "_context_",
88
"type": [

src-data/cell-method/asms-tmn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "asms-tmn",
3-
"validation-key": "asms-tmn",
4-
"ui-label": "Time Mean of Area Sum on Sea-ice",
5-
"description": "area: sum where sea time: mean",
3+
"validation-key": "area: sum where sea time: mean",
4+
"ui-label": "Spatial sum over sea and time mean",
5+
"description": "Integral (sum) over space where there is sea (for details, see https://cfconventions.org/Data/area-type-table/current/build/area-type-table.html) and average (mean) over time.",
66
"mask": "",
77
"@context": "_context_",
88
"type": [
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"id": "bldep_tmax-u-hxy-u",
3+
"validation-key": "bldep_tmax-u-hxy-u",
4+
"ui-label": "Maximum PBL Height",
5+
"description": "maximum boundary layer height during the day (add cell\\_methods attribute: \"time: maximum\")",
6+
"area-label": "u",
7+
"cell-measures": "area: areacella",
8+
"cell-methods": "amn-tmax",
9+
"dimensions": [
10+
"longitude",
11+
"latitude",
12+
"time"
13+
],
14+
"frequency": "day",
15+
"horizontal-label": "hxy",
16+
"model-realm": "atmos",
17+
"out-name": "maxpblz",
18+
"physical-parameter-name": "maxpblz",
19+
"positive": "",
20+
"remove-cmip6-table": "AERday",
21+
"spatial-shape": "XY-na",
22+
"standard-name": "atmosphere_boundary_layer_thickness",
23+
"temporal-label": "tmax",
24+
"temporal-shape": "time-intv",
25+
"units": "m",
26+
"variable-root": "maxpblz",
27+
"vertical-label": "u",
28+
"@context": "_context_",
29+
"type": [
30+
"wcrp:variable",
31+
"variable-registry"
32+
]
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"id": "bldep_tmin-u-hxy-u",
3+
"validation-key": "bldep_tmin-u-hxy-u",
4+
"ui-label": "Minimum PBL Height",
5+
"description": "minimum boundary layer height during the day (add cell\\_methods attribute: \"time: minimum\")",
6+
"area-label": "u",
7+
"cell-measures": "area: areacella",
8+
"cell-methods": "amn-tmin",
9+
"dimensions": [
10+
"longitude",
11+
"latitude",
12+
"time"
13+
],
14+
"frequency": "day",
15+
"horizontal-label": "hxy",
16+
"model-realm": "atmos",
17+
"out-name": "minpblz",
18+
"physical-parameter-name": "minpblz",
19+
"positive": "",
20+
"remove-cmip6-table": "AERday",
21+
"spatial-shape": "XY-na",
22+
"standard-name": "atmosphere_boundary_layer_thickness",
23+
"temporal-label": "tmin",
24+
"temporal-shape": "time-intv",
25+
"units": "m",
26+
"variable-root": "minpblz",
27+
"vertical-label": "u",
28+
"@context": "_context_",
29+
"type": [
30+
"wcrp:variable",
31+
"variable-registry"
32+
]
33+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"id": "lailut_tavg-u-hxy-multi",
3+
"validation-key": "laiLut_tavg-u-hxy-multi",
4+
"ui-label": "Leaf Area Index on Land-Use Tile",
5+
"description": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.",
6+
"area-label": "multi",
7+
"cell-measures": "area: areacella",
8+
"cell-methods": "amlu-twm",
9+
"dimensions": [
10+
"longitude",
11+
"latitude",
12+
"landuse",
13+
"time"
14+
],
15+
"frequency": "mon",
16+
"horizontal-label": "hxy",
17+
"model-realm": "land",
18+
"out-name": "laiLut",
19+
"physical-parameter-name": "laiLut",
20+
"positive": "",
21+
"remove-cmip6-table": "Emon",
22+
"spatial-shape": "XY-na",
23+
"standard-name": "leaf_area_index",
24+
"temporal-label": "tavg",
25+
"temporal-shape": "time-intv",
26+
"units": "1",
27+
"variable-root": "lailut",
28+
"vertical-label": "u",
29+
"@context": "_context_",
30+
"type": [
31+
"wcrp:variable",
32+
"variable-registry"
33+
]
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"id": "laivgt_tavg-u-hxy-multi",
3+
"validation-key": "laiVgt_tavg-u-hxy-multi",
4+
"ui-label": "Leaf Area Index on Vegetation type",
5+
"description": "A ratio obtained by dividing the total upper leaf surface area of vegetation by the (horizontal) surface area of the land on which it grows.",
6+
"area-label": "multi",
7+
"cell-measures": "area: areacella",
8+
"cell-methods": "amlu-twm",
9+
"dimensions": [
10+
"longitude",
11+
"latitude",
12+
"vegtype",
13+
"time"
14+
],
15+
"frequency": "day",
16+
"horizontal-label": "hxy",
17+
"model-realm": "land",
18+
"out-name": "laiVgt",
19+
"physical-parameter-name": "laiVgt",
20+
"positive": "",
21+
"remove-cmip6-table": "Eday",
22+
"spatial-shape": "XY-na",
23+
"standard-name": "leaf_area_index",
24+
"temporal-label": "tavg",
25+
"temporal-shape": "time-intv",
26+
"units": "1",
27+
"variable-root": "laivgt",
28+
"vertical-label": "u",
29+
"@context": "_context_",
30+
"type": [
31+
"wcrp:variable",
32+
"variable-registry"
33+
]
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"id": "landcoverfrac_tavg-u-hxy-u",
3+
"validation-key": "landCoverFrac_tavg-u-hxy-u",
4+
"ui-label": "Percentage of Area by Vegetation or Land-Cover Category",
5+
"description": "The categories may differ from model to model, depending on their PFT definitions. This may include natural PFTs, anthropogenic PFTs, bare soil, lakes, urban areas, etc. Sum of all should equal the fraction of the grid-cell that is land.",
6+
"area-label": "u",
7+
"cell-measures": "area: areacella",
8+
"cell-methods": "amn-twm",
9+
"dimensions": [
10+
"longitude",
11+
"latitude",
12+
"vegtype",
13+
"time"
14+
],
15+
"frequency": "mon",
16+
"horizontal-label": "hxy",
17+
"model-realm": "land",
18+
"out-name": "landCoverFrac",
19+
"physical-parameter-name": "landCoverFrac",
20+
"positive": "",
21+
"remove-cmip6-table": "Lmon",
22+
"spatial-shape": "XY-na",
23+
"standard-name": "area_fraction",
24+
"temporal-label": "tavg",
25+
"temporal-shape": "time-intv",
26+
"units": "%",
27+
"variable-root": "landcoverfrac",
28+
"vertical-label": "u",
29+
"@context": "_context_",
30+
"type": [
31+
"wcrp:variable",
32+
"variable-registry"
33+
]
34+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"id": "lat_ti-u-hxys-u",
3+
"validation-key": "lat_ti-u-hxys-u",
4+
"ui-label": "Latitude",
5+
"description": "Latitude is positive northward; its units of degree\\_north (or equivalent) indicate this explicitly. In a latitude-longitude system defined with respect to a rotated North Pole, the standard name of grid\\_latitude should be used instead of latitude. Grid latitude is positive in the grid-northward direction, but its units should be plain degree.",
6+
"area-label": "u",
7+
"cell-measures": "",
8+
"cell-methods": "apt-fx",
9+
"dimensions": [
10+
"site"
11+
],
12+
"frequency": "fx",
13+
"horizontal-label": "hxys",
14+
"model-realm": "atmos",
15+
"out-name": "lat",
16+
"physical-parameter-name": "lat",
17+
"positive": "",
18+
"remove-cmip6-table": "fx",
19+
"spatial-shape": "S-na",
20+
"standard-name": "latitude",
21+
"temporal-label": "ti",
22+
"temporal-shape": "None",
23+
"units": "degrees_north",
24+
"variable-root": "lat",
25+
"vertical-label": "u",
26+
"@context": "_context_",
27+
"type": [
28+
"wcrp:variable",
29+
"variable-registry"
30+
]
31+
}

0 commit comments

Comments
 (0)