Get a list of Phenomenon objects. Phenomena have many to many mapping with Observations.

### Available end points:

- `/phenomena/` - Will list all phenomena in the database
- `/phenomena.json` - Will return all phenomena in json format
- `/phenomena/<object_id>/` - Returns phenomena object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `names`
- `terms`


### How to use filters:

`/phenomena/?names__name__contains=sea`

`/phenomena.json?terms__vocabulary=cf_standard_names`

GET /api/v2/phenomona/?format=api&offset=13100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53163,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=13200",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=13000",
    "results": [
        {
            "ob_id": 29099,
            "names": [
                {
                    "ob_id": 22674,
                    "name": "gridbox mean pseudo-station variance (sbarSQ for sampling uncertainty) for gridbox anomaly values"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32189,
                    "label": "long_name",
                    "value": "gridbox mean pseudo-station variance (sbarSQ for sampling uncertainty) for gridbox anomaly values",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32190,
                    "label": "var_id",
                    "value": "anoms_sbarsq",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29100,
            "names": [
                {
                    "ob_id": 22675,
                    "name": "uncorrelated 2 sigma uncertainty for measurement for actual values"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32191,
                    "label": "long_name",
                    "value": "uncorrelated 2 sigma uncertainty for measurement for actual values",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32192,
                    "label": "var_id",
                    "value": "abs_measunc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29101,
            "names": [
                {
                    "ob_id": 22676,
                    "name": "uncorrelated 2 sigma uncertainty for measurement for anomaly values"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32193,
                    "label": "long_name",
                    "value": "uncorrelated 2 sigma uncertainty for measurement for anomaly values",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32194,
                    "label": "var_id",
                    "value": "anoms_measunc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29102,
            "names": [
                {
                    "ob_id": 22677,
                    "name": "uncorrelated 2 sigma uncertainty for whole number reporting for actual values"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32195,
                    "label": "long_name",
                    "value": "uncorrelated 2 sigma uncertainty for whole number reporting for actual values",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32196,
                    "label": "var_id",
                    "value": "abs_wholeunc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29103,
            "names": [
                {
                    "ob_id": 22678,
                    "name": "uncorrelated 2 sigma uncertainty for whole number reporting for anomaly values"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32197,
                    "label": "long_name",
                    "value": "uncorrelated 2 sigma uncertainty for whole number reporting for anomaly values",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32198,
                    "label": "var_id",
                    "value": "anoms_wholeunc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29104,
            "names": [
                {
                    "ob_id": 22679,
                    "name": "near surface (~10m) air temperature anomaly"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13167,
                    "label": "var_id",
                    "value": "tasa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32199,
                    "label": "long_name",
                    "value": "near surface (~10m) air temperature anomaly",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29105,
            "names": [
                {
                    "ob_id": 22680,
                    "name": "near surface (~10m) air temperature climatological standard deviations"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32200,
                    "label": "long_name",
                    "value": "near surface (~10m) air temperature climatological standard deviations",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32201,
                    "label": "var_id",
                    "value": "clmstd",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29106,
            "names": [
                {
                    "ob_id": 22681,
                    "name": "near surface (~10m) air temperature climatology"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13169,
                    "label": "var_id",
                    "value": "clm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32202,
                    "label": "long_name",
                    "value": "near surface (~10m) air temperature climatology",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29107,
            "names": [
                {
                    "ob_id": 226,
                    "name": "air_temperature"
                },
                {
                    "ob_id": 22682,
                    "name": "near surface (~10m) air temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 255,
                    "label": "var_id",
                    "value": "tas",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32203,
                    "label": "long_name",
                    "value": "near surface (~10m) air temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29108,
            "names": [
                {
                    "ob_id": 22683,
                    "name": "near surface (~10m) dewpoint depression anomaly"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13174,
                    "label": "var_id",
                    "value": "dpdsa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32204,
                    "label": "long_name",
                    "value": "near surface (~10m) dewpoint depression anomaly",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29109,
            "names": [
                {
                    "ob_id": 22684,
                    "name": "near surface (~10m) dewpoint depression climatological standard deviations"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32201,
                    "label": "var_id",
                    "value": "clmstd",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32205,
                    "label": "long_name",
                    "value": "near surface (~10m) dewpoint depression climatological standard deviations",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29110,
            "names": [
                {
                    "ob_id": 22685,
                    "name": "near surface (~10m) dewpoint depression climatology"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13169,
                    "label": "var_id",
                    "value": "clm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32206,
                    "label": "long_name",
                    "value": "near surface (~10m) dewpoint depression climatology",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29111,
            "names": [
                {
                    "ob_id": 8596,
                    "name": "dew_point_depression"
                },
                {
                    "ob_id": 22686,
                    "name": "near surface (~10m) dewpoint depression"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13178,
                    "label": "standard_name",
                    "value": "dew_point_depression",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 13179,
                    "label": "var_id",
                    "value": "dpds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32207,
                    "label": "long_name",
                    "value": "near surface (~10m) dewpoint depression",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29112,
            "names": [
                {
                    "ob_id": 22687,
                    "name": "near surface (~10m) dewpoint temperature anomaly"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13181,
                    "label": "var_id",
                    "value": "tdsa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32208,
                    "label": "long_name",
                    "value": "near surface (~10m) dewpoint temperature anomaly",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29113,
            "names": [
                {
                    "ob_id": 22688,
                    "name": "near surface (~10m) dewpoint temperature climatological standard deviations"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32201,
                    "label": "var_id",
                    "value": "clmstd",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32209,
                    "label": "long_name",
                    "value": "near surface (~10m) dewpoint temperature climatological standard deviations",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29114,
            "names": [
                {
                    "ob_id": 22689,
                    "name": "near surface (~10m) dewpoint temperature climatology"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13169,
                    "label": "var_id",
                    "value": "clm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32210,
                    "label": "long_name",
                    "value": "near surface (~10m) dewpoint temperature climatology",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29115,
            "names": [
                {
                    "ob_id": 227,
                    "name": "dew_point_temperature"
                },
                {
                    "ob_id": 22690,
                    "name": "near surface (~10m) dewpoint temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 4272,
                    "label": "standard_name",
                    "value": "dew_point_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 13185,
                    "label": "var_id",
                    "value": "tds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32211,
                    "label": "long_name",
                    "value": "near surface (~10m) dewpoint temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29116,
            "names": [
                {
                    "ob_id": 22691,
                    "name": "near surface (~10m) relative humidity anomaly"
                }
            ],
            "terms": [
                {
                    "ob_id": 13165,
                    "label": "units",
                    "value": "%rh",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13187,
                    "label": "var_id",
                    "value": "hursa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32212,
                    "label": "long_name",
                    "value": "near surface (~10m) relative humidity anomaly",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29117,
            "names": [
                {
                    "ob_id": 22692,
                    "name": "near surface (~10m) relative humidity climatological standard deviations"
                }
            ],
            "terms": [
                {
                    "ob_id": 13165,
                    "label": "units",
                    "value": "%rh",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32201,
                    "label": "var_id",
                    "value": "clmstd",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32213,
                    "label": "long_name",
                    "value": "near surface (~10m) relative humidity climatological standard deviations",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29118,
            "names": [
                {
                    "ob_id": 22693,
                    "name": "near surface (~10m) relative humidity climatology"
                }
            ],
            "terms": [
                {
                    "ob_id": 13165,
                    "label": "units",
                    "value": "%rh",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13169,
                    "label": "var_id",
                    "value": "clm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32214,
                    "label": "long_name",
                    "value": "near surface (~10m) relative humidity climatology",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29119,
            "names": [
                {
                    "ob_id": 231,
                    "name": "relative_humidity"
                },
                {
                    "ob_id": 22694,
                    "name": "near surface (~10m) relative humidity"
                }
            ],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 11393,
                    "label": "var_id",
                    "value": "hurs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13165,
                    "label": "units",
                    "value": "%rh",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32215,
                    "label": "long_name",
                    "value": "near surface (~10m) relative humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29120,
            "names": [
                {
                    "ob_id": 22695,
                    "name": "near surface (~10m) vapor pressure anomaly"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13197,
                    "label": "var_id",
                    "value": "vpsa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32216,
                    "label": "long_name",
                    "value": "near surface (~10m) vapor pressure anomaly",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29121,
            "names": [
                {
                    "ob_id": 22696,
                    "name": "near surface (~10m) vapor pressure climatological standard deviations"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32201,
                    "label": "var_id",
                    "value": "clmstd",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32217,
                    "label": "long_name",
                    "value": "near surface (~10m) vapor pressure climatological standard deviations",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29122,
            "names": [
                {
                    "ob_id": 22697,
                    "name": "near surface (~10m) vapor pressure climatology"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13169,
                    "label": "var_id",
                    "value": "clm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32218,
                    "label": "long_name",
                    "value": "near surface (~10m) vapor pressure climatology",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29123,
            "names": [
                {
                    "ob_id": 7867,
                    "name": "water_vapor_partial_pressure_in_air"
                },
                {
                    "ob_id": 22698,
                    "name": "near surface (~10m) vapor pressure"
                }
            ],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11975,
                    "label": "standard_name",
                    "value": "water_vapor_partial_pressure_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 13201,
                    "label": "var_id",
                    "value": "vps",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32219,
                    "label": "long_name",
                    "value": "near surface (~10m) vapor pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29124,
            "names": [
                {
                    "ob_id": 22699,
                    "name": "near surface (~10m) wetbulb temperature anomaly"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13203,
                    "label": "var_id",
                    "value": "twsa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32220,
                    "label": "long_name",
                    "value": "near surface (~10m) wetbulb temperature anomaly",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29125,
            "names": [
                {
                    "ob_id": 22700,
                    "name": "near surface (~10m) wetbulb temperature climatological standard deviations"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32201,
                    "label": "var_id",
                    "value": "clmstd",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32221,
                    "label": "long_name",
                    "value": "near surface (~10m) wetbulb temperature climatological standard deviations",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29126,
            "names": [
                {
                    "ob_id": 22701,
                    "name": "near surface (~10m) wetbulb temperature climatology"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13169,
                    "label": "var_id",
                    "value": "clm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32222,
                    "label": "long_name",
                    "value": "near surface (~10m) wetbulb temperature climatology",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29127,
            "names": [
                {
                    "ob_id": 2217,
                    "name": "wet_bulb_temperature"
                },
                {
                    "ob_id": 22702,
                    "name": "near surface (~10m) wetbulb temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 134,
                    "label": "units",
                    "value": "deg C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6830,
                    "label": "standard_name",
                    "value": "wet_bulb_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 13207,
                    "label": "var_id",
                    "value": "tws",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32223,
                    "label": "long_name",
                    "value": "near surface (~10m) wetbulb temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29130,
            "names": [],
            "terms": [
                {
                    "ob_id": 5853,
                    "label": "units",
                    "value": "K2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32228,
                    "label": "var_id",
                    "value": "t10m_cov",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29131,
            "names": [],
            "terms": [
                {
                    "ob_id": 5853,
                    "label": "units",
                    "value": "K2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32229,
                    "label": "var_id",
                    "value": "t20m_cov",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29132,
            "names": [],
            "terms": [
                {
                    "ob_id": 5853,
                    "label": "units",
                    "value": "K2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32230,
                    "label": "var_id",
                    "value": "t2m_cov",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29133,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32231,
                    "label": "var_id",
                    "value": "longitude_vector_1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29134,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32232,
                    "label": "var_id",
                    "value": "longitude_vector_2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29135,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32233,
                    "label": "var_id",
                    "value": "latitude_vector_1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29136,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32234,
                    "label": "var_id",
                    "value": "latitude_vector_2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29148,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8471,
                    "label": "var_id",
                    "value": "longitude_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29149,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8470,
                    "label": "var_id",
                    "value": "latitude_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29180,
            "names": [
                {
                    "ob_id": 22745,
                    "name": "near surface (~10m) specific humidity anomaly"
                }
            ],
            "terms": [
                {
                    "ob_id": 64,
                    "label": "units",
                    "value": "g/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13192,
                    "label": "var_id",
                    "value": "hussa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32306,
                    "label": "long_name",
                    "value": "near surface (~10m) specific humidity anomaly",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29181,
            "names": [
                {
                    "ob_id": 22746,
                    "name": "near surface (~10m) specific humidity climatological standard deviations"
                }
            ],
            "terms": [
                {
                    "ob_id": 64,
                    "label": "units",
                    "value": "g/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32201,
                    "label": "var_id",
                    "value": "clmstd",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32307,
                    "label": "long_name",
                    "value": "near surface (~10m) specific humidity climatological standard deviations",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29182,
            "names": [
                {
                    "ob_id": 22747,
                    "name": "near surface (~10m) specific humidity climatology"
                }
            ],
            "terms": [
                {
                    "ob_id": 64,
                    "label": "units",
                    "value": "g/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13169,
                    "label": "var_id",
                    "value": "clm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32308,
                    "label": "long_name",
                    "value": "near surface (~10m) specific humidity climatology",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29183,
            "names": [
                {
                    "ob_id": 2372,
                    "name": "specific_humidity"
                },
                {
                    "ob_id": 22748,
                    "name": "near surface (~10m) specific humidity"
                }
            ],
            "terms": [
                {
                    "ob_id": 64,
                    "label": "units",
                    "value": "g/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3085,
                    "label": "standard_name",
                    "value": "specific_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 3725,
                    "label": "var_id",
                    "value": "huss",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32309,
                    "label": "long_name",
                    "value": "near surface (~10m) specific humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29189,
            "names": [
                {
                    "ob_id": 7777,
                    "name": "cell index along first dimension"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11836,
                    "label": "long_name",
                    "value": "cell index along first dimension",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30079,
                    "label": "var_id",
                    "value": "ni",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29190,
            "names": [
                {
                    "ob_id": 7778,
                    "name": "cell index along second dimension"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11838,
                    "label": "long_name",
                    "value": "cell index along second dimension",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30078,
                    "label": "var_id",
                    "value": "nj",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29191,
            "names": [
                {
                    "ob_id": 2356,
                    "name": "sea_water_potential_temperature"
                },
                {
                    "ob_id": 22755,
                    "name": "Vertically Averaged Sea Water Potential Temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3041,
                    "label": "standard_name",
                    "value": "sea_water_potential_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32319,
                    "label": "long_name",
                    "value": "Vertically Averaged Sea Water Potential Temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32320,
                    "label": "var_id",
                    "value": "thetaot",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29192,
            "names": [
                {
                    "ob_id": 21408,
                    "name": "sea_water_conservative_temperature"
                },
                {
                    "ob_id": 22756,
                    "name": "Sea Water Conservative Temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30171,
                    "label": "standard_name",
                    "value": "sea_water_conservative_temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30172,
                    "label": "var_id",
                    "value": "bigthetao",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32321,
                    "label": "long_name",
                    "value": "Sea Water Conservative Temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29193,
            "names": [
                {
                    "ob_id": 6741,
                    "name": "area_fraction"
                },
                {
                    "ob_id": 22757,
                    "name": "Percentage of Area by Vegetation or Land-Cover Category"
                }
            ],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 10057,
                    "label": "standard_name",
                    "value": "area_fraction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 19483,
                    "label": "var_id",
                    "value": "landCoverFrac",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32322,
                    "label": "long_name",
                    "value": "Percentage of Area by Vegetation or Land-Cover Category",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29194,
            "names": [
                {
                    "ob_id": 22006,
                    "name": "Vegetation or Land Cover Type"
                }
            ],
            "terms": [
                {
                    "ob_id": 30169,
                    "label": "var_id",
                    "value": "sector",
                    "vocabulary": ""
                },
                {
                    "ob_id": 31035,
                    "label": "long_name",
                    "value": "Vegetation or Land Cover Type",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29195,
            "names": [
                {
                    "ob_id": 22758,
                    "name": "area of grid cell atm"
                }
            ],
            "terms": [
                {
                    "ob_id": 5785,
                    "label": "var_id",
                    "value": "areacella",
                    "vocabulary": ""
                },
                {
                    "ob_id": 10021,
                    "label": "units",
                    "value": "m**2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32323,
                    "label": "long_name",
                    "value": "area of grid cell atm",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29196,
            "names": [
                {
                    "ob_id": 1755,
                    "name": "height"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2261,
                    "label": "standard_name",
                    "value": "height",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2262,
                    "label": "var_id",
                    "value": "height",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7228,
                    "label": "long_name",
                    "value": "height",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29197,
            "names": [
                {
                    "ob_id": 22759,
                    "name": "level bounds"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5608,
                    "label": "var_id",
                    "value": "lev_bnds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32324,
                    "label": "long_name",
                    "value": "level bounds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29198,
            "names": [],
            "terms": [
                {
                    "ob_id": 20480,
                    "label": "var_id",
                    "value": "bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29199,
            "names": [],
            "terms": [
                {
                    "ob_id": 32325,
                    "label": "var_id",
                    "value": "wavelength_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29200,
            "names": [
                {
                    "ob_id": 7777,
                    "name": "cell index along first dimension"
                },
                {
                    "ob_id": 7830,
                    "name": "projection_x_coordinate"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11836,
                    "label": "long_name",
                    "value": "cell index along first dimension",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11837,
                    "label": "var_id",
                    "value": "i",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11904,
                    "label": "standard_name",
                    "value": "projection_x_coordinate",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 29201,
            "names": [
                {
                    "ob_id": 7778,
                    "name": "cell index along second dimension"
                },
                {
                    "ob_id": 7831,
                    "name": "projection_y_coordinate"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11838,
                    "label": "long_name",
                    "value": "cell index along second dimension",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11839,
                    "label": "var_id",
                    "value": "j",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11906,
                    "label": "standard_name",
                    "value": "projection_y_coordinate",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 29202,
            "names": [
                {
                    "ob_id": 22760,
                    "name": "Fraction of time steps with sea ice"
                },
                {
                    "ob_id": 22761,
                    "name": "sea_ice_time_fraction"
                }
            ],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30468,
                    "label": "var_id",
                    "value": "sitimefrac",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32326,
                    "label": "long_name",
                    "value": "Fraction of time steps with sea ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32327,
                    "label": "standard_name",
                    "value": "sea_ice_time_fraction",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29204,
            "names": [
                {
                    "ob_id": 3664,
                    "name": "sea_surface_temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6318,
                    "label": "standard_name",
                    "value": "sea_surface_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 9101,
                    "label": "var_id",
                    "value": "tos",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29209,
            "names": [
                {
                    "ob_id": 527,
                    "name": "depth"
                },
                {
                    "ob_id": 7517,
                    "name": "depth_below_sea"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3011,
                    "label": "standard_name",
                    "value": "depth",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 7220,
                    "label": "var_id",
                    "value": "depth_2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11423,
                    "label": "long_name",
                    "value": "depth_below_sea",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29210,
            "names": [],
            "terms": [
                {
                    "ob_id": 32329,
                    "label": "var_id",
                    "value": "depth_2_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29211,
            "names": [
                {
                    "ob_id": 6547,
                    "name": "northward_ocean_salt_transport_due_to_gyre"
                },
                {
                    "ob_id": 22763,
                    "name": "Northward Ocean Salt Transport due to Gyre"
                }
            ],
            "terms": [
                {
                    "ob_id": 9634,
                    "label": "units",
                    "value": "kg s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9642,
                    "label": "standard_name",
                    "value": "northward_ocean_salt_transport_due_to_gyre",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 9643,
                    "label": "var_id",
                    "value": "sltovgyre",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32330,
                    "label": "long_name",
                    "value": "Northward Ocean Salt Transport due to Gyre",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29212,
            "names": [
                {
                    "ob_id": 13021,
                    "name": "sea_water_pressure_at_sea_floor"
                },
                {
                    "ob_id": 14418,
                    "name": "Sea Water Pressure at Sea floor"
                }
            ],
            "terms": [
                {
                    "ob_id": 139,
                    "label": "units",
                    "value": "Pa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18322,
                    "label": "standard_name",
                    "value": "sea_water_pressure_at_sea_floor",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20122,
                    "label": "long_name",
                    "value": "Sea Water Pressure at Sea floor",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20123,
                    "label": "var_id",
                    "value": "pbo",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29222,
            "names": [
                {
                    "ob_id": 2379,
                    "name": "toa_outgoing_longwave_flux_assuming_clear_sky"
                },
                {
                    "ob_id": 22764,
                    "name": "TOA Outgoing Clear-sky Longwave Radiation"
                }
            ],
            "terms": [
                {
                    "ob_id": 952,
                    "label": "var_id",
                    "value": "rlutcs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3111,
                    "label": "standard_name",
                    "value": "toa_outgoing_longwave_flux_assuming_clear_sky",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32331,
                    "label": "long_name",
                    "value": "TOA Outgoing Clear-sky Longwave Radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29232,
            "names": [
                {
                    "ob_id": 11467,
                    "name": "number_concentration_of_cloud_condensation_nuclei_at_stp_in_air"
                },
                {
                    "ob_id": 22765,
                    "name": "Cloud Condensation Nuclei Concentration at Liquid Cloud Top"
                }
            ],
            "terms": [
                {
                    "ob_id": 5939,
                    "label": "units",
                    "value": "m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6445,
                    "label": "var_id",
                    "value": "ccn",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16337,
                    "label": "standard_name",
                    "value": "number_concentration_of_cloud_condensation_nuclei_at_stp_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32332,
                    "label": "long_name",
                    "value": "Cloud Condensation Nuclei Concentration at Liquid Cloud Top",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29233,
            "names": [
                {
                    "ob_id": 7698,
                    "name": "northward_ocean_salt_transport"
                },
                {
                    "ob_id": 7787,
                    "name": "Northward Ocean Salt Transport"
                }
            ],
            "terms": [
                {
                    "ob_id": 9634,
                    "label": "units",
                    "value": "kg s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11701,
                    "label": "standard_name",
                    "value": "northward_ocean_salt_transport",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 11852,
                    "label": "long_name",
                    "value": "Northward Ocean Salt Transport",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32333,
                    "label": "var_id",
                    "value": "sltbasin",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29236,
            "names": [
                {
                    "ob_id": 12784,
                    "name": "surface_downward_heat_flux_in_sea_water"
                }
            ],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 17869,
                    "label": "standard_name",
                    "value": "surface_downward_heat_flux_in_sea_water",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 20185,
                    "label": "var_id",
                    "value": "hfds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29237,
            "names": [
                {
                    "ob_id": 229,
                    "name": "latitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30324,
                    "label": "var_id",
                    "value": "vertices_latitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29238,
            "names": [
                {
                    "ob_id": 230,
                    "name": "longitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30323,
                    "label": "var_id",
                    "value": "vertices_longitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29239,
            "names": [
                {
                    "ob_id": 4220,
                    "name": "surface_snow_thickness"
                },
                {
                    "ob_id": 5873,
                    "name": "Snow thickness"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6968,
                    "label": "standard_name",
                    "value": "surface_snow_thickness",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 8694,
                    "label": "long_name",
                    "value": "Snow thickness",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30543,
                    "label": "var_id",
                    "value": "sisnthick",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29240,
            "names": [
                {
                    "ob_id": 14455,
                    "name": "sea_ice_surface_temperature"
                },
                {
                    "ob_id": 22766,
                    "name": "Surface temperature of sea ice"
                }
            ],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20178,
                    "label": "standard_name",
                    "value": "sea_ice_surface_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30438,
                    "label": "var_id",
                    "value": "sitemptop",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32334,
                    "label": "long_name",
                    "value": "Surface temperature of sea ice",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29241,
            "names": [
                {
                    "ob_id": 7489,
                    "name": "sea_ice_x_velocity"
                },
                {
                    "ob_id": 22767,
                    "name": "X-component of sea ice velocity"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11385,
                    "label": "standard_name",
                    "value": "sea_ice_x_velocity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30564,
                    "label": "var_id",
                    "value": "siu",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32335,
                    "label": "long_name",
                    "value": "X-component of sea ice velocity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29242,
            "names": [
                {
                    "ob_id": 7494,
                    "name": "sea_ice_y_velocity"
                },
                {
                    "ob_id": 22768,
                    "name": "Y-component of sea ice velocity"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11390,
                    "label": "standard_name",
                    "value": "sea_ice_y_velocity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30631,
                    "label": "var_id",
                    "value": "siv",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32336,
                    "label": "long_name",
                    "value": "Y-component of sea ice velocity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29243,
            "names": [
                {
                    "ob_id": 2359,
                    "name": "upward_sea_water_velocity"
                },
                {
                    "ob_id": 22769,
                    "name": "Sea Water Z Velocity"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3046,
                    "label": "standard_name",
                    "value": "upward_sea_water_velocity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 6253,
                    "label": "var_id",
                    "value": "wo",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32337,
                    "label": "long_name",
                    "value": "Sea Water Z Velocity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29244,
            "names": [
                {
                    "ob_id": 2390,
                    "name": "sea_ice_thickness"
                },
                {
                    "ob_id": 22770,
                    "name": "Sea-ice volume per area"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3144,
                    "label": "standard_name",
                    "value": "sea_ice_thickness",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30526,
                    "label": "var_id",
                    "value": "sivol",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32338,
                    "label": "long_name",
                    "value": "Sea-ice volume per area",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29245,
            "names": [
                {
                    "ob_id": 7780,
                    "name": "surface_downward_x_stress"
                },
                {
                    "ob_id": 22771,
                    "name": "X-component of atmospheric stress on sea ice"
                }
            ],
            "terms": [
                {
                    "ob_id": 2318,
                    "label": "units",
                    "value": "N m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11841,
                    "label": "standard_name",
                    "value": "surface_downward_x_stress",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32339,
                    "label": "long_name",
                    "value": "X-component of atmospheric stress on sea ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32340,
                    "label": "var_id",
                    "value": "sistrxdtop",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29246,
            "names": [
                {
                    "ob_id": 7781,
                    "name": "surface_downward_y_stress"
                },
                {
                    "ob_id": 22772,
                    "name": "Y-component of atmospheric stress on sea ice"
                }
            ],
            "terms": [
                {
                    "ob_id": 2318,
                    "label": "units",
                    "value": "N m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11843,
                    "label": "standard_name",
                    "value": "surface_downward_y_stress",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32341,
                    "label": "long_name",
                    "value": "Y-component of atmospheric stress on sea ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32342,
                    "label": "var_id",
                    "value": "sistrydtop",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29247,
            "names": [
                {
                    "ob_id": 229,
                    "name": "latitude"
                },
                {
                    "ob_id": 1718,
                    "name": "Latitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 7,
                    "label": "units",
                    "value": "degrees",
                    "vocabulary": ""
                },
                {
                    "ob_id": 72,
                    "label": "standard_name",
                    "value": "latitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2195,
                    "label": "var_id",
                    "value": "lat",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2236,
                    "label": "long_name",
                    "value": "Latitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29248,
            "names": [
                {
                    "ob_id": 230,
                    "name": "longitude"
                },
                {
                    "ob_id": 1719,
                    "name": "Longitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 7,
                    "label": "units",
                    "value": "degrees",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2192,
                    "label": "var_id",
                    "value": "lon",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2237,
                    "label": "long_name",
                    "value": "Longitude",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29249,
            "names": [
                {
                    "ob_id": 7472,
                    "name": "ocean sigma over z coordinate"
                },
                {
                    "ob_id": 22773,
                    "name": "ocean_sigma_z_coordinate"
                }
            ],
            "terms": [
                {
                    "ob_id": 5598,
                    "label": "var_id",
                    "value": "lev",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11357,
                    "label": "long_name",
                    "value": "ocean sigma over z coordinate",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32343,
                    "label": "standard_name",
                    "value": "ocean_sigma_z_coordinate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29250,
            "names": [
                {
                    "ob_id": 22773,
                    "name": "ocean_sigma_z_coordinate"
                }
            ],
            "terms": [
                {
                    "ob_id": 5608,
                    "label": "var_id",
                    "value": "lev_bnds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32343,
                    "label": "standard_name",
                    "value": "ocean_sigma_z_coordinate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29251,
            "names": [
                {
                    "ob_id": 2382,
                    "name": "convective_rainfall_flux"
                },
                {
                    "ob_id": 22774,
                    "name": "Convective Rainfall Rate"
                }
            ],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3119,
                    "label": "standard_name",
                    "value": "convective_rainfall_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32344,
                    "label": "long_name",
                    "value": "Convective Rainfall Rate",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32345,
                    "label": "var_id",
                    "value": "prrc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29252,
            "names": [
                {
                    "ob_id": 2424,
                    "name": "rainfall_flux"
                },
                {
                    "ob_id": 22775,
                    "name": "Rainfall Flux"
                }
            ],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3229,
                    "label": "standard_name",
                    "value": "rainfall_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30494,
                    "label": "var_id",
                    "value": "prra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32346,
                    "label": "long_name",
                    "value": "Rainfall Flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29253,
            "names": [
                {
                    "ob_id": 230,
                    "name": "longitude"
                }
            ],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 76,
                    "label": "standard_name",
                    "value": "longitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 221,
                    "label": "long_name",
                    "value": "longitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32347,
                    "label": "var_id",
                    "value": "lon_3",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29255,
            "names": [],
            "terms": [
                {
                    "ob_id": 32348,
                    "label": "var_id",
                    "value": "lat_2_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29256,
            "names": [],
            "terms": [
                {
                    "ob_id": 32349,
                    "label": "var_id",
                    "value": "lon_2_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29257,
            "names": [],
            "terms": [
                {
                    "ob_id": 32350,
                    "label": "var_id",
                    "value": "lat_3_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29258,
            "names": [],
            "terms": [
                {
                    "ob_id": 32351,
                    "label": "var_id",
                    "value": "lon_3_bnds",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29259,
            "names": [
                {
                    "ob_id": 22760,
                    "name": "Fraction of time steps with sea ice"
                },
                {
                    "ob_id": 22761,
                    "name": "sea_ice_time_fraction"
                }
            ],
            "terms": [
                {
                    "ob_id": 11959,
                    "label": "units",
                    "value": "1.0",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30468,
                    "label": "var_id",
                    "value": "sitimefrac",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32326,
                    "label": "long_name",
                    "value": "Fraction of time steps with sea ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32327,
                    "label": "standard_name",
                    "value": "sea_ice_time_fraction",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29262,
            "names": [
                {
                    "ob_id": 22780,
                    "name": "Net conductive heat flux in ice at the surface"
                },
                {
                    "ob_id": 22781,
                    "name": "conductive_heat_flux_at_sea_ice_surface"
                }
            ],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30487,
                    "label": "var_id",
                    "value": "siflcondtop",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32357,
                    "label": "long_name",
                    "value": "Net conductive heat flux in ice at the surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32358,
                    "label": "standard_name",
                    "value": "conductive_heat_flux_at_sea_ice_surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29264,
            "names": [
                {
                    "ob_id": 22784,
                    "name": "Sea ice extent North"
                },
                {
                    "ob_id": 22785,
                    "name": "sea_ice_extent"
                }
            ],
            "terms": [
                {
                    "ob_id": 30117,
                    "label": "units",
                    "value": "1e6 km2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32361,
                    "label": "long_name",
                    "value": "Sea ice extent North",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32362,
                    "label": "standard_name",
                    "value": "sea_ice_extent",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32363,
                    "label": "var_id",
                    "value": "siextentn",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29265,
            "names": [
                {
                    "ob_id": 22785,
                    "name": "sea_ice_extent"
                },
                {
                    "ob_id": 22786,
                    "name": "Sea ice extent South"
                }
            ],
            "terms": [
                {
                    "ob_id": 30117,
                    "label": "units",
                    "value": "1e6 km2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32362,
                    "label": "standard_name",
                    "value": "sea_ice_extent",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32364,
                    "label": "long_name",
                    "value": "Sea ice extent South",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32365,
                    "label": "var_id",
                    "value": "siextents",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29266,
            "names": [
                {
                    "ob_id": 14450,
                    "name": "sea_ice_transport_across_line"
                },
                {
                    "ob_id": 22787,
                    "name": "Sea mass area flux through straits"
                }
            ],
            "terms": [
                {
                    "ob_id": 9634,
                    "label": "units",
                    "value": "kg s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20170,
                    "label": "standard_name",
                    "value": "sea_ice_transport_across_line",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32366,
                    "label": "long_name",
                    "value": "Sea mass area flux through straits",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32367,
                    "label": "var_id",
                    "value": "simassacrossline",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29267,
            "names": [
                {
                    "ob_id": 17529,
                    "name": "sea_ice_freeboard"
                },
                {
                    "ob_id": 22788,
                    "name": "Sea-ice freeboard"
                }
            ],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 25005,
                    "label": "standard_name",
                    "value": "sea_ice_freeboard",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30503,
                    "label": "var_id",
                    "value": "sifb",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32368,
                    "label": "long_name",
                    "value": "Sea-ice freeboard",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29268,
            "names": [
                {
                    "ob_id": 14448,
                    "name": "integral_of_sea_ice_temperature_wrt_depth_expressed_as_heat_content"
                },
                {
                    "ob_id": 22789,
                    "name": "Sea-ice heat content per unit area"
                }
            ],
            "terms": [
                {
                    "ob_id": 20165,
                    "label": "units",
                    "value": "J m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20167,
                    "label": "standard_name",
                    "value": "integral_of_sea_ice_temperature_wrt_depth_expressed_as_heat_content",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30506,
                    "label": "var_id",
                    "value": "sihc",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32369,
                    "label": "long_name",
                    "value": "Sea-ice heat content per unit area",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29269,
            "names": [
                {
                    "ob_id": 21648,
                    "name": "sea_ice_speed"
                },
                {
                    "ob_id": 22790,
                    "name": "Sea-ice speed"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30523,
                    "label": "standard_name",
                    "value": "sea_ice_speed",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30524,
                    "label": "var_id",
                    "value": "sispeed",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32370,
                    "label": "long_name",
                    "value": "Sea-ice speed",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29270,
            "names": [
                {
                    "ob_id": 22791,
                    "name": "Snow Mass Rate of Change through Avection by Sea-ice Dynamics"
                },
                {
                    "ob_id": 22792,
                    "name": "tendency_of_snow_mass_due_to_sea_ice_dynamics"
                }
            ],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30539,
                    "label": "var_id",
                    "value": "sndmassdyn",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32371,
                    "label": "long_name",
                    "value": "Snow Mass Rate of Change through Avection by Sea-ice Dynamics",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32372,
                    "label": "standard_name",
                    "value": "tendency_of_snow_mass_due_to_sea_ice_dynamics",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29271,
            "names": [
                {
                    "ob_id": 7308,
                    "name": "surface_snow_area_fraction"
                },
                {
                    "ob_id": 22793,
                    "name": "Snow area fraction"
                }
            ],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11091,
                    "label": "standard_name",
                    "value": "surface_snow_area_fraction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30436,
                    "label": "var_id",
                    "value": "sisnconc",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32373,
                    "label": "long_name",
                    "value": "Snow area fraction",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29272,
            "names": [
                {
                    "ob_id": 21656,
                    "name": "thermal_energy_content_of_surface_snow"
                },
                {
                    "ob_id": 22794,
                    "name": "Snow-heat content per unit area"
                }
            ],
            "terms": [
                {
                    "ob_id": 20165,
                    "label": "units",
                    "value": "J m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30535,
                    "label": "standard_name",
                    "value": "thermal_energy_content_of_surface_snow",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30536,
                    "label": "var_id",
                    "value": "sisnhc",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32374,
                    "label": "long_name",
                    "value": "Snow-heat content per unit area",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29273,
            "names": [
                {
                    "ob_id": 14457,
                    "name": "upward_x_stress_at_sea_ice_base"
                },
                {
                    "ob_id": 22795,
                    "name": "X-component of ocean stress on sea ice"
                }
            ],
            "terms": [
                {
                    "ob_id": 2318,
                    "label": "units",
                    "value": "N m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20181,
                    "label": "standard_name",
                    "value": "upward_x_stress_at_sea_ice_base",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32375,
                    "label": "long_name",
                    "value": "X-component of ocean stress on sea ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32376,
                    "label": "var_id",
                    "value": "sistrxubot",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29274,
            "names": [
                {
                    "ob_id": 7488,
                    "name": "sea_ice_x_transport"
                },
                {
                    "ob_id": 22796,
                    "name": "X-component of sea-ice mass transport"
                }
            ],
            "terms": [
                {
                    "ob_id": 9634,
                    "label": "units",
                    "value": "kg s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11382,
                    "label": "standard_name",
                    "value": "sea_ice_x_transport",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 30562,
                    "label": "var_id",
                    "value": "sidmasstranx",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32377,
                    "label": "long_name",
                    "value": "X-component of sea-ice mass transport",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 29275,
            "names": [
                {
                    "ob_id": 14460,
                    "name": "upward_y_stress_at_sea_ice_base"
                },
                {
                    "ob_id": 22797,
                    "name": "Y-component of ocean stress on sea ice"
                }
            ],
            "terms": [
                {
                    "ob_id": 2318,
                    "label": "units",
                    "value": "N m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 20183,
                    "label": "standard_name",
                    "value": "upward_y_stress_at_sea_ice_base",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 32378,
                    "label": "long_name",
                    "value": "Y-component of ocean stress on sea ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 32379,
                    "label": "var_id",
                    "value": "sistryubot",
                    "vocabulary": ""
                }
            ]
        }
    ]
}