Phenomenon List
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=15700
{ "count": 53229, "next": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=15800", "previous": "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/?format=api&limit=100&offset=15600", "results": [ { "ob_id": 49651, "names": [ { "ob_id": 41623, "name": "pond volume tendency due to drainage" }, { "ob_id": 41624, "name": "sea_ice_pondvolume_tendency_drainage" } ], "terms": [ { "ob_id": 63561, "label": "long_name", "value": "pond volume tendency due to drainage", "vocabulary": "" }, { "ob_id": 63562, "label": "standard_name", "value": "sea_ice_pondvolume_tendency_drainage", "vocabulary": "" }, { "ob_id": 63563, "label": "units", "value": "cm/d", "vocabulary": "" }, { "ob_id": 63564, "label": "var_id", "value": "dvpn_drn", "vocabulary": "" } ] }, { "ob_id": 49652, "names": [ { "ob_id": 41625, "name": "pond volume tendency due to exchanges with lid" }, { "ob_id": 41626, "name": "sea_ice_pondvolume_tendency_lids" } ], "terms": [ { "ob_id": 63563, "label": "units", "value": "cm/d", "vocabulary": "" }, { "ob_id": 63565, "label": "long_name", "value": "pond volume tendency due to exchanges with lid", "vocabulary": "" }, { "ob_id": 63566, "label": "standard_name", "value": "sea_ice_pondvolume_tendency_lids", "vocabulary": "" }, { "ob_id": 63567, "label": "var_id", "value": "dvpn_lid", "vocabulary": "" } ] }, { "ob_id": 49653, "names": [ { "ob_id": 41627, "name": "pond volume tendency due to runoff" }, { "ob_id": 41628, "name": "sea_ice_pondvolume_tendency_runoff" } ], "terms": [ { "ob_id": 63563, "label": "units", "value": "cm/d", "vocabulary": "" }, { "ob_id": 63568, "label": "long_name", "value": "pond volume tendency due to runoff", "vocabulary": "" }, { "ob_id": 63569, "label": "standard_name", "value": "sea_ice_pondvolume_tendency_runoff", "vocabulary": "" }, { "ob_id": 63570, "label": "var_id", "value": "dvpn_rnf", "vocabulary": "" } ] }, { "ob_id": 49654, "names": [ { "ob_id": 41629, "name": "pond volume tendency due to surface melt" }, { "ob_id": 41630, "name": "sea_ice_pondvolume_tendency_melt" } ], "terms": [ { "ob_id": 63563, "label": "units", "value": "cm/d", "vocabulary": "" }, { "ob_id": 63571, "label": "long_name", "value": "pond volume tendency due to surface melt", "vocabulary": "" }, { "ob_id": 63572, "label": "standard_name", "value": "sea_ice_pondvolume_tendency_melt", "vocabulary": "" }, { "ob_id": 63573, "label": "var_id", "value": "dvpn_mlt", "vocabulary": "" } ] }, { "ob_id": 49655, "names": [ { "ob_id": 22808, "name": "sea-ice mass change from dynamics" }, { "ob_id": 22809, "name": "tendency_of_sea_ice_amount_due_to_dynamics" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 30518, "label": "var_id", "value": "sidmassdyn", "vocabulary": "" }, { "ob_id": 32392, "label": "long_name", "value": "sea-ice mass change from dynamics", "vocabulary": "" }, { "ob_id": 32393, "label": "standard_name", "value": "tendency_of_sea_ice_amount_due_to_dynamics", "vocabulary": "" } ] }, { "ob_id": 49656, "names": [ { "ob_id": 22810, "name": "sea-ice mass change from thermodynamics" }, { "ob_id": 22811, "name": "tendency_of_sea_ice_amount_due_to_thermodynamics" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 30521, "label": "var_id", "value": "sidmassth", "vocabulary": "" }, { "ob_id": 32394, "label": "long_name", "value": "sea-ice mass change from thermodynamics", "vocabulary": "" }, { "ob_id": 32395, "label": "standard_name", "value": "tendency_of_sea_ice_amount_due_to_thermodynamics", "vocabulary": "" } ] }, { "ob_id": 49657, "names": [ { "ob_id": 14481, "name": "tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation" }, { "ob_id": 41631, "name": "sea-ice mass change through basal growth" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 20213, "label": "standard_name", "value": "tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation", "vocabulary": "cf_standard_names" }, { "ob_id": 30508, "label": "var_id", "value": "sidmassgrowthbot", "vocabulary": "" }, { "ob_id": 63574, "label": "long_name", "value": "sea-ice mass change through basal growth", "vocabulary": "" } ] }, { "ob_id": 49658, "names": [ { "ob_id": 7483, "name": "tendency_of_sea_ice_amount_due_to_basal_melting" }, { "ob_id": 41632, "name": "sea-ice mass change through bottom melting" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 11374, "label": "standard_name", "value": "tendency_of_sea_ice_amount_due_to_basal_melting", "vocabulary": "cf_standard_names" }, { "ob_id": 30510, "label": "var_id", "value": "sidmassmeltbot", "vocabulary": "" }, { "ob_id": 63575, "label": "long_name", "value": "sea-ice mass change through bottom melting", "vocabulary": "" } ] }, { "ob_id": 49659, "names": [ { "ob_id": 2959, "name": "water_evaporation_flux" }, { "ob_id": 39126, "name": "sea-ice mass change through evaporation and sublimation" } ], "terms": [ { "ob_id": 3726, "label": "standard_name", "value": "water_evaporation_flux", "vocabulary": "cf_standard_names" }, { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 59714, "label": "long_name", "value": "sea-ice mass change through evaporation and sublimation", "vocabulary": "" }, { "ob_id": 63576, "label": "var_id", "value": "sndmasssubl", "vocabulary": "" } ] }, { "ob_id": 49660, "names": [ { "ob_id": 41633, "name": "sea-ice mass change through growth in supercooled open water (frazil)" }, { "ob_id": 41634, "name": "tendency_of_sea_ice_amount_due_to_freezing_in_open_water" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 30512, "label": "var_id", "value": "sidmassgrowthwat", "vocabulary": "" }, { "ob_id": 63577, "label": "long_name", "value": "sea-ice mass change through growth in supercooled open water (frazil)", "vocabulary": "" }, { "ob_id": 63578, "label": "standard_name", "value": "tendency_of_sea_ice_amount_due_to_freezing_in_open_water", "vocabulary": "" } ] }, { "ob_id": 49661, "names": [ { "ob_id": 21622, "name": "tendency_of_sea_ice_amount_due_to_lateral_melting" }, { "ob_id": 41635, "name": "sea-ice mass change through lateral melting" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 30482, "label": "standard_name", "value": "tendency_of_sea_ice_amount_due_to_lateral_melting", "vocabulary": "" }, { "ob_id": 63579, "label": "long_name", "value": "sea-ice mass change through lateral melting", "vocabulary": "" }, { "ob_id": 63580, "label": "var_id", "value": "sidmassmeltlat", "vocabulary": "" } ] }, { "ob_id": 49662, "names": [ { "ob_id": 7678, "name": "tendency_of_sea_ice_amount_due_to_snow_conversion" }, { "ob_id": 41636, "name": "sea-ice mass change through snow-to-ice conversion" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 11671, "label": "standard_name", "value": "tendency_of_sea_ice_amount_due_to_snow_conversion", "vocabulary": "cf_standard_names" }, { "ob_id": 30515, "label": "var_id", "value": "sidmasssi", "vocabulary": "" }, { "ob_id": 63581, "label": "long_name", "value": "sea-ice mass change through snow-to-ice conversion", "vocabulary": "" } ] }, { "ob_id": 49663, "names": [ { "ob_id": 7485, "name": "tendency_of_sea_ice_amount_due_to_surface_melting" }, { "ob_id": 41637, "name": "sea-ice mass change through surface melting" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 11377, "label": "standard_name", "value": "tendency_of_sea_ice_amount_due_to_surface_melting", "vocabulary": "cf_standard_names" }, { "ob_id": 30619, "label": "var_id", "value": "sidmassmelttop", "vocabulary": "" }, { "ob_id": 63582, "label": "long_name", "value": "sea-ice mass change through surface melting", "vocabulary": "" } ] }, { "ob_id": 49664, "names": [ { "ob_id": 22792, "name": "tendency_of_snow_mass_due_to_sea_ice_dynamics" }, { "ob_id": 41638, "name": "snow mass change through advection by sea-ice dynamics" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 30539, "label": "var_id", "value": "sndmassdyn", "vocabulary": "" }, { "ob_id": 32372, "label": "standard_name", "value": "tendency_of_snow_mass_due_to_sea_ice_dynamics", "vocabulary": "" }, { "ob_id": 63583, "label": "long_name", "value": "snow mass change through advection by sea-ice dynamics", "vocabulary": "" } ] }, { "ob_id": 49665, "names": [ { "ob_id": 41639, "name": "snow mass change through evaporation or sublimation" }, { "ob_id": 41640, "name": "surface_snow_sublimation_flux" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 30617, "label": "var_id", "value": "sidmassevapsubl", "vocabulary": "" }, { "ob_id": 63584, "label": "long_name", "value": "snow mass change through evaporation or sublimation", "vocabulary": "" }, { "ob_id": 63585, "label": "standard_name", "value": "surface_snow_sublimation_flux", "vocabulary": "" } ] }, { "ob_id": 49666, "names": [ { "ob_id": 13038, "name": "surface_snow_melt_flux" }, { "ob_id": 41641, "name": "snow mass change through melt" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 18366, "label": "standard_name", "value": "surface_snow_melt_flux", "vocabulary": "cf_standard_names" }, { "ob_id": 30541, "label": "var_id", "value": "sndmassmelt", "vocabulary": "" }, { "ob_id": 63586, "label": "long_name", "value": "snow mass change through melt", "vocabulary": "" } ] }, { "ob_id": 49667, "names": [ { "ob_id": 2425, "name": "snowfall_flux" }, { "ob_id": 22812, "name": "snow mass change through snow fall" } ], "terms": [ { "ob_id": 3230, "label": "standard_name", "value": "snowfall_flux", "vocabulary": "cf_standard_names" }, { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 30621, "label": "var_id", "value": "sndmasssnf", "vocabulary": "" }, { "ob_id": 32396, "label": "long_name", "value": "snow mass change through snow fall", "vocabulary": "" } ] }, { "ob_id": 49668, "names": [ { "ob_id": 41642, "name": "snow mass change through snow-to-ice conversion" }, { "ob_id": 41643, "name": "tendency_of_snow_mass_due_to_snow_to_ice_conversion" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 30624, "label": "var_id", "value": "sndmasssi", "vocabulary": "" }, { "ob_id": 63587, "label": "long_name", "value": "snow mass change through snow-to-ice conversion", "vocabulary": "" }, { "ob_id": 63588, "label": "standard_name", "value": "tendency_of_snow_mass_due_to_snow_to_ice_conversion", "vocabulary": "" } ] }, { "ob_id": 49669, "names": [ { "ob_id": 2941, "name": "surface_downwelling_shortwave_flux_in_air" }, { "ob_id": 41644, "name": "solar heat flux at ice surface" } ], "terms": [ { "ob_id": 3676, "label": "standard_name", "value": "surface_downwelling_shortwave_flux_in_air", "vocabulary": "cf_standard_names" }, { "ob_id": 7389, "label": "units", "value": "W/m2", "vocabulary": "" }, { "ob_id": 63589, "label": "long_name", "value": "solar heat flux at ice surface", "vocabulary": "" }, { "ob_id": 63590, "label": "var_id", "value": "qsr_ice", "vocabulary": "" } ] }, { "ob_id": 49670, "names": [ { "ob_id": 41645, "name": "solar heat flux transmitted through the ice (to the ocean)" } ], "terms": [ { "ob_id": 7389, "label": "units", "value": "W/m2", "vocabulary": "" }, { "ob_id": 63591, "label": "long_name", "value": "solar heat flux transmitted through the ice (to the ocean)", "vocabulary": "" }, { "ob_id": 63592, "label": "var_id", "value": "qtr_ice_bot", "vocabulary": "" } ] }, { "ob_id": 49671, "names": [ { "ob_id": 41646, "name": "solar heat flux transmitted through the ice surface" } ], "terms": [ { "ob_id": 7389, "label": "units", "value": "W/m2", "vocabulary": "" }, { "ob_id": 63593, "label": "long_name", "value": "solar heat flux transmitted through the ice surface", "vocabulary": "" }, { "ob_id": 63594, "label": "var_id", "value": "qtr_ice_top", "vocabulary": "" } ] }, { "ob_id": 49672, "names": [ { "ob_id": 41647, "name": "temperature at the ice bottom" } ], "terms": [ { "ob_id": 2506, "label": "units", "value": "degC", "vocabulary": "" }, { "ob_id": 63595, "label": "long_name", "value": "temperature at the ice bottom", "vocabulary": "" }, { "ob_id": 63596, "label": "var_id", "value": "sitbot", "vocabulary": "" } ] }, { "ob_id": 49673, "names": [ { "ob_id": 41648, "name": "temperature at the ice surface" } ], "terms": [ { "ob_id": 2506, "label": "units", "value": "degC", "vocabulary": "" }, { "ob_id": 63597, "label": "long_name", "value": "temperature at the ice surface", "vocabulary": "" }, { "ob_id": 63598, "label": "var_id", "value": "sittop", "vocabulary": "" } ] }, { "ob_id": 49674, "names": [ { "ob_id": 41649, "name": "temperature at the snow-ice interface" } ], "terms": [ { "ob_id": 2506, "label": "units", "value": "degC", "vocabulary": "" }, { "ob_id": 63599, "label": "long_name", "value": "temperature at the snow-ice interface", "vocabulary": "" }, { "ob_id": 63600, "label": "var_id", "value": "sitsni", "vocabulary": "" } ] }, { "ob_id": 49675, "names": [ { "ob_id": 28956, "name": "surface_downward_heat_flux_in_air" }, { "ob_id": 41650, "name": "total heat flux at ice surface" } ], "terms": [ { "ob_id": 7389, "label": "units", "value": "W/m2", "vocabulary": "" }, { "ob_id": 42969, "label": "standard_name", "value": "surface_downward_heat_flux_in_air", "vocabulary": "" }, { "ob_id": 63601, "label": "long_name", "value": "total heat flux at ice surface", "vocabulary": "" }, { "ob_id": 63602, "label": "var_id", "value": "qt_ice", "vocabulary": "" } ] }, { "ob_id": 49676, "names": [ { "ob_id": 41651, "name": "total heat flux at the oce-ice surface: interface atm-(ice+oce)" } ], "terms": [ { "ob_id": 7389, "label": "units", "value": "W/m2", "vocabulary": "" }, { "ob_id": 63603, "label": "long_name", "value": "total heat flux at the oce-ice surface: interface atm-(ice+oce)", "vocabulary": "" }, { "ob_id": 63604, "label": "var_id", "value": "qt_atm_oi", "vocabulary": "" } ] }, { "ob_id": 49677, "names": [ { "ob_id": 41652, "name": "total heat flux at the ocean surface: interface oce-(ice+atm)" } ], "terms": [ { "ob_id": 7389, "label": "units", "value": "W/m2", "vocabulary": "" }, { "ob_id": 63605, "label": "long_name", "value": "total heat flux at the ocean surface: interface oce-(ice+atm)", "vocabulary": "" }, { "ob_id": 63606, "label": "var_id", "value": "qt_oce_ai", "vocabulary": "" } ] }, { "ob_id": 49678, "names": [], "terms": [ { "ob_id": 2506, "label": "units", "value": "degC", "vocabulary": "" }, { "ob_id": 63607, "label": "var_id", "value": "sst_m_pot", "vocabulary": "" } ] }, { "ob_id": 49679, "names": [], "terms": [ { "ob_id": 3052, "label": "units", "value": "psu", "vocabulary": "" }, { "ob_id": 63608, "label": "var_id", "value": "sss_m_abs", "vocabulary": "" } ] }, { "ob_id": 49680, "names": [ { "ob_id": 2356, "name": "sea_water_potential_temperature" }, { "ob_id": 41653, "name": "global mean potential temperature" } ], "terms": [ { "ob_id": 2506, "label": "units", "value": "degC", "vocabulary": "" }, { "ob_id": 3041, "label": "standard_name", "value": "sea_water_potential_temperature", "vocabulary": "cf_standard_names" }, { "ob_id": 63609, "label": "long_name", "value": "global mean potential temperature", "vocabulary": "" }, { "ob_id": 63610, "label": "var_id", "value": "temptot", "vocabulary": "" } ] }, { "ob_id": 49681, "names": [ { "ob_id": 2362, "name": "sea_water_salinity" }, { "ob_id": 41654, "name": "global mean salinity" } ], "terms": [ { "ob_id": 3053, "label": "standard_name", "value": "sea_water_salinity", "vocabulary": "cf_standard_names" }, { "ob_id": 6214, "label": "units", "value": "1e-3", "vocabulary": "" }, { "ob_id": 63611, "label": "long_name", "value": "global mean salinity", "vocabulary": "" }, { "ob_id": 63612, "label": "var_id", "value": "saltot", "vocabulary": "" } ] }, { "ob_id": 49682, "names": [ { "ob_id": 14062, "name": "global_average_steric_sea_level_change" }, { "ob_id": 41655, "name": "global mean ssh steric" } ], "terms": [ { "ob_id": 32, "label": "units", "value": "m", "vocabulary": "" }, { "ob_id": 19569, "label": "standard_name", "value": "global_average_steric_sea_level_change", "vocabulary": "cf_standard_names" }, { "ob_id": 63613, "label": "long_name", "value": "global mean ssh steric", "vocabulary": "" }, { "ob_id": 63614, "label": "var_id", "value": "sshsteric", "vocabulary": "" } ] }, { "ob_id": 49683, "names": [ { "ob_id": 6321, "name": "global_average_sea_level_change" }, { "ob_id": 41656, "name": "global mean ssh" } ], "terms": [ { "ob_id": 32, "label": "units", "value": "m", "vocabulary": "" }, { "ob_id": 9323, "label": "standard_name", "value": "global_average_sea_level_change", "vocabulary": "cf_standard_names" }, { "ob_id": 63615, "label": "long_name", "value": "global mean ssh", "vocabulary": "" }, { "ob_id": 63616, "label": "var_id", "value": "sshtot", "vocabulary": "" } ] }, { "ob_id": 49684, "names": [ { "ob_id": 14416, "name": "sea_water_mass" }, { "ob_id": 41657, "name": "global total mass" } ], "terms": [ { "ob_id": 10608, "label": "units", "value": "kg", "vocabulary": "" }, { "ob_id": 20119, "label": "standard_name", "value": "sea_water_mass", "vocabulary": "cf_standard_names" }, { "ob_id": 63617, "label": "long_name", "value": "global total mass", "vocabulary": "" }, { "ob_id": 63618, "label": "var_id", "value": "masstot", "vocabulary": "" } ] }, { "ob_id": 49685, "names": [ { "ob_id": 14419, "name": "sea_water_volume" }, { "ob_id": 41658, "name": "global total volume" } ], "terms": [ { "ob_id": 213, "label": "units", "value": "m3", "vocabulary": "" }, { "ob_id": 20125, "label": "standard_name", "value": "sea_water_volume", "vocabulary": "cf_standard_names" }, { "ob_id": 63619, "label": "long_name", "value": "global total volume", "vocabulary": "" }, { "ob_id": 63620, "label": "var_id", "value": "voltot", "vocabulary": "" } ] }, { "ob_id": 49686, "names": [ { "ob_id": 7534, "name": "cell_thickness" }, { "ob_id": 28969, "name": "U-cell thickness" } ], "terms": [ { "ob_id": 32, "label": "units", "value": "m", "vocabulary": "" }, { "ob_id": 11447, "label": "standard_name", "value": "cell_thickness", "vocabulary": "cf_standard_names" }, { "ob_id": 11448, "label": "var_id", "value": "thkcello", "vocabulary": "" }, { "ob_id": 42994, "label": "long_name", "value": "U-cell thickness", "vocabulary": "" } ] }, { "ob_id": 49687, "names": [ { "ob_id": 6680, "name": "Vertical W levels" }, { "ob_id": 6681, "name": "depthw" } ], "terms": [ { "ob_id": 32, "label": "units", "value": "m", "vocabulary": "" }, { "ob_id": 8740, "label": "var_id", "value": "depthw", "vocabulary": "" }, { "ob_id": 9983, "label": "long_name", "value": "Vertical W levels", "vocabulary": "" } ] }, { "ob_id": 49688, "names": [], "terms": [ { "ob_id": 32, "label": "units", "value": "m", "vocabulary": "" }, { "ob_id": 42993, "label": "var_id", "value": "depthw_bounds", "vocabulary": "" } ] }, { "ob_id": 49689, "names": [ { "ob_id": 28923, "name": "Downward salt flux" } ], "terms": [ { "ob_id": 20101, "label": "var_id", "value": "sfdsi", "vocabulary": "" }, { "ob_id": 42902, "label": "long_name", "value": "Downward salt flux", "vocabulary": "" }, { "ob_id": 42903, "label": "units", "value": "1e-3/m2/s", "vocabulary": "" } ] }, { "ob_id": 49690, "names": [ { "ob_id": 41659, "name": "Evap minus Precip over ice" }, { "ob_id": 41660, "name": "evap_minus_precip_over_sea_ice" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 63621, "label": "long_name", "value": "Evap minus Precip over ice", "vocabulary": "" }, { "ob_id": 63622, "label": "standard_name", "value": "evap_minus_precip_over_sea_ice", "vocabulary": "" }, { "ob_id": 63623, "label": "var_id", "value": "soemp_ice", "vocabulary": "" } ] }, { "ob_id": 49691, "names": [ { "ob_id": 41661, "name": "Evap minus Precip over ocean" }, { "ob_id": 41662, "name": "evap_minus_precip_over_sea_water" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 63624, "label": "long_name", "value": "Evap minus Precip over ocean", "vocabulary": "" }, { "ob_id": 63625, "label": "standard_name", "value": "evap_minus_precip_over_sea_water", "vocabulary": "" }, { "ob_id": 63626, "label": "var_id", "value": "soemp_oce", "vocabulary": "" } ] }, { "ob_id": 49692, "names": [ { "ob_id": 33565, "name": "Ice shelf heat content flux" } ], "terms": [ { "ob_id": 7389, "label": "units", "value": "W/m2", "vocabulary": "" }, { "ob_id": 50529, "label": "long_name", "value": "Ice shelf heat content flux", "vocabulary": "" }, { "ob_id": 63627, "label": "var_id", "value": "sohfcisf", "vocabulary": "" } ] }, { "ob_id": 49693, "names": [ { "ob_id": 33566, "name": "Ice shelf latent heat flux" } ], "terms": [ { "ob_id": 7389, "label": "units", "value": "W/m2", "vocabulary": "" }, { "ob_id": 49888, "label": "var_id", "value": "sohflisf", "vocabulary": "" }, { "ob_id": 50531, "label": "long_name", "value": "Ice shelf latent heat flux", "vocabulary": "" } ] }, { "ob_id": 49694, "names": [ { "ob_id": 7514, "name": "water_flux_into_sea_water_from_rivers" }, { "ob_id": 33154, "name": "River Runoffs" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 11419, "label": "standard_name", "value": "water_flux_into_sea_water_from_rivers", "vocabulary": "cf_standard_names" }, { "ob_id": 11420, "label": "var_id", "value": "friver", "vocabulary": "" }, { "ob_id": 49895, "label": "long_name", "value": "River Runoffs", "vocabulary": "" } ] }, { "ob_id": 49695, "names": [ { "ob_id": 7534, "name": "cell_thickness" }, { "ob_id": 28960, "name": "T-cell thickness" } ], "terms": [ { "ob_id": 32, "label": "units", "value": "m", "vocabulary": "" }, { "ob_id": 11447, "label": "standard_name", "value": "cell_thickness", "vocabulary": "cf_standard_names" }, { "ob_id": 11448, "label": "var_id", "value": "thkcello", "vocabulary": "" }, { "ob_id": 42976, "label": "long_name", "value": "T-cell thickness", "vocabulary": "" } ] }, { "ob_id": 49696, "names": [ { "ob_id": 2367, "name": "precipitation_flux" }, { "ob_id": 3478, "name": "Total precipitation" } ], "terms": [ { "ob_id": 3071, "label": "standard_name", "value": "precipitation_flux", "vocabulary": "cf_standard_names" }, { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 7393, "label": "long_name", "value": "Total precipitation", "vocabulary": "" }, { "ob_id": 63628, "label": "var_id", "value": "soprecip", "vocabulary": "" } ] }, { "ob_id": 49697, "names": [ { "ob_id": 41663, "name": "absolute salinity" }, { "ob_id": 41664, "name": "sea_water_absolute_salinity" } ], "terms": [ { "ob_id": 6214, "label": "units", "value": "1e-3", "vocabulary": "" }, { "ob_id": 63629, "label": "long_name", "value": "absolute salinity", "vocabulary": "" }, { "ob_id": 63630, "label": "standard_name", "value": "sea_water_absolute_salinity", "vocabulary": "" }, { "ob_id": 63631, "label": "var_id", "value": "so_abs", "vocabulary": "" } ] }, { "ob_id": 49698, "names": [ { "ob_id": 21408, "name": "sea_water_conservative_temperature" }, { "ob_id": 41665, "name": "conservative temperature" } ], "terms": [ { "ob_id": 2506, "label": "units", "value": "degC", "vocabulary": "" }, { "ob_id": 30171, "label": "standard_name", "value": "sea_water_conservative_temperature", "vocabulary": "" }, { "ob_id": 63632, "label": "long_name", "value": "conservative temperature", "vocabulary": "" }, { "ob_id": 63633, "label": "var_id", "value": "thetao_con", "vocabulary": "" } ] }, { "ob_id": 49699, "names": [ { "ob_id": 41666, "name": "icb heat flux to ocean due to melting latent heat" } ], "terms": [ { "ob_id": 34882, "label": "units", "value": "J/m2/s", "vocabulary": "" }, { "ob_id": 50527, "label": "var_id", "value": "berg_latent_heat_flux", "vocabulary": "" }, { "ob_id": 63634, "label": "long_name", "value": "icb heat flux to ocean due to melting latent heat", "vocabulary": "" } ] }, { "ob_id": 49700, "names": [ { "ob_id": 41667, "name": "icb melt rate of icebergs" } ], "terms": [ { "ob_id": 6451, "label": "units", "value": "kg/m2/s", "vocabulary": "" }, { "ob_id": 20512, "label": "var_id", "value": "ficeberg", "vocabulary": "" }, { "ob_id": 63635, "label": "long_name", "value": "icb melt rate of icebergs", "vocabulary": "" } ] }, { "ob_id": 49701, "names": [ { "ob_id": 41668, "name": "sea bottom absolute salinity" } ], "terms": [ { "ob_id": 20800, "label": "units", "value": "0.001", "vocabulary": "" }, { "ob_id": 63636, "label": "long_name", "value": "sea bottom absolute salinity", "vocabulary": "" }, { "ob_id": 63637, "label": "var_id", "value": "sob_abs", "vocabulary": "" } ] }, { "ob_id": 49702, "names": [ { "ob_id": 41669, "name": "sea bottom conservative temperature" } ], "terms": [ { "ob_id": 2506, "label": "units", "value": "degC", "vocabulary": "" }, { "ob_id": 63638, "label": "long_name", "value": "sea bottom conservative temperature", "vocabulary": "" }, { "ob_id": 63639, "label": "var_id", "value": "thetaob_con", "vocabulary": "" } ] }, { "ob_id": 49703, "names": [ { "ob_id": 7534, "name": "cell_thickness" }, { "ob_id": 28971, "name": "V-cell thickness" } ], "terms": [ { "ob_id": 32, "label": "units", "value": "m", "vocabulary": "" }, { "ob_id": 11447, "label": "standard_name", "value": "cell_thickness", "vocabulary": "cf_standard_names" }, { "ob_id": 11448, "label": "var_id", "value": "thkcello", "vocabulary": "" }, { "ob_id": 42998, "label": "long_name", "value": "V-cell thickness", "vocabulary": "" } ] }, { "ob_id": 49704, "names": [ { "ob_id": 7780, "name": "surface_downward_x_stress" }, { "ob_id": 19517, "name": "surface downward x stress" } ], "terms": [ { "ob_id": 8659, "label": "units", "value": "N/m2", "vocabulary": "" }, { "ob_id": 11841, "label": "standard_name", "value": "surface_downward_x_stress", "vocabulary": "cf_standard_names" }, { "ob_id": 18258, "label": "long_name", "value": "surface_downward_x_stress", "vocabulary": "" }, { "ob_id": 20155, "label": "var_id", "value": "tauuo", "vocabulary": "" } ] }, { "ob_id": 49705, "names": [ { "ob_id": 7781, "name": "surface_downward_y_stress" }, { "ob_id": 19540, "name": "surface downward y stress" } ], "terms": [ { "ob_id": 8659, "label": "units", "value": "N/m2", "vocabulary": "" }, { "ob_id": 11843, "label": "standard_name", "value": "surface_downward_y_stress", "vocabulary": "cf_standard_names" }, { "ob_id": 18259, "label": "long_name", "value": "surface_downward_y_stress", "vocabulary": "" }, { "ob_id": 20157, "label": "var_id", "value": "tauvo", "vocabulary": "" } ] }, { "ob_id": 49706, "names": [ { "ob_id": 41670, "name": "Coriolis parameter at RHO-points" } ], "terms": [ { "ob_id": 63640, "label": "long_name", "value": "Coriolis parameter at RHO-points", "vocabulary": "" }, { "ob_id": 63641, "label": "units", "value": "second-1", "vocabulary": "" }, { "ob_id": 63642, "label": "var_id", "value": "f", "vocabulary": "" } ] }, { "ob_id": 49707, "names": [ { "ob_id": 229, "name": "latitude" }, { "ob_id": 1718, "name": "Latitude" } ], "terms": [ { "ob_id": 70, "label": "units", "value": "degrees_north", "vocabulary": "" }, { "ob_id": 72, "label": "standard_name", "value": "latitude", "vocabulary": "cf_standard_names" }, { "ob_id": 2236, "label": "long_name", "value": "Latitude", "vocabulary": "" }, { "ob_id": 63643, "label": "var_id", "value": "nav_lat_v", "vocabulary": "" } ] }, { "ob_id": 49708, "names": [ { "ob_id": 230, "name": "longitude" }, { "ob_id": 1719, "name": "Longitude" } ], "terms": [ { "ob_id": 74, "label": "units", "value": "degrees_east", "vocabulary": "" }, { "ob_id": 76, "label": "standard_name", "value": "longitude", "vocabulary": "cf_standard_names" }, { "ob_id": 2237, "label": "long_name", "value": "Longitude", "vocabulary": "" }, { "ob_id": 63644, "label": "var_id", "value": "nav_lon_v", "vocabulary": "" } ] }, { "ob_id": 49709, "names": [ { "ob_id": 41671, "name": "S-coordinate stretching curves at RHO-points" } ], "terms": [ { "ob_id": 63645, "label": "long_name", "value": "S-coordinate stretching curves at RHO-points", "vocabulary": "" }, { "ob_id": 63646, "label": "var_id", "value": "sc_r", "vocabulary": "" } ] }, { "ob_id": 49710, "names": [ { "ob_id": 41672, "name": "S-coordinate stretching curves at W-points" } ], "terms": [ { "ob_id": 63647, "label": "long_name", "value": "S-coordinate stretching curves at W-points", "vocabulary": "" }, { "ob_id": 63648, "label": "var_id", "value": "sc_w", "vocabulary": "" } ] }, { "ob_id": 49711, "names": [ { "ob_id": 41673, "name": "angle between XI-axis and EAST" } ], "terms": [ { "ob_id": 8299, "label": "units", "value": "radians", "vocabulary": "" }, { "ob_id": 63649, "label": "long_name", "value": "angle between XI-axis and EAST", "vocabulary": "" }, { "ob_id": 63650, "label": "var_id", "value": "mask_rho", "vocabulary": "" } ] }, { "ob_id": 49712, "names": [ { "ob_id": 41674, "name": "bathymetry at RHO-points" } ], "terms": [ { "ob_id": 13254, "label": "var_id", "value": "h", "vocabulary": "" }, { "ob_id": 20917, "label": "units", "value": "meter", "vocabulary": "" }, { "ob_id": 63651, "label": "long_name", "value": "bathymetry at RHO-points", "vocabulary": "" } ] }, { "ob_id": 49713, "names": [ { "ob_id": 41675, "name": "curvilinear coordinates metric in ETA" } ], "terms": [ { "ob_id": 63652, "label": "long_name", "value": "curvilinear coordinates metric in ETA", "vocabulary": "" }, { "ob_id": 63653, "label": "units", "value": "meter-1", "vocabulary": "" }, { "ob_id": 63654, "label": "var_id", "value": "pn", "vocabulary": "" } ] }, { "ob_id": 49714, "names": [ { "ob_id": 41676, "name": "curvilinear coordinates metric in XI" } ], "terms": [ { "ob_id": 22470, "label": "var_id", "value": "pm", "vocabulary": "" }, { "ob_id": 63653, "label": "units", "value": "meter-1", "vocabulary": "" }, { "ob_id": 63655, "label": "long_name", "value": "curvilinear coordinates metric in XI", "vocabulary": "" } ] }, { "ob_id": 49715, "names": [ { "ob_id": 41677, "name": "latitude of RHO-points" } ], "terms": [ { "ob_id": 65, "label": "units", "value": "degree_north", "vocabulary": "" }, { "ob_id": 63656, "label": "long_name", "value": "latitude of RHO-points", "vocabulary": "" }, { "ob_id": 63657, "label": "var_id", "value": "lat_rho", "vocabulary": "" } ] }, { "ob_id": 49716, "names": [ { "ob_id": 41678, "name": "latitude of U-points" } ], "terms": [ { "ob_id": 65, "label": "units", "value": "degree_north", "vocabulary": "" }, { "ob_id": 23974, "label": "var_id", "value": "lat_u", "vocabulary": "" }, { "ob_id": 63658, "label": "long_name", "value": "latitude of U-points", "vocabulary": "" } ] }, { "ob_id": 49717, "names": [ { "ob_id": 41679, "name": "latitude of V-points" } ], "terms": [ { "ob_id": 65, "label": "units", "value": "degree_north", "vocabulary": "" }, { "ob_id": 23993, "label": "var_id", "value": "lat_v", "vocabulary": "" }, { "ob_id": 63659, "label": "long_name", "value": "latitude of V-points", "vocabulary": "" } ] }, { "ob_id": 49718, "names": [ { "ob_id": 41680, "name": "longitude of RHO-points" } ], "terms": [ { "ob_id": 66, "label": "units", "value": "degree_east", "vocabulary": "" }, { "ob_id": 63660, "label": "long_name", "value": "longitude of RHO-points", "vocabulary": "" }, { "ob_id": 63661, "label": "var_id", "value": "lon_rho", "vocabulary": "" } ] }, { "ob_id": 49719, "names": [ { "ob_id": 41681, "name": "longitude of U-points" } ], "terms": [ { "ob_id": 66, "label": "units", "value": "degree_east", "vocabulary": "" }, { "ob_id": 24093, "label": "var_id", "value": "lon_u", "vocabulary": "" }, { "ob_id": 63662, "label": "long_name", "value": "longitude of U-points", "vocabulary": "" } ] }, { "ob_id": 49720, "names": [ { "ob_id": 41682, "name": "longitude of V-points" } ], "terms": [ { "ob_id": 66, "label": "units", "value": "degree_east", "vocabulary": "" }, { "ob_id": 24099, "label": "var_id", "value": "lon_v", "vocabulary": "" }, { "ob_id": 63663, "label": "long_name", "value": "longitude of V-points", "vocabulary": "" } ] }, { "ob_id": 49721, "names": [ { "ob_id": 41683, "name": "ocean s roms coordinate at rho point" } ], "terms": [ { "ob_id": 63664, "label": "long_name", "value": "ocean s roms coordinate at rho point", "vocabulary": "" }, { "ob_id": 63665, "label": "var_id", "value": "Cs_r", "vocabulary": "" } ] }, { "ob_id": 49722, "names": [ { "ob_id": 41684, "name": "ocean s roms coordinate at w point" } ], "terms": [ { "ob_id": 63666, "label": "long_name", "value": "ocean s roms coordinate at w point", "vocabulary": "" }, { "ob_id": 63667, "label": "var_id", "value": "Cs_w", "vocabulary": "" } ] }, { "ob_id": 49723, "names": [ { "ob_id": 41685, "name": "time (in s) since beginning" } ], "terms": [ { "ob_id": 38, "label": "var_id", "value": "time", "vocabulary": "" }, { "ob_id": 63668, "label": "long_name", "value": "time (in s) since beginning", "vocabulary": "" }, { "ob_id": 63669, "label": "units", "value": "second", "vocabulary": "" } ] }, { "ob_id": 49724, "names": [], "terms": [ { "ob_id": 63670, "label": "var_id", "value": "s_rho", "vocabulary": "" } ] }, { "ob_id": 49725, "names": [], "terms": [ { "ob_id": 63671, "label": "var_id", "value": "s_w", "vocabulary": "" } ] }, { "ob_id": 49726, "names": [ { "ob_id": 41686, "name": "S-coordinate bottom control parameter" } ], "terms": [ { "ob_id": 63672, "label": "long_name", "value": "S-coordinate bottom control parameter", "vocabulary": "" }, { "ob_id": 63673, "label": "var_id", "value": "theta_b", "vocabulary": "" } ] }, { "ob_id": 49727, "names": [ { "ob_id": 41687, "name": "S-coordinate parameter, critical depth" } ], "terms": [ { "ob_id": 63674, "label": "long_name", "value": "S-coordinate parameter, critical depth", "vocabulary": "" }, { "ob_id": 63675, "label": "var_id", "value": "hc", "vocabulary": "" } ] }, { "ob_id": 49728, "names": [ { "ob_id": 41688, "name": "S-coordinate surface control parameter" } ], "terms": [ { "ob_id": 63676, "label": "long_name", "value": "S-coordinate surface control parameter", "vocabulary": "" }, { "ob_id": 63677, "label": "var_id", "value": "theta_s", "vocabulary": "" } ] }, { "ob_id": 49729, "names": [ { "ob_id": 41689, "name": "S-coordinate surface/bottom layer width" } ], "terms": [ { "ob_id": 63678, "label": "long_name", "value": "S-coordinate surface/bottom layer width", "vocabulary": "" }, { "ob_id": 63679, "label": "var_id", "value": "Tcline", "vocabulary": "" } ] }, { "ob_id": 49730, "names": [ { "ob_id": 41690, "name": "vertical terrain-following transformation equation" } ], "terms": [ { "ob_id": 63680, "label": "long_name", "value": "vertical terrain-following transformation equation", "vocabulary": "" }, { "ob_id": 63681, "label": "var_id", "value": "Vtransform", "vocabulary": "" } ] }, { "ob_id": 49731, "names": [ { "ob_id": 41691, "name": "Kinematic wind stress" } ], "terms": [ { "ob_id": 8659, "label": "units", "value": "N/m2", "vocabulary": "" }, { "ob_id": 63682, "label": "long_name", "value": "Kinematic wind stress", "vocabulary": "" }, { "ob_id": 63683, "label": "var_id", "value": "wstr", "vocabulary": "" } ] }, { "ob_id": 49732, "names": [ { "ob_id": 41692, "name": "Latent surface heat flux" } ], "terms": [ { "ob_id": 63684, "label": "long_name", "value": "Latent surface heat flux", "vocabulary": "" }, { "ob_id": 63685, "label": "units", "value": "Watts meter-2", "vocabulary": "" }, { "ob_id": 63686, "label": "var_id", "value": "shflx_lat", "vocabulary": "" } ] }, { "ob_id": 49733, "names": [ { "ob_id": 41693, "name": "Long-wave surface radiation" } ], "terms": [ { "ob_id": 63685, "label": "units", "value": "Watts meter-2", "vocabulary": "" }, { "ob_id": 63687, "label": "long_name", "value": "Long-wave surface radiation", "vocabulary": "" }, { "ob_id": 63688, "label": "var_id", "value": "shflx_rlw", "vocabulary": "" } ] }, { "ob_id": 49734, "names": [ { "ob_id": 41694, "name": "Sensible surface heat flux" } ], "terms": [ { "ob_id": 63685, "label": "units", "value": "Watts meter-2", "vocabulary": "" }, { "ob_id": 63689, "label": "long_name", "value": "Sensible surface heat flux", "vocabulary": "" }, { "ob_id": 63690, "label": "var_id", "value": "shflx_sen", "vocabulary": "" } ] }, { "ob_id": 49735, "names": [ { "ob_id": 41695, "name": "Short-wave surface radiation" } ], "terms": [ { "ob_id": 63685, "label": "units", "value": "Watts meter-2", "vocabulary": "" }, { "ob_id": 63691, "label": "long_name", "value": "Short-wave surface radiation", "vocabulary": "" }, { "ob_id": 63692, "label": "var_id", "value": "radsw", "vocabulary": "" } ] }, { "ob_id": 49736, "names": [ { "ob_id": 41696, "name": "free-surface" }, { "ob_id": 41697, "name": "sea_surface_height" } ], "terms": [ { "ob_id": 20917, "label": "units", "value": "meter", "vocabulary": "" }, { "ob_id": 63693, "label": "long_name", "value": "free-surface", "vocabulary": "" }, { "ob_id": 63694, "label": "standard_name", "value": "sea_surface_height", "vocabulary": "" }, { "ob_id": 63695, "label": "var_id", "value": "zeta", "vocabulary": "" } ] }, { "ob_id": 49737, "names": [ { "ob_id": 41698, "name": "surface freshwater flux (E-P)" } ], "terms": [ { "ob_id": 63696, "label": "long_name", "value": "surface freshwater flux (E-P)", "vocabulary": "" }, { "ob_id": 63697, "label": "units", "value": "centimeter day-1", "vocabulary": "" }, { "ob_id": 63698, "label": "var_id", "value": "swflx", "vocabulary": "" } ] }, { "ob_id": 49738, "names": [ { "ob_id": 41699, "name": "surface net heat flux" } ], "terms": [ { "ob_id": 63685, "label": "units", "value": "Watts meter-2", "vocabulary": "" }, { "ob_id": 63699, "label": "long_name", "value": "surface net heat flux", "vocabulary": "" }, { "ob_id": 63700, "label": "var_id", "value": "shflx", "vocabulary": "" } ] }, { "ob_id": 49739, "names": [ { "ob_id": 41700, "name": "surface salinity" } ], "terms": [ { "ob_id": 8624, "label": "units", "value": "PSU", "vocabulary": "" }, { "ob_id": 63701, "label": "long_name", "value": "surface salinity", "vocabulary": "" }, { "ob_id": 63702, "label": "var_id", "value": "salt_surf", "vocabulary": "" } ] }, { "ob_id": 49740, "names": [ { "ob_id": 7656, "name": "surface temperature" } ], "terms": [ { "ob_id": 7501, "label": "units", "value": "Celsius", "vocabulary": "" }, { "ob_id": 11636, "label": "long_name", "value": "surface temperature", "vocabulary": "" }, { "ob_id": 63703, "label": "var_id", "value": "temp_surf", "vocabulary": "" } ] }, { "ob_id": 49741, "names": [ { "ob_id": 41701, "name": "surface u-momentum stress" } ], "terms": [ { "ob_id": 8659, "label": "units", "value": "N/m2", "vocabulary": "" }, { "ob_id": 63704, "label": "long_name", "value": "surface u-momentum stress", "vocabulary": "" }, { "ob_id": 63705, "label": "var_id", "value": "sustr", "vocabulary": "" } ] }, { "ob_id": 49742, "names": [ { "ob_id": 41702, "name": "surface v-momentum stress" } ], "terms": [ { "ob_id": 8659, "label": "units", "value": "N/m2", "vocabulary": "" }, { "ob_id": 63706, "label": "long_name", "value": "surface v-momentum stress", "vocabulary": "" }, { "ob_id": 63707, "label": "var_id", "value": "svstr", "vocabulary": "" } ] }, { "ob_id": 49743, "names": [ { "ob_id": 41703, "name": "barotropic_sea_water_x_velocity_at_u_location" }, { "ob_id": 41704, "name": "vertically integrated u-momentum component" } ], "terms": [ { "ob_id": 33676, "label": "var_id", "value": "ubar", "vocabulary": "" }, { "ob_id": 63708, "label": "long_name", "value": "vertically integrated u-momentum component", "vocabulary": "" }, { "ob_id": 63709, "label": "standard_name", "value": "barotropic_sea_water_x_velocity_at_u_location", "vocabulary": "" }, { "ob_id": 63710, "label": "units", "value": "meter second-1", "vocabulary": "" } ] }, { "ob_id": 49744, "names": [ { "ob_id": 41705, "name": "barotropic_sea_water_y_velocity_at_v_location" }, { "ob_id": 41706, "name": "vertically integrated v-momentum component" } ], "terms": [ { "ob_id": 33680, "label": "var_id", "value": "vbar", "vocabulary": "" }, { "ob_id": 63710, "label": "units", "value": "meter second-1", "vocabulary": "" }, { "ob_id": 63711, "label": "long_name", "value": "vertically integrated v-momentum component", "vocabulary": "" }, { "ob_id": 63712, "label": "standard_name", "value": "barotropic_sea_water_y_velocity_at_v_location", "vocabulary": "" } ] }, { "ob_id": 49745, "names": [ { "ob_id": 2994, "name": "potential temperature" } ], "terms": [ { "ob_id": 148, "label": "var_id", "value": "temp", "vocabulary": "" }, { "ob_id": 7501, "label": "units", "value": "Celsius", "vocabulary": "" }, { "ob_id": 13533, "label": "long_name", "value": "potential temperature", "vocabulary": "" } ] }, { "ob_id": 49746, "names": [ { "ob_id": 2066, "name": "salinity" } ], "terms": [ { "ob_id": 8624, "label": "units", "value": "PSU", "vocabulary": "" }, { "ob_id": 11835, "label": "long_name", "value": "salinity", "vocabulary": "" }, { "ob_id": 63713, "label": "var_id", "value": "salt", "vocabulary": "" } ] }, { "ob_id": 49747, "names": [ { "ob_id": 206, "name": "time" }, { "ob_id": 41707, "name": "time since initialization" } ], "terms": [ { "ob_id": 37, "label": "standard_name", "value": "time", "vocabulary": "cf_standard_names" }, { "ob_id": 38, "label": "var_id", "value": "time", "vocabulary": "" }, { "ob_id": 63669, "label": "units", "value": "second", "vocabulary": "" }, { "ob_id": 63714, "label": "long_name", "value": "time since initialization", "vocabulary": "" } ] }, { "ob_id": 49748, "names": [ { "ob_id": 41708, "name": "time step and record numbers from initialisation" } ], "terms": [ { "ob_id": 63715, "label": "long_name", "value": "time step and record numbers from initialisation", "vocabulary": "" }, { "ob_id": 63716, "label": "var_id", "value": "time_step", "vocabulary": "" } ] }, { "ob_id": 49749, "names": [ { "ob_id": 41709, "name": "u-momentum component" } ], "terms": [ { "ob_id": 2611, "label": "var_id", "value": "u", "vocabulary": "" }, { "ob_id": 63710, "label": "units", "value": "meter second-1", "vocabulary": "" }, { "ob_id": 63717, "label": "long_name", "value": "u-momentum component", "vocabulary": "" } ] }, { "ob_id": 49750, "names": [ { "ob_id": 41710, "name": "v-momentum component" } ], "terms": [ { "ob_id": 2612, "label": "var_id", "value": "v", "vocabulary": "" }, { "ob_id": 63710, "label": "units", "value": "meter second-1", "vocabulary": "" }, { "ob_id": 63718, "label": "long_name", "value": "v-momentum component", "vocabulary": "" } ] } ] }