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=24100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53294,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=24200",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=24000",
    "results": [
        {
            "ob_id": 58309,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5743,
                    "label": "standard_name",
                    "value": "surface_upwelling_longwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24100,
                    "label": "long_name",
                    "value": "Longwave Flux - Upward - at surface - instant",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24101,
                    "label": "var_id",
                    "value": "LW_u",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58310,
            "names": [],
            "terms": [
                {
                    "ob_id": 18831,
                    "label": "long_name",
                    "value": "Minutes",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22871,
                    "label": "var_id",
                    "value": "minute",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58311,
            "names": [],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23980,
                    "label": "long_name",
                    "value": "Moisture Heat Flux - Upward - at surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23981,
                    "label": "standard_name",
                    "value": "surface_upward_water_flux",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23982,
                    "label": "var_id",
                    "value": "MH",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58312,
            "names": [],
            "terms": [
                {
                    "ob_id": 6780,
                    "label": "long_name",
                    "value": "Month",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7879,
                    "label": "var_id",
                    "value": "month",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58313,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3101,
                    "label": "standard_name",
                    "value": "atmosphere_boundary_layer_thickness",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24105,
                    "label": "long_name",
                    "value": "PBL Height",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24106,
                    "label": "var_id",
                    "value": "pblh",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58314,
            "names": [],
            "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": 23990,
                    "label": "long_name",
                    "value": "Physical Snow Depth",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23991,
                    "label": "var_id",
                    "value": "SnowHgt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58315,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3088,
                    "label": "standard_name",
                    "value": "air_potential_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 9346,
                    "label": "long_name",
                    "value": "Potential Temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 14954,
                    "label": "var_id",
                    "value": "theta_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58316,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24070,
                    "label": "long_name",
                    "value": "Pressure Perturbation",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24071,
                    "label": "var_id",
                    "value": "pp_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58317,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24078,
                    "label": "long_name",
                    "value": "Pressure at Top of the Model",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24079,
                    "label": "standard_name",
                    "value": "air_pressure_at_top_of_atmosphere_model",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24080,
                    "label": "var_id",
                    "value": "p_top",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58318,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3019,
                    "label": "standard_name",
                    "value": "surface_air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24136,
                    "label": "long_name",
                    "value": "Pressure at the Surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24137,
                    "label": "var_id",
                    "value": "p_sfc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58319,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 140,
                    "label": "long_name",
                    "value": "Pressure",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2913,
                    "label": "standard_name",
                    "value": "air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 23979,
                    "label": "var_id",
                    "value": "p_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58320,
            "names": [],
            "terms": [
                {
                    "ob_id": 67,
                    "label": "units",
                    "value": "percent",
                    "vocabulary": ""
                },
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24041,
                    "label": "long_name",
                    "value": "Relative Humidity at 2 m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24042,
                    "label": "var_id",
                    "value": "rh_2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58321,
            "names": [],
            "terms": [
                {
                    "ob_id": 3096,
                    "label": "standard_name",
                    "value": "sea_ice_area_fraction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 7468,
                    "label": "long_name",
                    "value": "Sea Ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24000,
                    "label": "var_id",
                    "value": "SeaIce",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64470,
                    "label": "units",
                    "value": "",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58322,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6318,
                    "label": "standard_name",
                    "value": "sea_surface_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 9170,
                    "label": "var_id",
                    "value": "SST",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24095,
                    "label": "long_name",
                    "value": "Sea-Surface Temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58323,
            "names": [],
            "terms": [
                {
                    "ob_id": 20165,
                    "label": "units",
                    "value": "J m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24032,
                    "label": "long_name",
                    "value": "Sensible Heat Flux - Upward - at surface - accumulated",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24033,
                    "label": "var_id",
                    "value": "SH_acc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58324,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3209,
                    "label": "standard_name",
                    "value": "surface_upward_sensible_heat_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 23983,
                    "label": "long_name",
                    "value": "Sensible Heat Flux - Upward - at surface - instant",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23984,
                    "label": "var_id",
                    "value": "SH",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58325,
            "names": [],
            "terms": [
                {
                    "ob_id": 20165,
                    "label": "units",
                    "value": "J m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24046,
                    "label": "long_name",
                    "value": "Shortwave Flux - Downward - TOA - accumulated",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24047,
                    "label": "var_id",
                    "value": "SW_d_toa_acc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58326,
            "names": [],
            "terms": [
                {
                    "ob_id": 20165,
                    "label": "units",
                    "value": "J m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23954,
                    "label": "long_name",
                    "value": "Shortwave Flux - Upward - TOA - accumulated",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23955,
                    "label": "var_id",
                    "value": "SW_u_toa_acc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58327,
            "names": [],
            "terms": [
                {
                    "ob_id": 23975,
                    "label": "units",
                    "value": "W s m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24024,
                    "label": "long_name",
                    "value": "Shortwave Flux - Upward - at surface - accumulated",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24025,
                    "label": "var_id",
                    "value": "SW_u_acc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58328,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5746,
                    "label": "standard_name",
                    "value": "surface_upwelling_shortwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 23988,
                    "label": "long_name",
                    "value": "Shortwave Flux - Upward - at surface - instant",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23989,
                    "label": "var_id",
                    "value": "SW_u",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58329,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24019,
                    "label": "long_name",
                    "value": "Snow Melt - accumulated",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24020,
                    "label": "standard_name",
                    "value": "surface_snow_melt_amount",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24021,
                    "label": "var_id",
                    "value": "SnowMelt",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58330,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3720,
                    "label": "standard_name",
                    "value": "surface_snow_amount",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 13756,
                    "label": "long_name",
                    "value": "Snow Water Equivalent",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24048,
                    "label": "var_id",
                    "value": "SnowWater",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58331,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24017,
                    "label": "long_name",
                    "value": "Soil Temperature - at lower boundery",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24018,
                    "label": "var_id",
                    "value": "SoilT_L",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58332,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3085,
                    "label": "standard_name",
                    "value": "specific_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24134,
                    "label": "long_name",
                    "value": "Specific Humidity at 2 m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24135,
                    "label": "var_id",
                    "value": "q_2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58333,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8391,
                    "label": "standard_name",
                    "value": "subsurface_runoff_amount",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24123,
                    "label": "long_name",
                    "value": "Subsurface Runoff",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24124,
                    "label": "var_id",
                    "value": "SubRunoff",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58334,
            "names": [],
            "terms": [
                {
                    "ob_id": 6030,
                    "label": "long_name",
                    "value": "Surface Albedo",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6031,
                    "label": "standard_name",
                    "value": "surface_albedo",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 11635,
                    "label": "var_id",
                    "value": "albedo",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64470,
                    "label": "units",
                    "value": "",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58335,
            "names": [],
            "terms": [
                {
                    "ob_id": 22654,
                    "label": "standard_name",
                    "value": "surface_longwave_emissivity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24132,
                    "label": "long_name",
                    "value": "Surface Emissivity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24133,
                    "label": "var_id",
                    "value": "emiss_sfc",
                    "vocabulary": ""
                },
                {
                    "ob_id": 64470,
                    "label": "units",
                    "value": "",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58336,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9363,
                    "label": "long_name",
                    "value": "Surface Runoff",
                    "vocabulary": ""
                },
                {
                    "ob_id": 18363,
                    "label": "standard_name",
                    "value": "surface_runoff_amount",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 23970,
                    "label": "var_id",
                    "value": "SfcRunoff",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58337,
            "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": 23986,
                    "label": "long_name",
                    "value": "Temperature at 2 m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23987,
                    "label": "var_id",
                    "value": "T_2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58338,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3217,
                    "label": "standard_name",
                    "value": "surface_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24028,
                    "label": "long_name",
                    "value": "Temperature at the Surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24029,
                    "label": "var_id",
                    "value": "T_sfc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58339,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5790,
                    "label": "standard_name",
                    "value": "surface_altitude",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24065,
                    "label": "long_name",
                    "value": "Terrain Height",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24066,
                    "label": "var_id",
                    "value": "Z_sfc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58340,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24037,
                    "label": "long_name",
                    "value": "Total Dry Air Mass in Column",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24038,
                    "label": "var_id",
                    "value": "dryairmass",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58341,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24068,
                    "label": "long_name",
                    "value": "Total u-stggered Dry Air Mass in Column",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24069,
                    "label": "var_id",
                    "value": "dryairmass_u",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58342,
            "names": [],
            "terms": [
                {
                    "ob_id": 24128,
                    "label": "long_name",
                    "value": "Total v-stggered Dry Air Mass in Colvmn",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24129,
                    "label": "var_id",
                    "value": "dryairmass_v",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58343,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23973,
                    "label": "long_name",
                    "value": "U-Staggered Latitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23974,
                    "label": "var_id",
                    "value": "lat_u",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58344,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24092,
                    "label": "long_name",
                    "value": "U-Staggered Longitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24093,
                    "label": "var_id",
                    "value": "lon_u",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58345,
            "names": [],
            "terms": [
                {
                    "ob_id": 70,
                    "label": "units",
                    "value": "degrees_north",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23992,
                    "label": "long_name",
                    "value": "V-Staggered Latitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23993,
                    "label": "var_id",
                    "value": "lat_v",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58346,
            "names": [],
            "terms": [
                {
                    "ob_id": 74,
                    "label": "units",
                    "value": "degrees_east",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24098,
                    "label": "long_name",
                    "value": "V-Staggered Longitude",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24099,
                    "label": "var_id",
                    "value": "lon_v",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58347,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8055,
                    "label": "standard_name",
                    "value": "humidity_mixing_ratio",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24008,
                    "label": "long_name",
                    "value": "Water Vapor Mixing Ratio at 2 m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24009,
                    "label": "var_id",
                    "value": "r_v_2m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58348,
            "names": [],
            "terms": [
                {
                    "ob_id": 46,
                    "label": "units",
                    "value": "degree",
                    "vocabulary": ""
                },
                {
                    "ob_id": 48,
                    "label": "standard_name",
                    "value": "wind_from_direction",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 23958,
                    "label": "long_name",
                    "value": "Wind Direction at 10 m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23959,
                    "label": "var_id",
                    "value": "wd_10m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58349,
            "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": 24109,
                    "label": "long_name",
                    "value": "Wind Speed at 10 m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24110,
                    "label": "var_id",
                    "value": "ws_10m",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58350,
            "names": [],
            "terms": [
                {
                    "ob_id": 6834,
                    "label": "long_name",
                    "value": "Year",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9134,
                    "label": "var_id",
                    "value": "year",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58351,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 51,
                    "label": "standard_name",
                    "value": "eastward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24049,
                    "label": "long_name",
                    "value": "u-Component of Wind (grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24050,
                    "label": "var_id",
                    "value": "u_gr_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58352,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23965,
                    "label": "long_name",
                    "value": "u-Component of Wind (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23966,
                    "label": "var_id",
                    "value": "u_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58353,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 51,
                    "label": "standard_name",
                    "value": "eastward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24030,
                    "label": "long_name",
                    "value": "u-Component of Wind at 10 m (grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24031,
                    "label": "var_id",
                    "value": "u_10m_gr",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58354,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 51,
                    "label": "standard_name",
                    "value": "eastward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24026,
                    "label": "long_name",
                    "value": "u-Component of wind at 10 m (Earth)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24027,
                    "label": "var_id",
                    "value": "u_10m_tr",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58355,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 54,
                    "label": "standard_name",
                    "value": "northward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24044,
                    "label": "long_name",
                    "value": "v-Component of Wind (grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24045,
                    "label": "var_id",
                    "value": "v_gr_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58356,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24107,
                    "label": "long_name",
                    "value": "v-Component of Wind (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24108,
                    "label": "var_id",
                    "value": "v_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58357,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 54,
                    "label": "standard_name",
                    "value": "northward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24142,
                    "label": "long_name",
                    "value": "v-Component of Wind at 10 m (grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24143,
                    "label": "var_id",
                    "value": "v_10m_gr",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58358,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 54,
                    "label": "standard_name",
                    "value": "northward_wind",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24061,
                    "label": "long_name",
                    "value": "v-Component of wind at 10 m (Earth)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24062,
                    "label": "var_id",
                    "value": "v_10m_tr",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58359,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 57,
                    "label": "standard_name",
                    "value": "upward_air_velocity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24090,
                    "label": "long_name",
                    "value": "w-Component of Wind",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24091,
                    "label": "var_id",
                    "value": "w_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58360,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5687,
                    "label": "long_name",
                    "value": "Ice Water Path",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5688,
                    "label": "standard_name",
                    "value": "atmosphere_cloud_ice_content",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24043,
                    "label": "var_id",
                    "value": "IWP",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58361,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5723,
                    "label": "long_name",
                    "value": "Liquid Water Path",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5724,
                    "label": "standard_name",
                    "value": "atmosphere_cloud_liquid_water_content",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 23956,
                    "label": "var_id",
                    "value": "LWP",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58362,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24125,
                    "label": "long_name",
                    "value": "Mixing Ratio - Cloud",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24126,
                    "label": "standard_name",
                    "value": "mass_fraction_of_cloud_condensed_water_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24127,
                    "label": "var_id",
                    "value": "r_cloud",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58363,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24102,
                    "label": "long_name",
                    "value": "Mixing Ratio - Graupel",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24103,
                    "label": "standard_name",
                    "value": "mass_fraction_of_graupel_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24104,
                    "label": "var_id",
                    "value": "r_graup",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58364,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24113,
                    "label": "long_name",
                    "value": "Mixing Ratio - Ice",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24114,
                    "label": "standard_name",
                    "value": "cloud_ice_mixing_ratio",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24115,
                    "label": "var_id",
                    "value": "r_ice",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58365,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24012,
                    "label": "long_name",
                    "value": "Mixing Ratio - Rain",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24013,
                    "label": "standard_name",
                    "value": "mass_fraction_of_rain_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24014,
                    "label": "var_id",
                    "value": "r_rain",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58366,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24081,
                    "label": "long_name",
                    "value": "Mixing Ratio - Snow",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24082,
                    "label": "standard_name",
                    "value": "mass_fraction_of_snow_in_air",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24083,
                    "label": "var_id",
                    "value": "r_snow",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58367,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8055,
                    "label": "standard_name",
                    "value": "humidity_mixing_ratio",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24146,
                    "label": "long_name",
                    "value": "Mixing Ratio - Water Vapor",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24147,
                    "label": "var_id",
                    "value": "r_v_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58368,
            "names": [],
            "terms": [
                {
                    "ob_id": 67,
                    "label": "units",
                    "value": "percent",
                    "vocabulary": ""
                },
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 8605,
                    "label": "long_name",
                    "value": "Relative Humidity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23957,
                    "label": "var_id",
                    "value": "rh_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58369,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3011,
                    "label": "standard_name",
                    "value": "depth",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 24086,
                    "label": "long_name",
                    "value": "Soil Levels (depth)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24087,
                    "label": "var_id",
                    "value": "soil",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58370,
            "names": [],
            "terms": [
                {
                    "ob_id": 3196,
                    "label": "standard_name",
                    "value": "soil_moisture_content",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 13712,
                    "label": "units",
                    "value": "m3 m-3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 21741,
                    "label": "long_name",
                    "value": "Soil Moisture",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24057,
                    "label": "var_id",
                    "value": "SoilMoist",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58371,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3123,
                    "label": "standard_name",
                    "value": "soil_temperature",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 22979,
                    "label": "long_name",
                    "value": "Soil Temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24094,
                    "label": "var_id",
                    "value": "SoilTemp",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58372,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23963,
                    "label": "long_name",
                    "value": "u-Component of (mass coupled) advection tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23964,
                    "label": "var_id",
                    "value": "ru_tend_adv_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58373,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24003,
                    "label": "long_name",
                    "value": "u-Component of (mass coupled) coriolis tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24004,
                    "label": "var_id",
                    "value": "ru_tend_cor_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58374,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24039,
                    "label": "long_name",
                    "value": "u-Component of (mass coupled) curvature tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24040,
                    "label": "var_id",
                    "value": "ru_tend_curv_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58375,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24144,
                    "label": "long_name",
                    "value": "u-Component of (mass coupled) horizontal diffusion tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24145,
                    "label": "var_id",
                    "value": "ru_tend_hdiff_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58376,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24084,
                    "label": "long_name",
                    "value": "u-Component of (mass coupled) numerical diffusion tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24085,
                    "label": "var_id",
                    "value": "ru_tend_6thdiff_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58377,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24001,
                    "label": "long_name",
                    "value": "u-Component of (mass coupled) physics tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24002,
                    "label": "var_id",
                    "value": "ru_tend_phys_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58378,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23971,
                    "label": "long_name",
                    "value": "u-Component of (mass coupled) pressure gradient tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23972,
                    "label": "var_id",
                    "value": "ru_tend_pgf_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58379,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23961,
                    "label": "long_name",
                    "value": "v-Component of (mass coupled) advection tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 23962,
                    "label": "var_id",
                    "value": "rv_tend_adv_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58380,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24074,
                    "label": "long_name",
                    "value": "v-Component of (mass coupled) coriolis tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24075,
                    "label": "var_id",
                    "value": "rv_tend_cor_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58381,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24015,
                    "label": "long_name",
                    "value": "v-Component of (mass coupled) curvature tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24016,
                    "label": "var_id",
                    "value": "rv_tend_curv_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58382,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24076,
                    "label": "long_name",
                    "value": "v-Component of (mass coupled) horizontal diffusion tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24077,
                    "label": "var_id",
                    "value": "rv_tend_hdiff_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58383,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24022,
                    "label": "long_name",
                    "value": "v-Component of (mass coupled) numerical diffusion tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24023,
                    "label": "var_id",
                    "value": "rv_tend_6thdiff_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58384,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24096,
                    "label": "long_name",
                    "value": "v-Component of (mass coupled) physics tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24097,
                    "label": "var_id",
                    "value": "rv_tend_phys_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58385,
            "names": [],
            "terms": [
                {
                    "ob_id": 23960,
                    "label": "units",
                    "value": "mass coupled m s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24130,
                    "label": "long_name",
                    "value": "v-Component of (mass coupled) pressure gradient tendency (staggered grid)",
                    "vocabulary": ""
                },
                {
                    "ob_id": 24131,
                    "label": "var_id",
                    "value": "rv_tend_pgf_e",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58386,
            "names": [],
            "terms": [
                {
                    "ob_id": 24884,
                    "label": "long_name",
                    "value": "CO2 mole fraction",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58387,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16220,
                    "label": "var_id",
                    "value": "nirwv",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16223,
                    "label": "long_name",
                    "value": "Central wavelengths of the sws near infrared module detector",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58388,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16222,
                    "label": "var_id",
                    "value": "viswv",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16224,
                    "label": "long_name",
                    "value": "Central wavelengths of the sws visible module detector",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58389,
            "names": [],
            "terms": [
                {
                    "ob_id": 9378,
                    "label": "units",
                    "value": "ms",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16232,
                    "label": "var_id",
                    "value": "nirint",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16235,
                    "label": "long_name",
                    "value": "Integration time of sws near infrared module spectra",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58390,
            "names": [],
            "terms": [
                {
                    "ob_id": 9378,
                    "label": "units",
                    "value": "ms",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16234,
                    "label": "var_id",
                    "value": "visint",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16236,
                    "label": "long_name",
                    "value": "Integration time of sws visible module spectra",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58391,
            "names": [],
            "terms": [
                {
                    "ob_id": 16237,
                    "label": "units",
                    "value": "seconds past midnight UTC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16239,
                    "label": "var_id",
                    "value": "nirtime",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16242,
                    "label": "long_name",
                    "value": "Start time of sws near infrared module spectra",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58392,
            "names": [],
            "terms": [
                {
                    "ob_id": 16237,
                    "label": "units",
                    "value": "seconds past midnight UTC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16241,
                    "label": "var_id",
                    "value": "vistime",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16243,
                    "label": "long_name",
                    "value": "Start time of sws visible module spectra",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58393,
            "names": [],
            "terms": [
                {
                    "ob_id": 16246,
                    "label": "var_id",
                    "value": "nir",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16249,
                    "label": "units",
                    "value": "W m-2 steradian-1 micron-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16250,
                    "label": "long_name",
                    "value": "sws RADIANCE spectra from the near infrared module",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58394,
            "names": [],
            "terms": [
                {
                    "ob_id": 16248,
                    "label": "var_id",
                    "value": "vis",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16249,
                    "label": "units",
                    "value": "W m-2 steradian-1 micron-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16251,
                    "label": "long_name",
                    "value": "sws RADIANCE spectra from the visible module",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58395,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16220,
                    "label": "var_id",
                    "value": "nirwv",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16759,
                    "label": "long_name",
                    "value": "Central wavelengths of the ush near infrared module detector",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16968,
                    "label": "standard_name",
                    "value": "ush_nirwv",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 58396,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16222,
                    "label": "var_id",
                    "value": "viswv",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16760,
                    "label": "long_name",
                    "value": "Central wavelengths of the ush visible module detector",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16969,
                    "label": "standard_name",
                    "value": "ush_viswv",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 58397,
            "names": [],
            "terms": [
                {
                    "ob_id": 9378,
                    "label": "units",
                    "value": "ms",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16232,
                    "label": "var_id",
                    "value": "nirint",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16763,
                    "label": "long_name",
                    "value": "Integration time of ush near infrared module spectra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16972,
                    "label": "standard_name",
                    "value": "ush_nirint",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 58398,
            "names": [],
            "terms": [
                {
                    "ob_id": 9378,
                    "label": "units",
                    "value": "ms",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16234,
                    "label": "var_id",
                    "value": "visint",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16764,
                    "label": "long_name",
                    "value": "Integration time of ush visible module spectra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16973,
                    "label": "standard_name",
                    "value": "ush_visint",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 58399,
            "names": [],
            "terms": [
                {
                    "ob_id": 16237,
                    "label": "units",
                    "value": "seconds past midnight UTC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16239,
                    "label": "var_id",
                    "value": "nirtime",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16765,
                    "label": "long_name",
                    "value": "Start time of ush near infrared module spectra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16974,
                    "label": "standard_name",
                    "value": "ush_nirtime",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 58400,
            "names": [],
            "terms": [
                {
                    "ob_id": 16237,
                    "label": "units",
                    "value": "seconds past midnight UTC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16241,
                    "label": "var_id",
                    "value": "vistime",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16766,
                    "label": "long_name",
                    "value": "Start time of ush visible module spectra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16975,
                    "label": "standard_name",
                    "value": "ush_vistime",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 58401,
            "names": [],
            "terms": [
                {
                    "ob_id": 16244,
                    "label": "units",
                    "value": "W m-2 micron-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16246,
                    "label": "var_id",
                    "value": "nir",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16767,
                    "label": "long_name",
                    "value": "ush Irradiance spectra from the near infrared module",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16976,
                    "label": "standard_name",
                    "value": "ush_nir",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 58402,
            "names": [],
            "terms": [
                {
                    "ob_id": 16244,
                    "label": "units",
                    "value": "W m-2 micron-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16248,
                    "label": "var_id",
                    "value": "vis",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16768,
                    "label": "long_name",
                    "value": "ush Irradiance spectra from the visible module",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16977,
                    "label": "standard_name",
                    "value": "ush_vis",
                    "vocabulary": "cf_standard_names"
                }
            ]
        },
        {
            "ob_id": 58403,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16219,
                    "label": "long_name",
                    "value": "Central wavelengths of the lsh near infrared module detector",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16220,
                    "label": "var_id",
                    "value": "nirwv",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58404,
            "names": [],
            "terms": [
                {
                    "ob_id": 2277,
                    "label": "units",
                    "value": "nm",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16221,
                    "label": "long_name",
                    "value": "Central wavelengths of the lsh visible module detector",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16222,
                    "label": "var_id",
                    "value": "viswv",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58405,
            "names": [],
            "terms": [
                {
                    "ob_id": 9378,
                    "label": "units",
                    "value": "ms",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16231,
                    "label": "long_name",
                    "value": "Integration time of lsh near infrared module spectra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16232,
                    "label": "var_id",
                    "value": "nirint",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58406,
            "names": [],
            "terms": [
                {
                    "ob_id": 9378,
                    "label": "units",
                    "value": "ms",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16233,
                    "label": "long_name",
                    "value": "Integration time of lsh visible module spectra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16234,
                    "label": "var_id",
                    "value": "visint",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58407,
            "names": [],
            "terms": [
                {
                    "ob_id": 16237,
                    "label": "units",
                    "value": "seconds past midnight UTC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16238,
                    "label": "long_name",
                    "value": "Start time of lsh near infrared module spectra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16239,
                    "label": "var_id",
                    "value": "nirtime",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 58408,
            "names": [],
            "terms": [
                {
                    "ob_id": 16237,
                    "label": "units",
                    "value": "seconds past midnight UTC",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16240,
                    "label": "long_name",
                    "value": "Start time of lsh visible module spectra",
                    "vocabulary": ""
                },
                {
                    "ob_id": 16241,
                    "label": "var_id",
                    "value": "vistime",
                    "vocabulary": ""
                }
            ]
        }
    ]
}