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

{
    "count": 51157,
    "next": "https://catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=43200",
    "previous": "https://catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=43000",
    "results": [
        {
            "ob_id": 95207,
            "names": [],
            "terms": [
                {
                    "ob_id": 6233,
                    "label": "units",
                    "value": "K/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30296,
                    "label": "var_id",
                    "value": "tntrs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102960,
                    "label": "long_name",
                    "value": "Tendency of temperature due to shortwave radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95208,
            "names": [],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34781,
                    "label": "var_id",
                    "value": "pli_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34941,
                    "label": "long_name",
                    "value": "Snow content",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95209,
            "names": [],
            "terms": [
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102961,
                    "label": "var_id",
                    "value": "surface_downwelling_longwave_flux_assuming_clear_sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102962,
                    "label": "long_name",
                    "value": "Clear-sky down LW flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95210,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3732,
                    "label": "var_id",
                    "value": "ua",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102963,
                    "label": "long_name",
                    "value": "Horizontal velocity along x-axis",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95211,
            "names": [],
            "terms": [
                {
                    "ob_id": 3670,
                    "label": "var_id",
                    "value": "rlds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102964,
                    "label": "standard_name",
                    "value": "Down. IR rad. at surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102965,
                    "label": "long_name",
                    "value": "Down. IR rad. at surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95212,
            "names": [],
            "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": 95213,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102966,
                    "label": "var_id",
                    "value": "theta_height_levels",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102967,
                    "label": "long_name",
                    "value": "Height of model theta levels",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95214,
            "names": [],
            "terms": [
                {
                    "ob_id": 98,
                    "label": "standard_name",
                    "value": "relative_humidity",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 116,
                    "label": "units",
                    "value": "%",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34796,
                    "label": "var_id",
                    "value": "hur_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34966,
                    "label": "long_name",
                    "value": "domain average Relative Humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95215,
            "names": [],
            "terms": [
                {
                    "ob_id": 955,
                    "label": "var_id",
                    "value": "rsutcs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102968,
                    "label": "standard_name",
                    "value": "TOA_outgoing_shortwave_flux-clear_sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102969,
                    "label": "long_name",
                    "value": "TOA Outgoing Shortwave Flux - Clear Sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95216,
            "names": [],
            "terms": [
                {
                    "ob_id": 34623,
                    "label": "units",
                    "value": "J2 m-4 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34624,
                    "label": "var_id",
                    "value": "tnfmsevar",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35024,
                    "label": "long_name",
                    "value": "total tendency of spaceal variance of mass-weighted vertical integral of frozn_mosit_static_energy",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35025,
                    "label": "standard_name",
                    "value": "tendency_of_spatial_variance_offrozn_mosit_static_energy",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95217,
            "names": [],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102970,
                    "label": "var_id",
                    "value": "qtxy",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95218,
            "names": [],
            "terms": [
                {
                    "ob_id": 6233,
                    "label": "units",
                    "value": "K/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 19797,
                    "label": "var_id",
                    "value": "tntr",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102971,
                    "label": "long_name",
                    "value": "Tendency of temperature due to radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95219,
            "names": [],
            "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": 95220,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3685,
                    "label": "var_id",
                    "value": "rsdscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102972,
                    "label": "standard_name",
                    "value": "surface_downwelling_shortwave_flux-clear_sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102973,
                    "label": "long_name",
                    "value": "Surface Downwelling Shortwave Flux - Clear Sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95221,
            "names": [],
            "terms": [
                {
                    "ob_id": 6233,
                    "label": "units",
                    "value": "K/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30293,
                    "label": "var_id",
                    "value": "tntrl",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102974,
                    "label": "long_name",
                    "value": "Tendency of temperature due to longwave radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95222,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34688,
                    "label": "standard_name",
                    "value": "tot_qv_dia",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35002,
                    "label": "long_name",
                    "value": "domain avg. resolved vertical water vapor flux profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35003,
                    "label": "var_id",
                    "value": "QVFLUX",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95223,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 10030,
                    "label": "long_name",
                    "value": "Vertical velocity",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11004,
                    "label": "var_id",
                    "value": "wa",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95224,
            "names": [],
            "terms": [
                {
                    "ob_id": 139,
                    "label": "units",
                    "value": "Pa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 331,
                    "label": "var_id",
                    "value": "psl",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35156,
                    "label": "long_name",
                    "value": "Pressure of the surface air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95225,
            "names": [],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 223,
                    "label": "var_id",
                    "value": "rsut",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102975,
                    "label": "long_name",
                    "value": "TOA upward shortwave flux at nz+1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95226,
            "names": [],
            "terms": [
                {
                    "ob_id": 5747,
                    "label": "var_id",
                    "value": "rsus",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102976,
                    "label": "standard_name",
                    "value": "SWup at surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102977,
                    "label": "long_name",
                    "value": "SWup at surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95227,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34775,
                    "label": "var_id",
                    "value": "thetae_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34971,
                    "label": "long_name",
                    "value": "domain average equivalent_potential_temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34972,
                    "label": "standard_name",
                    "value": "equivalent_potential_temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95228,
            "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": 34800,
                    "label": "var_id",
                    "value": "hus_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34968,
                    "label": "long_name",
                    "value": "domain average Specific Humidity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95229,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3676,
                    "label": "standard_name",
                    "value": "surface_downwelling_shortwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 34610,
                    "label": "var_id",
                    "value": "rsds_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34920,
                    "label": "long_name",
                    "value": "Domain average surface Downwelling Shortwave Radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95230,
            "names": [],
            "terms": [
                {
                    "ob_id": 17976,
                    "label": "units",
                    "value": "kg/m^2/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34743,
                    "label": "var_id",
                    "value": "pr_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35181,
                    "label": "long_name",
                    "value": "Total liquid precipitation flux at the surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95231,
            "names": [],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34615,
                    "label": "var_id",
                    "value": "rlus_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35168,
                    "label": "long_name",
                    "value": "Surface upward longwave radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95232,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102978,
                    "label": "var_id",
                    "value": "vertical_velocity_500hpa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102979,
                    "label": "long_name",
                    "value": "vertical_velocity_500hPa",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95233,
            "names": [],
            "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": 95234,
            "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": 34577,
                    "label": "var_id",
                    "value": "vabot",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34937,
                    "label": "long_name",
                    "value": "Northward wind at lowest model model level",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95235,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102980,
                    "label": "var_id",
                    "value": "vabot_avg",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95236,
            "names": [],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3677,
                    "label": "var_id",
                    "value": "rsds",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102981,
                    "label": "long_name",
                    "value": "Surface downward shortwave flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95237,
            "names": [],
            "terms": [
                {
                    "ob_id": 5855,
                    "label": "units",
                    "value": "m2 s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34688,
                    "label": "standard_name",
                    "value": "tot_qv_dia",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34998,
                    "label": "long_name",
                    "value": "domain avg. resolved meridional wind variance profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34999,
                    "label": "var_id",
                    "value": "V2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95238,
            "names": [],
            "terms": [
                {
                    "ob_id": 5963,
                    "label": "var_id",
                    "value": "clw",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102982,
                    "label": "long_name",
                    "value": "Cloud liquid",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95239,
            "names": [],
            "terms": [
                {
                    "ob_id": 955,
                    "label": "var_id",
                    "value": "rsutcs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102983,
                    "label": "standard_name",
                    "value": "SWup clear sky at TOA",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102984,
                    "label": "long_name",
                    "value": "SWup clear sky at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95240,
            "names": [],
            "terms": [
                {
                    "ob_id": 3693,
                    "label": "var_id",
                    "value": "rsdt",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102985,
                    "label": "standard_name",
                    "value": "SWdn at TOA",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102986,
                    "label": "long_name",
                    "value": "SWdn at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95241,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34722,
                    "label": "var_id",
                    "value": "rlutcs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102987,
                    "label": "standard_name",
                    "value": "domain_average_TOA_outgoing_longwave_flux-clear_sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102988,
                    "label": "long_name",
                    "value": "Domain Average TOA Outgoing Longwave Flux - Clear Sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95242,
            "names": [],
            "terms": [
                {
                    "ob_id": 34621,
                    "label": "var_id",
                    "value": "tnfmse",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35020,
                    "label": "long_name",
                    "value": "tendency of vert. int. FMSE",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35021,
                    "label": "units",
                    "value": "J/m^2/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95243,
            "names": [],
            "terms": [
                {
                    "ob_id": 5855,
                    "label": "units",
                    "value": "m2 s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34688,
                    "label": "standard_name",
                    "value": "tot_qv_dia",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35004,
                    "label": "long_name",
                    "value": "domain avg. resolved vertical wind variance profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35005,
                    "label": "var_id",
                    "value": "W2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95244,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34688,
                    "label": "standard_name",
                    "value": "tot_qv_dia",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35000,
                    "label": "long_name",
                    "value": "domain avg. resolved vertical potential temperature flux profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35001,
                    "label": "var_id",
                    "value": "TVFLUX",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95245,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3678,
                    "label": "var_id",
                    "value": "uas",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34900,
                    "label": "long_name",
                    "value": "10 m estward wind",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95246,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34608,
                    "label": "var_id",
                    "value": "rsdscs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102989,
                    "label": "standard_name",
                    "value": "domain_average_surface_downwelling_shortwave_flux-clear_sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102990,
                    "label": "long_name",
                    "value": "Domain Average Surface Downwelling Shortwave Flux - Clear Sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95247,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3686,
                    "label": "standard_name",
                    "value": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 102991,
                    "label": "var_id",
                    "value": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95248,
            "names": [],
            "terms": [
                {
                    "ob_id": 33806,
                    "label": "units",
                    "value": "J m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34624,
                    "label": "var_id",
                    "value": "tnfmsevar",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35123,
                    "label": "long_name",
                    "value": "total tendency of spatial varience of mass-weighted vertical integral of FMSE",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95249,
            "names": [],
            "terms": [
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3733,
                    "label": "var_id",
                    "value": "va",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102992,
                    "label": "long_name",
                    "value": "Horizontal velocity along y-axis",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95250,
            "names": [],
            "terms": [
                {
                    "ob_id": 5855,
                    "label": "units",
                    "value": "m2 s-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34688,
                    "label": "standard_name",
                    "value": "tot_qv_dia",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35006,
                    "label": "long_name",
                    "value": "domain avg. resolved zonal wind variance profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35007,
                    "label": "var_id",
                    "value": "U2",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95251,
            "names": [],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3683,
                    "label": "var_id",
                    "value": "rldscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35158,
                    "label": "long_name",
                    "value": "Surface clear-sky downward longwave flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95252,
            "names": [],
            "terms": [
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34608,
                    "label": "var_id",
                    "value": "rsdscs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102993,
                    "label": "standard_name",
                    "value": "SWdn clear sky at surface",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102994,
                    "label": "long_name",
                    "value": "SWdn clear sky at surface",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95253,
            "names": [],
            "terms": [
                {
                    "ob_id": 6233,
                    "label": "units",
                    "value": "K/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102995,
                    "label": "var_id",
                    "value": "longwave_radiative_heating_rate_assuming_clear_sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102996,
                    "label": "long_name",
                    "value": "Clear-sky LW heating rates",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95254,
            "names": [],
            "terms": [
                {
                    "ob_id": 34779,
                    "label": "var_id",
                    "value": "clw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34939,
                    "label": "units",
                    "value": "Unitless",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35145,
                    "label": "long_name",
                    "value": "Mean cloud-liquid mixing ratio",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95255,
            "names": [],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34800,
                    "label": "var_id",
                    "value": "hus_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102997,
                    "label": "long_name",
                    "value": "Water vapor",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95256,
            "names": [],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30818,
                    "label": "standard_name",
                    "value": "tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34734,
                    "label": "var_id",
                    "value": "tntrlcs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34969,
                    "label": "long_name",
                    "value": "domain average Tendency of Air Temperature due to Clear Sky Longwave Radiative Heating",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95257,
            "names": [],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 19796,
                    "label": "standard_name",
                    "value": "tendency_of_air_temperature_due_to_radiative_heating",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 102998,
                    "label": "var_id",
                    "value": "tendency_of_air_temperature_due_to_radiative_heating",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95258,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34785,
                    "label": "var_id",
                    "value": "theta_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102999,
                    "label": "standard_name",
                    "value": "domain_average_potential_temperature_profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103000,
                    "label": "long_name",
                    "value": "Domain Average Potential Temperature Profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95259,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3728,
                    "label": "var_id",
                    "value": "hfss",
                    "vocabulary": ""
                },
                {
                    "ob_id": 8349,
                    "label": "long_name",
                    "value": "sensible heat flux",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103001,
                    "label": "standard_name",
                    "value": "shflx",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95260,
            "names": [],
            "terms": [
                {
                    "ob_id": 34592,
                    "label": "var_id",
                    "value": "fmse",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34953,
                    "label": "units",
                    "value": "J/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35140,
                    "label": "long_name",
                    "value": "Column-integrated moist static energy",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95261,
            "names": [],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34798,
                    "label": "var_id",
                    "value": "tntrs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103002,
                    "label": "standard_name",
                    "value": "domain_average_shortwave_radiative_heating_rate_profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103003,
                    "label": "long_name",
                    "value": "Domain Average Shortwave Radiative Heating Rate Profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95262,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 255,
                    "label": "var_id",
                    "value": "tas",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103004,
                    "label": "standard_name",
                    "value": "2m_air_temperature",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103005,
                    "label": "long_name",
                    "value": "2m Air Temperature",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95263,
            "names": [],
            "terms": [
                {
                    "ob_id": 52,
                    "label": "var_id",
                    "value": "eastward_wind",
                    "vocabulary": ""
                },
                {
                    "ob_id": 120,
                    "label": "units",
                    "value": "m/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 6466,
                    "label": "long_name",
                    "value": "Zonal wind",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95264,
            "names": [],
            "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": 95265,
            "names": [],
            "terms": [
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103006,
                    "label": "var_id",
                    "value": "surface_downwelling_shortwave_flux_assuming_clear_sky",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103007,
                    "label": "long_name",
                    "value": "Clear-sky down SW flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95266,
            "names": [],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103008,
                    "label": "var_id",
                    "value": "mass_fraction_of_precipitating_liquid_water",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103009,
                    "label": "long_name",
                    "value": "mass_fraction_of_precipitating_liquid_water",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95267,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3669,
                    "label": "standard_name",
                    "value": "surface_downwelling_longwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 34606,
                    "label": "var_id",
                    "value": "rlds_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34919,
                    "label": "long_name",
                    "value": "Domain average surface Downwelling Longwave Radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95268,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3669,
                    "label": "standard_name",
                    "value": "surface_downwelling_longwave_flux_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 73592,
                    "label": "var_id",
                    "value": "surface_downwelling_longwave_flux_in_air",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95269,
            "names": [],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34794,
                    "label": "var_id",
                    "value": "tntrl_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103010,
                    "label": "standard_name",
                    "value": "domain_average_longwave_radiative_heating_rate_profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103011,
                    "label": "long_name",
                    "value": "Domain Average Longwave Radiative Heating Rate Profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95270,
            "names": [],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34722,
                    "label": "var_id",
                    "value": "rlutcs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35170,
                    "label": "long_name",
                    "value": "TOA clear-sky upward longwave radiation at nz+1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95271,
            "names": [],
            "terms": [
                {
                    "ob_id": 6233,
                    "label": "units",
                    "value": "K/s",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34798,
                    "label": "var_id",
                    "value": "tntrs_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35155,
                    "label": "long_name",
                    "value": "Net shortwave radiative heating",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95272,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5961,
                    "label": "long_name",
                    "value": "Mass Fraction of Cloud Liquid Water",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5963,
                    "label": "var_id",
                    "value": "clw",
                    "vocabulary": ""
                },
                {
                    "ob_id": 102714,
                    "label": "standard_name",
                    "value": "mass_fraction_of_cloud_liquid_water",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95273,
            "names": [],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34834,
                    "label": "var_id",
                    "value": "rluscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35161,
                    "label": "long_name",
                    "value": "Surface clear-sky upward longwave flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95274,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3177,
                    "label": "standard_name",
                    "value": "toa_outgoing_longwave_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 34724,
                    "label": "var_id",
                    "value": "rlut_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34910,
                    "label": "long_name",
                    "value": "Domain average TOA Outgoing Longwave Radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95275,
            "names": [],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3688,
                    "label": "standard_name",
                    "value": "convective_precipitation_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 103012,
                    "label": "var_id",
                    "value": "convective_precipitation_flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95276,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 10931,
                    "label": "standard_name",
                    "value": "atmosphere_mass_content_of_water_vapor",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 34753,
                    "label": "var_id",
                    "value": "prw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34927,
                    "label": "long_name",
                    "value": "Domain average water Vapor Path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95277,
            "names": [],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34619,
                    "label": "var_id",
                    "value": "rsus_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35169,
                    "label": "long_name",
                    "value": "Surface upward shortwave radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95278,
            "names": [],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3071,
                    "label": "standard_name",
                    "value": "precipitation_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 34743,
                    "label": "var_id",
                    "value": "pr_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34914,
                    "label": "long_name",
                    "value": "Domain average precipitation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95279,
            "names": [],
            "terms": [
                {
                    "ob_id": 33806,
                    "label": "units",
                    "value": "J m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103013,
                    "label": "var_id",
                    "value": "total_tendency_of_fmse",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103014,
                    "label": "long_name",
                    "value": "total_tendency_of_fmse",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95280,
            "names": [],
            "terms": [
                {
                    "ob_id": 63,
                    "label": "units",
                    "value": "K",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34775,
                    "label": "var_id",
                    "value": "thetae_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103015,
                    "label": "standard_name",
                    "value": "domain_average_equivalent_potential_temperature_profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103016,
                    "label": "long_name",
                    "value": "Domain Average Equivalent Potential Temperature Profile",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95281,
            "names": [],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34649,
                    "label": "var_id",
                    "value": "pli",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103017,
                    "label": "long_name",
                    "value": "Snow plus graupel",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95282,
            "names": [],
            "terms": [
                {
                    "ob_id": 62,
                    "label": "units",
                    "value": "hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 140,
                    "label": "long_name",
                    "value": "Pressure",
                    "vocabulary": ""
                },
                {
                    "ob_id": 161,
                    "label": "var_id",
                    "value": "Pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95283,
            "names": [],
            "terms": [
                {
                    "ob_id": 34594,
                    "label": "var_id",
                    "value": "hadvfmse",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35176,
                    "label": "long_name",
                    "value": "Tendency of MSE from horizontal advection",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35177,
                    "label": "units",
                    "value": "J/s",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95284,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 11812,
                    "label": "var_id",
                    "value": "z",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103018,
                    "label": "long_name",
                    "value": "Full level height",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95285,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34789,
                    "label": "var_id",
                    "value": "sprw_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34915,
                    "label": "long_name",
                    "value": "Domain average saturated Water Vapor Path",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34916,
                    "label": "standard_name",
                    "value": "atmosphere_mass_content_of_saturated_water_vapor",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95286,
            "names": [],
            "terms": [
                {
                    "ob_id": 2458,
                    "label": "units",
                    "value": "K s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 30293,
                    "label": "var_id",
                    "value": "tntrl",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103019,
                    "label": "standard_name",
                    "value": "tendency_of_air_temperature_due_to_longwave_radiative_heating",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103020,
                    "label": "long_name",
                    "value": "Tendency of Air Temperature due to Longwave Radiative Heating",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95287,
            "names": [],
            "terms": [
                {
                    "ob_id": 144,
                    "label": "units",
                    "value": "kg kg-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5959,
                    "label": "standard_name",
                    "value": "mass_fraction_of_cloud_ice_in_air",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 34777,
                    "label": "var_id",
                    "value": "cli_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34961,
                    "label": "long_name",
                    "value": "domain average Mass Fraction of Cloud Ice",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95288,
            "names": [],
            "terms": [
                {
                    "ob_id": 6068,
                    "label": "units",
                    "value": "kg/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 9508,
                    "label": "var_id",
                    "value": "clivi",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103021,
                    "label": "standard_name",
                    "value": "Condensed water path",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103022,
                    "label": "long_name",
                    "value": "Condensed water path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95289,
            "names": [],
            "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": 95290,
            "names": [],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103023,
                    "label": "var_id",
                    "value": "convective_mass_flux",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103024,
                    "label": "long_name",
                    "value": "convective_mass_flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95291,
            "names": [],
            "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": 95292,
            "names": [],
            "terms": [
                {
                    "ob_id": 6065,
                    "label": "units",
                    "value": "kg/kg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 22958,
                    "label": "long_name",
                    "value": "Rain",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34652,
                    "label": "var_id",
                    "value": "plw",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95293,
            "names": [],
            "terms": [
                {
                    "ob_id": 32,
                    "label": "units",
                    "value": "m",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103025,
                    "label": "var_id",
                    "value": "rho_height_levels",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103026,
                    "label": "long_name",
                    "value": "rho_height_levels",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95294,
            "names": [],
            "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": 95295,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3685,
                    "label": "var_id",
                    "value": "rsdscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35017,
                    "label": "long_name",
                    "value": "surface downwelling shortwave flux-clear sky",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95296,
            "names": [],
            "terms": [
                {
                    "ob_id": 90,
                    "label": "units",
                    "value": "kg m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34599,
                    "label": "var_id",
                    "value": "sprw",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35015,
                    "label": "long_name",
                    "value": "saturated water path",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95297,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 3212,
                    "label": "standard_name",
                    "value": "surface_upward_latent_heat_flux",
                    "vocabulary": "cf_standard_names"
                },
                {
                    "ob_id": 8502,
                    "label": "var_id",
                    "value": "surface_upward_latent_heat_flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95298,
            "names": [],
            "terms": [
                {
                    "ob_id": 42,
                    "label": "units",
                    "value": "m s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34580,
                    "label": "var_id",
                    "value": "wa500",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34954,
                    "label": "long_name",
                    "value": "Vetical velocity at 500 hPa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34955,
                    "label": "standard_name",
                    "value": "vetical_velocity",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95299,
            "names": [],
            "terms": [
                {
                    "ob_id": 223,
                    "label": "var_id",
                    "value": "rsut",
                    "vocabulary": ""
                },
                {
                    "ob_id": 7389,
                    "label": "units",
                    "value": "W/m2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103027,
                    "label": "standard_name",
                    "value": "SWup at TOA",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103028,
                    "label": "long_name",
                    "value": "SWup at TOA",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95300,
            "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": 34834,
                    "label": "var_id",
                    "value": "rluscs",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34944,
                    "label": "long_name",
                    "value": "Surface Upwelling Clear-Sky Longwave Radiation",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95301,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34688,
                    "label": "standard_name",
                    "value": "tot_qv_dia",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34996,
                    "label": "long_name",
                    "value": "domain avg. resolved cloud water flux profile",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34997,
                    "label": "var_id",
                    "value": "QNFLUX",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95302,
            "names": [],
            "terms": [
                {
                    "ob_id": 2304,
                    "label": "units",
                    "value": "W m-2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34747,
                    "label": "var_id",
                    "value": "hfss_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103029,
                    "label": "standard_name",
                    "value": "domain_average_surface_upward_sensible_heat_flux",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103030,
                    "label": "long_name",
                    "value": "Domain Average Surface Upward Sensible Heat Flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95303,
            "names": [],
            "terms": [
                {
                    "ob_id": 139,
                    "label": "units",
                    "value": "Pa",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103031,
                    "label": "var_id",
                    "value": "phydroh",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103032,
                    "label": "long_name",
                    "value": "Half level hydrostatic pressure",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95304,
            "names": [],
            "terms": [
                {
                    "ob_id": 122,
                    "label": "units",
                    "value": "W/m^2",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34724,
                    "label": "var_id",
                    "value": "rlut_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35174,
                    "label": "long_name",
                    "value": "TOA upward longwave radiation at nz+1",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95305,
            "names": [],
            "terms": [
                {
                    "ob_id": 2294,
                    "label": "units",
                    "value": "kg m-2 s-1",
                    "vocabulary": ""
                },
                {
                    "ob_id": 5889,
                    "label": "var_id",
                    "value": "mc",
                    "vocabulary": ""
                },
                {
                    "ob_id": 19462,
                    "label": "long_name",
                    "value": "Convective Mass Flux",
                    "vocabulary": ""
                },
                {
                    "ob_id": 103033,
                    "label": "standard_name",
                    "value": "convective_mass_flux",
                    "vocabulary": ""
                }
            ]
        },
        {
            "ob_id": 95306,
            "names": [],
            "terms": [
                {
                    "ob_id": 7889,
                    "label": "units",
                    "value": "unitless",
                    "vocabulary": ""
                },
                {
                    "ob_id": 34805,
                    "label": "var_id",
                    "value": "cldfrac_avg",
                    "vocabulary": ""
                },
                {
                    "ob_id": 35137,
                    "label": "long_name",
                    "value": "Cloud cover [fractional area of qc + qi > min(1e-5,0.01*qvs)]",
                    "vocabulary": ""
                }
            ]
        }
    ]
}