Observation List
Get a list of Observation objects.
### Available end points:
- `/observations/` - Will list all Results in the database
- `/observations.json` - Will return all Results in json format. This can
also be achieved by using the accept header. `application/json`
- `/observations/<object_id>/` - Returns Results object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `title`
- `uuid`
- `keywords`
- `status`
- `result_field`
- `discoveryKeywords`
- `updateFrequency`
- `nonGeographicFlag`
- `publicationState`
- `permissions`
### How to use filters:
These filters can be used like django query filters using __ for related model relationships.
- `/observations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/observations/?status=completed`
- `/observations/?results_field__dataPath__startswith=/neodc/esacci`
- `/observations/?discoveryKeywords__name=ESACCI`
- `/observations/?nonGeographicFlag=True`
Filters can be stacked to build an 'AND' relationship. E.g.
- `/observations/?publicationState__in=published,citable&nonGeographicFlag=True`
- `/observations/?publicationState__in=published,citable&discoveryKeyword__name=NDGO0003`
GET /api/v2/observations/?format=api&offset=400
{ "count": 10253, "next": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=500", "previous": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=300", "results": [ { "ob_id": 3834, "uuid": "a67f1b4d9db7b1528b800ed48198bdac", "title": "ECMWF Operational Regular Gridded Data at 1.125 degrees resolution", "abstract": "Regularly gridded operational data at 1.125 degree resolution from 2000 to present containing the ongoing analyses and forecasts produced by the most recent ECMWF Integrated Forecasting System (IFS) model. The IFS is regularly updated as improvements are made to the model, computing facilities and observations used in data assimilation.", "keywords": "ECMWF, operational, forecast, analysis, surface, model", "publicationState": "published", "dataPublishedTime": "2012-06-01T14:32:08", "doiPublishedTime": null, "updateFrequency": "daily", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3835/?format=api", "dataPath": "/badc/ecmwf-op/data/gridded_1.125", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 2122720377063, "numberOfFiles": 233738, "fileFormat": "Data are GRIB-1 formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1094/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55389/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55390/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55391/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55392/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55393/?format=api" ], "dataLineage": "Data extracted from European Centre for Medium-Range Weather Forecasts (ECMWF) MARS system and transfered to BADC daily, 10 days in arrears of production.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2574/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3459/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3826/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18983/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18988/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18982/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18985/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18986/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18987/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18989/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18984/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3829/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2609/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ecmwfop", "label": "restricted: ecmwfop group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf_op_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3836, "uuid": "db340210a62ecb6e38400c1312b07354", "title": "ECMWF Operational Spectral T106 data", "abstract": "T106 Spectral data from ECMWF's operational forecasting system from 1st March 1994 to 1st November 2000 containing analyses and forecasts produced by the ECMWF Integrated Forecasting System (IFS) model on model levels. Coverage is not complete for these data. Users needing data at this resolution as opposed to the T159 data should contact user support to discuss requirements.", "keywords": "ECMWF, operational, forecast, analysis, surface, model, spectral, T106", "publicationState": "published", "dataPublishedTime": "2012-06-07T12:35:43", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3837/?format=api", "dataPath": "/badc/ecmwf-op/data/T106", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 2473104693, "numberOfFiles": 858, "fileFormat": "Data are GRIB-1 formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1095/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/20939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22320/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22857/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22859/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22862/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22864/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22866/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22868/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23052/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23257/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23260/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23401/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23402/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23403/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23404/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23405/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23406/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23408/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23410/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23423/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23543/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23545/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23546/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23547/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23550/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23551/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23556/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23558/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25852/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25857/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25859/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25908/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25912/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25956/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26003/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26004/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26005/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26006/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26007/?format=api" ], "dataLineage": "Data extracted from European Centre for Medium-Range Weather Forecasts (ECMWF) MARS system and transfered to BADC daily, 10 days in arrears of production.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2576/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3459/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3826/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18991/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18996/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18990/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18993/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18994/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18995/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18997/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18992/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3829/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2609/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ecmwfop", "label": "restricted: ecmwfop group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf_op_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3838, "uuid": "df8046516f457c79f8e63573a2c17779", "title": "ECMWF Operational Data at ERA-40 Resolution", "abstract": "Operational data from 1st January 2002 to present containing the ongoing analyses and forecasts produced by the most recent ECMWF Integrated Forecasting System (IFS) model. Data are available at the resolutions used for the ERA 40 reanalysis project - i.e. reduced Gaussian N80 for surface data and spectral T159 for upper air data. The IFS is regularly updated as improvements are made to the model, computing facilities and observations used in data assimilation.", "keywords": "ECMWF, operational, ERA 40, forecast, analysis, surface, model", "publicationState": "published", "dataPublishedTime": "2012-06-07T13:04:21", "doiPublishedTime": null, "updateFrequency": "daily", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3839/?format=api", "dataPath": "/badc/ecmwf-op/data/op_as_e40", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 2475714971174, "numberOfFiles": 2602121, "fileFormat": "Data are GRIB-1 formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1096/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54842/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54843/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54844/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54845/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55389/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55390/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55391/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55392/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55765/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60816/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61681/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61682/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61683/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61687/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61690/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61691/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61694/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61696/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61697/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61698/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61699/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61700/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61703/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61704/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61705/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61706/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61708/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61709/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61714/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61717/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61718/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61722/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61723/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61724/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61726/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61729/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61730/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61731/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61734/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61735/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61740/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61741/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61748/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61749/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61750/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61751/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61752/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61753/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61754/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61755/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61756/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61757/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61759/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82792/?format=api" ], "dataLineage": "Data extracted from European Centre for Medium-Range Weather Forecasts (ECMWF) MARS system and transfered to BADC daily, 10 days in arrears of production.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2578/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3459/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3826/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18999/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/18998/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19001/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19002/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19003/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19004/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19005/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19000/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3829/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2609/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ecmwfop", "label": "restricted: ecmwfop group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf_op_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3840, "uuid": "d3dbcfab79150df509a5c033864f94e5", "title": "ECMWF Operational Seasonal Forecast Data", "abstract": "In support of the COAPEC Thematic Programme the BADC has extracted seasonal forecast ensemble data from the ECMWF MARS (Meteorological Archive and Retrieval System) archive. These data are also known as \"Hindcasts\" as they are forecasts run retrospectively. Since the data is part of the ECMWF Operational system BADC users must successfully apply for access to this dataset before they can obtain the data.\r\n\r\nThe ECMWF produced two sets of runs, System 1 and System 2. The data archived at the BADC are the System 2 runs which use the atmospheric component Cy23r4 of the IFS (Integrated Forecasting System) with a horizontal resolution of TL95 at 40 levels in the vertical. This is the same cycle of the IFS used for the ERA-40 re-analysis.\r\n\r\nA detailed description of the ECMWF Seasonal Forecasting system can be found on the ECMWF web site.\r\n\r\nProducts:\r\n\r\nThe BADC has extracted monthly means, maxima, minima and standard deviations for the available surface variables from 1987 to 6 months before the present date. Atmospheric variables are only currently available as monthly means. The data is held as part of the main BADC Operational ECMWF archive.\r\n\r\nFor each month there are six forecast months archived, with 5 ensemble members for 10 months of the year, and 40 ensemble members in May and November of each year from 1987-2001. From 2002 onwards there are 40 ensemble members per month. There are 33 parameters held on surface or single levels and 6 parameters available on pressure levels.\r\n\r\nThe data is held on a regular 1.875 x 1.875 degree grid in GRIB format.", "keywords": "ECMWF, operational, forecast, analysis, surface, model, Seasonal", "publicationState": "published", "dataPublishedTime": "2012-06-07T13:10:39", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3841/?format=api", "dataPath": "/badc/ecmwf-op/data/seasonal_fcs", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 105520416308, "numberOfFiles": 88086, "fileFormat": "Data are GRIB-1 formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1097/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52677/?format=api" ], "dataLineage": "Data extracted from European Centre for Medium-Range Weather Forecasts (ECMWF) MARS system and transfered to BADC daily, 10 days in arrears of production.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2580/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8692/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3459/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5438/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3826/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19007/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19012/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19009/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19010/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19011/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19013/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19006/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19008/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3829/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2609/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ecmwfop", "label": "restricted: ecmwfop group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf_op_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3843, "uuid": "3240ab591b6d3c2ef5269b5b14afe4f3", "title": "GERB-2: Level 2 averaged rectified geolocated radiance and flux data (L2arg)", "abstract": "This dataset contains Level 2 averaged rectified geolocated radiance and flux data (L2arg) taken at 17 minute time resolution. Each grid point is a 3 GERB scan average weighted by the instrument point spread function.\r\n\r\nThe Geostationary Earth Radiation Budget (GERB) instrument makes accurate broadband measurements of earth leaving radiances from the geostationary METOSAT Second Generation satellites from which the emitted thermal and reflected solar components of the Earth Radiation Budget are derived. These data are available at high time resolution for the portion of the globe observable from a METEOSAT geostationary orbit above 0, 0. These data are ideal for studying fast variation in the radiation budget such as those associated with changing cloud conditions, aerosol events and the diurnal cycle. GERB 2 (METEOSAT-8) record covers the period March 2004 to April 2007. GERB 1 (METEOSAT-9) record covers the period May 2007 to January 2013.\r\n\r\nUsers must read the quality summary associated with these data and will find details of user applied correction that are recommended to be applied to these datasets before using. Please also cite Harries et al., 2005: The Geostationary Earth Radiation Budget Project, Bull. Amer. Meteorol. Soc., Vol. 86, 945-960, doi: 10.1175/BAMS-86-7-945.\r\n\r\nThe level 2 ARG (Averaged, Rectified, Geolocated) top of atmosphere radiance and flux products are averaged over three interleaved SW and TOT GERB scans. They are provided interpolated to a fixed rectified equal viewing angle grid and averaged resulting in a product with a temporal resolution of around 17 minutes. Times contained in the level 2 ARG product names indicate the nominal start of the integration period. North-south and east-west grid spacing is around 0.07° in viewing angle giving a spatial resolution of approximately 45 km at nadir. Whilst the radiances and fluxes are corrected for the spectral imperfections of the instrument, no correction is made for spatial non-uniformities in the instrument field of view response. Thus each ARG grid point is a weighted average of the observed scenes with the weighting determined by the instrument field of view response or Point Spread Function (PSF).", "keywords": "GERB, solar, thermal, radiation", "publicationState": "citable", "dataPublishedTime": "2007-03-05T23:05:37", "doiPublishedTime": "2020-05-13T10:19:14.136496", "updateFrequency": "", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13394/?format=api", "dataPath": "/badc/gerb/data/gerb-2/l2arg", "oldDataPath": [ "https://api.catalogue.ceda.ac.uk/api/v2/results/33254/?format=api" ], "storageLocation": "internal", "storageStatus": "online", "volume": 137024542656, "numberOfFiles": 131610, "fileFormat": "Data are HDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3617/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/70/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25898/?format=api" ], "dataLineage": "Data collected by the GERB instrument onboard the Meteosat Second Generation satellite operated by European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT), then the data processed at RMIB (Royal Meteorological Institute of Belgium) then sent to NCAS-BADC by the GERB team at Imperial College and RAL (Rutherford Appleton Laboratory).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2584/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10716/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3845/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3842/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30128/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19029/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19028/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19031/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19027/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19026/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19030/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/3849/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3850, "uuid": "7d7857860f1101eb4abdf3d707620123", "title": "GERB-1: Level 2 averaged rectified geolocated radiance and flux data (L2arg)", "abstract": "This dataset contains Level 2 averaged rectified geolocated radiance and flux data (L2arg) taken at 17 minute time resolution. Each grid point is a 3 GERB scan average weighted by the instrument point spread function.\r\n\r\nThe Geostationary Earth Radiation Budget (GERB) instrument makes accurate broadband measurements of earth leaving radiances from the geostationary METOSAT Second Generation satellites from which the emitted thermal and reflected solar components of the Earth Radiation Budget are derived. These data are available at high time resolution for the portion of the globe observable from a METEOSAT geostationary orbit above 0, 0. These data are ideal for studying fast variation in the radiation budget such as those associated with changing cloud conditions, aerosol events and the diurnal cycle. GERB 2 (METEOSAT-8) record covers the period March 2004 to April 2007. GERB 1 (METEOSAT-9) record covers the period May 2007 to January 2013. \r\n\r\nUsers must read the quality summary associated with these data and will find details of user applied correction that are recommended to be applied to these datasets before using. Please cite Harries et al., 2005: The Geostationary Earth Radiation Budget Project, Bull. Amer. Meteorol. Soc., Vol. 86, 945-960, doi: 10.1175/BAMS-86-7-945.\r\n\r\n\r\nThe level 2 ARG (Averaged, Rectified, Geolocated) top of atmosphere radiance and flux products are averaged over three interleaved SW and TOT GERB scans. They are provided interpolated to a fixed rectified equal viewing angle grid and averaged resulting in a product with a temporal resolution of around 17 minutes. Times contained in the level 2 ARG product names indicate the nominal start of the integration period. North-south and east-west grid spacing is around 0.07° in viewing angle giving a spatial resolution of approximately 45 km at nadir. Whilst the radiances and fluxes are corrected for the spectral imperfections of the instrument, no correction is made for spatial non-uniformities in the instrument field of view response. Thus each ARG grid point is a weighted average of the observed scenes with the weighting determined by the instrument field of view response or Point Spread Function (PSF).\r\n", "keywords": "GERB, solar, thermal, radiation", "publicationState": "citable", "dataPublishedTime": "2013-01-31T23:06:27", "doiPublishedTime": "2020-05-13T10:18:49.560897", "updateFrequency": "", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13393/?format=api", "dataPath": "/badc/gerb/data/gerb-1/l2arg", "oldDataPath": [ "https://api.catalogue.ceda.ac.uk/api/v2/results/33255/?format=api" ], "storageLocation": "internal", "storageStatus": "online", "volume": 221716777385, "numberOfFiles": 197305, "fileFormat": "Data are HDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3616/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/70/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25898/?format=api" ], "dataLineage": "Data collected by the GERB instrument onboard the Meteosat Second Generation satellite operated by European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT), then the data processed at RMIB (Royal Meteorological Institute of Belgium) then sent to NCAS-BADC by the GERB team at Imperial College and RAL (Rutherford Appleton Laboratory).\r\n", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10714/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3845/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3842/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30128/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19037/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19041/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19035/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19043/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19038/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19039/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19040/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19036/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19042/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/3855/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3857, "uuid": "542291c0956a3e4ea2c5085f1a31b94a", "title": "HadISST1.1 - Global Monthly Mean Gridded SSTs (1870-2015)", "abstract": "This dataset contains measurements of sea surface temperature (SST) (HadISST1.1). Dataset include monthly mean gridded (1deg grid), global SSTs from 1870 to October 2015. This product replaced the GISST/GICE (Global Sea Surface Temperature/Global sea-Ice content) data sets ended in February 2003. \r\n The SST data are taken from the Met Office Marine Data Bank (MDB), which from 1982 onwards also includes data received through the Global Telecommunications System (GTS). In order to enhance data coverage, monthly median SSTs for 1871-1995 from the Comprehensive Ocean-Atmosphere Data Set (COADS) (now ICOADS) were also used where there were no MDB data. The sea ice data are taken from a variety of sources including digitized sea ice charts and passive microwave retrievals.\r\n\r\nHadISST1 temperatures are reconstructed using a two stage reduced-space optimal interpolation procedure, followed by superposition of quality-improved gridded observations onto the reconstructions to restore local detail. The sea ice fields are made more homogeneous by compensating satellite microwave-based sea ice concentrations for the impact of surface melt effects on retrievals in the Arctic and for algorithm deficiencies in the Antarctic, and by making the historical in situ concentrations consistent with the satellite data. SSTs near sea ice are estimated using statistical relationships between SST and sea ice concentration. \r\nFrom May 2007 the data set of in situ measurements used in HadISST has changed. The MOHSST data set, which was previously used has been discontinued, and HadSST2 is now being used in its place. The two systems ran in parallel for several months prior to the changeover and no significant differences were seen. \r\n\r\nThe data were provided by the Hadley centre (Met Office).\r\n\r\nImportant Notes:\r\nOn 13th March 2015: Users have noticed that there is a minor discontinuity at the dateline in HadISST1 SST fields starting in 1982. It appears to only affect gridcells just to the east of the dateline. Please note that this can affect estimates of the mean and variability of SSTs in HadISST1 when analysed across this region.\r\nOn 3rd December 2010: The SSM/I satellite that is used to provide the data for the sea ice analysis in HadISST suffered a significant degradation in performance through January and February 2009. The problem affected HadISST fields from January 2009 and probably causes an underestimate of ice extent and concentration. It also affected ses surface temperatures in sea ice areas because the SSTs are estimated from the sea ice concentration. As of 3rd December 2010, the Met Office Hadley Centre has reprocessed the data from January 2009 to the present using a difference sea ice data source. This is an improvement on the previous situation but users should still note that the switch of data source at the start of 2009 might introduce a discontinuity into the record.", "keywords": "Met Office, Hadley, SST, ice, ocean, temperature", "publicationState": "published", "dataPublishedTime": "2007-02-02T00:10:24", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3858/?format=api", "dataPath": "/badc/ukmo-hadisst/data/sst/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1478981552, "numberOfFiles": 169, "fileFormat": "ASCII and NetCDF" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3714/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6645/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6646/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6647/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6648/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/24752/?format=api" ], "dataLineage": "Data obtained from the period 1870 to October 2015 (last update was made in December 2015 for 2 months in arrear) by the Met Office Hadley Centre, using satellite and sea surface in-situ observations are passed to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2594/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8742/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3856/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19059/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19054/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19055/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19060/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19057/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19061/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19058/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19056/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46790/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55037/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148639/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3859/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2593/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "hadisst", "label": "restricted: hadisst group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3860, "uuid": "1dcb79727b313a281233afc3c3e10519", "title": "HadISST1.1 - Global Monthly Mean Gridded Ice Concentrations (1870-2015)", "abstract": "This dataset contains measurements of sea ice content (HadISST1.1). Dataset include monthly mean gridded (1deg grid), global Ice content from 1870 to October 2015. This product replaced the GISST/GICE (Global Sea Surface Temperature/Global sea-Ice content) data sets ended in February 2003. \r\nThe sea ice data are taken from a variety of sources including digitized sea ice charts and passive microwave retrievals.\r\n\r\nThe sea ice fields are made more homogeneous by compensating satellite microwave-based sea ice concentrations for the impact of surface melt effects on retrievals in the Arctic and for algorithm deficiencies in the Antarctic, and by making the historical in situ concentrations consistent with the satellite data. SSTs near sea ice are estimated using statistical relationships between SST and sea ice concentration. \r\nFrom May 2007 the data set of in situ measurements used in HadISST has changed. The MOHSST data set, which was previously used has been discontinued, and HadSST2 is now being used in its place. The two systems ran in parallel for several months prior to the changeover and no significant differences were seen. \r\n\r\nThe data were provided by the Hadley centre (Met Office).\r\n\r\nImportant Notes:\r\nOn 13th March 2015: Users have noticed that there is a minor discontinuity at the dateline in HadISST1 SST fields starting in 1982. It appears to only affect gridcells just to the east of the dateline. Please note that this can affect estimates of the mean and variability of SSTs in HadISST1 when analysed across this region.\r\nOn 8th March 2011: The switch of satellite source data at the start of 2009 introduced a discontinuity in the fields of sea ice in both the Arctic and Antarctic.\r\nOn 3rd December 2010: The SSM/I satellite that is used to provide the data for the sea ice analysis in HadISST suffered a significant degradation in performance through January and February 2009. The problem affected HadISST fields from January 2009 and probably causes an underestimate of ice extent and concentration. It also affected ses surface temperatures in sea ice areas because the SSTs are estimated from the sea ice concentration. As of 3rd December 2010, the Met Office Hadley Centre has reprocessed the data from January 2009 to the present using a difference sea ice data source. This is an improvement on the previous situation but users should still note that the switch of data source at the start of 2009 might introduce a discontinuity into the record.", "keywords": "Met Office, Hadley, SST, ice, ocean, temperature", "publicationState": "published", "dataPublishedTime": "2007-02-02T00:27:52", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3861/?format=api", "dataPath": "/badc/ukmo-hadisst/data/ice/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1167042257, "numberOfFiles": 169, "fileFormat": "ASCII and NetCDF" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3714/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53940/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62546/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92209/?format=api" ], "dataLineage": "Data obtained from the period 1870 to present by the Met Office Hadley Centre, using satellite and sea surface in-situ observations are passed to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2597/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8743/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3856/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19069/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19065/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19070/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19071/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19064/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19067/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19068/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19066/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55038/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148638/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/13549/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2593/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "hadisst", "label": "restricted: hadisst group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3864, "uuid": "933f1028b637a847a6f2e1729cc3237c", "title": "ACCMIP: CCCma (Canadian Centre for Climate Modelling and Analysis) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from CCCma of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:06:05", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3865/?format=api", "dataPath": "/badc/accmip/data/CCCma", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 88184634841, "numberOfFiles": 4698, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1102/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6028/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6029/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6031/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6032/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6035/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6036/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6037/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6038/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6039/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6040/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6041/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6042/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6043/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6045/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6047/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6048/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6051/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6052/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6053/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6055/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6056/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6060/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6061/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6062/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6071/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6072/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6073/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6074/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6079/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6083/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6101/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6284/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6285/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6296/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6297/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6299/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6300/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6305/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6306/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6311/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6316/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6317/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6319/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6320/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6503/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6504/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6505/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6507/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6508/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6509/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2602/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19094/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42925/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42926/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19092/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3867/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3868, "uuid": "798b90d6eec65e6436c34c329df8b9c4", "title": "ACCMIP: CICERO (Centre for Internation Climate and Environment Reasrch, Oslo) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from CICERO of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:09:43", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3869/?format=api", "dataPath": "/badc/accmip/data/CICERO", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 48249035152, "numberOfFiles": 3677, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1103/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6323/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6324/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6339/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6340/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6342/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6343/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6344/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6347/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6349/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6350/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6351/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6352/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6358/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6360/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6361/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6362/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6363/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6364/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6365/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6366/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6367/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6368/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6369/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6370/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6371/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6372/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6373/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6374/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6375/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6377/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6378/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6379/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6380/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6381/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6382/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6383/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6385/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6386/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6387/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6389/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6391/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6392/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6395/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6397/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6399/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6400/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6401/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6402/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6403/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6404/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6405/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6406/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6407/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6408/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6409/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6410/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6411/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6412/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6413/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6414/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6415/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6417/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6418/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6421/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6422/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6423/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6424/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6425/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6426/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6427/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6428/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6429/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6430/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6431/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6433/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6434/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6435/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6436/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6437/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6438/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6439/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6440/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6441/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6442/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6443/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6444/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6445/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6447/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6448/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6449/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6450/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6451/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6452/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6453/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6454/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6455/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6456/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6457/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6458/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6459/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6461/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6464/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6465/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6466/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6467/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6468/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6469/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6470/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6471/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6472/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6475/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6477/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6478/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6479/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6480/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6485/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6486/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6487/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6488/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6490/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6496/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57311/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57312/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57313/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57314/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57315/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57316/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57317/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57318/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57319/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57320/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57321/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2609/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19101/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19102/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42647/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42648/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19100/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3870/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3871, "uuid": "4cbf297603e8fec86cbd81abe0591377", "title": "ACCMIP: DLR (German Aerospace Centre) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from DLR of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:12:43", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3872/?format=api", "dataPath": "/badc/accmip/data/DLR", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 67192468540, "numberOfFiles": 2635, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1104/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6501/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53145/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53199/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53230/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53232/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53233/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53234/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53235/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57244/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71877/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2613/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19109/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19110/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19111/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19112/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42029/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42030/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19108/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3873/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3874, "uuid": "4f766fc704885bd8abc2e8cf8da18074", "title": "ACCMIP: GFDL (Geophysical Fluid Dynamics Laboratory) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from GFDL of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:16:07", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3875/?format=api", "dataPath": "/badc/accmip/data/GFDL", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 557077126119, "numberOfFiles": 29779, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1105/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50562/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53175/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53179/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53182/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53184/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53186/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53213/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53217/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53222/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53225/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53226/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53229/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53230/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53231/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53232/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53233/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53234/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53236/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57244/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61066/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61069/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61071/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68114/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71717/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71718/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71722/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71724/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71729/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71735/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71877/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71928/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71931/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71952/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72034/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79704/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83819/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83820/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83821/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83831/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2617/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19115/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19117/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19120/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42053/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42054/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19116/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3876/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3877, "uuid": "e6a0f9fa6e8a5cce53a2ce56c4eb0426", "title": "ACCMIP: GISS (Goddard Institute for Space Studies) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from GISS of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:18:20", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3878/?format=api", "dataPath": "/badc/accmip/data/GISS", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1398870962081, "numberOfFiles": 119058, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1106/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6026/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6027/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6028/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6029/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6030/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6031/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6032/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6035/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6036/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6037/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6038/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6039/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6040/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6041/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6042/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6043/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6044/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6045/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6046/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6047/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6048/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6049/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6051/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6052/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6053/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6055/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6056/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6057/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6058/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6060/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6061/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6062/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6064/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6065/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6066/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6067/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6068/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6069/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6071/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6072/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6073/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6074/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6075/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6076/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6077/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6078/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6079/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6081/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6082/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6083/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6084/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6085/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6094/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6101/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6102/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6256/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6262/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6263/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6264/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6265/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6266/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6267/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6268/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6269/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6271/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6272/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6275/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6276/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6279/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6280/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6281/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6282/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6283/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6284/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6285/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6286/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6288/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6289/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6291/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6292/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6293/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6294/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6296/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6297/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6299/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6301/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6302/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6303/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6304/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6305/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6306/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6307/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6308/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6309/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6311/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6315/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6317/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6318/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6319/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6320/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6503/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6507/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6508/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6509/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6510/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6514/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6640/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6641/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6642/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6649/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6650/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6651/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6652/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6655/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6656/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6657/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6658/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6659/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6660/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6662/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6663/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6664/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6665/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6666/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6667/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6668/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6669/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6670/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6671/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6674/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6676/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6677/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6678/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6679/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6681/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6682/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6683/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6687/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2621/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19123/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19125/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19126/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19127/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19128/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44226/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44227/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19124/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3879/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3880, "uuid": "d7f562b168b89b2593165d201adc60b7", "title": "ACCMIP: JPL (Jet Propulsion Laboratory) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:20:28", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3881/?format=api", "dataPath": "/badc/accmip/data/JPL", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 53362515514, "numberOfFiles": 106, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1107/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91307/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91308/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91309/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91310/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91311/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91312/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91313/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91314/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91315/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91316/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2625/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19132/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19134/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19135/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19136/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19137/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43934/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43935/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19133/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/3887/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3888, "uuid": "81942748c9f4e15632d0082d9d84a37d", "title": "ACCMIP: LLNL (Lawrence Livermore National Laboratory) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from LLNL of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:25:29", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3889/?format=api", "dataPath": "/badc/accmip/data/LLNL-NCAR", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 569212854420, "numberOfFiles": 23912, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1108/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53145/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53152/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53153/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53154/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53163/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53167/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53168/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53169/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53174/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53175/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53179/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53181/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53182/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53184/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53185/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53186/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53193/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53198/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53199/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2630/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19142/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19145/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19143/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3890/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3891, "uuid": "76176d487a5757234d3075175675246a", "title": "ACCMIP: LSCE (Climate and Environment Sciences Laboratory) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from LSCE of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:27:39", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3892/?format=api", "dataPath": "/badc/accmip/data/LSCE", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 69697716273, "numberOfFiles": 16052, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1109/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6028/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6029/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6031/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6032/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6035/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6036/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6048/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6051/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6052/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6053/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6055/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6060/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6067/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6077/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6081/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6084/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6085/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6094/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6256/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6268/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6289/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6301/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6302/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6304/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6504/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6505/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6510/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6511/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6512/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6513/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6514/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2634/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19153/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19154/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42619/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42620/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19152/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3893/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3894, "uuid": "5fd4b24429ed256e0572ebf38f860343", "title": "ACCMIP: MeteoFrance (French National Meteorological Service) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from MeteoFrance of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:31:08", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3895/?format=api", "dataPath": "/badc/accmip/data/MeteoFrance", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 209407023603, "numberOfFiles": 5622, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1110/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53145/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53207/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53215/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53216/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53224/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53230/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53232/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53233/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53234/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53236/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61069/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2638/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19163/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19160/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3896/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3897, "uuid": "b14ab90484d8c2b9d67aea7d041c8154", "title": "ACCMIP: GSFC (Goddard Space Flight Centre) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:33:16", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3898/?format=api", "dataPath": "/badc/accmip/data/NASA-GSFC", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 145292784561, "numberOfFiles": 3916, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1111/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53153/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53168/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53169/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53174/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53175/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53182/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53207/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53213/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53215/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53216/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53225/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53226/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53230/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53231/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53232/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53233/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53234/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53235/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53236/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54369/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57244/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61066/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61067/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61068/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61069/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61070/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61071/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61072/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61073/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2642/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19167/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19169/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43360/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43361/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19168/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3899/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3900, "uuid": "d8fd67c8235a9935545da54534376ff8", "title": "ACCMIP: NIES (National Institute for Environmental Studies) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from NIES of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:37:52", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3901/?format=api", "dataPath": "/badc/accmip/data/NIES", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 306702766422, "numberOfFiles": 18140, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1112/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53145/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53152/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53154/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53167/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53179/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53181/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53184/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53186/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53198/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53202/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53204/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53207/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53209/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53210/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53211/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53213/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53215/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53216/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53217/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53218/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53219/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53220/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53221/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53222/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53223/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53224/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53225/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53226/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53227/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53229/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53230/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53231/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53232/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53233/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53234/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53235/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53236/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71717/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71718/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71722/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71724/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71726/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71729/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71877/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71928/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71931/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72034/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89419/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2646/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19175/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43983/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19179/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43982/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3902/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3903, "uuid": "3c5beadb79d969bcf4796b0a1db0bea6", "title": "ACCMIP: NIWA (National Institute of Water and Atmospheric Research, New Zealand) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from NIWA of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:41:00", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3904/?format=api", "dataPath": "/badc/accmip/data/NIWA", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 159147042391, "numberOfFiles": 17277, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1113/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6026/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6027/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6028/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6029/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6030/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6032/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6035/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6036/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6037/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6038/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6039/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6040/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6041/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6042/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6043/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6045/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6047/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6048/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6049/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6051/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6052/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6053/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6055/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6056/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6060/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6062/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6071/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6072/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6073/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6074/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6079/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6083/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6101/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6256/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6260/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6314/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6315/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6316/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6317/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6318/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6319/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6320/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6322/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2650/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19185/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19186/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41790/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19184/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3905/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3906, "uuid": "750818091eb772add8e9e0f7df735a7b", "title": "ACCMIP: UEDI (University of Edinburgh) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from UEDI of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:43:06", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3907/?format=api", "dataPath": "/badc/accmip/data/UEDI", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 18537299777, "numberOfFiles": 13794, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1114/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53230/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54088/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54089/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54090/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54092/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54094/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54099/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2654/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19193/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42590/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19192/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3908/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3909, "uuid": "d425df86b1c93132f91fcb1712eb4231", "title": "ACCMIP: UKMO (UK Meteorological Office) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from UKMO of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:45:16", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3910/?format=api", "dataPath": "/badc/accmip/data/UKMO", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 169988091916, "numberOfFiles": 8814, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1115/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53179/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53181/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53184/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53186/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53218/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53220/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53225/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53226/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53229/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71717/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71722/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71726/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71729/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71735/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71877/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/90495/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/90496/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/90497/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2658/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19202/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19204/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43926/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43927/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19203/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3911/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3912, "uuid": "6a1c68641c65075d2cd24eb899ec6c45", "title": "ACCMIP: NCAR (National Centre for Atmospheric Research) climate model output", "abstract": "The Atmospheric Chemistry and Climate Model Intercomparison Project (ACCMIP) was organized under the auspices of Atmospheric Chemistry and Climate (AC&C), a project of International Global Atmospheric Chemistry (IGAC) and Stratospheric Processes And their Role in Climate (SPARC) under International Geosphere Bisosphere Programme (IGBP) and World Climate Research Programme (WCRP). The Atmospheric Chemistry and Climate Model Intercomparison Project (ACC-MIP) consists of several sets of simulations that have were designed to facilitate useful evaluation and comparison of the AR5 (Intergovernmental Committee on Climate Change Assessment Report 5) transient climate model simulations.\r\n\r\nThis dataset contains measurements from climate simulations from NCAR of the 20th century and the future projections, which output feedback between dynamics, chemistry and radiation in every model time step. The data are collected from running the latest set of ozone precursor emissions scenarios, which output tropospheric ozone changes from 1850 to 2100.", "keywords": "ACCMIP, Model, chemistry, climate", "publicationState": "published", "dataPublishedTime": "2011-08-24T10:35:43", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3913/?format=api", "dataPath": "/badc/accmip/data/NCAR", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 126655508230, "numberOfFiles": 15751, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1116/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/71/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6026/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6027/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6028/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6029/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6030/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6031/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6032/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6035/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6037/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6038/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6039/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6040/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6041/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6042/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6043/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6045/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6048/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6051/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6052/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6053/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6055/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6056/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6064/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6074/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6075/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6076/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6085/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6094/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6102/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6256/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6265/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6269/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6272/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6279/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6280/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6281/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6282/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6283/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6286/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6288/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6289/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6291/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6292/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6293/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6294/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6301/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6302/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6310/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6319/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6510/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6674/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6722/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6723/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6726/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6729/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6730/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6731/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6734/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6740/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6741/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6748/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6749/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6752/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6756/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6757/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6759/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6761/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6762/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6763/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6764/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6765/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6766/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6767/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6768/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6770/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6772/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6773/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6774/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6775/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6776/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6777/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6778/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6781/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6782/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6783/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6790/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6807/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6808/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6809/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6811/?format=api" ], "dataLineage": "The ACCMIP model output uses CMOR (Climate Model Output Rewriter) to convert data to CF netCDF. The CMOR conversion is performed by the individual modelling groups and the resulting CF netCDF files are archived at CEDA.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2661/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3866/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3863/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19215/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19216/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19218/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42467/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42477/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19213/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42468/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42469/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42470/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42471/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42472/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42473/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42474/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42475/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42476/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/3916/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3918, "uuid": "99f292fa5918074b16cb4226c2d1ad6d", "title": "Data from ATLAS-8 or GOSTA- 8 sea-surface temperature data processing at Met Office Hadley Centre Computers for the Met Office", "abstract": "The Global Ocean Surface Temperature Atlas Plus (GOSTAplus) contains maps of Sea Surface Temperature (SST) climatologies and anomalies, Night Marine Air temperature climatologies and anomalies and Sea Ice coverage spanning the period 1851-1995. Dataset includes gridded, global SSTs from 1951-1990 and Sea Ice coverage from 1903 to 1994. The data are provided by the Met Office. Updated version of some data also available on request.", "keywords": "OCEANHEATBUDGET OCEANS SEAICE ATMOSPHERICTEMPERATURE ATMOSPHERE OCEANTEMPERATURE LANDTEMPERATURE LANDSURFACE", "publicationState": "removed", "dataPublishedTime": "2007-02-02T17:27:21", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "retired", "result_field": null, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1117/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21886/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21887/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21895/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21903/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21904/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21908/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25938/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25939/?format=api" ], "dataLineage": "Data prepared by the Global Ocean Surface Temperature Atlas (GOSTA) project and then sent to BADC on CD-ROM for wider dissemination on request. The data are stored in Hierarchical Data Format (HDF) on the HDF format CD-ROM. A Unix BINARY (2 bytes) version of this CD-ROM is now separately available.", "removedDataTime": "2025-10-21T09:12:37", "removedDataReason": "This is an duplicate record pointing at /badc/ukmo-gosta/data/gostaplus_cd_update", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2669/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4/?format=api" ], "observationcollection_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19234/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19235/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19239/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19233/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19236/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19237/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19238/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19241/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55491/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19240/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169513/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3920/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2600/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "gosta", "label": "restricted: gosta group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3921, "uuid": "2538249f14579af9f7e3b4abb8269a83", "title": "Data from ATLAS-7 or GOSTA-7 sea-surface temperature data processing at Met Office Hadley Centre Computers for the Met Office", "abstract": "The Global Ocean Surface Temperature Atlas Plus (GOSTAplus) contains maps of Sea Surface Temperature (SST) climatologies and anomalies, Night Marine Air temperature climatologies and anomalies and Sea Ice coverage spanning the period 1851-1995. Dataset includes gridded, global SSTs from 1951-1990 and Sea Ice coverage from 1903 to 1994. The data are provided by the Met Office. Updated version of some data also available on request.", "keywords": "OCEANHEATBUDGET OCEANS SEAICE ATMOSPHERICTEMPERATURE ATMOSPHERE OCEANTEMPERATURE LANDTEMPERATURE LANDSURFACE", "publicationState": "removed", "dataPublishedTime": "2007-02-02T17:27:53", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "retired", "result_field": null, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1118/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21886/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21887/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21895/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21903/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21904/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21908/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25938/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25939/?format=api" ], "dataLineage": "Data prepared by the Global Ocean Surface Temperature Atlas (GOSTA) project and then sent to BADC on CD-ROM for wider dissemination on request. The data are stored in Hierarchical Data Format (HDF) on the HDF format CD-ROM. A Unix BINARY (2 bytes) version of this CD-ROM is now separately available.", "removedDataTime": "2025-10-21T09:13:09", "removedDataReason": "This is an duplicate record pointing at /badc/ukmo-gosta/data/gostaplus_cd_update", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2672/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4/?format=api" ], "observationcollection_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19248/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19246/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19252/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19245/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19250/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19249/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19244/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19247/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19251/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55490/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169510/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3923/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2600/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "gosta", "label": "restricted: gosta group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3924, "uuid": "529c36e0838b2c4e08215d7bb90594ad", "title": "GOSTAPlus - GISST 2.2 SST and sea ice content data", "abstract": "The Global Ocean Surface Temperature Atlas Plus (GOSTAplus) contains maps of Sea Surface Temperature (SST) climatologies and anomalies, Night Marine Air temperature climatologies and anomalies and Sea Ice coverage spanning the period 1851-1995. Dataset includes gridded, global SSTs from 1951-1990 and Sea Ice coverage from 1903 to 1994. The data are provided by the Met Office. Updated version of some data also available on request (to 1998).", "keywords": "Gosta, atlas, temperature, GISST, climatology, anomalies", "publicationState": "published", "dataPublishedTime": "2007-02-02T17:28:27", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3925/?format=api", "dataPath": "/badc/ukmo-gosta/data/gostaplus_cd_update", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 31121479, "numberOfFiles": 8, "fileFormat": "Hierarchical Data Format and Binary Format" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1119/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21886/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21887/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21895/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21903/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21904/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21908/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25938/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25939/?format=api" ], "dataLineage": "Data prepared by the Global Ocean Surface Temperature Atlas (GOSTA) project and then sent to BADC on CD-ROM for wider dissemination on request. The data are stored in Hierarchical Data Format (HDF) on the HDF format CD-ROM. A Unix BINARY (2 bytes) version of this CD-ROM is now separately available.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8751/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/13164/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3917/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19260/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19263/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19256/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19261/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19257/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19258/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19262/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55493/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/148635/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3926/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2600/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "gosta", "label": "restricted: gosta group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3927, "uuid": "80bb3fee5748597905034392b1f548a2", "title": "Data from LANDSST data processing at Met Office Hadley Centre Computers for the Met Office", "abstract": "The Global Ocean Surface Temperature Atlas Plus (GOSTAplus) contains maps of Sea Surface Temperature (SST) climatologies and anomalies, Night Marine Air temperature climatologies and anomalies and Sea Ice coverage spanning the period 1851-1995. Dataset includes gridded, global SSTs from 1951-1990 and Sea Ice coverage from 1903 to 1994. The data are provided by the Met Office. Updated version of some data also available on request.", "keywords": "OCEANHEATBUDGET OCEANS SEAICE ATMOSPHERICTEMPERATURE ATMOSPHERE OCEANTEMPERATURE LANDTEMPERATURE LANDSURFACE", "publicationState": "removed", "dataPublishedTime": "2007-02-02T17:29:06", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "retired", "result_field": null, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1120/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21886/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21887/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21895/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21903/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21904/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21908/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25888/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25938/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25939/?format=api" ], "dataLineage": "Data prepared by the Global Ocean Surface Temperature Atlas (GOSTA) project and then sent to BADC on CD-ROM for wider dissemination on request. The data are stored in Hierarchical Data Format (HDF) on the HDF format CD-ROM. A Unix BINARY (2 bytes) version of this CD-ROM is now separately available.", "removedDataTime": "2025-10-21T09:08:44", "removedDataReason": "This is an duplicate record pointing at /badc/ukmo-gosta/data/gostaplus_cd_update", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2678/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4/?format=api" ], "observationcollection_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19274/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19270/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19271/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19268/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19267/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19272/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19266/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19269/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55492/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19273/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169517/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3929/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2600/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "gosta", "label": "restricted: gosta group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3931, "uuid": "b59941563726df83af6b521ecaff808e", "title": "ClearfLo: Atmospheric Chemistry measurements at the Chilbolton Observatory, Hampshire", "abstract": "ClearfLo (Clean Air for London) Project was a collaborative scientific project involving several academic institutions in the UK, which aimed to set up air pollution monitoring sites alongside meteorological measurements to investigate boundary layer pollution across London.\r\n\r\nThis dataset contains and measurements of ozone and carbon monoxide at Chilbolton Observatory.", "keywords": "ClearfLo, pollution, chemistry", "publicationState": "published", "dataPublishedTime": "2012-05-21T13:30:43", "doiPublishedTime": null, "updateFrequency": "unknown", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3932/?format=api", "dataPath": "/badc/clearflo/data/long-term/chilbolton/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 24236305, "numberOfFiles": 16, "fileFormat": "Data are NASA Ames formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3833/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/92/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54018/?format=api" ], "dataLineage": "Data are collected and processed by the instrument operators and uploaded to the ClearfLo (Clean Air for London) data archive at BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2683/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3933/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3930/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19295/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19294/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19297/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19298/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19299/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56334/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19296/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/14524/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3934, "uuid": "453b23350a51c5e776b9ceee374e258a", "title": "ClearfLo: NAME Airmass Footprint dispersion model outputs from Harwell, Oxfordshire", "abstract": "ClearfLo (Clean Air for London) Project was a collaborative scientific project involving several academic institutions in the UK, which aimed to set up air pollution monitoring sites alongside meteorological measurements to investigate boundary layer pollution across London.\r\n\r\nThis dataset contains NAME airmass footprint images from Harwell, Oxfordshire.", "keywords": "ClearfLo, chemistry, airmass, model, footprints", "publicationState": "published", "dataPublishedTime": "2012-05-21T13:30:37", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3935/?format=api", "dataPath": "/badc/clearflo/data/long-term/harwell/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 154841736, "numberOfFiles": 2929, "fileFormat": "Images are PNG formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3834/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/914/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data are collected and processed by the instrument operators and uploaded to the ClearfLo (Clean Air for London) data archive at BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2687/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3933/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3930/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19313/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19312/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19315/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19316/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19317/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56335/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19314/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/14521/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3936, "uuid": "fe2960d53ceff07c5f8924e7bf339697", "title": "ClearfLo: Atmospheric Chemistry measurements and NAME Airmass Footprint dispersion models output at BT Tower, London", "abstract": "ClearfLo (Clean Air for London) Project was a collaborative scientific project involving several academic institutions in the UK, which aimed to set up air pollution monitoring sites alongside meteorological measurements to investigate boundary layer pollution across London.\r\n\r\nThis dataset contains NAME airmass footprint images and measurements of ammonia, carbon dioxide, methane, carbon monoxide, nitrogen, nitrogen oxide and ozone at the BT-Tower, London.", "keywords": "ClearfLo, pollution, chemistry", "publicationState": "published", "dataPublishedTime": "2012-05-21T13:30:31", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3937/?format=api", "dataPath": "/badc/clearflo/data/long-term/bt-tower/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1210347257, "numberOfFiles": 14760, "fileFormat": "Data are NASA Ames formatted. Images are PNG formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3832/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/913/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52526/?format=api" ], "dataLineage": "Data are collected and processed by the instrument operators and uploaded to the ClearfLo (Clean Air for London) data archive at BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2688/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3933/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3930/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/25346/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19319/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19323/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19324/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19320/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56326/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56327/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56328/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/14522/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3940, "uuid": "e5529d8f81022a23211b9e428e69b5ad", "title": "Data from the 25km70lev configuration of the Met Office Global NWP model - Release 07/2011", "abstract": "Data from the operational NWP (Numerical Weather Prediction) output from the global atmospheric part of the Met Office Unified Model. Analyses and first forecast steps are stored to give an hourly time resolution for 6 hours following each analysis time-step. This archive currently holds data from January 2012 onwards but data will be back populated for earlier years.", "keywords": "NWP, Met Office, UM, unified model, Global atmospheric model", "publicationState": "published", "dataPublishedTime": "2013-09-17T21:00:28", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3941/?format=api", "dataPath": "/badc/ukmo-nwp/data/global/25km70lev/r2011_07", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 506179108269, "numberOfFiles": 410, "fileFormat": "Met Office PP file format." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1123/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50678/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50723/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80112/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80113/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80114/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80115/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80116/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80117/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80120/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80121/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80122/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80123/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80124/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80125/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80126/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80127/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80128/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80129/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80130/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80131/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80132/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80133/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80134/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80135/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80136/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80137/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80138/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80139/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80140/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80141/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80142/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80143/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80145/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80152/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80153/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80154/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80163/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80167/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80168/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80169/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80174/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80175/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80179/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80181/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80182/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80184/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80185/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80186/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80193/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80198/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80199/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80202/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80204/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80207/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80209/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80210/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80211/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80213/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80215/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80216/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80217/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80218/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80219/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80220/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80221/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80222/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80223/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80224/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80225/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80226/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80227/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80229/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80230/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80231/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80232/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80233/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80234/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80235/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80236/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80237/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80238/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80239/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80240/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80241/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80242/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80243/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80244/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80245/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80246/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80247/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80248/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80249/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80250/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80251/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80252/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80253/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80254/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80256/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80257/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80258/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80260/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80261/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80262/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80263/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80264/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80265/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80266/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80267/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80268/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80269/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80270/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80271/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80272/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80273/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80274/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80275/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80276/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80277/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80278/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80279/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80280/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80281/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80282/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80283/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80284/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80285/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80286/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80287/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80288/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80289/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80290/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80291/?format=api" ], "dataLineage": "Following data transfer issues between the Met Office and the BADC, the Met Office NWP data updates were suspended on 18th January 2012. A new data transfer route was established and at the same time, CEDA-BADC decided to revamp the entire NWP archive and created a new NWP archive. This new archive is essentially a mirror of a subset of the NWP archive at the Met Office (as extracted from the Met Office Archive Storage System (MASS)).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8712/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1042/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53004/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19342/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19347/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19341/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19344/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19343/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168617/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1045/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "licenceClassifications": "personal, academic, policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3942, "uuid": "cd9630cef5187c7d7b66ef6c11ca0614", "title": "Data from the 25km70lev configuration of the Met Office Global NWP model - Release 09/2012", "abstract": "Data from the operational NWP (Numerical Weather Prediction) output from the global atmospheric part of the Met Office Unified Model. Analyses and first forecast steps are stored to give an hourly time resolution for 6 hours following each analysis time-step. This archive currently holds data from January 2012 onwards but data will be back populated for earlier years.", "keywords": "NWP, Met Office, UM, unified model, Global atmospheric model", "publicationState": "published", "dataPublishedTime": "2013-09-18T19:05:08", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3943/?format=api", "dataPath": "/badc/ukmo-nwp/data/global/25km70lev/r2012_09", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 4387812158467, "numberOfFiles": 2819, "fileFormat": "Met Office PP file format." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1124/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50656/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50659/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50663/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50664/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50671/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50678/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50714/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50723/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56778/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56811/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56814/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57378/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57450/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57451/?format=api" ], "dataLineage": "Following data transfer issues between the Met Office and the BADC, the Met Office NWP data updates were suspended on 18th January 2012. A new data transfer route was established and at the same time, CEDA-BADC decided to revamp the entire NWP archive and created a new NWP archive. This new archive is essentially a mirror of a subset of the NWP archive at the Met Office (as extracted from the Met Office Archive Storage System (MASS)).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2696/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8713/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1042/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53005/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19349/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19348/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19351/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19352/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19350/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168618/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1045/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "licenceClassifications": "personal, academic, policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3944, "uuid": "f16ae6553a316935f7df8b6f458826d0", "title": "Data from the 25km70lev configuration of the Met Office Global NWP model - Release 03/2012", "abstract": "Data from the operational NWP (Numerical Weather Prediction) output from the global atmospheric part of the Met Office Unified Model. Analyses and first forecast steps are stored to give an hourly time resolution for 6 hours following each analysis time-step. This archive currently holds data from January 2012 onwards but data will be back populated for earlier years.", "keywords": "NWP, Met Office, UM, unified model, UK atmospheric model", "publicationState": "published", "dataPublishedTime": "2013-09-18T19:00:00", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3945/?format=api", "dataPath": "/badc/ukmo-nwp/data/global/25km70lev/r2012_03", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 6313293184259, "numberOfFiles": 4121, "fileFormat": "Met Office PP file format." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1125/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50656/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50659/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50663/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50664/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50671/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50678/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50714/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50723/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56778/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56811/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56814/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57378/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57450/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57451/?format=api" ], "dataLineage": "Following data transfer issues between the Met Office and the BADC, the Met Office NWP data updates were suspended on 18th January 2012. A new data transfer route was established and at the same time, CEDA-BADC decided to revamp the entire NWP archive and created a new NWP archive. This new archive is essentially a mirror of a subset of the NWP archive at the Met Office (as extracted from the Met Office Archive Storage System (MASS)).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2699/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8709/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1042/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52985/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19361/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19358/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19360/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168616/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1045/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "licenceClassifications": "personal, academic, policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3946, "uuid": "711a0228ede564eaf287218a00d9a9d5", "title": "Data from the 25km70lev configuration of the Met Office Global NWP model - Release 01/2013", "abstract": "Data from the operational NWP (Numerical Weather Prediction) output from the global atmospheric part of the Met Office Unified Model. Analyses and first forecast steps are stored to give an hourly time resolution for 6 hours following each analysis time-step. This archive currently holds data from January 2012 onwards but data will be back populated for earlier years.", "keywords": "NWP, Met Office, UM, unified model, Global atmospheric model", "publicationState": "published", "dataPublishedTime": "2013-09-18T19:09:44", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3947/?format=api", "dataPath": "/badc/ukmo-nwp/data/global/25km70lev/r2013_01", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 3856630984155, "numberOfFiles": 2492, "fileFormat": "Met Office PP format" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1126/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2730/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2731/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2734/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2735/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2748/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2749/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2750/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2751/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2752/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2753/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2756/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2757/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2761/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2763/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2764/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2765/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2766/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2770/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2777/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2807/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2817/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2818/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2832/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2833/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2834/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2835/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2836/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2837/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2839/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2840/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2841/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2842/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2843/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2844/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2845/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2847/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2848/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2850/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2853/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2856/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2857/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2858/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2859/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2860/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2861/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2862/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2868/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2873/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2875/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2877/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2878/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2880/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2881/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2882/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2889/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2890/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2893/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2912/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2920/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2942/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2950/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2957/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2968/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2980/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3349/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3350/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3351/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3352/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3356/?format=api" ], "dataLineage": "Following data transfer issues between the Met Office and the BADC, the Met Office NWP data updates were suspended on 18th January 2012. A new data transfer route was established and at the same time, CEDA-BADC decided to revamp the entire NWP archive and created a new NWP archive. This new archive is essentially a mirror of a subset of the NWP archive at the Met Office (as extracted from the Met Office Archive Storage System (MASS)).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8711/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1042/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/53003/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19363/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19368/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19362/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19365/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19366/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19367/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19364/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54820/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168614/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1045/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "licenceClassifications": "personal, academic, policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3948, "uuid": "99fa013c3b79c0bdd222a3a0109e3f02", "title": "Data from the 25km70lev configuration of the Met Office Global NWP model - Release 01/2012", "abstract": "Data from the operational NWP (Numerical Weather Prediction) output from the global atmospheric part of the Met Office Unified Model. Analyses and first forecast steps are stored to give an hourly time resolution for 6 hours following each analysis time-step. This dataset spans the period January 2012 to 28th March 2012.", "keywords": "NWP, Met Office, UM, unified model, global atmospheric model", "publicationState": "published", "dataPublishedTime": "2013-09-18T18:50:22", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3949/?format=api", "dataPath": "/badc/ukmo-nwp/data/global/25km70lev/r2012_01", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 2243480811883, "numberOfFiles": 1691, "fileFormat": "Met Office PP format" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1127/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50656/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50659/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50663/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50664/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50671/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50678/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50714/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50723/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56778/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56811/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56814/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57378/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57450/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57451/?format=api" ], "dataLineage": "Following data transfer issues between the Met Office and the BADC, the Met Office NWP data updates were suspended on 18th January 2012. A new data transfer route was established and at the same time, CEDA-BADC decided to revamp the entire NWP archive and created a new NWP archive. This new archive is essentially a mirror of a subset of the NWP archive at the Met Office (as extracted from the Met Office Archive Storage System (MASS)).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2705/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8553/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1042/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52986/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19370/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19375/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19369/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19372/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19373/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19374/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19371/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168613/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1045/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "licenceClassifications": "personal, academic, policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3950, "uuid": "0e55be836171e0d0a931f19f2b77c528", "title": "Data from the 25km70lev configuration of the Met Office Global NWP model - Release 04/2013", "abstract": "Data from the operational NWP (Numerical Weather Prediction) output from the global atmospheric part of the Met Office Unified Model. Analyses and first forecast steps are stored to give an hourly time resolution for 6 hours following each analysis time-step. This archive currently holds data from January 2012 onwards but data will be back populated for earlier years.", "keywords": "NWP, Met Office, UM, unified model, Global atmospheric model", "publicationState": "published", "dataPublishedTime": "2013-09-18T19:13:53", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3951/?format=api", "dataPath": "/badc/ukmo-nwp/data/global/25km70lev/r2013_04", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 10137560139374, "numberOfFiles": 6348, "fileFormat": "Met Office PP file format." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3701/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50656/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50659/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50663/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50664/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50671/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50678/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50714/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50723/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54137/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56811/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56814/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56832/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57378/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57450/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57451/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60896/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60897/?format=api" ], "dataLineage": "Following data transfer issues between the Met Office and the BADC, the Met Office NWP data updates were suspended on 18th January 2012. A new data transfer route was established and at the same time, CEDA-BADC decided to revamp the entire NWP archive and created a new NWP archive. This new archive is essentially a mirror of a subset of the NWP archive at the Met Office (as extracted from the Met Office Archive Storage System (MASS)).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2708/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8708/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3939/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1042/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52984/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19377/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19382/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19376/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19379/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19380/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19381/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19378/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54910/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/168631/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1045/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "licenceClassifications": "personal, academic, policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3953, "uuid": "5ab377d31133041357f5f88c711dcdac", "title": "RAPID: FORTE climate model data (2004-2007)", "abstract": "\"The Role of Air-Sea Forcing in Causing Rapid Changes in the North Atlantic Thermohaline Circulation\" project was a Natural Environment Research Council (NERC) RAPID Climate Change Research Programme project (Round 1 - NER/T/S/2002/00427 - Duration 16 Feb 2004 - 15 Oct 2007) led by Dr Simon Josey of National Ocenaography Centre, with co-investigators also at the National Oceanography Centre.\r\n\r\nThis dataset collections contains analysis of coupled model output of surface forcing variability in ocean circulation from the Fast Ocean Rapid Troposphere Experiment (FORTE).\r\n\r\nRapid Climate Change (RAPID) was a £20 million, six-year (2001-2007) programme for the Natural Environment Research Council. The programme aimed to improve the ability to quantify the probability and magnitude of future rapid change in climate, with a main (but not exclusive) focus on the role of the Atlantic Ocean's Thermohaline Circulation.", "keywords": "RAPID, Climate change, Atlantic Ocean's Thermohaline Circulation", "publicationState": "published", "dataPublishedTime": "2008-12-03T14:30:26", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/3954/?format=api", "dataPath": "/badc/rapid/data/Josey_Rapid1_Round1", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 16980937574, "numberOfFiles": 156, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1129/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6582/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6583/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6584/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6585/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6625/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6626/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6627/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6628/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6629/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6630/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6631/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6632/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6633/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6634/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6635/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6636/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6637/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6638/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6639/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57402/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57403/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57404/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57405/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57406/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57407/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57408/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57409/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57410/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57411/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57412/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57413/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57414/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57415/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57417/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57418/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57421/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57422/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57423/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57424/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57425/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57426/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57427/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57428/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57429/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57430/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57431/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57432/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57433/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57434/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57435/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57436/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57437/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57438/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57439/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57440/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57441/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57442/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57443/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57444/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57445/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57446/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57447/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57448/?format=api" ], "dataLineage": "Data provided by Jeremy Grist at National Oceanographic Centre (NOC).\r\n\r\n", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2713/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/19105/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3952/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19395/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19399/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19402/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19397/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19400/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72449/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19401/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/3955/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3968, "uuid": "9c299686d13872df687baff3abeb0a76", "title": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) Project: Aircraft halocarbon measurements", "abstract": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) is primarily an experiment to study atmospheric cleansing by free radicals in extremely clean and slightly perturbed tropospheric air and focuses on a field campaign carried out at Cape Grim, Tasmania in January-February 1999. The dataset contains concentrations of atmospheric halocarbons. This dataset is public.", "keywords": "SOAPEX, Air pollution, Aircraft", "publicationState": "published", "dataPublishedTime": "2007-01-29T23:37:51", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13420/?format=api", "dataPath": "/badc/soapex/data/aircraft", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 3254, "numberOfFiles": 2, "fileFormat": "Data are NASA Ames formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1132/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/74/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25387/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25933/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25934/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25935/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25936/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25937/?format=api" ], "dataLineage": "Data provided as is to the BADC during and after the SOAPEX campaign.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2730/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3959/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3956/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19438/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19443/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19437/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19440/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19441/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19442/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19444/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19439/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3971/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3972, "uuid": "72be027dc9c91c485cd970e7593095d7", "title": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) Project: Seawater measurements from Southern Surveyor research vessel", "abstract": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) is primarily an experiment to study atmospheric cleansing by free radicals in extremely clean and slightly perturbed tropospheric air and focuses on a field campaign carried out at Cape Grim, Tasmania in January-February 1999. The dataset contains concentrations of seawater alkyl nitrates and halocarbons. This dataset is public.", "keywords": "SOAPEX, Air pollution, Seawater", "publicationState": "published", "dataPublishedTime": "2007-01-29T23:40:28", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13419/?format=api", "dataPath": "/badc/soapex/data/seawater", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 12907, "numberOfFiles": 3, "fileFormat": "Data are NASA Ames formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1133/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/74/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25387/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25933/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25934/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25935/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25936/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25937/?format=api" ], "dataLineage": "Data provided as is to the BADC during and after the SOAPEX campaign.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2733/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3959/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3956/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19449/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19448/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19450/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19451/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19452/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19454/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19453/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19447/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51291/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51292/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3976/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 3980, "uuid": "9cc7306512fd9659ef19302ea6b1dc45", "title": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) Project: In-situ atmospheric chemistry compound measurements at Cape Grim Baseline Air Pollution Station, Tasmania", "abstract": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) is primarily an experiment to study atmospheric cleansing by free radicals in extremely clean and slightly perturbed tropospheric air and focuses on a field campaign carried out at Cape Grim Baseline Air Pollution Station (BAPS), Tasmania in January-February 1999. The dataset contains concentrations of atmospheric constituents such as halocarbons, hydrocarbons, methane, nitric oxide, and carbon monoxide. This dataset is public.", "keywords": "SOAPEX, Air pollution, in-situ", "publicationState": "published", "dataPublishedTime": "2007-01-29T23:46:24", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13417/?format=api", "dataPath": "/badc/soapex/data/in-situ", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 12611854, "numberOfFiles": 55, "fileFormat": "Data are NASA Ames formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1135/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/74/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25387/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25933/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25934/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25935/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25936/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25937/?format=api" ], "dataLineage": "Data provided as is to the BADC during and after the SOAPEX campaign.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2737/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3959/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3956/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19466/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19471/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19465/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19468/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19469/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19470/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19472/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19467/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/3983/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4000, "uuid": "4f33375a09bc9ff59c28b75bdbaf1874", "title": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) Project: CSIRO Air Canister measurements", "abstract": "Southern Ocean Atmospheric Photochemistry Experiment 2 (SOAPEX-2) is primarily an experiment to study atmospheric cleansing by free radicals in extremely clean and slightly perturbed tropospheric air and focuses on a field campaign carried out at Cape Grim, Tasmania in January-February 1999. The dataset contains concentrations of atmospheric constituents of hydrocarbons. This dataset is public.", "keywords": "SOAPEX, Air pollution, Canister", "publicationState": "published", "dataPublishedTime": "2007-01-29T23:56:52", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13418/?format=api", "dataPath": "/badc/soapex/data/canister", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 9754, "numberOfFiles": 2, "fileFormat": "Data are NASA Ames formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1140/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/74/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25387/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25861/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25933/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25934/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25935/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25936/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25937/?format=api" ], "dataLineage": "Data provided as is to the BADC during and after the SOAPEX campaign.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2751/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/3959/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/3956/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19517/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19519/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19520/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19522/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19516/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19521/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19515/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19518/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51289/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51290/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/51288/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/13671/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4025, "uuid": "ddf5fb73ff82b3f0c34eedb8e0c32a1a", "title": "Meteosat Geostationary Satellites First Generation: Thermal infra-red wavelength images over Europe and North Atlantic (Nov 1999-Aug 2003)", "abstract": "Meteosat-7 and its predecessors were the first generation of earth observation dedicated geostationary satellites located at 36000 km above the intersection of the Equator and the Greenwich Meridian. Although superseded by MSG-1 (renamed Meteosat-8) in 2005, Meteosat-7 remained as back-up at 0o longitude until 14th June 2006. Meteosat-7 will be moved to 63oE longitude to continue coverage of the Indian Ocean and take over from Meteosat-5.\r\n\r\nMeteosat-7 was launched by the European Space Agency and operated by Eumetsat.\r\n\r\nThis dataset contains thermal infra-red images from Meteosat Geostationary Satellites First Generation over Europe and North Atlantic. \r\n", "keywords": "MSG, thermal, Satellites, Europe, North Atlantic", "publicationState": "published", "dataPublishedTime": "2007-02-20T16:28:45", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4026/?format=api", "dataPath": "/badc/meteosat/data/d2", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 9200695661, "numberOfFiles": 59767, "fileFormat": "Images are JPG formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1148/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/929/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22848/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25940/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25941/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25942/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25943/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25944/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25945/?format=api" ], "dataLineage": "The Data held at the BADC are images of that portion of the Meteosat view field encompassing Northern Atlantic, Europe and North Africa, in all available channels (visible, thermal and water vapour infra-red bands). From 11th of November 1999 until 31st October 2002 these images were daily mirrored from the Meteosat archive at the University of Nottingham. The images include zooms of Northern Atlantic and Europe in the visible band and are provided in JPEG format.\r\n\r\nImages were received in this way until a technical fault at Nottingham resulted in the service being suspended.\r\n\r\nFull-disc images of the Meteosat view field were subsequently received from the Eumetsat archive in Germany. Jpeg images covering Northern Atlantic, Europe and North Africa have been obtained from EUMETSAT to fill the gap in the archive between October 2002 and August 2003.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2761/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/19241/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4024/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19588/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19593/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19587/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19590/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19592/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19594/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19589/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4029/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4031, "uuid": "7e81155a2a11aa3719b39b2b77083e0d", "title": "Surface Radiation Budget (SRB): Daily and Monthly average measurements of radiative fluxes from March 1985 to December 1988", "abstract": "The NASA Surface Radiation Budget (SRB) project computes Top-of atmosphere and Surface radiative fluxes at a 1ox 1o spatial scale for both shortwave (0.28– 4 mm) and longwave (4 mm) wavelengths.\r\n\r\nThis dataset contains Version 1.1 Surface Radiation Budget (SRB) shortwave products for the period from March 1985 until December 1988 as produced by the World Climate Research Programme's (WCRP) SRB Satellite Data Analysis Center (SDAC). The data are derived from results from the International Satellite Cloud Climatology Project (ISCCP) and the Earth Radiation Budget Experiment (ERBE).", "keywords": "SRB, remote sensing, cloud", "publicationState": "published", "dataPublishedTime": "2014-09-22T05:36:23", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4032/?format=api", "dataPath": "/badc/CDs/srb/data", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 440369664, "numberOfFiles": 95, "fileFormat": "Data are HDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3740/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23422/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23423/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25875/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25901/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25916/?format=api" ], "dataLineage": "CD-ROM obtained from NASA Langley and made available, as is, for browsing purposes from the BADC archive.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2764/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/13985/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4030/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19613/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19618/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19612/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19615/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19616/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19617/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19619/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19614/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/19243/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2528/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://creativecommons.org/licenses/by/4.0/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4034, "uuid": "140c1b08cad8e2f080ae9b7b89f00fab", "title": "UTLS THESEO: Balloon-borne Near-IR laser spectrometer atmospheric methane measurements from Kiruna station, Sweden", "abstract": "Extension of the Third European Stratospheric Experiment on Ozone (THESEO) balloon-borne measurements of atmospheric tracers and chemically active gases in the mid-latitude lower stratosphere for tests of atmospheric transport UTLS Round 1 project led by Dr R.L.Jones, Dr J.A.Pyle and Dr Neil Harris, Centre for Atmospheric Sciences, University of Cambridge and P.T. Woods, National Physical Laboratory (NPL). \r\n\r\nThis dataset contains atmospheric methane measurements from a balloon-borne near-IR laser spectrometer.\r\n\r\nThe data shows the methane mixing ratio at different atmospheric pressures. The overall scientific objective within this proposal was to contribute to the understanding of middle latitude ozone loss by making measurements of a number of important tracers of atmospheric motion and photochemistry, and by interpreting these measurements with state-of-the-art models of atmospheric chemistry and transport.\r\n", "keywords": "UTLS, THESEO, balloon, chemistry", "publicationState": "published", "dataPublishedTime": "2007-03-13T15:32:42", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4035/?format=api", "dataPath": "/badc/utls/data/theseo/npl", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 70637, "numberOfFiles": 7, "fileFormat": "Data are NASA Ames formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1149/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/779/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api" ], "dataLineage": "Data collected by balloon-borne near-infra-red tunable diode laser spectrometer from the National Physical Laboratory (NPL), launched from Kiruna during the 1999/2000 winter, then interpreted using 3D chemical transport models already developed at Cambridge.\r\nData files were provided as is in 2000 to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2767/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/14405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4033/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19632/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19634/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19635/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19636/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19637/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55933/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19629/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19631/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55934/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55935/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55936/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55937/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4037/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4039, "uuid": "8e997b2785defec544ca9473e84d4b40", "title": "ISLSCP - I, Volume 5: Near-surface meteorological analyses and Total and convective precipitation", "abstract": "This CD-ROM set contains the Volume 5 Near-surface meteorological analyses and Total and convective precipitation data collection. The data covers a 24 month period, 1987-1988, and all but one are mapped to a common spatial resolution and grid (1 degree x 1 degree). Temporal resolution for most datasets is monthly; however, a few are at a finer resolution (e.g., 6-hourly). \r\nThis dataset contains data covering Near-surface meteorological analyses, hybrid products and total and convective precipitation", "keywords": "ISLSCP, NASA, Near-Surface Meteorology, Precipitation", "publicationState": "published", "dataPublishedTime": "2007-02-14T23:06:00", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13106/?format=api", "dataPath": "/badc/CDs/islscp/islscp_v5/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 595243143, "numberOfFiles": 11900, "fileFormat": "Data are plain ASCII formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1150/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25897/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25928/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25930/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25931/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25932/?format=api" ], "dataLineage": "CD-ROM was published in 1996, with data obtained over the 24 month period, 1987-1988 by satellite. CEDA-BADC acquired a copy of the CD-ROM and later uploaded its content into the BADC archive for online browsing.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2772/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4041/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4038/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19649/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19648/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19651/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19652/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19655/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19650/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/13155/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4052, "uuid": "7f466c415e5819098ffcae0bda7d91de", "title": "ISLSCP - I, Volume 3: Near-surface meteorological analyses", "abstract": "This CD-ROM set contains the Volume 3 Near-surface meteorological analyses data collection. The data covers a 24 month period, 1987-1988, and all but one are mapped to a common spatial resolution and grid (1 degree x 1 degree). Temporal resolution for most datasets is monthly; however, a few are at a finer resolution (e.g., 6-hourly). \r\nThis dataset contains data covering Near-surface meteorological analyses and hybrid productsublic.", "keywords": "ISLSCP, NASA, Near-Surface Meteorology", "publicationState": "published", "dataPublishedTime": "2007-02-14T23:07:43", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13104/?format=api", "dataPath": "/badc/CDs/islscp/islscp_v3/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 533779152, "numberOfFiles": 5960, "fileFormat": "Data are plain ASCII formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1153/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25897/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25928/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25930/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25931/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25932/?format=api" ], "dataLineage": "CD-ROM was published in 1996, with data obtained over the 24 month period, 1987-1988 by satellite. CEDA-BADC acquired a copy of the CD-ROM and later uploaded its content into the BADC archive for online browsing.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2777/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4041/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4038/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19674/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19679/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19677/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19678/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19676/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19675/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/13153/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4056, "uuid": "d80ea7f75faffd71a051a1517f3b2c05", "title": "ISLSCP - I, Volume 1: Hydrology and Soil data", "abstract": "This CD-ROM set contains the Volume 1 hydrology and soil data collection. The data covers a 24 month period, 1987-1988, and all but one are mapped to a common spatial resolution and grid (1 degree x 1 degree). Temporal resolution for most datasets is monthly; however, a few are at a finer resolution (e.g., 6-hourly). \r\nThis dataset contains data covering:\r\n * Precipitation \r\n * Hydrology cover \r\n * River basin streamflow\r\n * Global soil properties \r\n\r\n", "keywords": "ISLSCP, NASA, hydrology, soil", "publicationState": "published", "dataPublishedTime": "2007-02-14T23:08:18", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13082/?format=api", "dataPath": "/badc/CDs/islscp/islscp_v1/data/hydr_sol/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 36530985, "numberOfFiles": 252, "fileFormat": "Data are plain ASCII formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1154/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25897/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25928/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25930/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25931/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25932/?format=api" ], "dataLineage": "CD-ROM was published in 1996, with data obtained over the 24 month period, 1987-1988 by satellite. CEDA-BADC acquired a copy of the CD-ROM and later uploaded its content into the BADC archive for online browsing.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2778/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4041/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4038/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19682/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19687/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19681/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19683/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/13204/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4060, "uuid": "2a05fa3b540026a65d8fad14870c938a", "title": "ISLSCP - I, Volume 2: Near-surface meteorological analyses", "abstract": "This CD-ROM set contains the Volume 2 Near-surface meteorological analyses data collection. The data covers a 24 month period, 1987-1988, and all but one are mapped to a common spatial resolution and grid (1 degree x 1 degree). Temporal resolution for most datasets is monthly; however, a few are at a finer resolution (e.g., 6-hourly). \r\nThis dataset contains data covering Near-surface meteorological analyses and hybrid products", "keywords": "ISLSCP, NASA, Near-Surface Meteorology", "publicationState": "published", "dataPublishedTime": "2007-02-14T23:08:58", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13103/?format=api", "dataPath": "/badc/CDs/islscp/islscp_v2/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 514233713, "numberOfFiles": 6928, "fileFormat": "Data are plain ASCII formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1155/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25897/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25928/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25930/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25931/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25932/?format=api" ], "dataLineage": "CD-ROM was published in 1996, with data obtained over the 24 month period, 1987-1988 by satellite. CEDA-BADC acquired a copy of the CD-ROM and later uploaded its content into the BADC archive for online browsing.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2779/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4041/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4038/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19690/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19694/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19696/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19691/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/13153/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4069, "uuid": "b9c3effaab9fe9a2206b58af500f157d", "title": "ISLSCP - I, Volume 4: Near-surface meteorological analyses", "abstract": "This CD-ROM set contains the Volume 4 Near-surface meteorological analyses data collection. The data covers a 24 month period, 1987-1988, and all but one are mapped to a common spatial resolution and grid (1 degree x 1 degree). Temporal resolution for most datasets is monthly; however, a few are at a finer resolution (e.g., 6-hourly). \r\nThis dataset contains data covering Near-surface meteorological analyses and hybrid products", "keywords": " ISLSCP, NASA, Near-Surface Meteorology", "publicationState": "published", "dataPublishedTime": "2007-02-14T23:10:18", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13105/?format=api", "dataPath": "/badc/CDs/islscp/islscp_v4/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 535587142, "numberOfFiles": 5959, "fileFormat": "Data are plain ASCII formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1157/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25897/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25928/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25930/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25931/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25932/?format=api" ], "dataLineage": "CD-ROM was published in 1996, with data obtained over the 24 month period, 1987-1988 by satellite. CEDA-BADC acquired a copy of the CD-ROM and later uploaded its content into the BADC archive for online browsing.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2781/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4041/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4038/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19706/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19708/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19709/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19705/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19707/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/13153/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4097, "uuid": "c131fa2f5ea5d56e5695205ab9fc6fb7", "title": "QUEST Quaternary: Marine isotope data", "abstract": "Quaternary QUEST was led by Dr Tim Lenton at UEA, with a team of 10 co-investigators at the Universities of Cambridge, Oxford, Reading, Leeds, Bristol, Southampton and at UEA.\r\n\r\nThis dataset contains the Quaternary QUEST marine isotope data compilation for the last 150,000 years.\r\n\r\nThe project team aimed to compile a synthesis of palaeodata from sediments and ice cores, improve the synchronization of these records with each other, and use this greater understanding of the Earth’s ancient atmosphere to improve Earth system models simulating climate over very long timescales. A combined long-term data synthesis and modelling approach has helped to constrain some key mechanisms responsible for glacial-interglacial CO2 change, and Quaternary QUEST have narrowed the field of ocean processes that could have caused glacial CO2 drawdown.\r\n", "keywords": "QUEST, Quaternary, carbon dioxide, climate change, glaciation", "publicationState": "published", "dataPublishedTime": "2014-09-21T20:36:31", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4098/?format=api", "dataPath": "/badc/quest/data/quaternaryq/isotopes", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 7007095, "numberOfFiles": 5, "fileFormat": "Data are CSV formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/4995/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data provided by Prof Tim Lenton at the University of East Anglia for archiving at the BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2803/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/12000/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4096/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19790/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71767/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19786/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/19065/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4100, "uuid": "c004d67d2fe963cff4c2ea595107e119", "title": "Total Ozone Mapping Spectrometer (TOMS) measurements from ADEOS (1996-1997)", "abstract": "The Total Ozone Mapping Spectrometer (TOMS) is an instrument built and operated by the National Aeronautics and Space Administration (NASA). The instrument uses backscattered ultraviolet radiance to infer total column ozone measurements. The dataset consists of daily gridded averages of total ozone covering the entire globe, in the form of images, from NASA NIMBUS 7, Meteor-3, Earth Probe and ADEOS satellites. Data is from 1978 to 2006. The Ozone Monitoring Instrument (OMI) on the AURA spacecraft, OMI data of ozone are now available for the entire OMI mission. In addition to ozone data, OMI data for aerosol and reflectivity are available. These datasets are public.", "keywords": "TOMS, Ozone, ADEOS", "publicationState": "published", "dataPublishedTime": "2007-01-15T22:01:02", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4101/?format=api", "dataPath": "/badc/toms/data/adeos", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 45946825, "numberOfFiles": 287, "fileFormat": "Data are ASCII formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1164/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22890/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api" ], "dataLineage": "Total Ozone Mapping Spectrometer (TOMS) data were mirrored from GSFC NASA until saturday December 2, 2006, when contact with Earth Probe was lost.\r\nOzone Monitoring Instrument (OMI) data are continuously being mirrored at the BADC from NASA (since 2004).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2806/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/456/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4099/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19801/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4107/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4108, "uuid": "73bdbc2013b80c66062a57ca1ec4e5c7", "title": "Total Ozone Mapping Spectrometer (TOMS) measurements from Earth Probe (1996-2005)", "abstract": "The Total Ozone Mapping Spectrometer (TOMS) is an instrument built and operated by the National Aeronautics and Space Administration (NASA). The instrument uses backscattered ultraviolet radiance to infer total column ozone measurements. The dataset consists of daily gridded averages of total ozone covering the entire globe, in the form of images, from NASA NIMBUS 7, Meteor-3, Earth Probe and ADEOS satellites. Data is from 1978 to 2006. The Ozone Monitoring Instrument (OMI) on the AURA spacecraft, OMI data of ozone are now available for the entire OMI mission. In addition to ozone data, OMI data for aerosol and reflectivity are available. These datasets are public.", "keywords": "TOMS, Ozone, Earth Probe", "publicationState": "published", "dataPublishedTime": "2007-01-15T22:02:46", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4109/?format=api", "dataPath": "/badc/toms/data/earthprobe", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 621144636, "numberOfFiles": 3876, "fileFormat": "Data are ASCII formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1165/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22890/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api" ], "dataLineage": "Total Ozone Mapping Spectrometer (TOMS) data were mirrored from GSFC NASA until saturday December 2, 2006, when contact with Earth Probe was lost.\r\nOzone Monitoring Instrument (OMI) data are continuously being mirrored at the BADC from NASA (since 2004).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2811/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/456/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4099/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19817/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19814/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19816/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19818/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19811/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19813/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4115/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4116, "uuid": "ea896298dc458e0cab1a393f6b75130a", "title": "Ozone Monitoring Instrument (OMI) measurements from EOS-AURA (2004-present)", "abstract": "The Total Ozone Mapping Spectrometer (TOMS) is an instrument built and operated by the National Aeronautics and Space Administration (NASA). The instrument uses backscattered ultraviolet radiance to infer total column ozone measurements. The dataset consists of daily gridded averages of total ozone covering the entire globe, in the form of images, from NASA NIMBUS 7, Meteor-3, Earth Probe and ADEOS satellites. Data is from 1978 to 2006. The Ozone Monitoring Instrument (OMI) on the AURA spacecraft, OMI data of ozone are now available for the entire OMI mission. In addition to ozone data, OMI data for aerosol and reflectivity are available. These datasets are public.", "keywords": "TOMS, Ozone", "publicationState": "published", "dataPublishedTime": "2007-01-15T22:03:36", "doiPublishedTime": null, "updateFrequency": "", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4117/?format=api", "dataPath": "/badc/toms/data/omi", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1030887158, "numberOfFiles": 5331, "fileFormat": "Data are ASCII formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1166/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22890/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api" ], "dataLineage": "Total Ozone Mapping Spectrometer (TOMS) data were mirrored from GSFC NASA until saturday December 2, 2006, when contact with Earth Probe was lost.\r\nOzone Monitoring Instrument (OMI) data are continuously being mirrored at the BADC from NASA (since 2004).", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2816/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/456/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4099/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/19825/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4121/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4333, "uuid": "f1573e275fc7e2177943fb4e305f2537", "title": "QUAAC: CCMVAL-2 chemistry and climate model data", "abstract": "QUAAC was led by Prof John Pyle (University of Cambridge), with 11 co-investigators at the Universities of Sheffield, Leeds, York, Lancaster and Manchester, and from CEH.\r\n\r\nThis dataset includes results of the development and testing of chemistry and aerosol schemes to include in a climate model, a range of schemes to describe (interactively wherever possible) surface emissions of reactive trace gases, and new surface deposition schemes.", "keywords": "QUEST, QUACC, chemistry, climate, model", "publicationState": "published", "dataPublishedTime": "2009-12-15T11:37:34", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4334/?format=api", "dataPath": "/badc/quest/data/quaac/ccmval2/Reference_Runs/REF-B0/CAM3.5", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 11067854187, "numberOfFiles": 185, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1235/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6853/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6856/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6857/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6865/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54088/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54634/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54635/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57143/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57145/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57152/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57153/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57154/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57163/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57167/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57168/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57169/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57174/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57175/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57179/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91277/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91278/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91279/?format=api" ], "dataLineage": "Data produced at Cambridge. They are CAM model output prepared for CCMVal Report on the Evaluation of Chemistry Climate Models.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2904/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/11979/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4332/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20583/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20582/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20585/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20586/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20587/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20588/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/71777/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20584/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/4335/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4337, "uuid": "f852267c34fa374797aff44a9556bd43", "title": "RAPID-RAPITT: Meteorology, Climatology and Ocean output from HECToR Model runs", "abstract": "RAPIT was looking at the problem of estimating the risk of the collapse of the overturning circulation. Using modern statistical methods for the analysis of complex numerical models, large ensembles of two Atmosphere Ocean General Circulation Models (HADCM3 and CHIME) were analysed.\r\n\r\nThis dataset contains meteorology, climatology and ocean outputs from ensemble runs xfel, xfgb, xfha and xgym.\r\n", "keywords": " RAPID, Climate change, Atlantic Meridional Overturning Circulation (MOC)", "publicationState": "published", "dataPublishedTime": "2010-01-18T22:26:32", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4338/?format=api", "dataPath": "/badc/rapid-watch/data/Challenor/RAPID-RAPIT", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 3881525368706, "numberOfFiles": 144502, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5016/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1319/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1320/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1323/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1325/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3064/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3143/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3574/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3575/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3576/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3690/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3691/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3694/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3696/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3697/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3698/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3699/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3700/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52405/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52415/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52424/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52446/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52448/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52484/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52488/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53875/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53877/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53880/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53883/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53886/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53887/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53890/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53891/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53893/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53894/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53899/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53901/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53903/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53904/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53910/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53912/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53913/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53914/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53915/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53916/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53917/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53925/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53926/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55395/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55397/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55399/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55400/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55401/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55402/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55403/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55404/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55405/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55406/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55407/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55408/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55409/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55410/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55411/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55412/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55413/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55414/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55415/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55417/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55418/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55419/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55421/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55422/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55423/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55424/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55425/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55426/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55427/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55428/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55429/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55430/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55431/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55432/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55433/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55434/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55435/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55436/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55437/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55438/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55439/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55440/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55441/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55442/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55443/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55444/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55445/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55446/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55447/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55448/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55449/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55450/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55451/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55452/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55453/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55454/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55455/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55456/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55457/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55458/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55459/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55460/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55461/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55462/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55463/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55464/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55465/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55466/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55467/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55468/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55469/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55470/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55471/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55472/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55473/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55474/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55475/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55476/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55477/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55478/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55479/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55480/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55481/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55482/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55483/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55484/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55485/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55486/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55487/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55488/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55489/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55490/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55491/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55492/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55493/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55494/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55495/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55496/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55497/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55498/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55499/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55500/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55501/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55502/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55503/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55504/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55505/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55506/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55507/?format=api" ], "dataLineage": "Dataset produced from model runs on HECToR made by NOCS during 2010/11. Data originally produced in PP format, then converted to netcdf and transferred to BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2909/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4339/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4336/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20603/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20607/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20601/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20604/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20605/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20606/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20608/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20602/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72484/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4341/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4343, "uuid": "69611683b7185775cc765ee18de7c3b1", "title": "UARS CLAES data (1991-1993): Version 0007", "abstract": "The Cryogenic Limb Array Etalon Spectrometer (CLAES) measured vertical profiles of temperature and concentrations of ozone, methane, water vapour, nitrogen oxides, and other important species, including CFCs, in the stratosphere. CLAES also maps the horizontal and vertical distributions of aerosols in the stratosphere. These measurements are analysed to better understand the photochemical, radiative, and dynamical processes taking place in the ozone layer. This is the version of the data set as stored in the UCSS catalogue on the CDHF. The dataset contains CH4, NO, H20 and CF2Cl2 measurements . Data are level 3A product (gridded in time and latitude along the satellite track) between 80N - 80S, 10-60 Km, October 1991 - May 1993. This dataset is public.", "keywords": "AEROSOLS ATMOSPHERE ATMOSPHERICWATERVAPOR ALTITUDE ATMOSPHERICTEMPERATURE ATMOSPHERICCHEMISTRY", "publicationState": "published", "dataPublishedTime": "2007-01-17T21:11:52", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4344/?format=api", "dataPath": "/badc/claesl3/data/v0007", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1056890084, "numberOfFiles": 6209, "fileFormat": "Data are UARS binary formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1236/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/6/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22409/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22411/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22412/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22413/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22414/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22415/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22417/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22418/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22420/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22421/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22422/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25385/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25395/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25399/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25400/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25403/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api" ], "dataLineage": "Data collected between the 1st October 1991 and the 5th May 1993 from 80°S to 80°N, by the Cryogenic Limb Array Etalon Spectrometer (CLAES). All data acquired as is from NASA for archiving at the BADC. The data are provided in UARS binary format, which can be retrieved by anonymous FTP or through this WWW interface. Software to convert this format to ASCII is available.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2916/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/1633/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4342/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20622/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20627/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20624/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20625/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20626/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20628/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20621/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20623/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4347/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4349, "uuid": "7a62862f2f43c0bdf4e7d152b6cb59e4", "title": "Met Office stratospheric assimilated: standard assimilated data from 1991 to 2022", "abstract": "This dataset contains standard assimilated data concerning stratospheric temperature, geopotential height and wind components produced by the Stratospheric Data Assimilation System at the UK Met Office. Data is provided from 1991 to 2022.\r\n\r\nThe data assimilation system is a development of the scheme used at the Met Office for operational weather forecasting, which has been extended to cover the stratosphere. The primary product is a daily analysis (at 1200 UTC) which is produced using operational observations only. For short periods of particular interest the analyses are available at 6-hourly intervals. Assimilation experiments using UARS (Upper Atmosphere Research Satellite) data in addition to operational meteorological observations have been carried out for limited periods.\r\n\r\nThe global model producing this data was updated on July 11th 2017. Data from this date has an increased resolution of N1280L70: 2560 latitude x1920 longitude and vertical 70 levels (model top 80 km), see the documentation for full details.", "keywords": "Met Office, meteorology, statospheric, uars, assim, assimilated", "publicationState": "published", "dataPublishedTime": "2007-02-05T17:09:44", "doiPublishedTime": null, "updateFrequency": "daily", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4350/?format=api", "dataPath": "/badc/ukmo-assim/data/standard/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 11021442101975, "numberOfFiles": 25012, "fileFormat": "Data are PP formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11416/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1324/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3360/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3361/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3365/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3367/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3574/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3576/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7005/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7007/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7031/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7033/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7042/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19043/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50656/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50663/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50664/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50678/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50684/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50711/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50714/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50723/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52363/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54871/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55978/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56811/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56814/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56945/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56969/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/56972/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57378/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57450/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57451/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62539/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62540/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69184/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69185/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70282/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70283/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70284/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70285/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70286/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70287/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70288/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70289/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70290/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70291/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70292/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70293/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70294/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70295/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70296/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70297/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70298/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70299/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70300/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70301/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70302/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70303/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70304/?format=api" ], "dataLineage": "Data are sent from the Met Office and to the Centre for Environmental Data Analysis (CEDA) for long term archival. \r\n\r\nCEDA archive the Met Office Unified Model \"pp\" output files directly and additionally convert the raw \"pp\" files into NetCDF data files that are archived alongside the \"pp\" data.\r\n\r\n11-July-2017: On the 11th of July 2017 a new operational model came into use, this increased both the horizontal and vertical resolutions of the data. Additionally on this date, the \"pp\" to NetCDF format conversion tool was changed from Convsh for all files prior to this date to CF-Python to all NetCDF data from 2017-08-11.\r\n\r\n09-Jan-2020: From 2020 the archive will only hold the \"pp\" file format, conversion to NetCDF will no longer occur. Historical NetCDF files will remain on the archive but conversions will no longer be performed after this date.\r\n\r\n10-Sep-2022: Updates for this data have been discontinued due to low data usage.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2922/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4348/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20641/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20640/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20639/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20645/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20642/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20643/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20644/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20646/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55440/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169558/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/199761/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/4351/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4352, "uuid": "0520984a654300a1e95b324e1b2ca416", "title": "Met Office stratospheric assimilated: mean data from 1991 to 2006", "abstract": "This dataset contains mean data concerning stratospheric temperature, geopotential height and wind components produced by the Stratospheric Data Assimilation System at the UK Met Office.\r\n\r\nThe data assimilation system is a development of the scheme used at the Met Office for operational weather forecasting, which has been extended to cover the stratosphere. The primary product is a daily analysis (at 1200 UTC) which is produced using operational observations only. For short periods of particular interest the analyses are available at 6-hourly intervals. Assimilation experiments using UARS (Upper Atmosphere Research Satellite) data in addition to operational meteorological observations have been carried out for limited periods.", "keywords": "Met Office, meteorology, statospheric", "publicationState": "published", "dataPublishedTime": "2007-02-05T17:10:35", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4353/?format=api", "dataPath": "/badc/ukmo-assim/data/means/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1060384229, "numberOfFiles": 176, "fileFormat": "Data are PP formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1238/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70288/?format=api" ], "dataLineage": "Data received from the Met Office\r\n ", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2925/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/555/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4348/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20651/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20656/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20649/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20650/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20655/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20652/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55441/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/169559/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/4354/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4403, "uuid": "65ca7898647cc3686492bcb8bb483a1c", "title": "SHIP SYNOP reports from ship, buoy and fixed platform stations collected by the Met Office MetDB System", "abstract": "The ship based SYNOP messages measurements describe hourly observations from sea based stations (ships, rigs, platforms and moored buoys) distributed globally. The observations cumulate in around 10,000 reports a day, giving measurements of parameters such as wind speed and direction, maximum and minimum air temperature, sunshine duration, rainfall accumulation, and cloud type. The data are collected by observation stations worldwide and transmitted within the ship SYNOP message.", "keywords": "Met Office, MetDB, SYNOP, ship, meteorology", "publicationState": "published", "dataPublishedTime": "2008-08-08T13:51:31", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4404/?format=api", "dataPath": "/badc/ukmo-metdb/data/shpsyn", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 164004197617, "numberOfFiles": 5865, "fileFormat": "Data are BADC-CSV formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1251/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/79/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2748/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7064/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7065/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7066/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7067/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7068/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7069/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7070/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7071/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7072/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7073/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7074/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7075/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7076/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7077/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7078/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7079/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7081/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7082/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7083/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7084/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7085/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7086/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7087/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7088/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7089/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7090/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7092/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7094/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7101/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7102/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7108/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7109/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7110/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7111/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7112/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7113/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7114/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7115/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7116/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7117/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7120/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7121/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7122/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7123/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7124/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7125/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7126/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7127/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7128/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7129/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7130/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7131/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7132/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7133/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7134/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7135/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7136/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7137/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7138/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7139/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7140/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7141/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7142/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7143/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7145/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7152/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7153/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7154/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7157/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7158/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7163/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7167/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7168/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7169/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7173/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7174/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7175/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7176/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7177/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7178/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7179/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7180/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7181/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7182/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7184/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7185/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7186/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7193/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7198/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7199/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7202/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7204/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7207/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7209/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7210/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7211/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7213/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7215/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7216/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7217/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7218/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7219/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7220/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7221/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7222/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7223/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7224/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7225/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7226/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7227/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7229/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7230/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7231/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7232/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7233/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7234/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7235/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7236/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7237/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7238/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7239/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7240/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7241/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7242/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7243/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7244/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7245/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7246/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7247/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7248/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7249/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7250/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7251/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7252/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7253/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7254/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7255/?format=api" ], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2962/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20790/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42395/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20787/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4406/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4407, "uuid": "9f80d42106ba708f92ada730ba321831", "title": "LAND SYNOP reports from land stations collected by the Met Office MetDB System", "abstract": "The land based SYNOP messages measurements describe hourly observations from land stations distributed globally. The observations cumulate in around 60,000 reports a day, giving measurements of parameters such as wind speed and direction, maximum and minimum air temperature, sunshine duration, rainfall accumulation, and cloud type. The data are collected by observation stations worldwide and transmitted within the land SYNOP message.\r\n\r\nData are extracted from the Met Office's MetDB system before being sent to CEDA for archiving. These extractions occur at the 4 principal synoptic periods (00-06, 06-12, 12-18 and 18-00 UT).\r\n\r\nThe dataset contains a range of measurements including:\r\n\r\n - Wind speed and wind direction\r\n - Maximum and minimum air and grass temperature\r\n - Horizontal and vertical visibility\r\n - Snow depth\r\n - Dew-point temperature\r\n - Relative humidity\r\n - 3 -hour pressure change\r\n - Height and period of wind waves\r\n - Cloud height and type\r\n - Radiation in last 24 hours\r\n - Maximum gust period\r\n - Past and present weather\r\n - Rainfall accumulation\r\n - Precipitation amount\r\n - Sunshine duration\r\n\r\nThe wind speed and vertical gust speed are given to the nearest metre per second, and the vertical gust acceleration to the nearest metre per second squared. The wind direction from which the wind blows is measured in Degrees (true). The entry for an east wind is 090, for a south wind it is 180 and so on clockwise. Note that zero values in both wind speed and wind direction fields indicate that there was no wind blowing at the time of observation.\r\n\r\nThe air temperature, grass temperature and dew-point temperature are measured in Kelvin.\r\n\r\nThe cloud height, visibility, snow depth, and wind-wave height are given in metres.\r\n\r\nSunshine duration is recorded over 24 hours and over one hour. For the former, the measurement is in hours, but for the latter the measurement is in minutes.\r\n\r\nThe past weather is recorded as a number between 0-9 which details what the weather has been like in the last 6 hours for observations at 00, 06, 12, 1800 UTC, the last 3 hours for observations at 03, 09, 15, 2100 UTC and the previous hour at any other times. The past weather is only recorded when a manual observation is done at the station.\r\n\r\nThe relative humidity is measured as a percentage.\r\n\r\nDocumentation and Links to further information and references (see linked documentation on this record):\r\nSome general information about surface station readings can be obtained from the abridged version of \"MIDAS Data Users Guide\", provided by the Met Office. This document describes the meteorological surface data in the Met Office Database - MIDAS. This guide is rich in information and is aimed at those with little familiarity with observing methods or instrumentation.\r\n\r\nDetails of the WMO Meteorological codes used at weather observing stations (daily and hourly weather) explain the codes used in this dataset further.", "keywords": "Met Office, MetDB, SYNOP, meteorology", "publicationState": "published", "dataPublishedTime": "2008-08-08T13:58:04", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4408/?format=api", "dataPath": "/badc/ukmo-metdb/data/lndsyn", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 695774316731, "numberOfFiles": 5873, "fileFormat": "Data are BADC-CSV formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1253/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7065/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7067/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7068/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7069/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7071/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7072/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7074/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7076/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7077/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7078/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7079/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7081/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7082/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7083/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7084/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7087/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7089/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7090/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7092/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7094/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7108/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7109/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7110/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7111/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7112/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7114/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7115/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7116/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7120/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7123/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7124/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7125/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7126/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7127/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7128/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7130/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7131/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7132/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7133/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7134/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7135/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7136/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7137/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7138/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7139/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7144/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7146/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7152/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7153/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7155/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7156/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7159/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7160/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7161/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7163/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7256/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7257/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7258/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7260/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7261/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7262/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7263/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7264/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7265/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7266/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7267/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7268/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7269/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7270/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7271/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7272/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7273/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7274/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7275/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7276/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7277/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7278/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7279/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7280/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7281/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7282/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7283/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7284/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7285/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7286/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7287/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7288/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7289/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7290/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7291/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7292/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7293/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7294/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7295/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7296/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7297/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7298/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7299/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7300/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7301/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7302/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7303/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7304/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7305/?format=api" ], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2966/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43090/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20796/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4409/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4410, "uuid": "cea4f08cec2e55a381d643b806b36c84", "title": "Radio Acoustic Sounding System (RASS) Messages, Part of the Met Office MetDB System", "abstract": "The Radio Acoustic Sounding System (RASS) messages data describe hourly observations from around 120 stations distributed globally. The observations, which are later transmitted in reports, give measurements of parameters such as wind speed, and temperature. The data are collected by observation stations worldwide and transmitted within the RASS message.\r\n\r\nData are extracted daily at around 00 UT from the Met Office's MetDB system for the previous day's coverage.\r\n\r\nThe dataset contains measurements of the following parameters:\r\n\r\n - Station height (in m)\r\n - Virtual temperature (in Kelvin)\r\n - Wind w velocity component (in m/s)\r\n - Signal to noise ratio\r\n\r\nSee linked documentation for general information about surface station readings can be obtained from the abridged version of \"MIDAS Data Users Guide\", provided by the Met Office. This document describes the meteorological surface data in the Met Office Database - MIDAS. This guide is rich in information and is aimed at those with little familiarity with observing methods or instrumentation. Details of the WMO Meteorological codes used at weather observing stations (daily and hourly weather) explain the codes used in this dataset further are also linked to on this record.", "keywords": "Met Office, MetDB, RASS, profile, meteorology, temperature, wind speed, wind direction", "publicationState": "published", "dataPublishedTime": "2008-08-08T14:01:18", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4411/?format=api", "dataPath": "/badc/ukmo-metdb/data/rass", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 3198199183, "numberOfFiles": 5418, "fileFormat": "Data are BADC-CSV formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1255/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51162/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51163/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51164/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51167/?format=api" ], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to Centre for Environmental Data Analysis. These are then processed to generate BADC-CSV files, where possible.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2967/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20807/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20809/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43892/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43893/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20804/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4414/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4415, "uuid": "9e22544a66ba7aa902ae431b1ed609d6", "title": "Wind Profiler Observations, Part of the Met Office MetDB System", "abstract": "The wind profiler observations describe hourly observations from around 400 Wind profiler stations distributed globally. The observations cumulate in around 10,000 reports a day, giving measurements of parameters such as the different components of wind velocity, and the standard deviations of vertical and horizontal wind speeds. The data are collected by observation stations worldwide and transmitted within the WINPRO message.\r\n\r\nWind speeds are given to the nearest metre per second.\r\nAir temperature is measured in Kelvin.\r\nPrecipitation amount is given in kilograms per metre squared.\r\nAir pressure is given in Pascals.\r\nRelative humidity is measured as a percentage.", "keywords": "Met Office, MetDB, Wind profiler, wind speed, wind direction, SNR", "publicationState": "published", "dataPublishedTime": "2008-08-08T14:01:44", "doiPublishedTime": null, "updateFrequency": "daily", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4416/?format=api", "dataPath": "/badc/ukmo-metdb/data/winpro", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 307603555395, "numberOfFiles": 5787, "fileFormat": "<div property=\"cedacat:formats\">\n<div class=\"formats\">Data availability and file format</div>\n<p>The data are held in the BADC-CSV file format, each of which will contain one or more data records and are comma separated variables. \"Metadata\" are provided giving a full description of the content of the data. More information about the file format can be found on the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format page</a>, which also contains two example files taken from the MetDB dataset.</p>\n<p> The file format for the <a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/winpro.html\"> wind profiler observations table</a>, describes what each column in the data table represents.</p>\n<p>Ingest scripts run at the BADC every 20 minutes, converting the incoming files to the self describing BADC-CSV format, but neither the processed or raw data are placed into archive until the following day.</p>\n\n</div>\n\n\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1256/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6866/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6867/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6868/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6871/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6872/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6873/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6875/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6876/?format=api" ], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to the Centre for Environmental Data Analysis (CEDA). These are then processed to generate BADC-CSV files, where possible.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2970/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20821/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43076/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43077/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20817/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20818/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20819/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20816/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4419/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4420, "uuid": "33f44351f9ceb09c495b8cef74860726", "title": "AMDAR (Aircraft Meteorological Data Relay) reports collected by the Met Office MetDB System", "abstract": "The Aircraft Meteorological Data Relay (AMDAR) measurements describe hourly observations from aircraft across the world during all stages of flight. The observations cumulate into 160,000 reports a day, giving measurements of parameters such as aircraft characteristics, wind speed and direction, degree of turbulence, and air temperature. The data are collected by observation stations worldwide and transmitted within the AMDAR message, which prior to March 1992, was known as ASDAR(Aircraft to Satellite Data Relay).", "keywords": "Met Office, MetDB, AMDAR, meteorological data", "publicationState": "published", "dataPublishedTime": "2008-08-08T14:00:43", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4421/?format=api", "dataPath": "/badc/ukmo-metdb/data/amdars", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 783531749526, "numberOfFiles": 5799, "fileFormat": "<div property=\"cedacat:formats\">\n<div class=\"formats\">Data availability and file format</div>\n<p>The data are held in the BADC-CSV file format, each of which will contain one or more data records and are comma separated variables. \"Metadata\" are provided giving a full description of the content of the data. More information about the file format can be found on the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format page</a>, which also contains two example files taken from the MetDB dataset.</p>\n<p> The file format for the <a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/amdars.html\"> Aircraft Meteorological Data Relay data table</a>, describes what each column in the data table represents.</p>\n\n</div>\n\n\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1258/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60816/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69076/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69077/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81079/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81081/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81082/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81083/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81084/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81085/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81086/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81087/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81088/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81089/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81090/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81092/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81093/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81094/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81101/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81102/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81108/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81109/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81110/?format=api" ], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2973/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20833/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41726/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20828/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4423/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4424, "uuid": "46c2a680fa9596f30f67613b39e1e1a6", "title": "CLIMAT Reports collected by the Met Office MetDB System", "abstract": "The CLIMAT reports describe monthly climate observations by WMO (World Meteorological Organisation) Climate Reference Stations of which there are currently 20 in the UK and some 400 worldwide. The observation stations measure parameters such as monthly mean air temperature, monthly mean vapour pressure, total sunshine for the month, and total precipitation for the month. NOTE - these data are provided as-is from the Met Office and so will need converting form the CLIMAT message format.", "keywords": "Met Office, MetDB, ", "publicationState": "published", "dataPublishedTime": "2008-08-10T08:55:08", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4425/?format=api", "dataPath": "/badc/ukmo-metdb/raw/climat", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 35422617, "numberOfFiles": 4073, "fileFormat": "<div property=\"cedacat:formats\">\n<div class=\"formats\">Data availability and file format</div>\n<p>The data are held in the BADC-CSV file format, each of which will contain one or more data records and are comma separated variables. \"Metadata\" are provided giving a full description of the content of the data. More information about the file format can be found on the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format page</a>, which also contains two example files taken from the MetDB dataset.</p>\n</div>\n\n\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1260/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/80/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2975/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20837/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20839/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20840/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20841/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20843/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41945/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20838/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4426/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4427, "uuid": "297b7eec7ef57e025323856166aa4ee5", "title": "METAR Reports collected by the Met Office MetDB System", "abstract": "The METAR reports describe hourly observations from 562 observation stations across the globe, including 131 UK stations. The data are produced by Synoptic observations for aviation purposes, giving measurements of parameters such as cloud amount, wind speed and direction, visibility, present weather, and maximum gust speed. The data are collected by observation stations worldwide and transmitted within the METAR message.", "keywords": "Met Office, MetDB, METAR, meteorology", "publicationState": "published", "dataPublishedTime": "2008-08-10T08:59:50", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4428/?format=api", "dataPath": "/badc/ukmo-metdb/raw/metars", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 21334300321, "numberOfFiles": 23302, "fileFormat": "<div property=\"cedacat:formats\">\n<div class=\"formats\">Data availability and file format</div>\n<p>The data are held in the BADC-CSV file format, each of which will contain one or more data records and are comma separated variables. \"Metadata\" are provided giving a full description of the content of the data. More information about the file format can be found on the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format page</a>, which also contains two example files taken from the MetDB dataset.</p>\n<p>Ingest scripts run at the BADC every 20 minutes, converting the incoming files to the self describing BADC-CSV format, but neither the processed or raw data are placed into archive until the following day.</p>\n\n</div>\n\n\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1262/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/81/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2976/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20845/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20848/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20851/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41632/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41633/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20847/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20846/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4429/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4430, "uuid": "5f6134ae325aa8a719c90bd6e8dc314e", "title": "TEMP records collected by the Met Office MetDB System", "abstract": "TEMP records describes measurements reported up to four times daily by radiosondes at worldwide fixed land stations. The radiosondes measure parameters such as atmospheric pressure, temperature, humidity, and wind speed and direction. The data are measured from the surface to approximately 20-30 km, and measurements are usually taken every 2 seconds. These data are provided from the Met Office as-is requiring each message part to be brought together to form each profile.", "keywords": "Met Office, MetDB, TEMP, profile, temperature, humidity, meteorology", "publicationState": "published", "dataPublishedTime": "2008-08-10T13:01:26", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4431/?format=api", "dataPath": "/badc/ukmo-metdb/raw/temp", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 5501741678, "numberOfFiles": 23210, "fileFormat": "<div property=\"cedacat:formats\">\n<div class=\"formats\">Data availability and file format</div>\n<p>The data are held in the BADC-CSV file format, each of which will contain one or more data records and are comma separated variables. \"Metadata\" are provided giving a full description of the content of the data. More information about the file format can be found on the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format page</a>, which also contains two example files taken from the MetDB dataset.</p>\n</div>\n\n\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1264/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2977/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20853/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20856/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20857/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20859/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42317/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42318/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20854/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4433/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4434, "uuid": "f8a0c65bf187284f8b103673ed0fcb44", "title": "PILOT reports collected by the Met Office MetDB System", "abstract": "PILOT reports describe measurements reported up to four times daily by radiosondes at worldwide fixed land stations. The dataset contains measurements of wind speed and direction. The data are measured from the surface to approximately 20-30 km and measurements are usually taken every 2 seconds. These data are provided as-is from the Met Office and so will need the message components bringing together for each ascent\r\n\r\nThe PILOT data contain the following observations:\r\n\r\nWind speed at standard pressure levels\r\nVertical wind shear\r\nMaximum wind level\r\nThe data comprise vertical profiles of temperature, dew-point temperature, wind speed and wind direction at standard and significant pressure levels. The standard pressure levels are 850, 700, 500, 400, 300, 250, 200, 150, 100, 70, 50, 30, 20 and 10 hPa. Significant pressure levels are calculated according to the Met Office criteria and constitute levels at which significant events occur in the profile, e.g temperature inversions.\r\n\r\nThe data are measured from the surface to approximately 20-30 km. Generally there are up to 4 ascents per day from each station, though some sites may only have 1 or 2 ascents. Ascent times are typically around 00, 06, 12 and 18 UT.\r\n\r\nA maximum wind level is defined as a level at which the wind speed is greater than that observed immediately above and below that level..", "keywords": "Met Office, MetDB, PILOT, profiles, meteorology", "publicationState": "published", "dataPublishedTime": "2008-08-10T14:16:28", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4435/?format=api", "dataPath": "/badc/ukmo-metdb/raw/pilot", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 885620555, "numberOfFiles": 23278, "fileFormat": "<div property=\"cedacat:formats\">\n<div class=\"formats\">Data availability and file format</div>\n<p>The data are held in the BADC-CSV file format, each of which will contain one or more data records and are comma separated variables. \"Metadata\" are provided giving a full description of the content of the data. More information about the file format can be found on the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format page</a>, which also contains two example files taken from the MetDB dataset.</p>\n</div>\n\n\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1265/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2979/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20864/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20865/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44493/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44494/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20866/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20867/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108299/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20863/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108300/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4437/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4438, "uuid": "95e747dfe2f601c6e62cba10076c4061", "title": "Ozone Profiler Data, Part of the Met Office MetDB System", "abstract": "The ozone profiler data describes weekly measurements reported by an ozonesonde at a fixed land station at Lerwick. The dataset contains atmospheric profiles of ozone concentrations. The data are measured from the surface to up to 40 km, and transmitted from the ozonesonde via a radio link to a ground receiving station.", "keywords": "Met Office, MetDB, Ozone, Profiler", "publicationState": "published", "dataPublishedTime": "2008-08-13T11:10:02", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4439/?format=api", "dataPath": "/badc/ukmo-metdb/raw/ozoneprf/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 332618, "numberOfFiles": 216, "fileFormat": "<div property=\"cedacat:formats\">\r\n<div class=\"formats\">Data availability and file format</div>\r\n\r\n<a id=\"MessageTables\" name=\"MessageTables\"><h4>Message Tables</h4></a>\r\n\r\n<p>\r\nThe Met Office MetDB holds data from a variety of different message types covering observations from satellites, profiling instruments (e.g. radiosondes and wind profilers) and surface based observations (e.g land meteorological recording stations). The BADC has obtained access to an number of the message types that should be of greatest use to the atmospheric research community and the data are stored in a the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format</a>, which is comma separated, plain text, \"human\" readable and self describing. <br /><br />\r\nThe following message types are available through the BADC. Follow the links to see the appropriate table detailing the elements within each message type:\r\n</p>\r\n<table align=\"center\" border=\"1\" cellspacing=\"0\" width=\"55%\">\r\n <tbody><tr>\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b><i>Message Name</i></b></td>\r\n <td valign=\"TOP\" width=\"20%\"><b><i>Description &amp; Link</i></b></td>\r\n\r\n </tr><tr>\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>AMDARs</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/amdars.html\">Aircraft Meteorological Data Relay</a></td>\r\n </tr><tr>\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>LNDSYN</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/lndsyn.html\">Land based SYNOP messages</a></td>\r\n </tr><tr>\r\n\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>RASS</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/rass.html\">Radio Acoustic Sounding System messages</a></td>\r\n </tr><tr>\r\n\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>SHPSYN</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/shpsyn.html\">Ship based SYNOP messages</a> (including buoy and fixed platform)</td>\r\n </tr><tr>\r\n\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>WINPRO</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/winpro.html\">Wind profiler observations </a></td>\r\n </tr></tbody></table>\r\n<br />\r\n\r\n<h4>File Format</h4>\r\n<p>The data are held in the BADC-CSV file format, each of which will contain one or more data records and are comma separated variables. \"Metadata\" are provided giving a full description of the content of the data. More information about the file format can be found on the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format page</a>, which also contains two example files taken from the MetDB dataset.</p>\r\n\r\n<p>As the data are held as comma separated variable the file should load automatically into programmes such as Microsoft Excel. Alternatively see the following webguide on how to read a text file into Excel:</p>\r\n<table>\r\n<tbody><tr><td><a href=\"http://badc.nerc.ac.uk/web_guides/csv_to_excel_demo_skin.swf\" target=\"blank\"><img align=\"absmiddle\" alt=\"view guide\" border=\"0\" src=\"http://badc.nerc.ac.uk/graphics/logos/small/wgclapper_icon.png\" /></a></td><td><i>How to convert a text file to Excel.</i></td></tr>\r\n</tbody></table>\r\n</div>\r\n\r\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1266/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/82/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2981/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20873/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20877/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20879/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42968/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42969/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20875/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20874/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4441/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4442, "uuid": "fd1f0377eef5b47ca4e3d889d5d84987", "title": "Ozone Satellite Data, Part of the Met Office MetDB System", "abstract": "The ozone satellite data describe ozone measurements deduced from satellite data. The dataset contains atmospheric profiles of ozone concentrations. The data are measured by satellites and around 2700 observations are made per day.", "keywords": "Met Office, MetDB, Ozone, Satellite", "publicationState": "published", "dataPublishedTime": "2008-08-13T11:20:30", "doiPublishedTime": null, "updateFrequency": "continual", "status": "ongoing", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4443/?format=api", "dataPath": "/badc/ukmo-metdb/data/ozonesat/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 314782643423, "numberOfFiles": 2728, "fileFormat": "<div property=\"cedacat:formats\">\r\n<div class=\"formats\">Data availability and file format</div>\r\n\r\n<a id=\"MessageTables\" name=\"MessageTables\"><h4>Message Tables</h4></a>\r\n\r\n<p>\r\nThe Met Office MetDB holds data from a variety of different message types covering observations from satellites, profiling instruments (e.g. radiosondes and wind profilers) and surface based observations (e.g land meteorological recording stations). The BADC has obtained access to an number of the message types that should be of greatest use to the atmospheric research community and the data are stored in a the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format</a>, which is comma separated, plain text, \"human\" readable and self describing. <br /><br />\r\nThe following message types are available through the BADC. Follow the links to see the appropriate table detailing the elements within each message type:\r\n</p>\r\n<table align=\"center\" border=\"1\" cellspacing=\"0\" width=\"55%\">\r\n <tbody><tr>\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b><i>Message Name</i></b></td>\r\n <td valign=\"TOP\" width=\"20%\"><b><i>Description &amp; Link</i></b></td>\r\n\r\n </tr><tr>\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>AMDARs</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/amdars.html\">Aircraft Meteorological Data Relay</a></td>\r\n </tr><tr>\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>LNDSYN</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/lndsyn.html\">Land based SYNOP messages</a></td>\r\n </tr><tr>\r\n\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>RASS</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/rass.html\">Radio Acoustic Sounding System messages</a></td>\r\n </tr><tr>\r\n\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>SHPSYN</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/shpsyn.html\">Ship based SYNOP messages</a> (including buoy and fixed platform)</td>\r\n </tr><tr>\r\n\r\n <td align=\"center\" valign=\"TOP\" width=\"10%\"><b>WINPRO</b></td>\r\n <td valign=\"TOP\" width=\"20%\"><a href=\"http://badc.nerc.ac.uk/data/ukmo-metdb/winpro.html\">Wind profiler observations </a></td>\r\n </tr></tbody></table>\r\n<br />\r\n\r\n<h4>File Format</h4>\r\n<p>The data are held in the BADC-CSV file format, each of which will contain one or more data records and are comma separated variables. \"Metadata\" are provided giving a full description of the content of the data. More information about the file format can be found on the <a href=\"http://badc.nerc.ac.uk/help/formats/badc-csv/\">BADC-CSV format page</a>, which also contains two example files taken from the MetDB dataset.</p>\r\n\r\n<p>As the data are held as comma separated variable the file should load automatically into programmes such as Microsoft Excel. Alternatively see the following webguide on how to read a text file into Excel:</p>\r\n<table>\r\n<tbody><tr><td><a href=\"http://badc.nerc.ac.uk/web_guides/csv_to_excel_demo_skin.swf\" target=\"blank\"><img align=\"absmiddle\" alt=\"view guide\" border=\"0\" src=\"http://badc.nerc.ac.uk/graphics/logos/small/wgclapper_icon.png\" /></a></td><td><i>How to convert a text file to Excel.</i></td></tr>\r\n</tbody></table>\r\n</div>\r\n\r\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1267/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11476/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11477/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11478/?format=api" ], "dataLineage": "Data are extracted from the Met Office's \"metDB\" system and supplied to BADC. These are then processed to generate BADC-CSV files, where possible. METARS and CLIMAT message types are stored as original message types only within http://data.ceda.ac.uk/badc/ukmo-metdb/raw", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2983/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4405/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4355/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20883/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20885/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20886/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20887/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20889/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44593/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44594/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20884/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4445/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4447, "uuid": "657b2c9f2c451d15a6afd5e3dc936f77", "title": "RAPID: Unified Model temperature and humidity data from xbzlf run", "abstract": "Data from \"The impact of climate change on the North Atlantic and European storm-track and blocking\" project was a Natural Environment Research Council (NERC) RAPID Climate Change Research Programme project (Round 2 - NE/C509115/1 - Duration 14 Mar 2005 - 13 Mar 2008) led by Prof Sir Brian Hoskins of Imperial College London, Grantham Institute for Climate Change, with co-investigators also at the University of Reading.\r\n\r\nThis dataset collection contains Unified Model climate temperature and humidity outputs from model run xbzlf.\r\n\r\nRapid Climate Change (RAPID) was a £20 million, six-year (2001-2007) programme for the Natural Environment Research Council. The programme aimed to improve the ability to quantify the probability and magnitude of future rapid change in climate, with a main (but not exclusive) focus on the role of the Atlantic Ocean's Thermohaline Circulation.", "keywords": "RAPID, Climate change, Atlantic Ocean's Thermohaline Circulation", "publicationState": "published", "dataPublishedTime": "2014-09-21T15:31:52", "doiPublishedTime": null, "updateFrequency": "asNeeded", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4448/?format=api", "dataPath": "/badc/rapid/data/Hoskins_Rapid1_Round2/xbzlf/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 161504812323, "numberOfFiles": 1659, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5003/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1323/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1324/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1325/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3064/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3143/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3696/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3697/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3698/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3700/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6877/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6878/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6879/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6880/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7000/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7001/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7002/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51586/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51594/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53781/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53782/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53783/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53790/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53807/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53808/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53809/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53811/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53813/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53814/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53816/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53817/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53818/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53819/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53820/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53821/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53832/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53833/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53834/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53835/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53836/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53837/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53838/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53839/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53840/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53841/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53842/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53843/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53844/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53845/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53847/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53848/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53850/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53851/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53852/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53853/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53856/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53857/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53858/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53859/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53860/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53861/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53862/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53863/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53864/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53865/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53866/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53867/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53868/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53871/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53872/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53873/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53874/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60799/?format=api" ], "dataLineage": "Data from University of Reading.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2987/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/19094/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4446/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20904/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20902/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20905/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20907/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20908/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72316/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20903/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72446/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72317/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72318/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/7778/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4449, "uuid": "9ab911156a4efbeee411a1b4958a5256", "title": "RAPID: Unified Model temperature and humidity data from xbzlg run", "abstract": "Data from \"The impact of climate change on the North Atlantic and European storm-track and blocking\" project was a Natural Environment Research Council (NERC) RAPID Climate Change Research Programme project (Round 2 - NE/C509115/1 - Duration 14 Mar 2005 - 13 Mar 2008) led by Prof Sir Brian Hoskins of Imperial College London, Grantham Institute for Climate Change, with co-investigators also at the University of Reading.\r\n\r\nThis dataset collection contains Unified Model climate temperature and humidity outputs from model run xbzlg.\r\n\r\nRapid Climate Change (RAPID) was a £20 million, six-year (2001-2007) programme for the Natural Environment Research Council. The programme aimed to improve the ability to quantify the probability and magnitude of future rapid change in climate, with a main (but not exclusive) focus on the role of the Atlantic Ocean's Thermohaline Circulation.", "keywords": "RAPID, Climate change, Atlantic Ocean's Thermohaline Circulation", "publicationState": "published", "dataPublishedTime": "2014-09-21T15:34:35", "doiPublishedTime": null, "updateFrequency": "asNeeded", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4450/?format=api", "dataPath": "/badc/rapid/data/Hoskins_Rapid1_Round2/xbzlg/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 141019845098, "numberOfFiles": 1476, "fileFormat": "Data are netCDF formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5003/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1323/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1324/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1325/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3064/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3143/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3692/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3696/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3697/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3698/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3700/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6877/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6878/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6879/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6880/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7000/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7001/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7002/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51586/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51594/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53781/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53782/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53783/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53784/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53790/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53792/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53794/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53797/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53800/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53801/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53805/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53806/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53807/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53808/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53809/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53810/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53811/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53812/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53813/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53814/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53815/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53816/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53817/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53818/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53819/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53820/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53821/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53822/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53823/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53828/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53829/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53831/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53832/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53833/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53834/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53835/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53836/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53837/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53838/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53839/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53840/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53841/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53842/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53843/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53844/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53845/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53847/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53848/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53850/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53851/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53852/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53853/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53855/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53856/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53857/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53858/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53859/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53860/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53861/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53862/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53863/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53864/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53865/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53866/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53867/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53868/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53870/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53871/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53872/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53873/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53874/?format=api" ], "dataLineage": "Data from University of Reading.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2988/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/19094/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4446/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20909/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20912/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20913/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20914/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20915/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20910/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72323/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72324/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/7778/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4482, "uuid": "bbd638db59331cf98c1e81688a7b71b9", "title": "URGENT PROFIL: Winter 2000 campaign airborne in-situ atmospheric chemistry and meteorology measurements by the University of Manchester's CESSNA aircraft", "abstract": "An Instrumented Aircraft Facility to Provide Vertical Profiles of Wind, Temperature, Turbulence, Sensible Heat, Aerosol and Trace-Gas Concentrations and Fluxes within the Urban Boundary Layer for PUMA (Pollution in Urban Midlands Atmospheres). Consortia Model Validation (PROFIL) is a NERC Urban Regeneration and the Environment (URGENT) Air project (GST/02/2225 - Duration: 1/04/1999 - 31/3/2002) led by Dr Martin Gallagher, University of Manchester.\r\n\r\nThis dataset contains airborne in-situ atmospheric chemistry and meteorology measurements by the University of Manchester's CESSNA aircraft from flights during the URGENT PROFIL Winter 2000 campaign.", "keywords": "URGENT, PROFIL, Chemistry, Pollutants, Air pollution, Meteorology", "publicationState": "published", "dataPublishedTime": "2007-03-20T23:53:50", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4483/?format=api", "dataPath": "/badc/urgent/data/profil/Winter_2000/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1467987, "numberOfFiles": 9, "fileFormat": "Data are NASA Ames formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3771/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/83/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/23052/?format=api" ], "dataLineage": "Data files provided as is by the PROFIL campaign participants.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3010/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3013/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3008/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3005/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3002/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3000/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2991/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2997/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/2995/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/14247/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4451/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20998/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21002/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20996/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20999/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21000/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21001/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21003/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/20997/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54938/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55220/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/55221/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4485/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4491, "uuid": "e3fe71be138f1a2d97247df769f37fe1", "title": "HYREX project: Met Office C-band Radar data from Wardon Hill, UK", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, Met Office Radar", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:07:54", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4492/?format=api", "dataPath": "/badc/hyrex/data/Common/war", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 2519995323, "numberOfFiles": 6244, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1278/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3018/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21026/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21031/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21025/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21030/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21024/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21027/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21028/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21029/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54923/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4495/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4496, "uuid": "00a89111f9e1aeb0cc11892559980957", "title": "HYREX project: Met Office C-band radar data from Cobbacombe Cross, UK", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, Met Office Radar", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:08:37", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4497/?format=api", "dataPath": "/badc/hyrex/data/Common/cob", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 3019859994, "numberOfFiles": 5612, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1280/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3024/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21037/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21041/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21042/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21038/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21039/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21040/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21036/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21035/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54924/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/5778/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4499, "uuid": "1a3e640058a30a7ba3e23e2409bfb75d", "title": "HYREX project: Telemetered tipping Bucket raingauge, Brue Catchment area", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, Raingauge", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:09:50", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4500/?format=api", "dataPath": "/badc/hyrex/data/Common/catch_avgs", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 4331727, "numberOfFiles": 349, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1282/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3025/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12404/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21045/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21049/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21050/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21043/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21046/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21047/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21048/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21044/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54925/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4502/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4503, "uuid": "f1c095fa7ec61cb0b081d109fb756685", "title": "HYREX project: Automatic Weather Station data from Bridge Farm, UK", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, AWS", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:10:40", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4504/?format=api", "dataPath": "/badc/hyrex/data/Common/aws", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 4334987, "numberOfFiles": 18, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1283/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3028/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21055/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21059/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21060/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21053/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21056/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21057/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21058/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21054/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54926/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4506/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4507, "uuid": "987cfb882e02e64e0becab8e947ea5da", "title": "HYREX project: Automatic Soil Water Station data from Bridge Farm, UK", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, ASWS", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:11:43", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4508/?format=api", "dataPath": "/badc/hyrex/data/Common/asws", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 1261138, "numberOfFiles": 10, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1284/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3031/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21065/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21069/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21070/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21063/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21066/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21067/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21068/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21064/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54927/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4510/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4511, "uuid": "3a64a223f1f2c3d2009f94e2d145d445", "title": "HYREX project: Brue River Gauging station at Lovington, UK", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, raingauge, river", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:13:01", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4512/?format=api", "dataPath": "/badc/hyrex/data/Common/rgs", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 3373315, "numberOfFiles": 19, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1285/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3034/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21075/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21079/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21080/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21073/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21076/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21077/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21078/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21074/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54928/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4515/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4516, "uuid": "6732916a95557f48596c94108129e3f7", "title": "HYREX project: Disdrometer data from Bridge Farm, UK", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, Disdrometer", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:14:26", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4517/?format=api", "dataPath": "/badc/hyrex/data/Common/dis", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 535355, "numberOfFiles": 219, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1286/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3039/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21087/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21091/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21092/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21085/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21088/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21089/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21090/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21086/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54929/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4519/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4520, "uuid": "df156f85dc098361be4ccd65da5cfd08", "title": "HYREX Project: Met Office Unified Model data", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, Met Office UM", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:15:55", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4521/?format=api", "dataPath": "/badc/hyrex/data/UnifiedModel", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 8299760367, "numberOfFiles": 75, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1287/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3041/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21097/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21101/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21102/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21095/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21099/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21100/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21096/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21098/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54930/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/1045/?format=api", "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4522, "uuid": "586ca4cdeab8e956914a4b8fc4571472", "title": "HYREX project: LandSat instrument data", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, LandSat", "publicationState": "published", "dataPublishedTime": "2007-01-25T00:17:05", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4523/?format=api", "dataPath": "/badc/hyrex/data/Common/landuse", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 651700, "numberOfFiles": 3, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1288/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3044/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21105/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21109/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21110/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21106/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21107/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21108/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21104/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21103/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54931/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4529/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4530, "uuid": "dd16d68f744bc85738b9f9cfa71f6fb0", "title": "HYREX project: Transportable Weather Station data", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, Weather station", "publicationState": "published", "dataPublishedTime": "2007-01-25T01:06:26", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4531/?format=api", "dataPath": "/badc/hyrex/data/Salford/TWS", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 7454752, "numberOfFiles": 7, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1289/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3049/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8646/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21117/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21121/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21122/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21115/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21119/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21120/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21116/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54932/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4534/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4543, "uuid": "d2a37b834db4f63ad1ec15f59499da75", "title": "HYREX project: Transportable vertically pointing X-band radar data", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, Radar", "publicationState": "published", "dataPublishedTime": "2007-01-25T01:08:36", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4544/?format=api", "dataPath": "/badc/hyrex/data/Salford/radar_data", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 455511, "numberOfFiles": 19, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1292/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3058/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8647/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21148/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21153/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21154/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21147/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21149/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21150/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21151/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21152/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54933/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4545/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4550, "uuid": "c50ad92df8529d78bfe65a0a0f6d9c8e", "title": "HYREX project: Drop-counting raingauge", "abstract": "HYREX (Hydrological Radar Experiment) was a NERC (Natural Environment Research Council) special topic running from May 1993 to April 1997. Field experiments with an emphasis on radar, plus related interpretation and modelling, were carried out to investigate the short term forecasting and hydrological implications of precipitation. A special purpose-built dense rainguage network was established in Somerset as part of the project. Rainguage, radar and related meteorological data plus forecast data from the Met Office Unified Model are available through BADC.", "keywords": "HYREX, Drop-counting raingauge", "publicationState": "published", "dataPublishedTime": "2007-01-25T01:10:04", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4551/?format=api", "dataPath": "/badc/hyrex/data/Salford/HYDRA", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 934020, "numberOfFiles": 10, "fileFormat": "Data are Binary formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1294/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/84/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21954/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21966/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25869/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25906/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25946/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25947/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25948/?format=api" ], "dataLineage": "Latest HYREX data acquired in 1998 from CEH (on tape). Data was uploaded as is into the BADC archive as is from tapes.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3062/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8644/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8645/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4493/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4490/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21167/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21166/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21171/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21165/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21168/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21169/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21170/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21172/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54934/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4552/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4557, "uuid": "0654d85334694b09d76b80eabcf3c28a", "title": "JET2000 Project: Advanced Very High Resolution Radiometer 2 (AVHRR/2)", "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path. The data includes detailed synoptic observations of the basic state over mainland West Africa, and detailed synoptic observations of the African Easterly Waves (AEW) over mainland tropical West Africa.", "keywords": "JET2000, AVHRR, NOAA-14", "publicationState": "published", "dataPublishedTime": "2007-02-28T22:52:03", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4558/?format=api", "dataPath": "/badc/jet2000/data/avhrr", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 391912422, "numberOfFiles": 26, "fileFormat": "Data are Hierarchical Data Format (HDF) formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1297/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/85/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65181/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65182/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65183/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65184/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65185/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65186/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65187/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65188/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65189/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65193/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65198/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65199/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65202/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65204/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65207/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65209/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65210/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65211/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65213/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65215/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65216/?format=api" ], "dataLineage": "Data collected by the Met Office research flight (MRF C-130 aircraft) in summer of 2000 over West Africa, then prepared before transfer to BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3066/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4559/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5570/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21193/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21198/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21197/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4562/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4563, "uuid": "1325d8610b5f76d9317b33f27317636c", "title": "JET2000 Project: METEOSAT Visible & IR Imager (MVIRI)", "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path. The data includes detailed synoptic observations of the basic state over mainland West Africa, and detailed synoptic observations of the African Easterly Waves (AEW) over mainland tropical West Africa.", "keywords": "JET2000, METEOSAT", "publicationState": "published", "dataPublishedTime": "2007-02-28T22:52:36", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4564/?format=api", "dataPath": "/badc/jet2000/data/meteosat", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 16401841, "numberOfFiles": 412, "fileFormat": "Images are JPG formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3675/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/85/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data collected by the Met Office research flight (MRF C-130 aircraft) in summer of 2000 over West Africa, then prepared before transfer to BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3070/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4559/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5570/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21202/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21204/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21207/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/4566/?format=api", "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4567, "uuid": "dd5ba18514ca0dac05f69a6304d55249", "title": "JET2000 Project: Radiosonde at JET2K radiosonde stations in Africa", "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path. The data includes detailed synoptic observations of the basic state over mainland West Africa, and detailed synoptic observations of the African Easterly Waves (AEW) over mainland tropical West Africa.", "keywords": "JET2000, Radiosonde", "publicationState": "published", "dataPublishedTime": "2007-02-28T22:54:39", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4568/?format=api", "dataPath": "/badc/jet2000/data/radiosonde", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 6575594, "numberOfFiles": 64, "fileFormat": "Data are ASCII formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1299/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/85/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data collected by the Met Office research flight (MRF C-130 aircraft) in summer of 2000 over West Africa, then prepared before transfer to BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3071/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4559/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5570/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21211/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21215/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21210/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21213/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21214/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21217/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21209/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21216/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4570/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4571, "uuid": "d594d53df2612bbd89c2e0e770b5c1a0", "title": "JET2000 Project: Automatic Weather Station (AWS) at JET2K synoptic stations in Africa", "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path. The data includes detailed synoptic observations of the basic state over mainland West Africa, and detailed synoptic observations of the African Easterly Waves (AEW) over mainland tropical West Africa.", "keywords": "JET2000, AWS", "publicationState": "published", "dataPublishedTime": "2007-02-28T22:56:48", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4572/?format=api", "dataPath": "/badc/jet2000/data/synoptic_station", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 28096377, "numberOfFiles": 162, "fileFormat": "Data are NASA Ames formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3674/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/85/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52651/?format=api" ], "dataLineage": "Data collected by the Met Office research flight (MRF C-130 aircraft) in summer of 2000 over West Africa, then prepared before transfer to BADC.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3074/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4559/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5570/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21222/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21226/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21221/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21220/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21223/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21224/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21225/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21227/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4574/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "public", "accessRoles": null, "label": "public: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4583, "uuid": "f333f33ff7f10ef5fdbcd26f10eff1d3", "title": "MRF A779 JET2000 flight: Airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft", "abstract": "The African Easterly Jet (AEJ) is part of a climatic system which is of critical importance to African and global weather and climate, but is poorly observed and not well represented in model analyses. For the JET2000 project the Met Office Met Research flight (MRF) aircraft performed four flights, involving transects along and across the jet and the baroclinic zone, to make observations of unprecedented resolution for this part of the world. 110 dropsondes were dropped along the fight path. \r\n\r\nThe Meteorological Research Flight (MRF) was a Met Office facility, which flew a well-instrumented C-130 Hercules aircraft for atmospheric research purposes. The flight was located over Cape Verde and Niamey, Niger.\r\n\r\nThis dataset contains airborne atmospheric and chemistry measurements taken on board the Met Office C-130 Hercules aircraft flight A779 for the JET2000 project.", "keywords": "JET2000, C-130", "publicationState": "published", "dataPublishedTime": "2007-02-28T23:27:54", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4584/?format=api", "dataPath": "/badc/ukmo-mrf/data/a779", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 169222651, "numberOfFiles": 33, "fileFormat": "Data are NASA Ames formatted" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/5113/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1608/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50544/?format=api" ], "dataLineage": "Data collected by instruments on-board the MRF C-130 during flight A779. Data acquired by BADC for archiving during the JET2000 project.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3083/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8637/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8638/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8639/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8640/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8641/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8642/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/8643/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4559/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/5570/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/431/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4556/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21259/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21254/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21253/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21256/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21257/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21258/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21261/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21260/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/19469/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "licenceClassifications": "any" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4603, "uuid": "88b63d12f7b67c983c2d68540999bff1", "title": "HadCM3c- aebag run", "abstract": "HadCM3-C is a version of the HadCM3 model from the UK Met Office Hadley Centre. It is composed of two components: the atmospheric model and the ocean model (which includes a sea ice model), but also contains a detailed carbon cycle. Datasets are of the simulations for long periods of time HadCM3-C has run. These data were initially collected as part of the Stream 2 data for the EU ENSEMBLES project.", "keywords": "", "publicationState": "published", "dataPublishedTime": "2014-09-20T15:04:47", "doiPublishedTime": null, "updateFrequency": "asNeeded", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4604/?format=api", "dataPath": "/badc/hadcm3c/data/aebag", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 237987199092, "numberOfFiles": 3604, "fileFormat": null }, "timePeriod": null, "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2750/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2752/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2756/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2757/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2758/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2764/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2766/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2769/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2770/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2795/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2796/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2807/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2820/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2833/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2835/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2836/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2837/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2839/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2842/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2843/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2846/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2849/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2850/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2853/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2854/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2856/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2876/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2880/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2895/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2908/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2909/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2910/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2915/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2916/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2917/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2918/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2919/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2937/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2942/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2955/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2957/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2959/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2963/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2976/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2979/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2986/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2991/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2992/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2999/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3000/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3001/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3349/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4252/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4254/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4255/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/4556/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7323/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7325/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7326/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7327/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7328/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7329/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7330/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7331/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7332/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7333/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7334/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7335/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7336/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7344/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7347/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7348/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7349/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7350/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7351/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7352/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7353/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7354/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7355/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7358/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7360/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7361/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7362/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7363/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7364/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7365/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7366/?format=api" ], "dataLineage": "Data from the UK Met Office Hadley Centre were supplied to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3093/?format=api" ], "projects": [], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4602/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21320/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21324/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21325/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21318/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21322/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21323/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21319/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21321/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72389/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2540/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ensembles", "label": "restricted: ensembles group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4605, "uuid": "4b4115b23aaad628cc88b8cab945044a", "title": "HadCM3c - aebae run", "abstract": "HadCM3-C is a version of the HadCM3 model from the UK Met Office Hadley Centre. It is composed of two components: the atmospheric model and the ocean model (which includes a sea ice model), but also contains a detailed carbon cycle. Datasets are of the simulations for long periods of time HadCM3-C has run. These data were initially collected as part of the Stream 2 data for the EU ENSEMBLES project.", "keywords": "", "publicationState": "published", "dataPublishedTime": "2014-09-20T15:00:45", "doiPublishedTime": null, "updateFrequency": "asNeeded", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4606/?format=api", "dataPath": "/badc/hadcm3c/data/aebae", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 289683850165, "numberOfFiles": 4805, "fileFormat": null }, "timePeriod": null, "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/2825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50652/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50660/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50662/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50667/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50668/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50674/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50676/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50677/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50683/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50699/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50703/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50705/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50708/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50709/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50717/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50722/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50730/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50735/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50748/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50749/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50750/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50751/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50761/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50765/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50766/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50776/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50777/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50778/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50782/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50783/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50833/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52556/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52558/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52560/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52562/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52563/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52564/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52565/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52567/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52568/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52569/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52570/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52571/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52572/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52573/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52574/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52575/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52576/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52577/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52578/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52579/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52580/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52581/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52582/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52583/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52584/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52585/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52586/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52587/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52588/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52590/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52592/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52593/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52594/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52597/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52599/?format=api" ], "dataLineage": "Data from the UK Met Office Hadley Centre were supplied to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3094/?format=api" ], "projects": [], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4602/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21328/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21332/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21329/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21330/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21331/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21333/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21327/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21326/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72492/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2540/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ensembles", "label": "restricted: ensembles group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4607, "uuid": "f2310cbbb10d58022a9ebdffbf1a83d8", "title": "HadCM3c - ahkyp run", "abstract": "HadCM3-C is a version of the HadCM3 model from the UK Met Office Hadley Centre. It is composed of two components: the atmospheric model and the ocean model (which includes a sea ice model), but also contains a detailed carbon cycle. Datasets are of the simulations for long periods of time HadCM3-C has run. These data were initially collected as part of the Stream 2 data for the EU ENSEMBLES project.", "keywords": "", "publicationState": "published", "dataPublishedTime": "2014-09-20T15:06:10", "doiPublishedTime": null, "updateFrequency": "asNeeded", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4608/?format=api", "dataPath": "/badc/hadcm3c/data/ahkyp", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 811352683025, "numberOfFiles": 14225, "fileFormat": null }, "timePeriod": null, "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7366/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50652/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50660/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50662/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50667/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50668/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50674/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50676/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50677/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50683/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50699/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50703/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50705/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50708/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50709/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50717/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50722/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50730/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50735/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50748/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50749/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50750/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50751/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50761/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50765/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50766/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50776/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50777/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50778/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50782/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50783/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50833/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52556/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52558/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52560/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52562/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52563/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52564/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52565/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52567/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52568/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52569/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52570/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52571/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52572/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52573/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52574/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52575/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52576/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52577/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52578/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52579/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52580/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52581/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52582/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52583/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52584/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52585/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52586/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52587/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52588/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52590/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52592/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52593/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52594/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52597/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52599/?format=api" ], "dataLineage": "Data from the UK Met Office Hadley Centre were supplied to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3095/?format=api" ], "projects": [], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4602/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21336/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21340/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21334/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21337/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21338/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21339/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21341/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21335/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72390/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2540/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ensembles", "label": "restricted: ensembles group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4609, "uuid": "9c05ab03c322aa5a802c450a3091d0a7", "title": "HadCM3c - aebaf run", "abstract": "HadCM3-C is a version of the HadCM3 model from the UK Met Office Hadley Centre. It is composed of two components: the atmospheric model and the ocean model (which includes a sea ice model), but also contains a detailed carbon cycle. Datasets are of the simulations for long periods of time HadCM3-C has run. These data were initially collected as part of the Stream 2 data for the EU ENSEMBLES project.", "keywords": "", "publicationState": "published", "dataPublishedTime": "2014-09-20T15:02:48", "doiPublishedTime": null, "updateFrequency": "asNeeded", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4610/?format=api", "dataPath": "/badc/hadcm3c/data/aebaf", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 290889849945, "numberOfFiles": 4825, "fileFormat": null }, "timePeriod": null, "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7367/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50652/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50653/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50654/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50660/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50661/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50662/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50667/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50668/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50672/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50673/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50674/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50675/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50676/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50677/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50680/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50683/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50685/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50686/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50688/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50689/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50693/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50695/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50699/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50701/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50702/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50703/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50705/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50707/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50708/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50709/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50710/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50717/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50719/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50721/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50722/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50725/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50727/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50728/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50730/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50732/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50735/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50738/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50746/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50748/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50749/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50750/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50751/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50761/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50765/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50766/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50776/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50777/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50778/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50780/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50782/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50783/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50793/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50798/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50799/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50804/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50824/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50825/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50826/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50827/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50830/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50833/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52553/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52554/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52555/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52556/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52557/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52558/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52559/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52560/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52561/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52562/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52563/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52564/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52565/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52566/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52567/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52568/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52569/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52570/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52571/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52572/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52573/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52574/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52575/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52576/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52577/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52578/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52579/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52580/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52581/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52582/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52583/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52584/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52585/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52586/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52587/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52588/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52589/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52590/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52591/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52592/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52593/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52594/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52595/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52596/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52597/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52598/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52599/?format=api" ], "dataLineage": "Data from the UK Met Office Hadley Centre were supplied to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3096/?format=api" ], "projects": [], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4602/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21344/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21348/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21342/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21345/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21346/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21347/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21349/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21343/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/72391/?format=api" ], "procedureAcquisition": null, "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2540/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ensembles", "label": "restricted: ensembles group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4703, "uuid": "80b73e32ea38dd42f08b21a46f763083", "title": "Convective Storm Initiation Project (CSIP): Vertical wind profile data from the Universities' Facility for Atmospheric Measurement's (UFAM) 1290mhz Degreane Mobile Wind Profiler from Ashmansworth, Hampshire, UK", "abstract": "The University of Wales, Aberystwyth 1290 MHz mobile wind profiler, deployed as part of a suite of instrument from NCAS's Universities Facility for Atmospheric Measurements (UFAM), was sited at Ashmansworth for the duration of the Convective Storm Initiation Project (CSIP)'s pilot field campaign. The instrument was operated throughout the campaign, producing vertical profiles of wind speed and direction (horizontal and vertical components), signal to noise ratio and spectral width measurements 6th to 22nd July 2004 . This instrument is now referred to as the University of Manchester mobile wind profiler (man-radar-1290mhz).", "keywords": "UFAM, NCAS, AMF, radar, wind profiler, boundary layer wind profiler, turbulence, thermals, boundary layer structure, radar wind profiler, Doppler radar, UHF radar, 'Clear' air radar, morning transition, convective boundary layer, mixed layer, entrainment zone, transitional boundary layer, nocturnal boundary layer, lower level jet, nocturnal jet, weather fronts, sting jets", "publicationState": "published", "dataPublishedTime": "2006-02-06T12:59:13", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4704/?format=api", "dataPath": "/badc/csip/data/aber-radar-1290mhz/csip_pilot/", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 22970836, "numberOfFiles": 295, "fileFormat": "Data are netCDF formatted, whilst plots are in PNG format" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1335/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/87/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3037/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3038/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/3039/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22318/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52198/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52199/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52202/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52204/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52207/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52209/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52210/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52211/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52212/?format=api" ], "dataLineage": "Data were collected by the Universities' Facility for Atmospheric Measurement (UFAM) mobile wind profiler instrument, prepared by the instrument scientist and delivered to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3160/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4705/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/11685/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21606/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21611/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21607/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21608/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21609/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21605/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42714/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46946/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4707/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4743, "uuid": "90d1a5dc28950e26b33e2168557090bc", "title": "Convective Storm Initiation Project (CSIP) Project: University of Leeds radiosonde data from Bath, Chilbolton and Preston Farm sites.", "abstract": "The Convective Storm Initiation Project (CSIP) aimed to further the understanding of the mechanisms responsible for the initiation of precipitating convection in the maritime environment of southern England; i.e. to understand why convective clouds form and develop into precipitating clouds in a particular location. The project was centred on the 3 GHz (CAMRa) and 1275 clear-air (ACROBAT) radars at Chilbolton and used a number of the new UK Universities' Facility for Atmospheric Measurement (UFAM) mobile instruments. This dataset includes measurements of wind speeds and wind directions and aerosol concentrations.", "keywords": "CSIP, UFAM, AMF", "publicationState": "published", "dataPublishedTime": "2008-08-01T11:39:22", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4744/?format=api", "dataPath": "/badc/csip/data/leeds-radiosonde", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 57645601, "numberOfFiles": 219, "fileFormat": "Data are NASA Ames formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1346/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/829/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/58215/?format=api" ], "dataLineage": "Data were collected by the collected by the instrument scientist before preparation and delivery to the Convective Storm Initiation Project (CSIP) participants and then to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3187/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4614/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21714/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21712/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21718/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21715/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21716/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21717/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21713/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21720/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54587/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4746/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4750, "uuid": "0ccee9243541e8ce0f584ca601e770f3", "title": "Convective Storm Initiation Project (CSIP): UK Met Office High Resolution Radiosonde Data", "abstract": "The UK Met Office high resolution radiosonde data describe observations taken every 2 seconds by radiosondes from Met Office observation stations in the UK. The dataset contains measurements of parameters such as temperature, wind speed and direction, and pressure.", "keywords": "CSIP, Radiosonde, Met Office, Met Éireann, meteorology", "publicationState": "published", "dataPublishedTime": "2006-08-17T10:20:03", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4751/?format=api", "dataPath": "/badc/csip/data/ukmo-radiosondes", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 37181018, "numberOfFiles": 226, "fileFormat": "Data are ps formatted.\r\n\r\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1349/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/721/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50539/?format=api" ], "dataLineage": "Data were collected by the Met Office before preparation and delivery to the Convective Storm Initiation Project (CSIP) participants and then to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3191/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4614/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21734/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21735/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21736/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21733/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21737/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21739/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41124/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41128/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54589/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4752/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2532/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx", "label": "restricted: ukmo_wx group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement.pdf", "licenceClassifications": "academic" }, { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2533/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "restricted", "accessRoles": "ukmo_wx_gov", "label": "restricted: ukmo_wx_gov group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ukmo_agreement_gov.pdf", "licenceClassifications": "policy" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4753, "uuid": "d097bdf18c4399ef3178024464332ddf", "title": "Convective Storm Initiation Project (CSIP): University of Salford sonic anemometer measurements from Faccombe, UK", "abstract": "The University of Salford sonic anemometer 2 data describe observations taken by a 7 meter sonic anemometer at Faccombe wind turbine field site, Hampshire. The dataset contains measurements of wind speed collected from 21st July 2005 until 26th August 2005.\r\n\r\nThe dataset contains measurements of the following parameters:\r\n\r\nLatitude; the latitude of the sonic anemometer (degrees north)\r\nLongitude; the longitude of the sonic anemometer (degrees east)\r\nAltitude; the altitude of the sonic anemometer base above mean sea level (m)\r\nHeight ; the height of the sonic anemometer head above ground level (m)\r\nMeasurement rate; the measurement rate of the sonic anemometer, set at either 1 or 10 Hz\r\nSonic Orientation; the orientation of the sonic coordinate system, clockwise, to convert from sonic to meteorological coordinates (degrees)\r\nTime; time in seconds from midnight UTC for each measurement (s)\r\nX wind; the wind speed along the orthogonal x direction (m s-1)\r\nY wind; the wind speed along the orthogonal y direction (m s-1)\r\nUpperward air velocity; the wind speed along the orthogonal z direction (m s-1)\r\nSonic virtual temperature; the sonic virtual temperature, average between the three non orthogonal sonic axes, related to the speed of sound (K)\r\n\r\nThe sonic anemometer is a Campbell Scientific CSAT3 using a CR5000 datalogger. The 7 m sonic was mounted on a Clark QTM mast.\r\n ", "keywords": "CSIP, UFAM", "publicationState": "published", "dataPublishedTime": "2006-08-17T14:01:54", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4754/?format=api", "dataPath": "/badc/csip/data/salford-sonic-2", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 774713741, "numberOfFiles": 38, "fileFormat": "Data are netCDF formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1350/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/713/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55511/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55512/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55513/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55514/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55515/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55516/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55517/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55518/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55519/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55520/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55521/?format=api" ], "dataLineage": "Data were collected by the collected by the instrument scientist before preparation and delivery to the Convective Storm Initiation Project (CSIP) participants and then to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3192/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4614/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21742/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21743/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21744/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21745/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21741/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21747/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43910/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/43913/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50236/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4755/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4759, "uuid": "79f6e3dd5b2ec532164f5e646f03b850", "title": "Convective Storm Initiation Project (CSIP) field campaign, 2005: Vertical wind profile data from the Universities' Facility for Atmospheric Measurement's (UFAM) 1290mhz Degreane Mobile Wind Profiler from Linkenholt, Hampshire, UK", "abstract": "The University of Wales, Aberystwyth 1290 MHz mobile wind profiler, deployed as part of a suite of instrument from Universities' Facility for Atmospheric Measurements (UFAM), was sited at Linkenholt, Hampshire, UK, for the duration of the Convective Storm Initiation Project (CSIP)'s main field campaign. The instrument was operated throughout the campaign, producing vertical profiles of wind speed and direction (horizontal and vertical components), signal to noise ratio and spectral width measurements from 2nd June to 1st September 2005. This instrument is now referred to as the University of Manchester mobile wind profiler (man-radar-1290mhz).", "keywords": "UFAM, NCAS, AMF, radar, wind profiler, boundary layer wind profiler, turbulence, thermals, boundary layer structure, radar wind profiler, Doppler radar, UHF radar, 'Clear' air radar, morning transition, convective boundary layer, mixed layer, entrainment zone, transitional boundary layer, nocturnal boundary layer, lower level jet, nocturnal jet, weather fronts, sting jets", "publicationState": "published", "dataPublishedTime": "2006-08-17T13:39:16", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4760/?format=api", "dataPath": "/badc/csip/data/aber-radar-1290mhz/csip_main", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 4875982617, "numberOfFiles": 85529, "fileFormat": "<div property=\"cedacat:formats\">\n<div class=\"formats\">Data availability and file format</div>\n<p>Raw data are stored as binary files</p>\n<p> The processed data are stored in NetCDF and NASA-Ames <a href=\"http://badc.nerc.ac.uk/help/formats/\">formats</a>.</p>\n</div>\n\n\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1353/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/97/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/22318/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52197/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52198/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52199/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52200/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52201/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52202/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52203/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52205/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52206/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52207/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52208/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52209/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52210/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52211/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55510/?format=api" ], "dataLineage": "Data were collected by the Universities' Facility for Atmospheric Measurement (UFAM) mobile wind profiler instrument, prepared by the instrument scientist and delivered to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3194/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/11972/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/11685/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21757/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42651/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/42652/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21759/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21760/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21761/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21763/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21758/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4761/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4766, "uuid": "0a6910dde9de1db7e3f82763696235bc", "title": "Convective Storm Initiation Project (CSIP): University of Salford Photograph Data", "abstract": "The University of Salford photograph data are digital photographs taken approximately every 30 minutes at the Faccombe wind turbine site, Hampshire. The dataset contains photographs taken on four days between the 11th of August 2005 and 25th of August 2005.\r\n\r\nThe latitude and longitude of the field site is N 51°19.51’ and W 1°26.46’ respectively. Photographs were taken approximately every 30 minutes and the pictures are orientated to a bearing of 310°.", "keywords": "CSIP, UFAM, AMF", "publicationState": "published", "dataPublishedTime": "2006-08-17T08:34:10", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4767/?format=api", "dataPath": "/badc/csip/data/salford-photograph", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 50105708, "numberOfFiles": 81, "fileFormat": "Images are jpg formatted.\r\n\r\n" }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1357/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/811/?format=api", "nonGeographicFlag": false, "phenomena": [], "dataLineage": "Data were collected by the collected by the instrument scientist before preparation and delivery to the Convective Storm Initiation Project (CSIP) participants and then to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3197/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4614/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21776/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21775/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21777/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21778/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21779/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41118/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/41121/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21781/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54569/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4769/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] }, { "ob_id": 4770, "uuid": "f17078a97869cf4956b2f1f4cf43e431", "title": "Convective Storm Initiation Project (CSIP): the University of Leeds Mutiple Automatic Weather Station Data", "abstract": "The University of Leeds automatic weather station (AWS) data describe meteorological measurements taken by 16 AWSs across the UK on the 6th of June 2005. All data were sampled at 3 second intervals. The dataset contains measurements of wind direction, wind speed, air pressure, surface pressure, and relative humidity.\r\n\r\n", "keywords": "AWS, CSIP", "publicationState": "published", "dataPublishedTime": "2006-08-17T13:54:52", "doiPublishedTime": null, "updateFrequency": "notPlanned", "status": "completed", "result_field": { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/4771/?format=api", "dataPath": "/badc/csip/data/leeds-aws", "oldDataPath": [], "storageLocation": "internal", "storageStatus": "online", "volume": 2427124278, "numberOfFiles": 31, "fileFormat": "Data are netCDF formatted." }, "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1358/?format=api", "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/721/?format=api", "nonGeographicFlag": false, "phenomena": [ "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91384/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91385/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91386/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91387/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91388/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91389/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91390/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91391/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91392/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91393/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91394/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91395/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91396/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91397/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91398/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/91399/?format=api" ], "dataLineage": "Data were collected by the collected by the instrument scientist before preparation and delivery to the Convective Storm Initiation Project (CSIP) participants and then to the BADC for archiving.", "removedDataTime": null, "removedDataReason": "", "language": "English", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/3200/?format=api" ], "projects": [ "https://api.catalogue.ceda.ac.uk/api/v2/projects/4614/?format=api" ], "observationcollection_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api" ], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21786/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44415/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/44416/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21785/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21787/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21788/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21789/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/21791/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54577/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54576/?format=api" ], "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/4772/?format=api", "procedureCompositeProcess": null, "procedureComputation": null, "permissions": [ { "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api", "useLimitation": null, "accessConstraints": null, "accessCategory": "registered", "accessRoles": null, "label": "registered: None group", "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf", "licenceClassifications": "unstated" } ], "discoveryKeywords": [ { "ob_id": 1138, "name": "NDGO0003" } ] } ] }