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=45900
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=46000",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=45800",
    "results": [
        {
            "ob_id": 85711,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93815,
                    "label": "var_id",
                    "value": "air_temperature_rtd_1p2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93816,
                    "label": "long_name",
                    "value": "Mean temperature, resistance temperature detector, mounted in an aspirated screen A at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85712,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93817,
                    "label": "var_id",
                    "value": "qc_flag_air_temperature_rtd_1p2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93818,
                    "label": "long_name",
                    "value": "Data quality flag: Mean temperature, resistance temperature detector, mounted in an aspirated screen A at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85713,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93819,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_10cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93820,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85714,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93821,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_1cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93822,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature at 1cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85715,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93823,
                    "label": "var_id",
                    "value": "qc_flag_soil_heat_flux_2cm_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93824,
                    "label": "long_name",
                    "value": "Data quality flag: Soil heat flux at 2cm depth, A instrument (placed 70cm from B instrument)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85716,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93825,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_max_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93826,
                    "label": "long_name",
                    "value": "Data quality flag: Maximum scalar wind speed over averaging period, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85717,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93827,
                    "label": "var_id",
                    "value": "qc_flag_wind_direction_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93828,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind direction, on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85718,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93829,
                    "label": "var_id",
                    "value": "moisture_soil_surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93830,
                    "label": "long_name",
                    "value": "Soil moisture at 0-5cm depth, sensor installed vertically",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85719,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93831,
                    "label": "var_id",
                    "value": "qc_flag_air_temperature_rtd_1p2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93832,
                    "label": "long_name",
                    "value": "Data quality flag: Mean temperature, resistance temperature detector, mounted in an aspirated screen B at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85720,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93833,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_1p2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93834,
                    "label": "long_name",
                    "value": "Data quality flag: Mean relative humidity, mounted in an aspirated screen B at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85721,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93835,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_4cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93836,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature at 4cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85722,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3669,
                    "label": "standard_name",
                    "value": "surface_downwelling_longwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87911,
                    "label": "var_id",
                    "value": "lwrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93837,
                    "label": "long_name",
                    "value": "Mean downwelling longwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85723,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3145,
                    "label": "standard_name",
                    "value": "downward_heat_flux_in_soil",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93838,
                    "label": "var_id",
                    "value": "soil_heat_flux_2cm_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93839,
                    "label": "long_name",
                    "value": "Soil heat flux at 2cm depth, B instrument (placed 70cm from A instrument)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85724,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93840,
                    "label": "var_id",
                    "value": "air_temperature_rtd_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93841,
                    "label": "long_name",
                    "value": "Mean temperature, resistance temperature detector, mounted in an aspirated screen B at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85725,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87866,
                    "label": "var_id",
                    "value": "qc_flag_max_swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93842,
                    "label": "long_name",
                    "value": "Data quality flag: Maximum global downwelling shortwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85726,
            "names": [],
            "terms": [
                {
                    "ob_id": 4439,
                    "label": "units",
                    "value": "mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 4578,
                    "label": "standard_name",
                    "value": "thickness_of_rainfall_amount",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93843,
                    "label": "var_id",
                    "value": "rain_mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93844,
                    "label": "long_name",
                    "value": "Rainfall from tipping bucket range gauge",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85727,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93845,
                    "label": "var_id",
                    "value": "air_temperature_rtd_1p2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93846,
                    "label": "long_name",
                    "value": "Mean temperature, resistance temperature detector, mounted in an aspirated screen B at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85728,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3676,
                    "label": "standard_name",
                    "value": "surface_downwelling_shortwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87989,
                    "label": "var_id",
                    "value": "swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93847,
                    "label": "long_name",
                    "value": "Mean global downwelling shortwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85729,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93848,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_vector_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93849,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind speed, on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85730,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93850,
                    "label": "var_id",
                    "value": "temperature_soil_4cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93851,
                    "label": "long_name",
                    "value": "Soil temperature at 4cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85731,
            "names": [],
            "terms": [
                {
                    "ob_id": 48,
                    "label": "standard_name",
                    "value": "wind_from_direction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87791,
                    "label": "units",
                    "value": "arc_degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93852,
                    "label": "var_id",
                    "value": "wind_direction_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93853,
                    "label": "long_name",
                    "value": "Mean vector wind direction, on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85732,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93854,
                    "label": "var_id",
                    "value": "qc_flag_air_temperature_rtd_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93855,
                    "label": "long_name",
                    "value": "Data quality flag: Mean temperature, resistance temperature detector, mounted in an aspirated screen B at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85733,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93856,
                    "label": "var_id",
                    "value": "temperature_soil_17cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93857,
                    "label": "long_name",
                    "value": "Soil temperature at 17cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85734,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93858,
                    "label": "var_id",
                    "value": "qc_flag_pressure_barometric",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93859,
                    "label": "long_name",
                    "value": "Data quality flag: Barometric pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85735,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 88001,
                    "label": "var_id",
                    "value": "qc_flag_lwrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93860,
                    "label": "long_name",
                    "value": "Data quality flag: Mean downwelling longwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85736,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6766,
                    "label": "standard_name",
                    "value": "visibility_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 21753,
                    "label": "long_name",
                    "value": "Visibility",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93861,
                    "label": "var_id",
                    "value": "visibility_2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85737,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93862,
                    "label": "var_id",
                    "value": "wind_speed_vector_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93863,
                    "label": "long_name",
                    "value": "Mean vector wind speed, on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85738,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6762,
                    "label": "standard_name",
                    "value": "wind_speed_of_gust",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93864,
                    "label": "var_id",
                    "value": "wind_speed_max_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93865,
                    "label": "long_name",
                    "value": "Maximum scalar wind speed over averaging period, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85739,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93866,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_vector_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93867,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind speed, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85740,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6762,
                    "label": "standard_name",
                    "value": "wind_speed_of_gust",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93868,
                    "label": "var_id",
                    "value": "wind_speed_max_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93869,
                    "label": "long_name",
                    "value": "Maximum scalar wind speed over averaging period, on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85741,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3217,
                    "label": "standard_name",
                    "value": "surface_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93870,
                    "label": "var_id",
                    "value": "infrared_temperature_north_grass",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93871,
                    "label": "long_name",
                    "value": "Infra-red temperature of grass surface.  Pyrometer placed at 2m distance from surface, facing northerly, approx 30 degrees from vertical",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85742,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93872,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_1p2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93873,
                    "label": "long_name",
                    "value": "Data quality flag: Mean relative humidity, mounted in an aspirated screen A at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85743,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93874,
                    "label": "var_id",
                    "value": "wind_speed_scalar_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93875,
                    "label": "long_name",
                    "value": "Mean wind speed (scalar average), on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85744,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93876,
                    "label": "var_id",
                    "value": "relative_humidity_grass_canopy",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93877,
                    "label": "long_name",
                    "value": "Grass top air relative humidity, housed in an aspirated screen",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85745,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93878,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_scalar_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93879,
                    "label": "long_name",
                    "value": "Data quality flag: Mean wind speed (scalar average), on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85746,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93880,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_vector_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93881,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind speed, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85747,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93882,
                    "label": "var_id",
                    "value": "qc_flag_wind_direction_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93883,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind direction, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85748,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6762,
                    "label": "standard_name",
                    "value": "wind_speed_of_gust",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93884,
                    "label": "var_id",
                    "value": "wind_speed_max_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93885,
                    "label": "long_name",
                    "value": "Maximum scalar wind speed over averaging period, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85749,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93886,
                    "label": "var_id",
                    "value": "temperature_soil_1cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93887,
                    "label": "long_name",
                    "value": "Soil temperature at 1cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85750,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93888,
                    "label": "var_id",
                    "value": "wind_speed_vector_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93889,
                    "label": "long_name",
                    "value": "Mean vector wind speed, on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85751,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93890,
                    "label": "var_id",
                    "value": "qc_flag_air_temperature_prt_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93891,
                    "label": "long_name",
                    "value": "Data quality flag: Mean temperature, platinum resistance thermometer, mounted in an aspirated screen C at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85752,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93892,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_grass_canopy",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93893,
                    "label": "long_name",
                    "value": "Data quality flag: Grass top air relative humidity, housed in an aspirated screen",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85753,
            "names": [],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87875,
                    "label": "standard_name",
                    "value": "volume_fraction_of_condensed_water_in_soil",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93894,
                    "label": "var_id",
                    "value": "moisture_soil_10cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93895,
                    "label": "long_name",
                    "value": "Soil moisture at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85754,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93896,
                    "label": "var_id",
                    "value": "temperature_grass_canopy",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93897,
                    "label": "long_name",
                    "value": "Grass top air temperature, housed in an aspirated screen",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85755,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93898,
                    "label": "var_id",
                    "value": "qc_flag_visibility_2m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93899,
                    "label": "long_name",
                    "value": "Data quality flag: Visibility",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85756,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93900,
                    "label": "var_id",
                    "value": "qc_flag_air_temperature_rtd_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93901,
                    "label": "long_name",
                    "value": "Data quality flag: Mean temperature, resistance temperature detector, mounted in an aspirated screen A at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85757,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93902,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_scalar_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93903,
                    "label": "long_name",
                    "value": "Data quality flag: Mean wind speed (scalar average), on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85758,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93904,
                    "label": "var_id",
                    "value": "qc_flag_wind_direction_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93905,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind direction, on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85759,
            "names": [],
            "terms": [
                {
                    "ob_id": 48,
                    "label": "standard_name",
                    "value": "wind_from_direction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87791,
                    "label": "units",
                    "value": "arc_degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93906,
                    "label": "var_id",
                    "value": "wind_direction_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93907,
                    "label": "long_name",
                    "value": "Mean vector wind direction, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85760,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93908,
                    "label": "var_id",
                    "value": "relative_humidity_1p2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93909,
                    "label": "long_name",
                    "value": "Mean relative humidity, mounted in an aspirated screen A at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85761,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2913,
                    "label": "standard_name",
                    "value": "air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93910,
                    "label": "var_id",
                    "value": "pressure_barometric",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93911,
                    "label": "long_name",
                    "value": "Barometric pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85762,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93912,
                    "label": "var_id",
                    "value": "temperature_soil_10cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93913,
                    "label": "long_name",
                    "value": "Soil temperature at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85763,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93914,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_max_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93915,
                    "label": "long_name",
                    "value": "Data quality flag: Maximum scalar wind speed over averaging period, on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85764,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93916,
                    "label": "var_id",
                    "value": "qc_flag_infrared_temperature_north_grass",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93917,
                    "label": "long_name",
                    "value": "Data quality flag: Infra-red temperature of grass surface.  Pyrometer placed at 2m distance from surface, facing northerly, approx 30 degrees from vertical",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85765,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87870,
                    "label": "var_id",
                    "value": "qc_flag_swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93918,
                    "label": "long_name",
                    "value": "Data quality flag: Mean global downwelling shortwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85766,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93919,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_scalar_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93920,
                    "label": "long_name",
                    "value": "Data quality flag: Mean wind speed (scalar average), on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85767,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93921,
                    "label": "var_id",
                    "value": "wind_speed_vector_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93922,
                    "label": "long_name",
                    "value": "Mean vector wind speed, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85768,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3145,
                    "label": "standard_name",
                    "value": "downward_heat_flux_in_soil",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93923,
                    "label": "var_id",
                    "value": "soil_heat_flux_2cm_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93924,
                    "label": "long_name",
                    "value": "Soil heat flux at 2cm depth, A instrument (placed 70cm from B instrument)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85769,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93925,
                    "label": "var_id",
                    "value": "qc_flag_temperature_grass_canopy",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93926,
                    "label": "long_name",
                    "value": "Data quality flag: Grass top air temperature, housed in an aspirated screen",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85770,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93927,
                    "label": "var_id",
                    "value": "qc_flag_rain_mm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93928,
                    "label": "long_name",
                    "value": "Data quality flag: Rainfall from tipping bucket range gauge",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85771,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93929,
                    "label": "var_id",
                    "value": "wind_speed_scalar_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93930,
                    "label": "long_name",
                    "value": "Mean wind speed (scalar average), on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85772,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93931,
                    "label": "var_id",
                    "value": "relative_humidity_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93932,
                    "label": "long_name",
                    "value": "Mean relative humidity, mounted in an aspirated screen B at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85773,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93933,
                    "label": "var_id",
                    "value": "air_temperature_prt_1p2m_C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93934,
                    "label": "long_name",
                    "value": "Mean temperature, platinum resistance thermometer, mounted in an aspirated screen C at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85774,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93935,
                    "label": "var_id",
                    "value": "air_temperature_prt_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93936,
                    "label": "long_name",
                    "value": "Mean temperature, platinum resistance thermometer, mounted in an aspirated screen C at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85775,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6762,
                    "label": "standard_name",
                    "value": "wind_speed_of_gust",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93937,
                    "label": "var_id",
                    "value": "wind_speed_max_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93938,
                    "label": "long_name",
                    "value": "Maximum scalar wind speed over averaging period, on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85776,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93939,
                    "label": "var_id",
                    "value": "wind_speed_scalar_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93940,
                    "label": "long_name",
                    "value": "Mean wind speed (scalar average), on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85777,
            "names": [],
            "terms": [
                {
                    "ob_id": 83,
                    "label": "standard_name",
                    "value": "air_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93941,
                    "label": "var_id",
                    "value": "air_temperature_rtd_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93942,
                    "label": "long_name",
                    "value": "Mean temperature, resistance temperature detector, mounted in an aspirated screen A at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85778,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93943,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_vector_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93944,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind speed, on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85779,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93945,
                    "label": "var_id",
                    "value": "wind_speed_scalar_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93946,
                    "label": "long_name",
                    "value": "Mean wind speed (scalar average), on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85780,
            "names": [],
            "terms": [
                {
                    "ob_id": 48,
                    "label": "standard_name",
                    "value": "wind_from_direction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87791,
                    "label": "units",
                    "value": "arc_degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93947,
                    "label": "var_id",
                    "value": "wind_direction_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93948,
                    "label": "long_name",
                    "value": "Mean vector wind direction, on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85781,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93949,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_17cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93950,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature at 17cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85782,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93951,
                    "label": "var_id",
                    "value": "qc_flag_moisture_soil_surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93952,
                    "label": "long_name",
                    "value": "Data quality flag: Soil moisture at 0-5cm depth, sensor installed vertically",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85783,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93953,
                    "label": "var_id",
                    "value": "relative_humidity_1p2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93954,
                    "label": "long_name",
                    "value": "Mean relative humidity, mounted in an aspirated screen B at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85784,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93955,
                    "label": "var_id",
                    "value": "qc_flag_temperature_soil_10cm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93956,
                    "label": "long_name",
                    "value": "Data quality flag: Soil temperature at 10cm depth",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85785,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93957,
                    "label": "var_id",
                    "value": "qc_flag_air_temperature_prt_1p2m_C",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93958,
                    "label": "long_name",
                    "value": "Data quality flag: Mean temperature, platinum resistance thermometer, mounted in an aspirated screen C at 1.2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85786,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 87923,
                    "label": "var_id",
                    "value": "max_swrad_downwelling",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93959,
                    "label": "long_name",
                    "value": "Maximum global downwelling shortwave radiative flux density, instrument at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85787,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93960,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_scalar_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93961,
                    "label": "long_name",
                    "value": "Data quality flag: Mean wind speed (scalar average), on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85788,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93962,
                    "label": "var_id",
                    "value": "relative_humidity_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93963,
                    "label": "long_name",
                    "value": "Mean relative humidity, mounted in an aspirated screen A at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85789,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93964,
                    "label": "var_id",
                    "value": "qc_flag_wind_direction_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93965,
                    "label": "long_name",
                    "value": "Data quality flag: Mean vector wind direction, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85790,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93966,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_max_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93967,
                    "label": "long_name",
                    "value": "Data quality flag: Maximum scalar wind speed over averaging period, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85791,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93968,
                    "label": "var_id",
                    "value": "qc_flag_soil_heat_flux_2cm_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93969,
                    "label": "long_name",
                    "value": "Data quality flag: Soil heat flux at 2cm depth, B instrument (placed 70cm from A instrument)",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85792,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 44,
                    "label": "standard_name",
                    "value": "wind_speed",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93970,
                    "label": "var_id",
                    "value": "wind_speed_vector_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93971,
                    "label": "long_name",
                    "value": "Mean vector wind speed, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85793,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93972,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93973,
                    "label": "long_name",
                    "value": "Data quality flag: Mean relative humidity, mounted in an aspirated screen A at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85794,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93974,
                    "label": "var_id",
                    "value": "qc_flag_wind_speed_max_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93975,
                    "label": "long_name",
                    "value": "Data quality flag: Maximum scalar wind speed over averaging period, on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85795,
            "names": [],
            "terms": [
                {
                    "ob_id": 48,
                    "label": "standard_name",
                    "value": "wind_from_direction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 87791,
                    "label": "units",
                    "value": "arc_degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93976,
                    "label": "var_id",
                    "value": "wind_direction_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93977,
                    "label": "long_name",
                    "value": "Mean vector wind direction, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85796,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93978,
                    "label": "var_id",
                    "value": "qc_flag_relative_humidity_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93979,
                    "label": "long_name",
                    "value": "Data quality flag: Mean relative humidity, mounted in an aspirated screen B at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85797,
            "names": [],
            "terms": [
                {
                    "ob_id": 2506,
                    "label": "units",
                    "value": "degC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3217,
                    "label": "standard_name",
                    "value": "surface_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 93980,
                    "label": "var_id",
                    "value": "infrared_temperature_south_concrete",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93981,
                    "label": "long_name",
                    "value": "Infra-red temperature of concrete surface.  Pyrometer placed at 2m distance from surface, facing southerly, approx 30 degrees from vertical",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85798,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93982,
                    "label": "var_id",
                    "value": "qc_flag_infrared_temperature_south_concrete",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93983,
                    "label": "long_name",
                    "value": "Data quality flag: Infra-red temperature of concrete surface.  Pyrometer placed at 2m distance from surface, facing southerly, approx 30 degrees from vertical",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85799,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93984,
                    "label": "var_id",
                    "value": "qc_flag_vw_covariance_2m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93985,
                    "label": "long_name",
                    "value": "Data quality flag: Covariance of horizontal component of the wind perpendicular to the direction of the mean wind vector and w/vertical component of wind, on Sonic B orientation 187 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85800,
            "names": [],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93986,
                    "label": "var_id",
                    "value": "wq_covariance_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93987,
                    "label": "long_name",
                    "value": "Covariance of w/vertical component of wind with absolute humidity on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85801,
            "names": [],
            "terms": [
                {
                    "ob_id": 5855,
                    "label": "units",
                    "value": "m2 s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93988,
                    "label": "var_id",
                    "value": "vv_variance_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93989,
                    "label": "long_name",
                    "value": "Variance of horizontal component of wind perpendicular to the mean wind vector, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85802,
            "names": [],
            "terms": [
                {
                    "ob_id": 5853,
                    "label": "units",
                    "value": "K2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93990,
                    "label": "var_id",
                    "value": "tt_variance_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93991,
                    "label": "long_name",
                    "value": "Variance of sonic derived temperature, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85803,
            "names": [],
            "terms": [
                {
                    "ob_id": 5853,
                    "label": "units",
                    "value": "K2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93992,
                    "label": "var_id",
                    "value": "tt_variance_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93993,
                    "label": "long_name",
                    "value": "Variance of sonic derived temperature, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85804,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93994,
                    "label": "var_id",
                    "value": "qc_flag_uw_covariance_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93995,
                    "label": "long_name",
                    "value": "Data quality flag: Covariance of horizontal component of the wind in the direction of the mean wind vector and w/vertical component of wind, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85805,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93996,
                    "label": "var_id",
                    "value": "qc_flag_wt_covariance_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93997,
                    "label": "long_name",
                    "value": "Data quality flag: Covariance of w/vertical component of wind with sonic derived temperature, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85806,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93998,
                    "label": "var_id",
                    "value": "qc_flag_vv_variance_16m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 93999,
                    "label": "long_name",
                    "value": "Data quality flag: Variance of horizontal component of wind perpendicular to the mean wind vector, on Sonic A orientation 005 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85807,
            "names": [],
            "terms": [
                {
                    "ob_id": 5855,
                    "label": "units",
                    "value": "m2 s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 94000,
                    "label": "var_id",
                    "value": "uu_variance_16m_B",
                    "vocabulary": ""
                },
                {
                    "ob_id": 94001,
                    "label": "long_name",
                    "value": "Variance of horizontal  component of wind in the direction of the mean wind vector, on sonic B orientation 185 degrees at 16m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85808,
            "names": [],
            "terms": [
                {
                    "ob_id": 5855,
                    "label": "units",
                    "value": "m2 s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 94002,
                    "label": "var_id",
                    "value": "ww_variance_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 94003,
                    "label": "long_name",
                    "value": "Variance of w/vertical upwards  component of wind, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85809,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 94004,
                    "label": "var_id",
                    "value": "qc_flag_vw_covariance_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 94005,
                    "label": "long_name",
                    "value": "Data quality flag: Covariance of horizontal component of the wind perpendicular to the direction of the mean wind vector and w/vertical component of wind, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 85810,
            "names": [],
            "terms": [
                {
                    "ob_id": 78,
                    "label": "units",
                    "value": "1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 94006,
                    "label": "var_id",
                    "value": "qc_flag_ut_covariance_2m_A",
                    "vocabulary": ""
                },
                {
                    "ob_id": 94007,
                    "label": "long_name",
                    "value": "Data quality flag: Covariance of the horizontal wind in the direction of the mean wind vector with sonic derived temperature, on Sonic A orientation 007 degrees at 2m",
                    "vocabulary": ""
                }
            ]
        }
    ]
}