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

{
    "count": 53229,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=14100",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=13900",
    "results": [
        {
            "ob_id": 30947,
            "names": [],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35038,
                    "label": "var_id",
                    "value": "snow_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30948,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9508,
                    "label": "var_id",
                    "value": "clivi",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30949,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34732,
                    "label": "var_id",
                    "value": "clivi_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30950,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9511,
                    "label": "var_id",
                    "value": "clwvi",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30951,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34730,
                    "label": "var_id",
                    "value": "clwvi_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30952,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9349,
                    "label": "var_id",
                    "value": "prw",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30953,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34753,
                    "label": "var_id",
                    "value": "prw_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30954,
            "names": [],
            "terms": [
                {
                    "ob_id": 6068,
                    "label": "units",
                    "value": "kg/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34599,
                    "label": "var_id",
                    "value": "sprw",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30955,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34789,
                    "label": "var_id",
                    "value": "sprw_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30956,
            "names": [],
            "terms": [
                {
                    "ob_id": 258,
                    "label": "var_id",
                    "value": "pr",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30957,
            "names": [],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34743,
                    "label": "var_id",
                    "value": "pr_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30958,
            "names": [],
            "terms": [
                {
                    "ob_id": 12213,
                    "label": "units",
                    "value": "kg/m3",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35039,
                    "label": "var_id",
                    "value": "dn0",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30959,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35040,
                    "label": "var_id",
                    "value": "u0",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30960,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3732,
                    "label": "var_id",
                    "value": "ua",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30961,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34713,
                    "label": "var_id",
                    "value": "ua_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30962,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34573,
                    "label": "var_id",
                    "value": "uabot",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30963,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35041,
                    "label": "var_id",
                    "value": "v0",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30964,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3733,
                    "label": "var_id",
                    "value": "va",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30965,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34715,
                    "label": "var_id",
                    "value": "va_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30966,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34577,
                    "label": "var_id",
                    "value": "vabot",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30967,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11004,
                    "label": "var_id",
                    "value": "wa",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30968,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34580,
                    "label": "var_id",
                    "value": "wa500",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30969,
            "names": [],
            "terms": [
                {
                    "ob_id": 35042,
                    "label": "var_id",
                    "value": "bottom_top",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30970,
            "names": [
                {
                    "ob_id": 24134,
                    "name": "LW down at surface"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34606,
                    "label": "var_id",
                    "value": "rlds_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35043,
                    "label": "long_name",
                    "value": "LW down at surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30971,
            "names": [
                {
                    "ob_id": 24135,
                    "name": "LW down at surface-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34604,
                    "label": "var_id",
                    "value": "rldscs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35044,
                    "label": "long_name",
                    "value": "LW down at surface-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30972,
            "names": [
                {
                    "ob_id": 24136,
                    "name": "LW up at TOA"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34724,
                    "label": "var_id",
                    "value": "rlut_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35045,
                    "label": "long_name",
                    "value": "LW up at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30973,
            "names": [
                {
                    "ob_id": 24137,
                    "name": "LW up at TOA-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34722,
                    "label": "var_id",
                    "value": "rlutcs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35046,
                    "label": "long_name",
                    "value": "LW up at TOA-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30974,
            "names": [
                {
                    "ob_id": 24138,
                    "name": "LW up at surface"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34615,
                    "label": "var_id",
                    "value": "rlus_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35047,
                    "label": "long_name",
                    "value": "LW up at surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30975,
            "names": [
                {
                    "ob_id": 24139,
                    "name": "LW up at surface-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34613,
                    "label": "var_id",
                    "value": "rluscs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35048,
                    "label": "long_name",
                    "value": "LW up at surface-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30976,
            "names": [
                {
                    "ob_id": 24140,
                    "name": "SW down at TOA"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34720,
                    "label": "var_id",
                    "value": "rsdt_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35049,
                    "label": "long_name",
                    "value": "SW down at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30977,
            "names": [
                {
                    "ob_id": 24141,
                    "name": "SW down at TOA-clearsky"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35050,
                    "label": "long_name",
                    "value": "SW down at TOA-clearsky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35051,
                    "label": "var_id",
                    "value": "rsdtcs_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30978,
            "names": [
                {
                    "ob_id": 24142,
                    "name": "SW down at surface"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34610,
                    "label": "var_id",
                    "value": "rsds_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35052,
                    "label": "long_name",
                    "value": "SW down at surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30979,
            "names": [
                {
                    "ob_id": 24143,
                    "name": "SW down at surface-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34608,
                    "label": "var_id",
                    "value": "rsdscs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35053,
                    "label": "long_name",
                    "value": "SW down at surface-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30980,
            "names": [
                {
                    "ob_id": 24144,
                    "name": "SW up at TOA"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34728,
                    "label": "var_id",
                    "value": "rsut_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35054,
                    "label": "long_name",
                    "value": "SW up at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30981,
            "names": [
                {
                    "ob_id": 24145,
                    "name": "SW up at TOA-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34726,
                    "label": "var_id",
                    "value": "rsutcs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35055,
                    "label": "long_name",
                    "value": "SW up at TOA-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30982,
            "names": [
                {
                    "ob_id": 24146,
                    "name": "SW up at surface"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34619,
                    "label": "var_id",
                    "value": "rsus_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35056,
                    "label": "long_name",
                    "value": "SW up at surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30983,
            "names": [
                {
                    "ob_id": 24147,
                    "name": "SW up at surface-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34617,
                    "label": "var_id",
                    "value": "rsuscs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35057,
                    "label": "long_name",
                    "value": "SW up at surface-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30984,
            "names": [
                {
                    "ob_id": 24148,
                    "name": "TOA outgoing longtwave flux"
                }
            ],
            "terms": [
                {
                    "ob_id": 225,
                    "label": "var_id",
                    "value": "rlut",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35058,
                    "label": "long_name",
                    "value": "TOA outgoing longtwave flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30985,
            "names": [
                {
                    "ob_id": 13836,
                    "name": "cloud ice water path"
                }
            ],
            "terms": [
                {
                    "ob_id": 9508,
                    "label": "var_id",
                    "value": "clivi",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11531,
                    "label": "units",
                    "value": "kg/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 19136,
                    "label": "long_name",
                    "value": "cloud ice water path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30986,
            "names": [
                {
                    "ob_id": 24149,
                    "name": "cloud ice water specific humidity"
                }
            ],
            "terms": [
                {
                    "ob_id": 5960,
                    "label": "var_id",
                    "value": "cli",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35059,
                    "label": "long_name",
                    "value": "cloud ice water specific humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30987,
            "names": [
                {
                    "ob_id": 24150,
                    "name": "cloud liquid specific humidity"
                }
            ],
            "terms": [
                {
                    "ob_id": 5963,
                    "label": "var_id",
                    "value": "clw",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35060,
                    "label": "long_name",
                    "value": "cloud liquid specific humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30988,
            "names": [
                {
                    "ob_id": 225,
                    "name": "air_pressure"
                },
                {
                    "ob_id": 24151,
                    "name": "domain average Pressure on Model Levels"
                }
            ],
            "terms": [
                {
                    "ob_id": 139,
                    "label": "units",
                    "value": "Pa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2913,
                    "label": "standard_name",
                    "value": "air_pressure",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 34718,
                    "label": "var_id",
                    "value": "pa_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35061,
                    "label": "long_name",
                    "value": "domain average Pressure on Model Levels",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30989,
            "names": [
                {
                    "ob_id": 24152,
                    "name": "domain avg Air temperature profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34792,
                    "label": "var_id",
                    "value": "ta_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35062,
                    "label": "long_name",
                    "value": "domain avg Air temperature profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30990,
            "names": [
                {
                    "ob_id": 24153,
                    "name": "domain avg LW radiatian heating rate profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34794,
                    "label": "var_id",
                    "value": "tntrl_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35063,
                    "label": "long_name",
                    "value": "domain avg LW radiatian heating rate profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30991,
            "names": [
                {
                    "ob_id": 24154,
                    "name": "domain avg SW radiatian heating rate profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34798,
                    "label": "var_id",
                    "value": "tntrs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35064,
                    "label": "long_name",
                    "value": "domain avg SW radiatian heating rate profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30992,
            "names": [
                {
                    "ob_id": 24155,
                    "name": "domain avg easrward wind profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34713,
                    "label": "var_id",
                    "value": "ua_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35065,
                    "label": "long_name",
                    "value": "domain avg easrward wind profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30993,
            "names": [
                {
                    "ob_id": 24156,
                    "name": "domain avg eastward wind profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34713,
                    "label": "var_id",
                    "value": "ua_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35066,
                    "label": "long_name",
                    "value": "domain avg eastward wind profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30994,
            "names": [
                {
                    "ob_id": 24157,
                    "name": "domain avg ice vapor path"
                }
            ],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34732,
                    "label": "var_id",
                    "value": "clivi_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35067,
                    "label": "long_name",
                    "value": "domain avg ice vapor path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30995,
            "names": [
                {
                    "ob_id": 24158,
                    "name": "domain avg ice water path"
                }
            ],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34732,
                    "label": "var_id",
                    "value": "clivi_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35068,
                    "label": "long_name",
                    "value": "domain avg ice water path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30996,
            "names": [
                {
                    "ob_id": 24159,
                    "name": "domain avg longwave radiation heating rate profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34794,
                    "label": "var_id",
                    "value": "tntrl_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35069,
                    "label": "long_name",
                    "value": "domain avg longwave radiation heating rate profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30997,
            "names": [
                {
                    "ob_id": 24160,
                    "name": "domain avg mass fraction of cloud ice profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34777,
                    "label": "var_id",
                    "value": "cli_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35070,
                    "label": "long_name",
                    "value": "domain avg mass fraction of cloud ice profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30998,
            "names": [
                {
                    "ob_id": 24161,
                    "name": "domain avg mass fraction of cloud liquid profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34779,
                    "label": "var_id",
                    "value": "clw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35071,
                    "label": "long_name",
                    "value": "domain avg mass fraction of cloud liquid profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 30999,
            "names": [
                {
                    "ob_id": 24162,
                    "name": "domain avg mass fraction of cloud liquid water profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34779,
                    "label": "var_id",
                    "value": "clw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35072,
                    "label": "long_name",
                    "value": "domain avg mass fraction of cloud liquid water profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31000,
            "names": [
                {
                    "ob_id": 24163,
                    "name": "domain avg mass fraction of precipitatine liquid water profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34783,
                    "label": "var_id",
                    "value": "plw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35073,
                    "label": "long_name",
                    "value": "domain avg mass fraction of precipitatine liquid water profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31001,
            "names": [
                {
                    "ob_id": 24164,
                    "name": "domain avg mass fraction of precipitating ice profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34781,
                    "label": "var_id",
                    "value": "pli_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35074,
                    "label": "long_name",
                    "value": "domain avg mass fraction of precipitating ice profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31002,
            "names": [
                {
                    "ob_id": 24165,
                    "name": "domain avg mass fraction of precipitating liquid profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34783,
                    "label": "var_id",
                    "value": "plw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35075,
                    "label": "long_name",
                    "value": "domain avg mass fraction of precipitating liquid profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31003,
            "names": [
                {
                    "ob_id": 24166,
                    "name": "domain avg relative humidity w.r.t ice profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35076,
                    "label": "long_name",
                    "value": "domain avg relative humidity w.r.t ice profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35077,
                    "label": "var_id",
                    "value": "huri_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31004,
            "names": [
                {
                    "ob_id": 24167,
                    "name": "domain avg relative humidity w.r.t water profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35078,
                    "label": "long_name",
                    "value": "domain avg relative humidity w.r.t water profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35079,
                    "label": "var_id",
                    "value": "hurw_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31005,
            "names": [
                {
                    "ob_id": 24168,
                    "name": "domain avg saturated water path"
                }
            ],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34789,
                    "label": "var_id",
                    "value": "sprw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35080,
                    "label": "long_name",
                    "value": "domain avg saturated water path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31006,
            "names": [
                {
                    "ob_id": 24169,
                    "name": "domain avg saturated water vapor path"
                }
            ],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34789,
                    "label": "var_id",
                    "value": "sprw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35081,
                    "label": "long_name",
                    "value": "domain avg saturated water vapor path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31007,
            "names": [
                {
                    "ob_id": 24170,
                    "name": "domain avg shortwave radiation heating rate profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34798,
                    "label": "var_id",
                    "value": "tntrs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35082,
                    "label": "long_name",
                    "value": "domain avg shortwave radiation heating rate profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31008,
            "names": [
                {
                    "ob_id": 24171,
                    "name": "domain avg specific humidity profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34800,
                    "label": "var_id",
                    "value": "hus_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35083,
                    "label": "long_name",
                    "value": "domain avg specific humidity profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31009,
            "names": [
                {
                    "ob_id": 24172,
                    "name": "domain avg temperature profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34792,
                    "label": "var_id",
                    "value": "ta_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35084,
                    "label": "long_name",
                    "value": "domain avg temperature profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31010,
            "names": [
                {
                    "ob_id": 7644,
                    "name": "evaporation rate"
                }
            ],
            "terms": [
                {
                    "ob_id": 6451,
                    "label": "units",
                    "value": "kg/m2/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11391,
                    "label": "var_id",
                    "value": "evspsbl",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11620,
                    "label": "long_name",
                    "value": "evaporation rate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31011,
            "names": [
                {
                    "ob_id": 24173,
                    "name": "geopotential height relative to surface at full levels"
                }
            ],
            "terms": [
                {
                    "ob_id": 3691,
                    "label": "var_id",
                    "value": "zg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 10344,
                    "label": "units",
                    "value": "meters",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35085,
                    "label": "long_name",
                    "value": "geopotential height relative to surface at full levels",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31012,
            "names": [
                {
                    "ob_id": 24174,
                    "name": "graupel water specific humidity"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35034,
                    "label": "var_id",
                    "value": "graupel",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35086,
                    "label": "long_name",
                    "value": "graupel water specific humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31013,
            "names": [
                {
                    "ob_id": 24175,
                    "name": "monthly and domain avg. cloud ice water path"
                }
            ],
            "terms": [
                {
                    "ob_id": 11531,
                    "label": "units",
                    "value": "kg/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34732,
                    "label": "var_id",
                    "value": "clivi_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35087,
                    "label": "long_name",
                    "value": "monthly and domain avg. cloud ice water path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31014,
            "names": [
                {
                    "ob_id": 24176,
                    "name": "monthly and domain avg. condensed water path"
                }
            ],
            "terms": [
                {
                    "ob_id": 11531,
                    "label": "units",
                    "value": "kg/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34730,
                    "label": "var_id",
                    "value": "clwvi_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35088,
                    "label": "long_name",
                    "value": "monthly and domain avg. condensed water path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31015,
            "names": [
                {
                    "ob_id": 24177,
                    "name": "monthly and domain avg. saturated precipitable water"
                }
            ],
            "terms": [
                {
                    "ob_id": 11531,
                    "label": "units",
                    "value": "kg/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34789,
                    "label": "var_id",
                    "value": "sprw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35089,
                    "label": "long_name",
                    "value": "monthly and domain avg. saturated precipitable water",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31016,
            "names": [
                {
                    "ob_id": 24178,
                    "name": "monthly avg LW down at sfc"
                }
            ],
            "terms": [
                {
                    "ob_id": 3670,
                    "label": "var_id",
                    "value": "rlds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35090,
                    "label": "long_name",
                    "value": "monthly avg LW down at sfc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31017,
            "names": [
                {
                    "ob_id": 24179,
                    "name": "monthly avg LW down at sfc-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 3683,
                    "label": "var_id",
                    "value": "rldscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35091,
                    "label": "long_name",
                    "value": "monthly avg LW down at sfc-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31018,
            "names": [
                {
                    "ob_id": 24180,
                    "name": "monthly avg LW up at TOA"
                }
            ],
            "terms": [
                {
                    "ob_id": 225,
                    "label": "var_id",
                    "value": "rlut",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35092,
                    "label": "long_name",
                    "value": "monthly avg LW up at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31019,
            "names": [
                {
                    "ob_id": 24181,
                    "name": "monthly avg LW up at TOA-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 952,
                    "label": "var_id",
                    "value": "rlutcs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35093,
                    "label": "long_name",
                    "value": "monthly avg LW up at TOA-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31020,
            "names": [
                {
                    "ob_id": 24182,
                    "name": "monthly avg LW up at sfc"
                }
            ],
            "terms": [
                {
                    "ob_id": 5744,
                    "label": "var_id",
                    "value": "rlus",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35094,
                    "label": "long_name",
                    "value": "monthly avg LW up at sfc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31021,
            "names": [
                {
                    "ob_id": 24183,
                    "name": "monthly avg LW up at sfc-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34834,
                    "label": "var_id",
                    "value": "rluscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35095,
                    "label": "long_name",
                    "value": "monthly avg LW up at sfc-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31022,
            "names": [
                {
                    "ob_id": 24184,
                    "name": "monthly avg SW down at TOA"
                }
            ],
            "terms": [
                {
                    "ob_id": 3693,
                    "label": "var_id",
                    "value": "rsdt",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35096,
                    "label": "long_name",
                    "value": "monthly avg SW down at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31023,
            "names": [
                {
                    "ob_id": 24185,
                    "name": "monthly avg SW down at TOA-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35097,
                    "label": "long_name",
                    "value": "monthly avg SW down at TOA-clear sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35098,
                    "label": "var_id",
                    "value": "rsdtcs",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31024,
            "names": [
                {
                    "ob_id": 24186,
                    "name": "monthly avg SW down at sfc"
                }
            ],
            "terms": [
                {
                    "ob_id": 3677,
                    "label": "var_id",
                    "value": "rsds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35099,
                    "label": "long_name",
                    "value": "monthly avg SW down at sfc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31025,
            "names": [
                {
                    "ob_id": 24187,
                    "name": "monthly avg SW down at sfc-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 3685,
                    "label": "var_id",
                    "value": "rsdscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35100,
                    "label": "long_name",
                    "value": "monthly avg SW down at sfc-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31026,
            "names": [
                {
                    "ob_id": 24188,
                    "name": "monthly avg SW up at TOA"
                }
            ],
            "terms": [
                {
                    "ob_id": 223,
                    "label": "var_id",
                    "value": "rsut",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35101,
                    "label": "long_name",
                    "value": "monthly avg SW up at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31027,
            "names": [
                {
                    "ob_id": 24189,
                    "name": "monthly avg SW up at TOA-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 955,
                    "label": "var_id",
                    "value": "rsutcs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35102,
                    "label": "long_name",
                    "value": "monthly avg SW up at TOA-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31028,
            "names": [
                {
                    "ob_id": 24190,
                    "name": "monthly avg SW up at sfc"
                }
            ],
            "terms": [
                {
                    "ob_id": 5747,
                    "label": "var_id",
                    "value": "rsus",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35103,
                    "label": "long_name",
                    "value": "monthly avg SW up at sfc",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31029,
            "names": [
                {
                    "ob_id": 24191,
                    "name": "monthly avg SW up at sfc-clear sky"
                }
            ],
            "terms": [
                {
                    "ob_id": 3687,
                    "label": "var_id",
                    "value": "rsuscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11591,
                    "label": "units",
                    "value": "watts/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35104,
                    "label": "long_name",
                    "value": "monthly avg SW up at sfc-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31030,
            "names": [
                {
                    "ob_id": 24192,
                    "name": "monthly domain avg. air temperature profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34792,
                    "label": "var_id",
                    "value": "ta_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35105,
                    "label": "long_name",
                    "value": "monthly domain avg. air temperature profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31031,
            "names": [
                {
                    "ob_id": 24193,
                    "name": "monthly domain avg. cloud ice profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34777,
                    "label": "var_id",
                    "value": "cli_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35106,
                    "label": "long_name",
                    "value": "monthly domain avg. cloud ice profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31032,
            "names": [
                {
                    "ob_id": 24194,
                    "name": "monthly domain avg. cloud liquid water profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34779,
                    "label": "var_id",
                    "value": "clw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35107,
                    "label": "long_name",
                    "value": "monthly domain avg. cloud liquid water profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31033,
            "names": [
                {
                    "ob_id": 24195,
                    "name": "monthly domain avg. precipitating ice profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34781,
                    "label": "var_id",
                    "value": "pli_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35108,
                    "label": "long_name",
                    "value": "monthly domain avg. precipitating ice profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31034,
            "names": [
                {
                    "ob_id": 24196,
                    "name": "monthly domain avg. precipitating liquid water profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34783,
                    "label": "var_id",
                    "value": "plw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35109,
                    "label": "long_name",
                    "value": "monthly domain avg. precipitating liquid water profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31035,
            "names": [
                {
                    "ob_id": 24197,
                    "name": "monthly domain avg. relative humidity"
                }
            ],
            "terms": [
                {
                    "ob_id": 34796,
                    "label": "var_id",
                    "value": "hur_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35110,
                    "label": "long_name",
                    "value": "monthly domain avg. relative humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31036,
            "names": [
                {
                    "ob_id": 24198,
                    "name": "monthly domain avg. specific humidity profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34800,
                    "label": "var_id",
                    "value": "hus_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35111,
                    "label": "long_name",
                    "value": "monthly domain avg. specific humidity profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31037,
            "names": [
                {
                    "ob_id": 24199,
                    "name": "monthly domain avg. westward wind profile"
                }
            ],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34715,
                    "label": "var_id",
                    "value": "va_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35112,
                    "label": "long_name",
                    "value": "monthly domain avg. westward wind profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31038,
            "names": [
                {
                    "ob_id": 24200,
                    "name": "monthly global cloud fraction"
                }
            ],
            "terms": [
                {
                    "ob_id": 34805,
                    "label": "var_id",
                    "value": "cldfrac_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35113,
                    "label": "long_name",
                    "value": "monthly global cloud fraction",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31039,
            "names": [
                {
                    "ob_id": 2994,
                    "name": "potential temperature"
                }
            ],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 13533,
                    "label": "long_name",
                    "value": "potential temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34775,
                    "label": "var_id",
                    "value": "thetae_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31040,
            "names": [
                {
                    "ob_id": 24201,
                    "name": "precipitable water"
                }
            ],
            "terms": [
                {
                    "ob_id": 9349,
                    "label": "var_id",
                    "value": "prw",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11531,
                    "label": "units",
                    "value": "kg/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35114,
                    "label": "long_name",
                    "value": "precipitable water",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31041,
            "names": [
                {
                    "ob_id": 24202,
                    "name": "precipitation rate"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34743,
                    "label": "var_id",
                    "value": "pr_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35115,
                    "label": "long_name",
                    "value": "precipitation rate",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31042,
            "names": [
                {
                    "ob_id": 24203,
                    "name": "precitable water"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34753,
                    "label": "var_id",
                    "value": "prw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35116,
                    "label": "long_name",
                    "value": "precitable water",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31043,
            "names": [
                {
                    "ob_id": 24204,
                    "name": "rain water specific humidity"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34652,
                    "label": "var_id",
                    "value": "plw",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35117,
                    "label": "long_name",
                    "value": "rain water specific humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31044,
            "names": [
                {
                    "ob_id": 24205,
                    "name": "saturated precipitable water"
                }
            ],
            "terms": [
                {
                    "ob_id": 11531,
                    "label": "units",
                    "value": "kg/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34599,
                    "label": "var_id",
                    "value": "sprw",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35118,
                    "label": "long_name",
                    "value": "saturated precipitable water",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31045,
            "names": [
                {
                    "ob_id": 24206,
                    "name": "snow water specific humidity"
                }
            ],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35119,
                    "label": "long_name",
                    "value": "snow water specific humidity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35120,
                    "label": "var_id",
                    "value": "snowwat",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 31046,
            "names": [
                {
                    "ob_id": 24207,
                    "name": "surface latent heat flux"
                }
            ],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34745,
                    "label": "var_id",
                    "value": "hfls_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35121,
                    "label": "long_name",
                    "value": "surface latent heat flux",
                    "vocabulary": ""
                }
            ]
        }
    ]
}